Home
last modified time | relevance | path

Searched refs:hnp_polling_work (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/usb/common/
H A Dusb-otg-fsm.c123 struct otg_fsm, hnp_polling_work); in otg_hnp_polling_work()
158 schedule_delayed_work(&fsm->hnp_polling_work, in otg_hnp_polling_work()
197 INIT_DELAYED_WORK(&fsm->hnp_polling_work, otg_hnp_polling_work); in otg_start_hnp_polling()
201 schedule_delayed_work(&fsm->hnp_polling_work, in otg_start_hnp_polling()
/openbmc/linux/include/linux/usb/
H A Dotg-fsm.h185 struct delayed_work hnp_polling_work; member