Home
last modified time | relevance | path

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

/kernel/linux/linux-4.19/drivers/staging/greybus/
Des2.c101 struct es2_ap_dev { struct
102 struct usb_device *usb_dev;
103 struct usb_interface *usb_intf;
104 struct gb_host_device *hd;
106 struct es2_cport_in cport_in;
107 __u8 cport_out_endpoint;
108 struct urb *cport_out_urb[NUM_CPORT_OUT_URB];
109 bool cport_out_urb_busy[NUM_CPORT_OUT_URB];
110 bool cport_out_urb_cancelled[NUM_CPORT_OUT_URB];
111 spinlock_t cport_out_urb_lock;
[all …]
/kernel/linux/linux-5.10/drivers/greybus/
Des2.c100 struct es2_ap_dev { struct
101 struct usb_device *usb_dev;
102 struct usb_interface *usb_intf;
103 struct gb_host_device *hd;
105 struct es2_cport_in cport_in;
106 __u8 cport_out_endpoint;
107 struct urb *cport_out_urb[NUM_CPORT_OUT_URB];
108 bool cport_out_urb_busy[NUM_CPORT_OUT_URB];
109 bool cport_out_urb_cancelled[NUM_CPORT_OUT_URB];
110 spinlock_t cport_out_urb_lock;
[all …]