Searched refs:es2_ap_dev (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/greybus/ |
H A D | es2.c | 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() argument 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 *es2 = hd_to_es2(hd); in output() 228 static int es2_cport_in_enable(struct es2_ap_dev *es2, in es2_cport_in_enable() [all …]
|