Searched refs:work (Results 1 - 25 of 3012) sorted by path

1234567891011>>

/linux-master/Documentation/trace/
H A Dfunction-graph-fold.vim11 " Note that this will almost certainly only work well with a
/linux-master/arch/m68k/fpsp040/
H A Dbindec.S211 movel (%a0),FP_SCR2(%a6) | move input to work space
212 movel 4(%a0),FP_SCR2+4(%a6) | move input to work space
213 movel 8(%a0),FP_SCR2+8(%a6) | move input to work space
H A Ddecbin.S149 movel ETEMP_LO(%a6),8(%a0) |and work with these
396 | (*) d3: FPCR work copy
H A Dgen_except.S67 | ;equates will work
75 andl #0x03c30000,%d0 |work for cmd3b
167 | The typical work to be done to the unimp frame to report an
194 andl #0x03c30000,%d0 |work for cmd3b
306 andl #0x03c30000,%d0 |work for cmd3b
417 | This is a work-around for hardware bug 1384.
H A Dsint.S138 | Real work of sint is in sintexc
/linux-master/arch/m68k/ifpsp060/src/
H A Dfpsp.S594 # _fpsp_done() - "callout" for 060FPSP exit (all work done!) #
834 # _fpsp_done() - "callout" for 060FPSP exit (all work done!) #
1111 # _fpsp_done() - "callout" for exit; work all done #
2383 # _fpsp_done() - "callout" for exit; work all done #
2444 # In the process of all emulation work, if a _mem_read() #
2948 # immediate operands but requires some extra work for fmovm dynamic
3938 # _fpsp_done() - "callout" for exit; work all done #
4354 # so that the rte will work correctly without destroying the result.
9627 # for the multiply to work. Therefore, we're going to actually do a
23348 # (*) d3: FPCR work cop
[all...]
H A Dilsp.S67 # and therefore does not work exactly like the 680X0 div{s,u}.l #
484 # and therefore does not work exactly like the 680X0 mul{s,u}.l #
763 # and therefore does not work exactly like the 680X0 "cmp2" #
H A Dpfpsp.S593 # _fpsp_done() - "callout" for 060FPSP exit (all work done!) #
833 # _fpsp_done() - "callout" for 060FPSP exit (all work done!) #
1110 # _fpsp_done() - "callout" for exit; work all done #
2382 # _fpsp_done() - "callout" for exit; work all done #
2443 # In the process of all emulation work, if a _mem_read() #
2947 # immediate operands but requires some extra work for fmovm dynamic
13308 # (*) d3: FPCR work copy
13619 mov.l (%a0),FP_SCR1(%a6) # move input to work space
13620 mov.l 4(%a0),FP_SCR1+4(%a6) # move input to work space
13621 mov.l 8(%a0),FP_SCR1+8(%a6) # move input to work spac
[all...]
/linux-master/arch/sh/include/asm/
H A Dpush-switch.h16 struct work_struct work; member in struct:push_switch
/linux-master/drivers/char/hw_random/
H A Dn2rng.h119 struct delayed_work work; member in struct:n2rng
/linux-master/drivers/clocksource/
H A Dnumachip.c57 static __init void numachip_timer_each(struct work_struct *work) argument
/linux-master/drivers/crypto/cavium/nitrox/
H A Dnitrox_common.h27 void backlog_qflush_work(struct work_struct *work);
/linux-master/drivers/edac/
H A Dedac_pci.h9 * Based on work by Dan Hollis <goemon at anime dot net> and others.
55 /* work struct for this instance */
56 struct delayed_work work; member in struct:edac_pci_ctl_info
96 container_of(w, struct edac_pci_ctl_info,work)
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/therm/
H A Dtemp.c74 nv_poweroff_work(struct work_struct *work) argument
77 kfree(work);
120 struct work_struct *work; local
122 work = kmalloc(sizeof(*work), GFP_ATOMIC);
123 if (work) {
124 INIT_WORK(work, nv_poweroff_work);
125 schedule_work(work);
/linux-master/drivers/hsi/controllers/
H A Domap_ssi.h70 * @work: worker for starting TX
96 struct work_struct work; member in struct:omap_ssi_port
/linux-master/drivers/infiniband/hw/hfi1/
H A Dopfn.c111 void opfn_send_conn_request(struct work_struct *work) argument
116 od = container_of(work, struct hfi1_opfn_data, opfn_work);
H A Dopfn.h77 void opfn_send_conn_request(struct work_struct *work);
/linux-master/drivers/infiniband/hw/mthca/
H A Dmthca_catas.c59 static void catas_reset(struct work_struct *work) argument
/linux-master/drivers/infiniband/hw/qib/
H A Dqib_qsfp.c468 /* Initialize work struct for later QSFP events */
469 INIT_WORK(&qd->work, fevent);
H A Dqib_qsfp.h178 struct work_struct work; member in struct:qib_qsfp_data
H A Dqib_ruc.c246 void _qib_do_send(struct work_struct *work) argument
248 struct qib_qp_priv *priv = container_of(work, struct qib_qp_priv,
259 * Process entries in the send work queue until credit or queue is
288 /* Return if we are already busy processing a work request. */
/linux-master/drivers/input/misc/
H A Darizona-haptics.c25 struct work_struct work; member in struct:arizona_haptics
31 static void arizona_haptics_work(struct work_struct *work) argument
33 struct arizona_haptics *haptics = container_of(work,
35 work);
134 schedule_work(&haptics->work);
144 cancel_work_sync(&haptics->work);
172 INIT_WORK(&haptics->work, arizona_haptics_work);
H A Dgpio-beeper.c18 struct work_struct work; member in struct:gpio_beeper
28 static void gpio_beeper_work(struct work_struct *work) argument
30 struct gpio_beeper *beep = container_of(work, struct gpio_beeper, work);
47 /* Schedule work to actually turn the beeper on or off */
48 schedule_work(&beep->work);
57 cancel_work_sync(&beep->work);
78 INIT_WORK(&beep->work, gpio_beeper_work);
/linux-master/drivers/input/touchscreen/
H A Dda9034-ts.c223 static void da9034_tsi_work(struct work_struct *work) argument
226 container_of(work, struct da9034_touch, tsi_work.work);
H A Dhp680_ts_input.c21 static void do_softint(struct work_struct *work);
24 static DECLARE_DELAYED_WORK(work, do_softint);
26 static void do_softint(struct work_struct *work) argument
72 schedule_delayed_work(&work, HZ / 20);
111 cancel_delayed_work_sync(&work);
119 cancel_delayed_work_sync(&work);

Completed in 439 milliseconds

1234567891011>>