Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/common/
H A Dusb-otg-fsm.c38 ret = otg_start_host(fsm, 0); in otg_set_protocol()
46 ret = otg_start_host(fsm, 1); in otg_set_protocol()
/openbmc/linux/include/linux/usb/
H A Dotg-fsm.h296 static inline int otg_start_host(struct otg_fsm *fsm, int on) in otg_start_host() function