Searched refs:role_work (Results 1 - 2 of 2) sorted by path

/linux-master/drivers/extcon/
H A Dextcon-axp288.c101 struct work_struct role_work; member in struct:axp288_extcon_info
181 container_of(work, struct axp288_extcon_info, role_work);
279 queue_work(system_long_wq, &info->role_work);
300 queue_work(system_long_wq, &info->role_work);
340 cancel_work_sync(&info->role_work);
379 INIT_WORK(&info->role_work, axp288_usb_role_work);
464 queue_work(system_long_wq, &info->role_work);
465 flush_work(&info->role_work);
/linux-master/drivers/usb/gadget/udc/
H A Drenesas_usb3.c350 struct work_struct role_work; member in struct:renesas_usb3
718 container_of(work, struct renesas_usb3, role_work);
745 schedule_work(&usb3->role_work);
2663 cancel_work_sync(&usb3->role_work);
2940 INIT_WORK(&usb3->role_work, renesas_usb3_role_work);

Completed in 213 milliseconds