Searched refs:push (Results 126 - 150 of 348) sorted by last modified time

1234567891011>>

/linux-master/arch/mips/lib/
H A Dcsum_partial.S60 .set push; \
68 .set push; \
284 .set push
697 .set push
709 .set push
/linux-master/arch/mips/kernel/
H A Dr4k_fpu.S28 .set push
100 .set push
107 .set push
137 .set push
175 .set push
203 .set push
238 .set push
296 .set push
353 .set push
H A Docteon_switch.S95 .set push
257 .set push
424 .set push
491 .set push
H A Dr2300_fpu.S66 .set push
100 .set push
/linux-master/arch/arc/kernel/
H A Dentry-compact.S235 push r0
H A Dctx_sw_asm.S24 push blink
28 push fp
/linux-master/drivers/usb/host/
H A Dxhci-dbgtty.c111 tasklet_schedule(&port->push);
281 tasklet_schedule(&port->push);
304 struct dbc_port *port = from_tasklet(port, t, push);
358 tasklet_schedule(&port->push);
391 tasklet_setup(&port->push, dbc_rx_push);
403 tasklet_kill(&port->push);
/linux-master/drivers/usb/gadget/function/
H A Du_serial.c118 struct delayed_work push; member in struct:gs_port
363 struct gs_port *port = container_of(w, struct gs_port, push);
397 /* push data to (open) tty */
437 * in the tty and ldisc (not here). If we couldn't push any
444 schedule_delayed_work(&port->push, 1);
460 schedule_delayed_work(&port->push, 0);
718 * let the push async work fire again until we're re-opened.
831 schedule_delayed_work(&port->push, 0);
1171 INIT_DELAYED_WORK(&port->push, gs_rx_push);
1199 cancel_delayed_work_sync(&port->push);
[all...]
/linux-master/arch/riscv/include/asm/
H A Dalternative-macros.h24 .option push
38 .option push
75 ".option push\n" \
88 ".option push\n" \
/linux-master/sound/pci/asihpi/
H A Dhpi_internal.h537 #pragma pack(push, 1)
H A Dhpi.h1106 #pragma pack(push, 1)
/linux-master/kernel/bpf/preload/iterators/
H A Diterators.bpf.c7 #pragma clang attribute push (__attribute__((preserve_access_index)), apply_to = record)
/linux-master/drivers/gpu/drm/radeon/
H A Dsislands_smc.h28 #pragma pack(push, 1)
/linux-master/drivers/gpu/drm/nouveau/
H A Dnouveau_dma.c37 * -EINVAL if GET pointer currently outside main push buffer
64 if (val < chan->push.addr ||
65 val > chan->push.addr + (chan->dma.max << 2))
68 return (val - chan->push.addr) >> 2;
76 struct nouveau_bo *pb = chan->push.buffer;
196 * the end of the push buffer
199 * looping back to the beginning of the push buffer,
211 /* not enough space left at the end of the push buffer,
215 OUT_RING(chan, chan->push.addr | 0x20000000);
232 * the push buffe
[all...]
H A Dnouveau_chan.h6 #include <nvif/push.h>
12 struct nvif_push *push; member in struct:nouveau_channel::__anon776
36 } push; member in struct:nouveau_channel
/linux-master/drivers/gpu/drm/amd/pm/swsmu/inc/
H A Dsmu_v13_0_7_pptable.h25 #pragma pack(push, 1)
H A Dsmu_v11_0_pptable.h25 #pragma pack(push, 1)
H A Dsmu_11_0_cdr_table.h29 #pragma pack(push, 1)
/linux-master/drivers/gpu/drm/amd/pm/powerplay/inc/
H A Dsmu9_driver_if.h125 #pragma pack(push, 1)
H A Dsmu75.h26 #pragma pack(push, 1)
H A Dsmu73_discrete.h28 #pragma pack(push, 1)
H A Dsmu7_fusion.h29 #pragma pack(push, 1)
H A Dsmu7.h27 #pragma pack(push, 1)
H A Dsmu73.h26 #pragma pack(push, 1)
H A Dsmu71.h27 #pragma pack(push, 1)

Completed in 270 milliseconds

1234567891011>>