Searched refs:hptest_work (Results 1 – 2 of 2) sorted by relevance
110 container_of(work, struct da7219_aad_priv, hptest_work); in da7219_aad_hptest_work()428 queue_work(da7219_aad->aad_wq, &da7219_aad->hptest_work); in da7219_aad_irq_thread()463 cancel_work_sync(&da7219_aad->hptest_work); in da7219_aad_irq_thread()1016 INIT_WORK(&da7219_aad->hptest_work, da7219_aad_hptest_work); in da7219_aad_init()1050 cancel_work_sync(&da7219_aad->hptest_work); in da7219_aad_exit()
199 struct work_struct hptest_work; member