state_worker 547 drivers/hid/hid-sony.c struct work_struct state_worker; state_worker 594 drivers/hid/hid-sony.c schedule_work(&sc->state_worker); state_worker 2221 drivers/hid/hid-sony.c struct sony_sc *sc = container_of(work, struct sony_sc, state_worker); state_worker 2581 drivers/hid/hid-sony.c INIT_WORK(&sc->state_worker, sony_state_worker); state_worker 2596 drivers/hid/hid-sony.c cancel_work_sync(&sc->state_worker);