Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/greybus/
Dcontrol.h43 int gb_control_connected_operation(struct gb_control *control, u16 cport_id);
/Linux-v6.6/drivers/greybus/
Dcontrol.c131 int gb_control_connected_operation(struct gb_control *control, u16 cport_id) in gb_control_connected_operation() function
Dconnection.c466 ret = gb_control_connected_operation(control, cport_id); in gb_connection_control_connected()