Searched refs:hd_cport_id (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/greybus/
H A Dconnection.c61 if (connection->hd_cport_id == cport_id) {
107 u16 hd_cport_id = connection->hd_cport_id; local
117 "%u/%u:%u", hd_cport_id, intf_id, cport_id);
123 * @hd_cport_id: host-device cport id, or -1 for dynamic allocation
144 _gb_connection_create(struct gb_host_device *hd, int hd_cport_id, argument
161 ret = gb_hd_cport_allocate(hd, hd_cport_id, flags);
166 hd_cport_id = ret;
174 connection->hd_cport_id = hd_cport_id;
228 gb_connection_create_static(struct gb_host_device *hd, u16 hd_cport_id, gb_request_handler_t handler) argument
[all...]
H A Dgreybus_trace.h107 __entry->cport_id = operation->connection->hd_cport_id;
172 /* name contains "hd_cport_id/intf_id:cport_id" */
H A Doperation.c221 connection->hd_cport_id,
/linux-master/include/linux/greybus/
H A Dconnection.h43 u16 hd_cport_id; member in struct:gb_connection
68 u16 hd_cport_id, gb_request_handler_t handler);
/linux-master/drivers/staging/greybus/
H A Daudio_codec.c72 cportid = data->connection->hd_cport_id;
155 cportid = data->connection->hd_cport_id;
198 cportid = data->connection->hd_cport_id;
282 cportid = data->connection->hd_cport_id;
887 cportid = data->connection->hd_cport_id;
908 cportid = data->connection->hd_cport_id;

Completed in 138 milliseconds