Home
last modified time | relevance | path

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

/openbmc/openbmc/meta-openpower/recipes-phosphor/host/
H A Dp9-host-start.bb19 TMPL = "start_host@.service"
20 INSTFMT = "start_host@{0}.service"
/openbmc/linux/include/linux/usb/
H A Dotg-fsm.h200 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()
/openbmc/openpower-proc-control/service_files/
H A Dphal-create-boottime-guard-indicator.service.in3 Before=start_host@0.service
H A Dphal-reinit-devtree.service.in3 Before=start_host@0.service
H A Dop-continue-mpreboot@.service.in9 After=start_host@%i.service
/openbmc/openbmc/meta-openpower/recipes-phosphor/fsi/op-fsi/
H A Dfsi-scan@.service8 Before=start_host@%i.service
/openbmc/linux/tools/virtio/ringtest/
H A Dmain.c206 void *start_host(void *arg) in start_host() function
381 ret = pthread_create(&host, NULL, start_host, host_arg); in main()
/openbmc/openpower-proc-control/
H A Dmeson.build92 'procedures/p9/start_host.cpp',
105 'procedures/phal/start_host.cpp',
/openbmc/docs/architecture/
H A Dopenbmc-systemd.md69 start_host@0.service
74 `start_host@0.service`.
/openbmc/linux/drivers/usb/chipidea/
H A Dotg_fsm.c586 .start_host = ci_otg_start_host,
/openbmc/linux/drivers/usb/phy/
H A Dphy-fsl-usb.c767 .start_host = fsl_otg_start_host,