Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/extcon/
H A 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()
360 INIT_WORK(&info->role_work, axp288_usb_role_work); in axp288_extcon_probe()
439 queue_work(system_long_wq, &info->role_work); in axp288_extcon_probe()
440 flush_work(&info->role_work); in axp288_extcon_probe()
/OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/
H A 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()
2836 INIT_WORK(&usb3->role_work, renesas_usb3_role_work); in renesas_usb3_probe()