Searched refs:gb_host_device (Results 1 – 7 of 7) sorted by relevance
/include/linux/greybus/ |
D | hd.h | 15 struct gb_host_device; 21 int (*cport_allocate)(struct gb_host_device *hd, int cport_id, 23 void (*cport_release)(struct gb_host_device *hd, u16 cport_id); 24 int (*cport_enable)(struct gb_host_device *hd, u16 cport_id, 26 int (*cport_disable)(struct gb_host_device *hd, u16 cport_id); 27 int (*cport_connected)(struct gb_host_device *hd, u16 cport_id); 28 int (*cport_flush)(struct gb_host_device *hd, u16 cport_id); 29 int (*cport_shutdown)(struct gb_host_device *hd, u16 cport_id, 31 int (*cport_quiesce)(struct gb_host_device *hd, u16 cport_id, 33 int (*cport_clear)(struct gb_host_device *hd, u16 cport_id); [all …]
|
D | module.h | 17 struct gb_host_device *hd; 30 struct gb_module *gb_module_create(struct gb_host_device *hd, u8 module_id,
|
D | connection.h | 39 struct gb_host_device *hd; 67 struct gb_connection *gb_connection_create_static(struct gb_host_device *hd, 93 void greybus_data_rcvd(struct gb_host_device *hd, u16 cport_id,
|
D | svc.h | 42 struct gb_host_device *hd; 62 struct gb_svc *gb_svc_create(struct gb_host_device *hd);
|
D | operation.h | 18 struct gb_host_device; 188 void greybus_message_sent(struct gb_host_device *hd,
|
D | interface.h | 50 struct gb_host_device *hd;
|
/include/linux/ |
D | greybus.h | 146 static inline bool cport_id_valid(struct gb_host_device *hd, u16 cport_id) in cport_id_valid()
|