start_host 577 drivers/usb/chipidea/otg_fsm.c .start_host = ci_otg_start_host, start_host 767 drivers/usb/phy/phy-fsl-usb.c .start_host = fsl_otg_start_host, start_host 212 include/linux/usb/otg-fsm.h int (*start_host)(struct otg_fsm *fsm, int on); start_host 310 include/linux/usb/otg-fsm.h if (!fsm->ops->start_host) start_host 312 include/linux/usb/otg-fsm.h return fsm->ops->start_host(fsm, on); start_host 381 tools/virtio/ringtest/main.c ret = pthread_create(&host, NULL, start_host, host_arg);