Home
last modified time | relevance | path

Searched refs:otg_start_host (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/usb/common/
Dusb-otg-fsm.c43 ret = otg_start_host(fsm, 0); in otg_set_protocol()
51 ret = otg_start_host(fsm, 1); in otg_set_protocol()
/linux-4.1.27/include/linux/usb/
Dotg-fsm.h230 static inline int otg_start_host(struct otg_fsm *fsm, int on) in otg_start_host() function