Searched refs:hd_cport_id (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/greybus/ |
H A D | connection.c | 61 if (connection->hd_cport_id == cport_id) { in gb_connection_hd_find() 107 u16 hd_cport_id = connection->hd_cport_id; in gb_connection_init_name() local 117 "%u/%u:%u", hd_cport_id, intf_id, cport_id); in gb_connection_init_name() 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, in _gb_connection_create() argument 161 ret = gb_hd_cport_allocate(hd, hd_cport_id, flags); in _gb_connection_create() 166 hd_cport_id = ret; in _gb_connection_create() 174 connection->hd_cport_id = hd_cport_id; in _gb_connection_create() 228 gb_connection_create_static(struct gb_host_device * hd,u16 hd_cport_id,gb_request_handler_t handler) gb_connection_create_static() argument [all...] |
H A D | greybus_trace.h | 107 __entry->cport_id = operation->connection->hd_cport_id; 172 /* name contains "hd_cport_id/intf_id:cport_id" */
|
H A D | operation.c | 221 connection->hd_cport_id, in gb_message_send()
|
/linux/include/linux/greybus/ |
H A D | connection.h | 43 u16 hd_cport_id; member 68 u16 hd_cport_id, gb_request_handler_t handler);
|