Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/extcon/
Dextcon-axp288.c108 struct work_struct role_work; member
186 container_of(work, struct axp288_extcon_info, role_work); in axp288_usb_role_work()
278 queue_work(system_long_wq, &info->role_work); in axp288_handle_chrg_det_event()
297 queue_work(system_long_wq, &info->role_work); in axp288_extcon_id_evt()
327 cancel_work_sync(&info->role_work); in axp288_put_role_sw()
347 INIT_WORK(&info->role_work, axp288_usb_role_work); in axp288_extcon_probe()
424 queue_work(system_long_wq, &info->role_work); in axp288_extcon_probe()
425 flush_work(&info->role_work); in axp288_extcon_probe()
/Linux-v4.19/drivers/usb/gadget/udc/
Drenesas_usb3.c342 struct work_struct role_work; member
664 container_of(work, struct renesas_usb3, role_work); in renesas_usb3_role_work()
681 schedule_work(&usb3->role_work); in usb3_set_mode_by_role_sw()
2721 INIT_WORK(&usb3->role_work, renesas_usb3_role_work); in renesas_usb3_probe()