Home
last modified time | relevance | path

Searched refs:put (Results 1 – 25 of 580) sorted by relevance

12345678910>>...24

/linux/lib/
H A Dklist.c85 void (*put)(struct klist_node *)) in klist_init()
90 k->put = put; in klist_init()
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()
335 void (*put)(struct klist_node *) = i->i_klist->put; in klist_prev() local
345 put = NULL; in klist_prev()
361 if (put && last) in klist_prev()
362 put(last); in klist_prev()
[all …]
/linux/tools/testing/selftests/net/forwarding/
H A Dsch_ets_tests.sh170 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
230 ets_change_qdisc $put 2 "3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3" "1514 1514"
231 tc qdisc add dev $put handle 20: parent 10:4 plug
233 ets_qdisc_setup $put 2
/linux/sound/pci/ice1712/
H A Daureon.c1389 .put = wm_master_mute_put
1398 .put = wm_master_vol_put,
1406 .put = wm_mute_put,
1416 .put = wm_vol_put,
1425 .put = wm_mute_put,
1435 .put = wm_vol_put,
1444 .put = wm_mute_put,
1454 .put = wm_vol_put,
1463 .put = wm_mute_put,
1473 .put = wm_vol_put,
[all …]
H A Dphase.c752 .put = wm_master_mute_put
761 .put = wm_master_vol_put,
769 .put = wm_mute_put,
779 .put = wm_vol_put,
788 .put = wm_mute_put,
798 .put = wm_vol_put,
807 .put = wm_mute_put,
817 .put = wm_vol_put,
826 .put = wm_mute_put,
836 .put = wm_vol_put,
[all …]
H A Dmaya44.c430 .put = maya_vol_put,
442 .put = maya_vol_put,
454 .put = maya_vol_put,
464 .put = maya_sw_put,
474 .put = maya_sw_put,
484 .put = maya_rec_src_put,
491 .put = maya_gpio_sw_put,
499 .put = maya_gpio_sw_put,
507 .put = maya_pb_route_put,
H A Dpontis.c528 .put = wm_dac_vol_put,
538 .put = wm_adc_vol_put,
546 .put = wm_adc_mux_put,
554 .put = wm_adc_mux_put,
562 .put = wm_bypass_put,
569 .put = wm_chswap_put,
576 .put = cs_source_put,
584 .put = pontis_gpio_mask_put,
591 .put = pontis_gpio_dir_put,
598 .put = pontis_gpio_data_put,
H A Dprodigy192.c347 .put = stac9460_dac_mute_put,
358 .put = stac9460_dac_vol_put,
368 .put = stac9460_dac_mute_put,
378 .put = stac9460_dac_vol_put,
387 .put = stac9460_adc_mute_put,
398 .put = stac9460_adc_vol_put,
406 .put = stac9460_mic_sw_put,
579 .put = ak4114_input_sw_put,
/linux/sound/soc/codecs/
H A Dpcm6240.c736 .put = pcmdevice_put_volsw,
744 .put = pcmdevice_put_volsw,
755 .put = pcmdevice_put_volsw,
763 .put = pcmdevice_put_volsw,
774 .put = pcmdevice_put_volsw,
782 .put = pcmdevice_put_volsw,
802 .put = pcm1690_put_volsw,
810 .put = pcm1690_put_finevolsw,
821 .put = pcmdevice_put_volsw,
829 .put = pcmdevice_put_volsw,
[all …]
/linux/drivers/usb/gadget/legacy/
H A Dhid.c104 goto put; in do_config()
109 goto put; in do_config()
114 put: in do_config()
149 goto put; in hid_bind()
166 goto put; in hid_bind()
176 goto put; in hid_bind()
196 put: in hid_bind()
H A Dgmidi.c161 goto put; in midi_bind()
168 goto put; in midi_bind()
172 put: in midi_bind()
/linux/drivers/net/wireless/st/cw1200/
H A Dfwio.c56 u32 put = 0, get = 0; in cw1200_load_firmware_cw1200() local
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()
230 put += block_size; in cw1200_load_firmware_cw1200()
231 APB_WRITE2(DOWNLOAD_PUT_REG, put); in cw1200_load_firmware_cw1200()
/linux/arch/m68k/fpsp040/
H A 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
244 tstb LOCAL_SGN(%a1) |put back sign into exponent word
H A Dbinstr.S99 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/scripts/coccinelle/iterators/
H A 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/net/dns_resolver/
H A Ddns_query.c140 goto put; in dns_query()
145 goto put; in dns_query()
154 goto put; in dns_query()
161 put: in dns_query()
/linux/net/atm/
H A Dmpc.c518 mpc->in_ops->put(entry); in send_via_shortcut()
525 mpc->in_ops->put(entry); in send_via_shortcut()
535 mpc->in_ops->put(entry); in send_via_shortcut()
562 mpc->in_ops->put(entry); in send_via_shortcut()
634 mpc->in_ops->put(in_entry); in atm_mpoa_vcc_attach()
640 mpc->in_ops->put(in_entry); in atm_mpoa_vcc_attach()
672 mpc->in_ops->put(in_entry); in mpc_vcc_close()
678 mpc->eg_ops->put(eg_entry); in mpc_vcc_close()
765 mpc->eg_ops->put(eg); in mpc_push()
776 mpc->eg_ops->put(eg); in mpc_push()
[all …]
/linux/sound/pci/ac97/
H A Dac97_patch.h18 .get = snd_ac97_get_volsw, .put = snd_ac97_put_volsw, \
23 .get = snd_ac97_get_volsw, .put = snd_ac97_put_volsw, \
28 .get = snd_ac97_get_volsw, .put = snd_ac97_put_volsw, \
48 .get = snd_ac97_get_enum_double, .put = snd_ac97_put_enum_double, \
/linux/sound/usb/6fire/
H A Dcontrol.c410 .put = usb6fire_control_output_vol_put,
422 .put = usb6fire_control_output_vol_put,
434 .put = usb6fire_control_output_vol_put,
449 .put = usb6fire_control_output_mute_put,
459 .put = usb6fire_control_output_mute_put,
469 .put = usb6fire_control_output_mute_put,
482 .put = usb6fire_control_line_phono_put
491 .put = usb6fire_control_opt_coax_put
500 .put = usb6fire_control_digital_thru_put
510 .put = usb6fire_control_input_vol_put,
/linux/sound/usb/
H A Dmixer_us16x08.c776 .put = snd_us16x08_channel_put,
786 .put = snd_us16x08_channel_put,
796 .put = snd_us16x08_channel_put,
806 .put = snd_us16x08_master_put,
816 .put = snd_us16x08_route_put,
826 .put = snd_us16x08_bus_put,
836 .put = snd_us16x08_comp_put,
846 .put = snd_us16x08_comp_put,
857 .put = snd_us16x08_comp_put,
868 .put = snd_us16x08_comp_put,
[all …]
/linux/include/linux/
H A Dklist.h22 void (*put)(struct klist_node *); member
29 .put = _put, }
35 void (*put)(struct klist_node *));
/linux/scripts/coccinelle/free/
H A Difnulldev_put.cocci3 /// NULL check before dev_{put, hold} functions is not needed.
48 cocci.print_main("NULL check before dev_{put, hold} functions is not needed", p)
54 msg = "WARNING: NULL check before dev_{put, hold} functions is not needed."
/linux/arch/powerpc/boot/dts/
H A Dps3.dts22 * so we'll put a null entry here.
34 * we'll put a null entries here. These will be initialized after
38 * threads is with an ibm,ppc-interrupt-server#s entry. We'll put one
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/fault/
H A Dgv100.c38 u32 put = nvkm_rd32(device, buffer->put); in gv100_fault_buffer_process() local
39 if (put == get) in gv100_fault_buffer_process()
43 while (get != put) { in gv100_fault_buffer_process()
116 buffer->put = 0x100e30 + foff; in gv100_fault_buffer_info()
/linux/include/sound/
H A Dwss.h168 .put = snd_wss_put_single, \
184 .put = snd_wss_put_double, \
195 .put = snd_wss_put_single, \
207 .put = snd_wss_put_double, \
/linux/sound/pci/ca0106/
H A Dca0106_mixer.c296 .put = snd_ca0106_capture_mic_line_in_put
305 .put = snd_ca0106_capture_mic_line_in_put
548 .put = snd_ca0106_volume_put, \
588 .put = snd_ca0106_shared_spdif_put
595 .put = snd_ca0106_capture_source_put
602 .put = snd_ca0106_i2c_capture_source_put
610 .put = snd_ca0106_spdif_put_default
618 .put = snd_ca0106_spdif_put_stream
629 .put = snd_ca0106_i2c_volume_put, \
668 spi_switch.put = spi_mute_put; in snd_ca0106_volume_spi_dac_ctl()

12345678910>>...24