Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/hid/
Dhid-sony.c549 struct work_struct state_worker; member
593 schedule_work(&sc->state_worker); in sony_schedule_work()
2195 struct sony_sc *sc = container_of(work, struct sony_sc, state_worker); in sony_state_worker()
2549 INIT_WORK(&sc->state_worker, sony_state_worker); in sony_init_output_report()
2559 cancel_work_sync(&sc->state_worker); in sony_cancel_work_sync()