Home
last modified time | relevance | path

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

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