| /linux/lib/ |
| H A D | klist.c | 85 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 D | sch_ets_tests.sh | 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 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/drivers/net/wireless/st/cw1200/ |
| H A D | fwio.c | 56 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 D | x_store.S | 52 | 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 D | binstr.S | 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/scripts/coccinelle/iterators/ |
| H A D | device_node_continue.cocci | 2 /// 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 D | dns_query.c | 140 goto put; in dns_query() 145 goto put; in dns_query() 154 goto put; in dns_query() 161 put: in dns_query()
|
| /linux/sound/pci/ac97/ |
| H A D | ac97_patch.h | 18 .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 D | control.c | 410 .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/include/linux/ |
| H A D | klist.h | 22 void (*put)(struct klist_node *); member 29 .put = _put, } 35 void (*put)(struct klist_node *));
|
| /linux/net/atm/ |
| H A D | mpc.c | 518 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/scripts/coccinelle/free/ |
| H A D | ifnulldev_put.cocci | 3 /// 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 D | ps3.dts | 22 * 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 D | gv100.c | 38 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 D | wss.h | 168 .put = snd_wss_put_single, \ 184 .put = snd_wss_put_double, \ 195 .put = snd_wss_put_single, \ 207 .put = snd_wss_put_double, \
|
| /linux/drivers/usb/gadget/legacy/ |
| H A D | gmidi.c | 161 goto put; in midi_bind() 168 goto put; in midi_bind() 172 put: in midi_bind()
|
| /linux/sound/pci/ca0106/ |
| H A D | ca0106_mixer.c | 296 .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()
|
| /linux/lib/zlib_inflate/ |
| H A D | inflate.c | 187 put = strm->next_out; \ 198 strm->next_out = put; \ 335 unsigned char *put; /* next output */ in zlib_inflate() local 456 memcpy(put, next, copy); in zlib_inflate() 460 put += copy; in zlib_inflate() 687 from = put - state->offset; in zlib_inflate() 694 *put++ = *from++; in zlib_inflate() 700 *put++ = (unsigned char)(state->length); in zlib_inflate() 712 UPDATE(state->check, put - out, out); in zlib_inflate()
|
| /linux/drivers/soc/tegra/fuse/ |
| H A D | tegra-apbmisc.c | 242 goto put; in tegra_init_apbmisc() 247 goto put; in tegra_init_apbmisc() 254 put: in tegra_init_apbmisc()
|
| /linux/arch/arm/mach-omap1/ |
| H A D | sleep.S | 86 @ prepare to put SDRAM into self-refresh manually 92 @ prepare to put EMIFS to Sleep 156 @ Prepare to put SDRAM into self-refresh manually 162 @ Prepare to put EMIFS to Sleep
|
| /linux/sound/ppc/ |
| H A D | tumbler.c | 609 .put = tumbler_put_mono, \ 618 .put = tumbler_put_mono, \ 832 .put = snapper_put_mix, \ 845 .put = tumbler_put_master_volume 851 .put = tumbler_put_master_switch 860 .put = tumbler_put_drc_value 869 .put = tumbler_put_master_volume 875 .put = tumbler_put_master_switch 887 .put = tumbler_put_drc_value 893 .put = snapper_put_capture_source [all …]
|
| /linux/Documentation/translations/zh_CN/core-api/ |
| H A D | kref.rst | 132 refcount。put不需要锁,因为没有任何东西试图在没有持有指针的情况下获取数据。 152 在有些情况下,你可以优化get和put。例如,如果你已经完成了一个对象,并且给其 154 put:: 156 /* 糟糕的额外获取(get)和输出(put) */
|
| /linux/sound/i2c/other/ |
| H A D | ak4xxx-adda.c | 618 knew.put = ak4xxx_switch_put; in build_dac_controls() 644 knew.put = snd_akm4xxx_stereo_volume_put; in build_dac_controls() 648 knew.put = snd_akm4xxx_volume_put; in build_dac_controls() 737 knew.put = snd_akm4xxx_stereo_volume_put; in build_adc_controls() 741 knew.put = snd_akm4xxx_volume_put; in build_adc_controls() 765 knew.put = ak4xxx_switch_put; in build_adc_controls() 786 knew.put = ak4xxx_capture_source_put; in build_adc_controls() 816 knew.put = snd_akm4xxx_deemphasis_put; in build_deemphasis()
|
| /linux/sound/hda/codecs/side-codecs/ |
| H A D | tas2781_hda.h | 31 .get = xhandler_get, .put = xhandler_put, \ 45 .put = xhandler_put, \
|
| /linux/drivers/clk/tegra/ |
| H A D | clk-tegra210-emc.c | 329 goto put; in tegra210_clk_emc_attach() 339 goto put; in tegra210_clk_emc_attach() 357 goto put; in tegra210_clk_emc_attach() 366 put: in tegra210_clk_emc_attach()
|