Home
last modified time | relevance | path

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

/openbmc/linux/drivers/greybus/
H A 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];
110 spinlock_t cport_out_urb_lock;
112 bool cdsi1_in_use;
[all …]