Home
last modified time | relevance | path

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

/Linux-v6.1/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()
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()
/Linux-v6.1/include/linux/usb/
Dotg-fsm.h185 struct delayed_work hnp_polling_work; member