Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/greybus/
Dsvc.h72 int gb_svc_intf_eject(struct gb_svc *svc, u8 intf_id);
Dmodule.c42 ret = gb_svc_intf_eject(module->hd->svc, module->module_id); in eject_store()
Dsvc.c63 ret = gb_svc_intf_eject(svc, intf_id); in intf_eject_store()
270 int gb_svc_intf_eject(struct gb_svc *svc, u8 intf_id) in gb_svc_intf_eject() function