Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/can/usb/peak_usb/
Dpcan_usb_core.h40 struct peak_usb_adapter { struct
83 extern const struct peak_usb_adapter pcan_usb; argument
84 extern const struct peak_usb_adapter pcan_usb_pro;
85 extern const struct peak_usb_adapter pcan_usb_fd;
86 extern const struct peak_usb_adapter pcan_usb_chip;
87 extern const struct peak_usb_adapter pcan_usb_pro_fd;
88 extern const struct peak_usb_adapter pcan_usb_x6;
95 const struct peak_usb_adapter *adapter;
111 const struct peak_usb_adapter *adapter;
143 const struct peak_usb_adapter *adapter);
Dpcan_usb_core.c42 static const struct peak_usb_adapter *const peak_usb_adapters_list[] = {
67 const struct peak_usb_adapter *adapter) in peak_usb_init_time_ref()
722 const struct peak_usb_adapter *pa = dev->adapter; in peak_usb_set_bittiming()
743 const struct peak_usb_adapter *pa = dev->adapter; in peak_usb_set_data_bittiming()
771 static int peak_usb_create_dev(const struct peak_usb_adapter *peak_usb_adapter, in peak_usb_create_dev() argument
775 int sizeof_candev = peak_usb_adapter->sizeof_dev_private; in peak_usb_create_dev()
802 dev->adapter = peak_usb_adapter; in peak_usb_create_dev()
806 dev->ep_msg_in = peak_usb_adapter->ep_msg_in; in peak_usb_create_dev()
807 dev->ep_msg_out = peak_usb_adapter->ep_msg_out[ctrl_idx]; in peak_usb_create_dev()
809 dev->can.clock = peak_usb_adapter->clock; in peak_usb_create_dev()
[all …]
Dpcan_usb_fd.c1033 const struct peak_usb_adapter pcan_usb_fd = {
1105 const struct peak_usb_adapter pcan_usb_chip = {
1177 const struct peak_usb_adapter pcan_usb_pro_fd = {
1249 const struct peak_usb_adapter pcan_usb_x6 = {
Dpcan_usb.c992 const struct peak_usb_adapter pcan_usb = {
Dpcan_usb_pro.c1010 const struct peak_usb_adapter pcan_usb_pro = {