Home
last modified time | relevance | path

Searched refs:gb_control_disconnected_operation (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/include/linux/greybus/
Dcontrol.h44 int gb_control_disconnected_operation(struct gb_control *control, u16 cport_id);
/linux-5.19.10/drivers/greybus/
Dcontrol.c140 int gb_control_disconnected_operation(struct gb_control *control, u16 cport_id) in gb_control_disconnected_operation() function
Dconnection.c523 ret = gb_control_disconnected_operation(control, cport_id); in gb_connection_control_disconnected()