Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/common/
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()
196 INIT_DELAYED_WORK(&fsm->hnp_polling_work, otg_hnp_polling_work); in otg_start_hnp_polling()
197 schedule_delayed_work(&fsm->hnp_polling_work, in otg_start_hnp_polling()
/Linux-v4.19/include/linux/usb/
Dotg-fsm.h198 struct delayed_work hnp_polling_work; member