Home
last modified time | relevance | path

Searched refs:cport_id (Results 1 – 5 of 5) sorted by relevance

/include/linux/greybus/
Dhd.h21 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);
38 int (*latency_tag_enable)(struct gb_host_device *hd, u16 cport_id);
[all …]
Dconnection.h71 u16 cport_id, gb_request_handler_t handler);
73 u16 cport_id, gb_request_handler_t handler,
76 u16 cport_id, unsigned long flags);
93 void greybus_data_rcvd(struct gb_host_device *hd, u16 cport_id,
Dcontrol.h43 int gb_control_connected_operation(struct gb_control *control, u16 cport_id);
44 int gb_control_disconnected_operation(struct gb_control *control, u16 cport_id);
46 u16 cport_id);
Dgreybus_protocols.h120 __le16 cport_id; member
124 __le16 cport_id; member
129 __le16 cport_id; member
/include/linux/
Dgreybus.h146 static inline bool cport_id_valid(struct gb_host_device *hd, u16 cport_id) in cport_id_valid() argument
148 return cport_id != CPORT_ID_BAD && cport_id < hd->num_cports; in cport_id_valid()