Lines Matching defs:work
25 * If work waiting, synchronise host/hardware time
223 * @work: Work task
267 * @pps_work: pps work task for handling pps events
268 * @pps_workwq: pps work queue
295 struct work_struct work;
1382 static void efx_ptp_pps_worker(struct work_struct *work)
1385 container_of(work, struct efx_ptp_data, pps_work);
1397 static void efx_ptp_worker(struct work_struct *work)
1400 container_of(work, struct efx_ptp_data, work);
1475 INIT_WORK(&ptp->work, efx_ptp_worker);
1564 cancel_work_sync(&efx->ptp_data->work);
1694 queue_work(ptp->workwq, &ptp->work);
1712 queue_work(ptp->workwq, &ptp->work);
1839 queue_work(ptp->workwq, &ptp->work);
1878 queue_work(ptp->workwq, &ptp->work);