Lines Matching defs:work
7 * Copyright (c) a lot of people too. Please respect their work.
618 struct work_struct work;
2237 schedule_work(&tp->wk.work);
2568 * register to be written before TxDescAddrLow to work.
2723 /* work around an issue when PCI reset occurs during L2/L3 state */
4343 /* work around hw bug on some chip versions */
4556 static void rtl_task(struct work_struct *work)
4559 container_of(work, struct rtl8169_private, wk.work);
4702 cancel_work(&tp->wk.work);
4936 cancel_work_sync(&tp->wk.work);
5306 INIT_WORK(&tp->wk.work, rtl_task);