Searched defs:work (Results 1 – 6 of 6) sorted by relevance
/u-boot/include/linux/ |
A D | completion.h | 39 #define COMPLETION_INITIALIZER(work) \ argument 42 #define COMPLETION_INITIALIZER_ONSTACK_MAP(work, map) \ argument 45 #define COMPLETION_INITIALIZER_ONSTACK(work) \ argument 56 #define DECLARE_COMPLETION(work) \ argument 72 # define DECLARE_COMPLETION_ONSTACK(work) \ argument 74 # define DECLARE_COMPLETION_ONSTACK_MAP(work, map) \ argument 77 # define DECLARE_COMPLETION_ONSTACK(work) DECLARE_COMPLETION(work) argument 78 # define DECLARE_COMPLETION_ONSTACK_MAP(work, map) DECLARE_COMPLETION(work) argument
|
A D | compat.h | 237 #define schedule_work(work) do {} while (0) argument 238 #define INIT_WORK(work, fun) do {} while (0) argument
|
/u-boot/lib/zlib/ |
A D | inftrees.c | 34 unsigned short FAR *work) in inflate_table()
|
A D | inflate.h | 113 unsigned short work[288]; /* work area for code table building */ member
|
/u-boot/drivers/usb/cdns3/ |
A D | ep0.c | 549 void cdns3_pending_setup_status_handler(struct work_struct *work) in cdns3_pending_setup_status_handler()
|
/u-boot/drivers/ddr/altera/ |
A D | sequencer.c | 1691 int delay, const u32 grp, u32 *work, in sdr_find_phase_delay() 1729 const u32 grp, u32 *work, u32 *i, u32 *p) in sdr_find_phase()
|
Completed in 13 milliseconds