Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/hid/
Dhid-sony.c491 struct work_struct state_worker; member
529 schedule_work(&sc->state_worker); in sony_schedule_work()
1555 struct sony_sc *sc = container_of(work, struct sony_sc, state_worker); in sony_state_worker()
1874 INIT_WORK(&sc->state_worker, sony_state_worker); in sony_init_output_report()
1887 cancel_work_sync(&sc->state_worker); in sony_cancel_work_sync()