Searched refs:start_host (Results 1 – 4 of 4) sorted by relevance
200 int (*start_host)(struct otg_fsm *fsm, int on); member298 if (!fsm->ops->start_host) in otg_start_host()300 return fsm->ops->start_host(fsm, on); in otg_start_host()
206 void *start_host(void *arg) in start_host() function381 ret = pthread_create(&host, NULL, start_host, host_arg); in main()
586 .start_host = ci_otg_start_host,
767 .start_host = fsl_otg_start_host,
Completed in 9 milliseconds