Home
last modified time | relevance | path

Searched full:put (Results 1 – 25 of 3147) sorted by relevance

12345678910>>...126

/kernel/linux/linux-5.10/arch/x86/lib/
Dclear_page_64.S30 #define PUT(x) movq %rax,x*8(%rdi) macro
32 PUT(1)
33 PUT(2)
34 PUT(3)
35 PUT(4)
36 PUT(5)
37 PUT(6)
38 PUT(7)
/kernel/linux/linux-5.10/lib/
Dklist.c76 * @put: The put function for the embedding object (NULL if none)
80 * deletion) then the get/put arguments are used to initialise
85 void (*put)(struct klist_node *)) in klist_init()
90 k->put = put; in klist_init()
144 * @pos: node to put @n after
160 * @pos: node to put @n after
212 void (*put)(struct klist_node *) = k->put; in klist_put() local
218 put = NULL; in klist_put()
220 if (put) in klist_put()
221 put(n); in klist_put()
[all …]
/kernel/linux/linux-5.10/arch/m68k/fpsp040/
Dx_store.S52 | if fp0-fp3 is being modified, we must put a copy
141 bsetl #31,%d0 |if negative, put in sign information
149 bsetl #31,%d0 |if negative put in sign information
151 movel %d0,LOCAL_EX(%a1) |put the new exp back on the stack
156 orl %d1,%d0 |put these bits in ms word of double
157 movel %d0,LOCAL_EX(%a1) |put the new exp back on the stack
160 lsll %d0,%d1 |put lower 11 bits in upper bits
164 orl %d0,LOCAL_HI(%a1) |put them in double result
208 swap %d0 |put exp in upper word of d0
212 bsetl #31,%d0 |if negative, put in sign first
[all …]
Dbinstr.S39 | zero, it is the ls digit. Put the digit in its place in the
99 swap %d6 |put 0 in d6 lower word
109 swap %d6 |with d6 = 0; put 0 in upper word
120 swap %d7 |put LEN counter in word d7a
125 swap %d7 |put digit word in d7b
126 movew %d1,%d7 |put new digit in d7b
127 swap %d7 |put LEN counter in word d7a
130 swap %d7 |put last digit in string
/kernel/linux/linux-5.10/drivers/atm/
Dsuni.c41 #define PUT(val,reg) dev->ops->phy_put(dev,val,SUNI_##reg) macro
44 PUT((GET(reg) & ~(mask)) | ((value) << (shift)),reg)
66 PUT(0,MRI); /* latch counters */ in suni_hz()
110 if (set) PUT(GET(reg) | bit,reg); \
111 else PUT(GET(reg) & ~bit,reg); \
199 PUT(GET(RPOP_RC) & ~SUNI_RPOP_RC_ENSS, RPOP_RC); in set_sonet()
200 PUT(GET(SSTB_CTRL) & ~SUNI_SSTB_CTRL_LEN16, SSTB_CTRL); in set_sonet()
201 PUT(GET(SPTB_CTRL) & ~SUNI_SPTB_CTRL_LEN16, SPTB_CTRL); in set_sonet()
213 PUT(GET(RPOP_RC) | SUNI_RPOP_RC_ENSS, RPOP_RC); in set_sdh()
214 PUT(GET(SSTB_CTRL) | SUNI_SSTB_CTRL_LEN16, SSTB_CTRL); in set_sdh()
[all …]
DuPD98402.c37 #define PUT(val,reg) dev->ops->phy_put(dev,val,uPD98402_##reg) macro
77 PUT(set[0],C11T); in set_framing()
78 PUT(set[1],C12T); in set_framing()
79 PUT(set[2],C13T); in set_framing()
80 PUT((GET(MDR) & ~uPD98402_MDR_SS_MASK) | (set[3] << in set_framing()
130 PUT(mode_reg,MDR); in set_loopback()
219 PUT(uPD98402_PFM_FJ,PCMR); /* ignore frequency adj */ in uPD98402_start()
221 PUT(~uPD98402_PCO_HECC,PCOMR); in uPD98402_start()
223 PUT(~(uPD98402_INT_PFM | uPD98402_INT_ALM | uPD98402_INT_RFO | in uPD98402_start()
Didt77105.c46 #define PUT(val,reg) dev->ops->phy_put(dev,val,IDT77105_##reg) macro
67 PUT(counter, CTRSEL); in get_counter()
133 PUT( GET(DIAG) | IDT77105_DIAG_RFLUSH, DIAG); in idt77105_restart_timer_func()
135 PUT( walk->old_mcr ,MCR); in idt77105_restart_timer_func()
176 PUT(diag,DIAG); in set_loopback()
232 PUT( in idt77105_int()
246 PUT( GET(DIAG) | IDT77105_DIAG_RFLUSH, DIAG); in idt77105_int()
299 PUT(PRIV(dev)->old_mcr, MCR); in idt77105_start()
328 PUT( GET(MCR) & ~IDT77105_MCR_EIP, MCR ); in idt77105_stop()
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/
Dnouveau_dma.h37 * There's a hw race condition where you can't jump to your PUT offset,
86 if (chan->dma.cur == chan->dma.put) in FIRE_RING()
91 nv50_dma_push(chan, chan->push.addr + (chan->dma.put << 2), in FIRE_RING()
92 (chan->dma.cur - chan->dma.put) << 2); in FIRE_RING()
97 chan->dma.put = chan->dma.cur; in FIRE_RING()
103 chan->dma.cur = chan->dma.put; in WIND_RING()
/kernel/linux/linux-5.10/tools/testing/selftests/net/forwarding/
Dsch_ets_tests.sh4 # $put -- port under test (e.g. $swp2)
170 ets_qdisc_setup $put 0 3300 3300 3300
175 ets_qdisc_setup $put 0 5000 3500 1500
180 ets_qdisc_setup $put 3
185 ets_qdisc_setup $put 1 5000 2500 1500
190 tc class change dev $put classid 10:2 ets quantum 8000
196 ets_qdisc_setup $put 0 5000 2500
/kernel/linux/linux-5.10/arch/m68k/68000/
Dentry.S136 movel #65,%sp@- /* put vector # on stack*/
147 movel #66,%sp@- /* put vector # on stack*/
158 movel #67,%sp@- /* put vector # on stack*/
169 movel #68,%sp@- /* put vector # on stack*/
180 movel #69,%sp@- /* put vector # on stack*/
191 movel #70,%sp@- /* put vector # on stack*/
202 movel #71,%sp@- /* put vector # on stack*/
213 movel %d0,%sp@- /* put vector # on stack*/
/kernel/linux/linux-5.10/include/trace/events/
Dcachefiles.h41 EM(fscache_obj_put_alloc_fail, "PUT alloc_fail") \
42 EM(fscache_obj_put_attach_fail, "PUT attach_fail") \
43 EM(fscache_obj_put_drop_obj, "PUT drop_obj") \
44 EM(fscache_obj_put_enq_dep, "PUT enq_dep") \
45 EM(fscache_obj_put_queue, "PUT queue") \
46 EM(fscache_obj_put_work, "PUT work") \
47 EM(cachefiles_obj_put_wait_retry, "PUT wait_retry") \
48 E_(cachefiles_obj_put_wait_timeo, "PUT wait_timeo")
/kernel/linux/linux-5.10/sound/pci/ice1712/
Daureon.c1398 .put = wm_master_mute_put
1407 .put = wm_master_vol_put,
1415 .put = wm_mute_put,
1425 .put = wm_vol_put,
1434 .put = wm_mute_put,
1444 .put = wm_vol_put,
1453 .put = wm_mute_put,
1463 .put = wm_vol_put,
1472 .put = wm_mute_put,
1482 .put = wm_vol_put,
[all …]
/kernel/linux/linux-5.10/include/sound/
Dsoc.h62 .put = snd_soc_put_volsw, \
67 .put = snd_soc_put_volsw_range, \
78 .put = snd_soc_put_volsw, \
87 .put = snd_soc_put_volsw_sx, \
98 .get = snd_soc_get_volsw_range, .put = snd_soc_put_volsw_range, \
106 .put = snd_soc_put_volsw, \
120 .get = snd_soc_get_volsw, .put = snd_soc_put_volsw, \
127 .get = snd_soc_get_volsw_range, .put = snd_soc_put_volsw_range, \
136 .put = snd_soc_put_volsw, \
145 .get = snd_soc_get_volsw, .put = snd_soc_put_volsw, \
[all …]
/kernel/linux/linux-5.10/scripts/coccinelle/iterators/
Ddevice_node_continue.cocci2 /// Device node iterators put the previous value of the index variable, so an
3 /// explicit put causes a double put.
93 msg = "ERROR: probable double put."
102 msg = "ERROR: probable double put."
/kernel/linux/linux-5.10/drivers/staging/vc04_services/bcm2835-audio/
Dbcm2835-ctl.c108 .put = snd_bcm2835_ctl_put,
118 .put = snd_bcm2835_ctl_put,
127 .put = snd_bcm2835_ctl_put,
199 .put = snd_bcm2835_spdif_default_put
245 .put = snd_bcm2835_ctl_put,
257 .put = snd_bcm2835_ctl_put,
279 .put = snd_bcm2835_ctl_put,
291 .put = snd_bcm2835_ctl_put,
/kernel/linux/linux-5.10/drivers/net/wireless/st/cw1200/
Dfwio.c56 u32 put = 0, get = 0; in cw1200_load_firmware_cw1200() local
192 /* loop until put - get <= 24K */ in cw1200_load_firmware_cw1200()
195 if ((put - get) <= in cw1200_load_firmware_cw1200()
201 if ((put - get) > (DOWNLOAD_FIFO_SIZE - DOWNLOAD_BLOCK_SIZE)) { in cw1200_load_firmware_cw1200()
208 tx_size = block_size = min_t(size_t, firmware->size - put, in cw1200_load_firmware_cw1200()
211 memcpy(buf, &firmware->data[put], block_size); in cw1200_load_firmware_cw1200()
221 (put & (DOWNLOAD_FIFO_SIZE - 1))), in cw1200_load_firmware_cw1200()
225 put & (DOWNLOAD_FIFO_SIZE - 1)); in cw1200_load_firmware_cw1200()
229 /* update the put register */ in cw1200_load_firmware_cw1200()
230 put += block_size; in cw1200_load_firmware_cw1200()
[all …]
/kernel/linux/linux-5.10/include/linux/
Dwait.h323 * The process is put to sleep (TASK_UNINTERRUPTIBLE) until the
362 * The process is put to sleep (TASK_INTERRUPTIBLE -- so as not to contribute
389 * The process is put to sleep (TASK_UNINTERRUPTIBLE) until the
453 * The process is put to sleep (TASK_UNINTERRUPTIBLE) until the
476 * The process is put to sleep (TASK_INTERRUPTIBLE) until the
506 * The process is put to sleep (TASK_INTERRUPTIBLE) until the
561 * The process is put to sleep (TASK_UNINTERRUPTIBLE) until the
587 * The process is put to sleep (TASK_INTERRUPTIBLE) until the
652 * The process is put to sleep (TASK_IDLE) until the
672 * The process is put to sleep (TASK_IDLE) until the
[all …]
/kernel/linux/linux-5.10/sound/pci/oxygen/
Doxygen_mixer.c734 .put = ac97_switch_put, \
745 .put = ac97_volume_put, \
761 .put = dac_volume_put,
768 .put = dac_mute_put,
775 .put = upmix_put,
785 .put = spdif_switch_put,
793 .put = spdif_default_put,
811 .put = spdif_pcm_put,
837 .put = spdif_bit_switch_put,
845 .put = spdif_bit_switch_put,
[all …]
/kernel/linux/linux-5.10/drivers/gpu/host1x/hw/
Dcdma_hw.c18 * Put the restart at the end of pushbuffer memory
58 /* set base, put and end pointer */ in cdma_start()
86 * state (where DMA GET is set to DMA PUT), on a timeout we restore
116 /* set GET, by loading the value in PUT (then reset GET) */ in cdma_timeout_restart()
124 "%s: DMA GET 0x%x, PUT HW 0x%x / shadow 0x%x\n", __func__, in cdma_timeout_restart()
129 /* deassert GET reset and set PUT */ in cdma_timeout_restart()
141 * Kick channel DMA into action by writing its PUT offset (if it has changed)
212 dev_dbg(host->dev, "%s: DMA GET 0x%x, PUT HW 0x%x / shadow 0x%x\n", in cdma_freeze()
/kernel/linux/linux-5.10/security/apparmor/include/
Dcred.h99 * The returned reference must be put with aa_put_label()
113 * end_label_crit_section - put a reference found with begin_current_label..
114 * @label: label reference to put
133 * The returned reference must be put with __end_current_label_crit_section()
155 * The returned reference must be put with end_current_label_crit_section()
/kernel/linux/linux-5.10/include/media/
Dvideobuf2-memops.h25 * @put: callback to function that decreases buffer refcount.
26 * @arg: argument for @put callback.
30 void (*put)(void *arg); member
/kernel/linux/linux-5.10/Documentation/power/
Dpci.rst34 Usually, a device is put into a low-power state when it is underutilized or
36 again, it has to be put back into the "fully functional" state (full-power
41 PCI devices may be put into low-power states in two ways, by using the device
53 to put the device that sent it into the full-power state. However, the PCI Bus
111 programmatically put into D0. Thus the kernel can switch the device back and
169 set of power resources that have to be enabled for the device to be put into
174 To put a device into the ACPI power state Dx (where x is a number between 0 and
178 is going to be put into a low-power state (D1-D3) and is supposed to generate
184 only be put into D0 this way.
190 determines the highest power (lowest number) state the device can be put
[all …]
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/isp/kernels/ipu2_io_ls/bayer_io_ls/
Dia_css_bayer_io.host.c69 size_put = binary->info->mem_offsets.offsets.param->dmem.put.size; in ia_css_bayer_io_config()
70 offset = binary->info->mem_offsets.offsets.param->dmem.put.offset; in ia_css_bayer_io_config()
79 "ia_css_bayer_io_config() put part enter:\n"); in ia_css_bayer_io_config()
91 "ia_css_bayer_io_config() put part leave:\n"); in ia_css_bayer_io_config()
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/isp/kernels/ipu2_io_ls/yuv444_io_ls/
Dia_css_yuv444_io.host.c69 size_put = binary->info->mem_offsets.offsets.param->dmem.put.size; in ia_css_yuv444_io_config()
70 offset = binary->info->mem_offsets.offsets.param->dmem.put.offset; in ia_css_yuv444_io_config()
79 "ia_css_yuv444_io_config() put part enter:\n"); in ia_css_yuv444_io_config()
91 "ia_css_yuv444_io_config() put part leave:\n"); in ia_css_yuv444_io_config()
/kernel/linux/linux-5.10/drivers/usb/gadget/legacy/
Dhid.c104 goto put; in do_config()
109 goto put; in do_config()
114 put: in do_config()
151 goto put; in hid_bind()
168 goto put; in hid_bind()
178 goto put; in hid_bind()
198 put: in hid_bind()

12345678910>>...126