Searched refs:dongle_hotplug_worker (Results 1 – 1 of 1) sorted by relevance
372 struct work_struct dongle_hotplug_worker; member1736 struct dualshock4 *ds4 = container_of(work, struct dualshock4, dongle_hotplug_worker); in dualshock4_dongle_calibration_work()2381 schedule_work(&ds4->dongle_hotplug_worker); in dualshock4_dongle_parse_report()2442 cancel_work_sync(&ds4->dongle_hotplug_worker); in dualshock4_remove()2538 INIT_WORK(&ds4->dongle_hotplug_worker, dualshock4_dongle_calibration_work); in dualshock4_create()