Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/hid/
Dhid-sony.c818 struct work_struct state_worker; member
1286 schedule_work(&sc->state_worker); in sony_set_leds()
1397 schedule_work(&drv_data->state_worker); in sony_led_blink_set()
1535 struct sony_sc *sc = container_of(work, struct sony_sc, state_worker); in sixaxis_state_worker()
1580 struct sony_sc *sc = container_of(work, struct sony_sc, state_worker); in dualshock4_state_worker()
1659 schedule_work(&sc->state_worker); in sony_play_effect()
1949 INIT_WORK(&sc->state_worker, worker); in sony_init_work()
1957 cancel_work_sync(&sc->state_worker); in sony_cancel_work_sync()