Searched defs:cport_id (Results 1 - 11 of 11) sorted by relevance

/linux-master/drivers/staging/greybus/
H A Dfw-core.c68 u16 cport_id; local
H A Duart.c49 u16 cport_id; member in struct:gb_tty
/linux-master/include/linux/
H A Dgreybus.h116 static inline bool cport_id_valid(struct gb_host_device *hd, u16 cport_id) argument
/linux-master/drivers/greybus/
H A Darpc.h40 __le16 cport_id; member in struct:arpc_cport_connected_req
44 __le16 cport_id; member in struct:arpc_cport_quiesce_req
50 __le16 cport_id; member in struct:arpc_cport_clear_req
54 __le16 cport_id; member in struct:arpc_cport_flush_req
58 __le16 cport_id; member in struct:arpc_cport_shutdown_req
H A Dhd.c48 int gb_hd_cport_reserve(struct gb_host_device *hd, u16 cport_id) argument
63 void gb_hd_cport_release_reserved(struct gb_host_device *hd, u16 cport_id) argument
72 int gb_hd_cport_allocate(struct gb_host_device *hd, int cport_id, argument
96 gb_hd_cport_release(struct gb_host_device *hd, u16 cport_id) argument
[all...]
H A Dmanifest.c235 u16 cport_id; local
H A Dconnection.c22 static bool gb_connection_cport_in_use(struct gb_interface *intf, u16 cport_id) argument
54 gb_connection_hd_find(struct gb_host_device *hd, u16 cport_id) argument
76 void greybus_data_rcvd(struct gb_host_device *hd, u16 cport_id, argument
108 u16 cport_id = 0; local
144 _gb_connection_create(struct gb_host_device *hd, int hd_cport_id, struct gb_interface *intf, struct gb_bundle *bundle, int cport_id, gb_request_handler_t handler, unsigned long flags) argument
244 gb_connection_create(struct gb_bundle *bundle, u16 cport_id, gb_request_handler_t handler) argument
255 gb_connection_create_flags(struct gb_bundle *bundle, u16 cport_id, gb_request_handler_t handler, unsigned long flags) argument
270 gb_connection_create_offloaded(struct gb_bundle *bundle, u16 cport_id, unsigned long flags) argument
455 u16 cport_id = connection->intf_cport_id; local
480 u16 cport_id = connection->intf_cport_id; local
500 u16 cport_id = connection->intf_cport_id; local
[all...]
H A Dcontrol.c131 int gb_control_connected_operation(struct gb_control *control, u16 cport_id) argument
140 int gb_control_disconnected_operation(struct gb_control *control, u16 cport_id) argument
150 gb_control_disconnecting_operation(struct gb_control *control, u16 cport_id) argument
H A Dgb-beagleplay.c106 u16 cport_id = le16_to_cpu(gb_frame->cport); local
371 __le16 cport_id = cpu_to_le16(cport); local
H A Des2.c365 gb_message_cport_pack(struct gb_operation_msg_hdr *header, u16 cport_id) argument
379 u16 cport_id = header->pad[0]; local
390 static int message_send(struct gb_host_device *hd, u16 cport_id, argument
488 static int es2_cport_allocate(struct gb_host_device *hd, int cport_id, argument
528 es2_cport_release(struct gb_host_device *hd, u16 cport_id) argument
541 cport_enable(struct gb_host_device *hd, u16 cport_id, unsigned long flags) argument
583 es2_cport_connected(struct gb_host_device *hd, u16 cport_id) argument
602 es2_cport_flush(struct gb_host_device *hd, u16 cport_id) argument
620 es2_cport_shutdown(struct gb_host_device *hd, u16 cport_id, u8 phase, unsigned int timeout) argument
646 es2_cport_quiesce(struct gb_host_device *hd, u16 cport_id, size_t peer_space, unsigned int timeout) argument
675 es2_cport_clear(struct gb_host_device *hd, u16 cport_id) argument
693 latency_tag_enable(struct gb_host_device *hd, u16 cport_id) argument
711 latency_tag_disable(struct gb_host_device *hd, u16 cport_id) argument
820 u16 cport_id; local
[all...]
/linux-master/include/linux/greybus/
H A Dgreybus_protocols.h120 __le16 cport_id; member in struct:gb_control_connected_request
124 __le16 cport_id; member in struct:gb_control_disconnecting_request
129 __le16 cport_id; member in struct:gb_control_disconnected_request

Completed in 172 milliseconds