Home
last modified time | relevance | path

Searched refs:gb_host_device (Results 1 – 7 of 7) sorted by relevance

/include/linux/greybus/
Dhd.h15 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 …]
Dmodule.h17 struct gb_host_device *hd;
30 struct gb_module *gb_module_create(struct gb_host_device *hd, u8 module_id,
Dconnection.h39 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,
Dsvc.h42 struct gb_host_device *hd;
62 struct gb_svc *gb_svc_create(struct gb_host_device *hd);
Doperation.h18 struct gb_host_device;
188 void greybus_message_sent(struct gb_host_device *hd,
Dinterface.h50 struct gb_host_device *hd;
/include/linux/
Dgreybus.h146 static inline bool cport_id_valid(struct gb_host_device *hd, u16 cport_id) in cport_id_valid()