Home
last modified time | relevance | path

Searched defs:peak_usb_adapter (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/can/usb/peak_usb/
A Dpcan_usb_core.h40 struct peak_usb_adapter { struct
41 char *name;
42 u32 device_id;
43 u32 ctrlmode_supported;
44 struct can_clock clock;
47 unsigned int ctrl_count;
49 const struct ethtool_ops *ethtool_ops;
51 int (*intf_probe)(struct usb_interface *intf);
53 int (*dev_init)(struct peak_usb_device *dev);
56 int (*dev_open)(struct peak_usb_device *dev);
[all …]
A Dpcan_usb_core.c791 static int peak_usb_create_dev(const struct peak_usb_adapter *peak_usb_adapter, in peak_usb_create_dev()
948 const struct peak_usb_adapter *peak_usb_adapter; in peak_usb_probe() local

Completed in 5 milliseconds