hotplug_worker    546 drivers/hid/hid-sony.c 	struct work_struct hotplug_worker;
hotplug_worker    599 drivers/hid/hid-sony.c 			schedule_work(&sc->hotplug_worker);
hotplug_worker   1723 drivers/hid/hid-sony.c 	struct sony_sc *sc = container_of(work, struct sony_sc, hotplug_worker);
hotplug_worker   2591 drivers/hid/hid-sony.c 		cancel_work_sync(&sc->hotplug_worker);
hotplug_worker   2769 drivers/hid/hid-sony.c 			INIT_WORK(&sc->hotplug_worker, dualshock4_calibration_work);