Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/greybus/
Dcontrol.h34 int gb_control_add(struct gb_control *control);
Dcontrol.c543 int gb_control_add(struct gb_control *control) in gb_control_add() function
Dinterface.c1135 ret = gb_control_add(intf->control); in gb_interface_enable()