Home
last modified time | relevance | path

Searched refs:es2_ap_dev (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/greybus/
H A Des2.c75 * es2_ap_dev - ES2 USB Bridge to AP structure
100 struct es2_ap_dev { struct
136 static inline struct es2_ap_dev *hd_to_es2(struct gb_host_device *hd) in hd_to_es2()
138 return (struct es2_ap_dev *)&hd->hd_priv; in hd_to_es2()
142 static void usb_log_enable(struct es2_ap_dev *es2);
143 static void usb_log_disable(struct es2_ap_dev *es2);
144 static int arpc_sync(struct es2_ap_dev *es2, u8 type, void *payload,
147 static int output_sync(struct es2_ap_dev *es2, void *req, u16 size, u8 cmd) in output_sync()
179 static int output_async(struct es2_ap_dev *es2, void *req, u16 size, u8 cmd) in output_async()
220 struct es2_ap_dev *es in output()
[all...]
/kernel/linux/linux-6.6/drivers/greybus/
H A Des2.c75 * struct es2_ap_dev - ES2 USB Bridge to AP structure
100 struct es2_ap_dev { struct
136 static inline struct es2_ap_dev *hd_to_es2(struct gb_host_device *hd) in hd_to_es2()
138 return (struct es2_ap_dev *)&hd->hd_priv; in hd_to_es2()
142 static void usb_log_enable(struct es2_ap_dev *es2);
143 static void usb_log_disable(struct es2_ap_dev *es2);
144 static int arpc_sync(struct es2_ap_dev *es2, u8 type, void *payload,
147 static int output_sync(struct es2_ap_dev *es2, void *req, u16 size, u8 cmd) in output_sync()
179 static int output_async(struct es2_ap_dev *es2, void *req, u16 size, u8 cmd) in output_async()
220 struct es2_ap_dev *es in output()
[all...]

Completed in 3 milliseconds