Searched defs:cport_id (Results  1 – 10 of 10) sorted by relevance
| /Linux-v5.4/drivers/greybus/ | 
| D | connection.c | 22 static bool gb_connection_cport_in_use(struct gb_interface *intf, u16 cport_id)  in gb_connection_cport_in_use()54 gb_connection_hd_find(struct gb_host_device *hd, u16 cport_id)  in gb_connection_hd_find()
 76 void greybus_data_rcvd(struct gb_host_device *hd, u16 cport_id,  in greybus_data_rcvd()
 108 	u16 cport_id = 0;  in gb_connection_init_name()  local
 146 		      struct gb_bundle *bundle, int cport_id,  in _gb_connection_create()
 244 gb_connection_create(struct gb_bundle *bundle, u16 cport_id,  in gb_connection_create()
 255 gb_connection_create_flags(struct gb_bundle *bundle, u16 cport_id,  in gb_connection_create_flags()
 270 gb_connection_create_offloaded(struct gb_bundle *bundle, u16 cport_id,  in gb_connection_create_offloaded()
 458 	u16 cport_id = connection->intf_cport_id;  in gb_connection_control_connected()  local
 483 	u16 cport_id = connection->intf_cport_id;  in gb_connection_control_disconnecting()  local
 [all …]
 
 | 
| D | arpc.h | 40 	__le16 cport_id;  member44 	__le16 cport_id;  member
 50 	__le16 cport_id;  member
 54 	__le16 cport_id;  member
 58 	__le16 cport_id;  member
 
 | 
| D | hd.c | 48 int gb_hd_cport_reserve(struct gb_host_device *hd, u16 cport_id)  in gb_hd_cport_reserve()63 void gb_hd_cport_release_reserved(struct gb_host_device *hd, u16 cport_id)  in gb_hd_cport_release_reserved()
 72 int gb_hd_cport_allocate(struct gb_host_device *hd, int cport_id,  in gb_hd_cport_allocate()
 96 void gb_hd_cport_release(struct gb_host_device *hd, u16 cport_id)  in gb_hd_cport_release()
 
 | 
| D | es2.c | 365 gb_message_cport_pack(struct gb_operation_msg_hdr *header, u16 cport_id)  in gb_message_cport_pack()379 	u16 cport_id = header->pad[0];  in gb_message_cport_unpack()  local
 390 static int message_send(struct gb_host_device *hd, u16 cport_id,  in message_send()
 488 static int es2_cport_allocate(struct gb_host_device *hd, int cport_id,  in es2_cport_allocate()
 528 static void es2_cport_release(struct gb_host_device *hd, u16 cport_id)  in es2_cport_release()
 541 static int cport_enable(struct gb_host_device *hd, u16 cport_id,  in cport_enable()
 586 static int es2_cport_connected(struct gb_host_device *hd, u16 cport_id)  in es2_cport_connected()
 605 static int es2_cport_flush(struct gb_host_device *hd, u16 cport_id)  in es2_cport_flush()
 623 static int es2_cport_shutdown(struct gb_host_device *hd, u16 cport_id,  in es2_cport_shutdown()
 649 static int es2_cport_quiesce(struct gb_host_device *hd, u16 cport_id,  in es2_cport_quiesce()
 [all …]
 
 | 
| D | control.c | 131 int gb_control_connected_operation(struct gb_control *control, u16 cport_id)  in gb_control_connected_operation()140 int gb_control_disconnected_operation(struct gb_control *control, u16 cport_id)  in gb_control_disconnected_operation()
 151 				       u16 cport_id)  in gb_control_disconnecting_operation()
 
 | 
| D | manifest.c | 235 	u16 cport_id;  in gb_manifest_parse_cports()  local
 | 
| /Linux-v5.4/drivers/staging/greybus/ | 
| D | fw-core.c | 68 	u16 cport_id;  in gb_fw_core_probe()  local
 | 
| D | uart.c | 57 	u16 cport_id;  member
 | 
| /Linux-v5.4/include/linux/ | 
| D | greybus.h | 146 static inline bool cport_id_valid(struct gb_host_device *hd, u16 cport_id)  in cport_id_valid()
 | 
| /Linux-v5.4/include/linux/greybus/ | 
| D | greybus_protocols.h | 120 	__le16			cport_id;  member124 	__le16			cport_id;  member
 129 	__le16			cport_id;  member
 
 |