Lines Matching defs:work
68 static void _firmware_event_work(struct work_struct *work);
202 * @work: work object (ioc->fault_reset_work_q)
216 struct work_struct work;
3572 INIT_WORK(&fw_event->work, _firmware_event_work);
3574 queue_work(ioc->firmware_event_thread, &fw_event->work);
3746 * reference the work had on the fw_event.
3751 if (cancel_work_sync(&fw_event->work))
5193 * Bug work around for firmware SATL handling. The loop
10741 * If we're unloading or cancelling the work, bail.
10831 * @work: The fw_event_work object
10834 * wrappers for the work thread handling firmware events
10838 _firmware_event_work(struct work_struct *work)
10840 struct fw_event_work *fw_event = container_of(work,
10841 struct fw_event_work, work);
10853 * This function merely adds a new work task into ioc->firmware_event_thread.
10912 * event to fw event work queue when