Home
last modified time | relevance | path

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

12345678910>>...47

/openbmc/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 …]
/openbmc/openbmc/poky/bitbake/contrib/vim/plugin/
H A Dnewbb.vim37 0 put ='# Copyright (C) ' . l:current_year .
39 put ='# Released under the MIT license (see COPYING.MIT for the terms)'
55 put ='SUMMARY = \"\"'
56 put ='HOMEPAGE = \"\"'
57 put ='LICENSE = \"\"'
58 put ='SECTION = \"\"'
59 put ='DEPENDS = \"\"'
60 put =''
61 put ='SRC_URI = \"\"'
/openbmc/qemu/target/avr/
H A Dmachine.c49 .put = put_sreg,
76 .put = put_segment,
81 .put = put_segment,
86 .put = put_segment,
91 .put = put_segment,
96 .put = put_segment,
/openbmc/qemu/migration/
H A Dvmstate-types.c43 .put = put_bool,
67 .put = put_int8,
91 .put = put_int16,
115 .put = put_int32,
141 .put = put_int32,
168 .put = put_int32,
192 .put = put_int64,
216 .put = put_uint8,
240 .put = put_uint16,
264 .put = put_uint32,
[all …]
/openbmc/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_dma.h93 if (chan->dma.cur == chan->dma.put) in FIRE_RING()
98 nv50_dma_push(chan, chan->push.addr + (chan->dma.put << 2), in FIRE_RING()
99 (chan->dma.cur - chan->dma.put) << 2, false); in FIRE_RING()
104 chan->dma.put = chan->dma.cur; in FIRE_RING()
110 chan->dma.cur = chan->dma.put; in WIND_RING()
/openbmc/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
/openbmc/linux/sound/pci/ice1712/
H A 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 …]
H A Dphase.c754 .put = wm_master_mute_put
763 .put = wm_master_vol_put,
771 .put = wm_mute_put,
781 .put = wm_vol_put,
790 .put = wm_mute_put,
800 .put = wm_vol_put,
809 .put = wm_mute_put,
819 .put = wm_vol_put,
828 .put = wm_mute_put,
838 .put = wm_vol_put,
[all …]
/openbmc/qemu/target/loongarch/
H A Dtrace-events5 kvm_failed_put_regs_core(const char *msg) "Failed to put core regs into KVM: %s"
7 kvm_failed_put_fpu(const char *msg) "Failed to put fpu into KVM: %s"
9 kvm_failed_put_mpstate(const char *msg) "Failed to put mp_state into KVM: %s"
11 kvm_failed_put_counter(const char *msg) "Failed to put counter into KVM: %s"
13 kvm_failed_put_cpucfg(const char *msg) "Failed to put cpucfg into KVM: %s"
/openbmc/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()
/openbmc/linux/include/sound/
H A 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 …]
/openbmc/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()
/openbmc/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
/openbmc/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."
/openbmc/linux/net/ax25/
H A Dax25_ip.c128 goto put; in ax25_ip_xmit()
154 goto put; in ax25_ip_xmit()
182 goto put; in ax25_ip_xmit()
198 goto put; in ax25_ip_xmit()
205 put: in ax25_ip_xmit()
/openbmc/linux/net/dns_resolver/
H A Ddns_query.c142 goto put; in dns_query()
147 goto put; in dns_query()
156 goto put; in dns_query()
163 put: in dns_query()
/openbmc/linux/sound/pci/oxygen/
H A 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 …]
/openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils/
H A D0004-Point-scripts-location-to-libdir.patch19 # We put the scripts in the directory $(scriptdir)/ldscripts.
20 # We can't put the scripts in $(datadir) because the SEARCH_DIR
32 # We put the scripts in the directory $(scriptdir)/ldscripts.
33 # We can't put the scripts in $(datadir) because the SEARCH_DIR
/openbmc/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, \
/openbmc/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 …]
/openbmc/linux/kernel/bpf/
H A Dmap_in_map.c25 goto put; in bpf_map_meta_alloc()
30 goto put; in bpf_map_meta_alloc()
41 goto put; in bpf_map_meta_alloc()
85 put: in bpf_map_meta_alloc()
/openbmc/linux/include/linux/
H A Dklist.h22 void (*put)(struct klist_node *); member
29 .put = _put, }
35 void (*put)(struct klist_node *));
/openbmc/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,
/openbmc/u-boot/doc/
H A DREADME.console39 putc (to put a char to stdout)
40 puts (to put a string to stdout)
41 printf (to format and put a string to stdout)
48 eputc (to put a char to stderr)
49 eputs (to put a string to stderr)
50 eprintf (to format and put a string to stderr)
/openbmc/linux/sound/usb/
H A Dmixer_us16x08.c769 .put = snd_us16x08_channel_put,
779 .put = snd_us16x08_channel_put,
789 .put = snd_us16x08_channel_put,
799 .put = snd_us16x08_master_put,
809 .put = snd_us16x08_route_put,
819 .put = snd_us16x08_bus_put,
829 .put = snd_us16x08_comp_put,
839 .put = snd_us16x08_comp_put,
850 .put = snd_us16x08_comp_put,
861 .put = snd_us16x08_comp_put,
[all …]

12345678910>>...47