Searched defs:peak_usb_adapter (Results 1 – 2 of 2) sorted by relevance
40 struct peak_usb_adapter { struct41 char *name;42 u32 device_id;43 u32 ctrlmode_supported;44 struct can_clock clock;45 const struct can_bittiming_const * const bittiming_const;46 const struct can_bittiming_const * const data_bittiming_const;47 unsigned int ctrl_count;49 const struct ethtool_ops *ethtool_ops;51 int (*intf_probe)(struct usb_interface *intf);[all …]
919 static int peak_usb_create_dev(const struct peak_usb_adapter *peak_usb_adapter, in peak_usb_create_dev()1078 const struct peak_usb_adapter *peak_usb_adapter; in peak_usb_probe() local