Home
last modified time | relevance | path

Searched refs:start_host (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/include/linux/usb/
Dotg-fsm.h213 int (*start_host)(struct otg_fsm *fsm, int on); member
311 if (!fsm->ops->start_host) in otg_start_host()
313 return fsm->ops->start_host(fsm, on); in otg_start_host()
/linux-5.19.10/tools/virtio/ringtest/
Dmain.c206 void *start_host(void *arg) in start_host() function
381 ret = pthread_create(&host, NULL, start_host, host_arg); in main()
/linux-5.19.10/drivers/usb/chipidea/
Dotg_fsm.c577 .start_host = ci_otg_start_host,
/linux-5.19.10/drivers/usb/phy/
Dphy-fsl-usb.c767 .start_host = fsl_otg_start_host,