| /OK3568_Linux_fs/kernel/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 …]
|
| /OK3568_Linux_fs/yocto/poky/bitbake/contrib/vim/plugin/ |
| H A D | newbb.vim | 37 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 = \"\"'
|
| /OK3568_Linux_fs/kernel/sound/pci/ice1712/ |
| H A D | aureon.c | 1398 .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 D | phase.c | 754 .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 …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/ |
| H A D | nouveau_dma.h | 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()
|
| /OK3568_Linux_fs/kernel/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
|
| /OK3568_Linux_fs/kernel/include/sound/ |
| H A D | soc.h | 63 .put = snd_soc_put_volsw, \ 68 .put = snd_soc_put_volsw_range, \ 79 .put = snd_soc_put_volsw, \ 88 .put = snd_soc_put_volsw_sx, \ 99 .get = snd_soc_get_volsw_range, .put = snd_soc_put_volsw_range, \ 107 .put = snd_soc_put_volsw, \ 121 .get = snd_soc_get_volsw, .put = snd_soc_put_volsw, \ 128 .get = snd_soc_get_volsw_range, .put = snd_soc_put_volsw_range, \ 137 .put = snd_soc_put_volsw, \ 146 .get = snd_soc_get_volsw, .put = snd_soc_put_volsw, \ [all …]
|
| /OK3568_Linux_fs/kernel/drivers/usb/gadget/legacy/ |
| H A D | hid.c | 104 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()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iostreams/ |
| H A D | write.hpp | 43 bool put(T& t, typename char_type_of<T>::type c) in put() function 44 { return detail::write_device_impl<T>::put(detail::unwrap(t), c); } in put() 78 static bool put(T& t, typename char_type_of<T>::type c) in put() function 95 static bool put(T& t, typename char_type_of<T>::type c) in put() function 111 static bool put(T& t, typename char_type_of<T>::type c) in put() function 153 if (!t.put(snk, s[off])) in write()
|
| /OK3568_Linux_fs/kernel/drivers/staging/vc04_services/bcm2835-audio/ |
| H A D | bcm2835-ctl.c | 108 .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,
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/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
|
| /OK3568_Linux_fs/kernel/sound/pci/oxygen/ |
| H A D | oxygen_mixer.c | 734 .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 …]
|
| /OK3568_Linux_fs/kernel/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."
|
| /OK3568_Linux_fs/kernel/net/ax25/ |
| H A D | ax25_ip.c | 127 goto put; in ax25_ip_xmit() 153 goto put; in ax25_ip_xmit() 181 goto put; in ax25_ip_xmit() 198 goto put; in ax25_ip_xmit() 206 put: in ax25_ip_xmit()
|
| /OK3568_Linux_fs/kernel/net/dns_resolver/ |
| H A D | dns_query.c | 142 goto put; in dns_query() 147 goto put; in dns_query() 156 goto put; in dns_query() 163 put: in dns_query()
|
| /OK3568_Linux_fs/kernel/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 …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/binutils/binutils/ |
| H A D | 0004-Point-scripts-location-to-libdir.patch | 19 # 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
|
| /OK3568_Linux_fs/external/mpp/mpp/vproc/ |
| H A D | mpp_vproc_dev.cpp | 29 .put = rockchip_iep_api_release_ctx, 35 .put = rockchip_iep2_api_release_ctx, 51 ctx->ops->release = dev_comp[i].put; in get_iep_ctx()
|
| /OK3568_Linux_fs/kernel/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,
|
| /OK3568_Linux_fs/kernel/sound/usb/ |
| H A D | mixer_us16x08.c | 769 .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 …]
|
| /OK3568_Linux_fs/kernel/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, \
|
| /OK3568_Linux_fs/u-boot/doc/ |
| H A D | README.console | 40 putc (to put a char to stdout) 41 puts (to put a string to stdout) 42 printf (to format and put a string to stdout) 49 eputc (to put a char to stderr) 50 eputs (to put a string to stderr) 51 eprintf (to format and put a string to stderr)
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | klist.h | 22 void (*put)(struct klist_node *); member 29 .put = _put, } 35 void (*put)(struct klist_node *));
|