Searched refs:ace_bh_work (Results 1 – 2 of 2) sorted by relevance
671 struct work_struct ace_bh_work; member779 static void ace_bh_work(struct work_struct *work);
1563 static void ace_bh_work(struct work_struct *work) in ace_bh_work() function1565 struct ace_private *ap = from_work(ap, work, ace_bh_work); in ace_bh_work()2213 queue_work(system_bh_wq, &ap->ace_bh_work); in ace_interrupt()2270 INIT_WORK(&ap->ace_bh_work, ace_bh_work); in ace_open()2304 cancel_work_sync(&ap->ace_bh_work); in ace_close()