Home
last modified time | relevance | path

Searched refs:peak_usb_adapter (Results 1 – 5 of 5) sorted by relevance

/drivers/net/can/usb/peak_usb/
A Dpcan_usb_core.h40 struct peak_usb_adapter { struct
85 extern const struct peak_usb_adapter pcan_usb; argument
86 extern const struct peak_usb_adapter pcan_usb_pro;
87 extern const struct peak_usb_adapter pcan_usb_fd;
88 extern const struct peak_usb_adapter pcan_usb_chip;
89 extern const struct peak_usb_adapter pcan_usb_pro_fd;
90 extern const struct peak_usb_adapter pcan_usb_x6;
97 const struct peak_usb_adapter *adapter;
112 const struct peak_usb_adapter *adapter;
141 const struct peak_usb_adapter *adapter);
A Dpcan_usb_core.c94 const struct peak_usb_adapter *adapter) in peak_usb_init_time_ref()
749 const struct peak_usb_adapter *pa = dev->adapter; in peak_usb_set_bittiming()
770 const struct peak_usb_adapter *pa = dev->adapter; in peak_usb_set_data_bittiming()
916 static int peak_usb_create_dev(const struct peak_usb_adapter *peak_usb_adapter, in peak_usb_create_dev() argument
947 dev->adapter = peak_usb_adapter; in peak_usb_create_dev()
951 dev->ep_msg_in = peak_usb_adapter->ep_msg_in; in peak_usb_create_dev()
954 dev->can.clock = peak_usb_adapter->clock; in peak_usb_create_dev()
1075 const struct peak_usb_adapter *peak_usb_adapter; in peak_usb_probe() local
1079 peak_usb_adapter = (const struct peak_usb_adapter *)id->driver_info; in peak_usb_probe()
1082 if (peak_usb_adapter->intf_probe) { in peak_usb_probe()
[all …]
A Dpcan_usb_fd.c1158 const struct peak_usb_adapter pcan_usb_fd = {
1234 const struct peak_usb_adapter pcan_usb_chip = {
1310 const struct peak_usb_adapter pcan_usb_pro_fd = {
1386 const struct peak_usb_adapter pcan_usb_x6 = {
A Dpcan_usb.c1015 const struct peak_usb_adapter pcan_usb = {
A Dpcan_usb_pro.c1060 const struct peak_usb_adapter pcan_usb_pro = {

Completed in 24 milliseconds