Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/hid/
Dhid-sony.c574 struct work_struct hotplug_worker; member
631 schedule_work(&sc->hotplug_worker); in sony_schedule_work()
1868 struct sony_sc *sc = container_of(work, struct sony_sc, hotplug_worker); in dualshock4_calibration_work()
2730 cancel_work_sync(&sc->hotplug_worker); in sony_cancel_work_sync()
2906 INIT_WORK(&sc->hotplug_worker, dualshock4_calibration_work); in sony_input_configured()