Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/extcon/
Dextcon-axp288.c100 struct work_struct role_work; member
180 container_of(work, struct axp288_extcon_info, role_work); in axp288_usb_role_work()
272 queue_work(system_long_wq, &info->role_work); in axp288_handle_chrg_det_event()
291 queue_work(system_long_wq, &info->role_work); in axp288_extcon_id_evt()
321 cancel_work_sync(&info->role_work); in axp288_put_role_sw()
341 INIT_WORK(&info->role_work, axp288_usb_role_work); in axp288_extcon_probe()
419 queue_work(system_long_wq, &info->role_work); in axp288_extcon_probe()
420 flush_work(&info->role_work); in axp288_extcon_probe()
/Linux-v5.4/drivers/usb/gadget/udc/
Drenesas_usb3.c343 struct work_struct role_work; member
670 container_of(work, struct renesas_usb3, role_work); in renesas_usb3_role_work()
687 schedule_work(&usb3->role_work); in usb3_set_mode_by_role_sw()
2821 INIT_WORK(&usb3->role_work, renesas_usb3_role_work); in renesas_usb3_probe()