Searched refs:start_host (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/include/linux/usb/ |
H A D | otg-fsm.h | 213 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()
|
/kernel/linux/linux-6.6/include/linux/usb/ |
H A D | otg-fsm.h | 200 int (*start_host)(struct otg_fsm *fsm, int on); member 298 if (!fsm->ops->start_host) in otg_start_host() 300 return fsm->ops->start_host(fsm, on); in otg_start_host()
|
/kernel/linux/linux-5.10/tools/virtio/ringtest/ |
H A D | main.c | 206 void *start_host(void *arg) in start_host() function 381 ret = pthread_create(&host, NULL, start_host, host_arg); in main()
|
/kernel/linux/linux-6.6/tools/virtio/ringtest/ |
H A D | main.c | 206 void *start_host(void *arg) in start_host() function 381 ret = pthread_create(&host, NULL, start_host, host_arg); in main()
|
/kernel/linux/linux-5.10/drivers/usb/chipidea/ |
H A D | otg_fsm.c | 579 .start_host = ci_otg_start_host,
|
/kernel/linux/linux-6.6/drivers/usb/chipidea/ |
H A D | otg_fsm.c | 586 .start_host = ci_otg_start_host,
|
/kernel/linux/linux-5.10/drivers/usb/phy/ |
H A D | phy-fsl-usb.c | 767 .start_host = fsl_otg_start_host,
|
/kernel/linux/linux-6.6/drivers/usb/phy/ |
H A D | phy-fsl-usb.c | 767 .start_host = fsl_otg_start_host,
|
Completed in 8 milliseconds