Home
last modified time | relevance | path

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

12345678910>>...116

/Linux-v6.1/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 …]
/Linux-v6.1/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
/Linux-v6.1/arch/x86/lib/
Dclear_page_64.S31 #define PUT(x) movq %rax,x*8(%rdi) macro
33 PUT(1)
34 PUT(2)
35 PUT(3)
36 PUT(4)
37 PUT(5)
38 PUT(6)
39 PUT(7)
/Linux-v6.1/drivers/atm/
Dsuni.c40 #define PUT(val,reg) dev->ops->phy_put(dev,val,SUNI_##reg) macro
43 PUT((GET(reg) & ~(mask)) | ((value) << (shift)),reg)
65 PUT(0,MRI); /* latch counters */ in suni_hz()
109 if (set) PUT(GET(reg) | bit,reg); \
110 else PUT(GET(reg) & ~bit,reg); \
198 PUT(GET(RPOP_RC) & ~SUNI_RPOP_RC_ENSS, RPOP_RC); in set_sonet()
199 PUT(GET(SSTB_CTRL) & ~SUNI_SSTB_CTRL_LEN16, SSTB_CTRL); in set_sonet()
200 PUT(GET(SPTB_CTRL) & ~SUNI_SPTB_CTRL_LEN16, SPTB_CTRL); in set_sonet()
212 PUT(GET(RPOP_RC) | SUNI_RPOP_RC_ENSS, RPOP_RC); in set_sdh()
213 PUT(GET(SSTB_CTRL) | SUNI_SSTB_CTRL_LEN16, SSTB_CTRL); in set_sdh()
[all …]
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()
/Linux-v6.1/include/trace/events/
Dfscache.h112 EM(fscache_cache_put_alloc_volume, "PUT alvol") \
113 EM(fscache_cache_put_cache, "PUT cache") \
114 EM(fscache_cache_put_prep_failed, "PUT pfail") \
115 EM(fscache_cache_put_relinquish, "PUT relnq") \
116 E_(fscache_cache_put_volume, "PUT vol ")
125 EM(fscache_volume_put_cookie, "PUT cook ") \
126 EM(fscache_volume_put_create_work, "PUT creat") \
127 EM(fscache_volume_put_hash_collision, "PUT hcoll") \
128 EM(fscache_volume_put_relinquish, "PUT relnq") \
144 EM(fscache_cookie_put_hash_collision, "PUT hcoll") \
[all …]
Dnetfs.h65 EM(netfs_rreq_trace_put_complete, "PUT COMPLT ") \
66 EM(netfs_rreq_trace_put_discard, "PUT DISCARD") \
67 EM(netfs_rreq_trace_put_failed, "PUT FAILED ") \
68 EM(netfs_rreq_trace_put_hold, "PUT HOLD ") \
69 EM(netfs_rreq_trace_put_subreq, "PUT SUBREQ ") \
70 EM(netfs_rreq_trace_put_zero_len, "PUT ZEROLEN") \
78 EM(netfs_sreq_trace_put_clear, "PUT CLEAR ") \
79 EM(netfs_sreq_trace_put_failed, "PUT FAILED ") \
80 EM(netfs_sreq_trace_put_merged, "PUT MERGED ") \
81 EM(netfs_sreq_trace_put_no_copy, "PUT NO COPY") \
[all …]
/Linux-v6.1/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()
/Linux-v6.1/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
/Linux-v6.1/arch/m68k/68000/
Dentry.S132 movel #65,%sp@- /* put vector # on stack*/
143 movel #66,%sp@- /* put vector # on stack*/
154 movel #67,%sp@- /* put vector # on stack*/
165 movel #68,%sp@- /* put vector # on stack*/
176 movel #69,%sp@- /* put vector # on stack*/
187 movel #70,%sp@- /* put vector # on stack*/
198 movel #71,%sp@- /* put vector # on stack*/
209 movel %d0,%sp@- /* put vector # on stack*/
/Linux-v6.1/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, \
146 .put = snd_soc_put_volsw_sx, \
[all …]
/Linux-v6.1/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 …]
/Linux-v6.1/include/linux/
Dwait.h333 * The process is put to sleep (TASK_UNINTERRUPTIBLE) until the
372 * The process is put to sleep (TASK_INTERRUPTIBLE -- so as not to contribute
399 * The process is put to sleep (TASK_UNINTERRUPTIBLE) until the
463 * The process is put to sleep (TASK_UNINTERRUPTIBLE) until the
486 * The process is put to sleep (TASK_INTERRUPTIBLE) until the
516 * The process is put to sleep (TASK_INTERRUPTIBLE) until the
571 * The process is put to sleep (TASK_UNINTERRUPTIBLE) until the
597 * The process is put to sleep (TASK_INTERRUPTIBLE) until the
662 * The process is put to sleep (TASK_IDLE) until the
682 * The process is put to sleep (TASK_IDLE) until the
[all …]
/Linux-v6.1/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."
/Linux-v6.1/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 …]
/Linux-v6.1/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 …]
/Linux-v6.1/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 …]
/Linux-v6.1/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()
/Linux-v6.1/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()
/Linux-v6.1/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
/Linux-v6.1/drivers/usb/gadget/legacy/
Dhid.c104 goto put; in do_config()
109 goto put; in do_config()
114 put: in do_config()
152 goto put; in hid_bind()
169 goto put; in hid_bind()
179 goto put; in hid_bind()
199 put: in hid_bind()
/Linux-v6.1/drivers/acpi/
Ddevice_pm.c337 * have been put into D0 previously and that's why we in acpi_bus_init_power()
347 * it D0 in hope that this is what the BIOS put the device into. in acpi_bus_init_power()
362 * are assumed to be put into D0 by the BIOS. However, in some cases that may
946 * acpi_dev_pm_low_power - Put ACPI device into a low-power state.
947 * @dev: Device to put into a low-power state.
964 * acpi_dev_pm_full_power - Put ACPI device into the full-power state.
965 * @adev: ACPI device node to put into the full-power state.
974 * acpi_dev_suspend - Put device into a low-power state using ACPI.
975 * @dev: Device to put into a low-power state.
978 * Put the given device into a low-power state using the standard ACPI
[all …]
/Linux-v6.1/drivers/staging/media/atomisp/pci/isp/kernels/ipu2_io_ls/bayer_io_ls/
Dia_css_bayer_io.host.c70 size_put = binary->info->mem_offsets.offsets.param->dmem.put.size; in ia_css_bayer_io_config()
71 offset = binary->info->mem_offsets.offsets.param->dmem.put.offset; in ia_css_bayer_io_config()
80 "ia_css_bayer_io_config() put part enter:\n"); in ia_css_bayer_io_config()
94 "ia_css_bayer_io_config() put part leave:\n"); in ia_css_bayer_io_config()
/Linux-v6.1/drivers/staging/media/atomisp/pci/isp/kernels/ipu2_io_ls/yuv444_io_ls/
Dia_css_yuv444_io.host.c71 size_put = binary->info->mem_offsets.offsets.param->dmem.put.size; in ia_css_yuv444_io_config()
72 offset = binary->info->mem_offsets.offsets.param->dmem.put.offset; in ia_css_yuv444_io_config()
81 "ia_css_yuv444_io_config() put part enter:\n"); in ia_css_yuv444_io_config()
96 "ia_css_yuv444_io_config() put part leave:\n"); in ia_css_yuv444_io_config()

12345678910>>...116