/Linux-v4.19/lib/ |
D | klist.c | 86 void (*put)(struct klist_node *)) in klist_init() 91 k->put = put; in klist_init() 213 void (*put)(struct klist_node *) = k->put; in klist_put() local 219 put = NULL; in klist_put() 221 if (put) in klist_put() 222 put(n); in klist_put() 336 void (*put)(struct klist_node *) = i->i_klist->put; in klist_prev() local 346 put = NULL; in klist_prev() 362 if (put && last) in klist_prev() 363 put(last); in klist_prev() [all …]
|
/Linux-v4.19/drivers/misc/sgi-xp/ |
D | xpc_sn2.c | 1679 ch_sn2->local_GP->put = 0; in xpc_teardown_msg_structures_sn2() 1681 ch_sn2->remote_GP.put = 0; in xpc_teardown_msg_structures_sn2() 1683 ch_sn2->w_local_GP.put = 0; in xpc_teardown_msg_structures_sn2() 1685 ch_sn2->w_remote_GP.put = 0; in xpc_teardown_msg_structures_sn2() 1705 xpc_notify_senders_sn2(struct xpc_channel *ch, enum xp_retval reason, s64 put) in xpc_notify_senders_sn2() argument 1711 while (++get < put && atomic_read(&ch->n_to_notify) > 0) { in xpc_notify_senders_sn2() 1749 xpc_notify_senders_sn2(ch, ch->reason, ch->sn.sn2.w_local_GP.put); in xpc_notify_senders_of_disconnect_sn2() 1780 s64 put, remote_nentries = ch->remote_nentries; in xpc_clear_remote_msgqueue_flags_sn2() local 1783 if (ch_sn2->remote_GP.put < remote_nentries) in xpc_clear_remote_msgqueue_flags_sn2() 1786 put = max(ch_sn2->w_remote_GP.put, remote_nentries); in xpc_clear_remote_msgqueue_flags_sn2() [all …]
|
/Linux-v4.19/sound/pci/ice1712/ |
D | aureon.c | 1412 .put = wm_master_mute_put 1421 .put = wm_master_vol_put, 1429 .put = wm_mute_put, 1439 .put = wm_vol_put, 1448 .put = wm_mute_put, 1458 .put = wm_vol_put, 1467 .put = wm_mute_put, 1477 .put = wm_vol_put, 1486 .put = wm_mute_put, 1496 .put = wm_vol_put, [all …]
|
D | phase.c | 768 .put = wm_master_mute_put 777 .put = wm_master_vol_put, 785 .put = wm_mute_put, 795 .put = wm_vol_put, 804 .put = wm_mute_put, 814 .put = wm_vol_put, 823 .put = wm_mute_put, 833 .put = wm_vol_put, 842 .put = wm_mute_put, 852 .put = wm_vol_put, [all …]
|
D | maya44.c | 449 .put = maya_vol_put, 461 .put = maya_vol_put, 473 .put = maya_vol_put, 483 .put = maya_sw_put, 493 .put = maya_sw_put, 503 .put = maya_rec_src_put, 510 .put = maya_gpio_sw_put, 518 .put = maya_gpio_sw_put, 526 .put = maya_pb_route_put,
|
/Linux-v4.19/drivers/usb/gadget/legacy/ |
D | hid.c | 103 goto put; in do_config() 107 goto put; in do_config() 112 put: in do_config() 149 goto put; in hid_bind() 166 goto put; in hid_bind() 175 goto put; in hid_bind() 194 put: in hid_bind()
|
D | gmidi.c | 160 goto put; in midi_bind() 167 goto put; in midi_bind() 171 put: in midi_bind()
|
/Linux-v4.19/drivers/gpu/drm/nouveau/ |
D | nouveau_dma.h | 147 if (chan->dma.cur == chan->dma.put) in FIRE_RING() 152 nv50_dma_push(chan, chan->push.addr + (chan->dma.put << 2), in FIRE_RING() 153 (chan->dma.cur - chan->dma.put) << 2); in FIRE_RING() 158 chan->dma.put = chan->dma.cur; in FIRE_RING() 164 chan->dma.cur = chan->dma.put; in WIND_RING()
|
/Linux-v4.19/scripts/coccinelle/iterators/ |
D | device_node_continue.cocci | 1 /// Device node iterators put the previous value of the index variable, so an 2 /// explicit put causes a double put. 92 msg = "ERROR: probable double put." 101 msg = "ERROR: probable double put."
|
/Linux-v4.19/drivers/net/wireless/st/cw1200/ |
D | fwio.c | 59 u32 put = 0, get = 0; in cw1200_load_firmware_cw1200() local 198 if ((put - get) <= in cw1200_load_firmware_cw1200() 204 if ((put - get) > (DOWNLOAD_FIFO_SIZE - DOWNLOAD_BLOCK_SIZE)) { in cw1200_load_firmware_cw1200() 211 tx_size = block_size = min_t(size_t, firmware->size - put, in cw1200_load_firmware_cw1200() 214 memcpy(buf, &firmware->data[put], block_size); in cw1200_load_firmware_cw1200() 224 (put & (DOWNLOAD_FIFO_SIZE - 1))), in cw1200_load_firmware_cw1200() 228 put & (DOWNLOAD_FIFO_SIZE - 1)); in cw1200_load_firmware_cw1200() 233 put += block_size; in cw1200_load_firmware_cw1200() 234 APB_WRITE2(DOWNLOAD_PUT_REG, put); in cw1200_load_firmware_cw1200()
|
/Linux-v4.19/drivers/staging/vc04_services/bcm2835-audio/ |
D | bcm2835-ctl.c | 148 .put = snd_bcm2835_ctl_put, 160 .put = snd_bcm2835_ctl_put, 171 .put = snd_bcm2835_ctl_put, 290 .put = snd_bcm2835_spdif_default_put 306 .put = snd_bcm2835_spdif_stream_put, 341 .put = snd_bcm2835_ctl_put, 353 .put = snd_bcm2835_ctl_put, 384 .put = snd_bcm2835_ctl_put, 396 .put = snd_bcm2835_ctl_put,
|
/Linux-v4.19/arch/m68k/fpsp040/ |
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
|
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-v4.19/include/sound/ |
D | soc.h | 62 .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, \ 145 .get = snd_soc_get_volsw, .put = snd_soc_put_volsw, \ [all …]
|
D | wss.h | 183 .put = snd_wss_put_single, \ 199 .put = snd_wss_put_double, \ 210 .put = snd_wss_put_single, \ 222 .put = snd_wss_put_double, \
|
/Linux-v4.19/net/dns_resolver/ |
D | dns_query.c | 139 goto put; in dns_query() 144 goto put; in dns_query() 153 goto put; in dns_query() 163 put: in dns_query()
|
/Linux-v4.19/net/ax25/ |
D | ax25_ip.c | 129 goto put; in ax25_ip_xmit() 155 goto put; in ax25_ip_xmit() 183 goto put; in ax25_ip_xmit() 200 goto put; in ax25_ip_xmit() 208 put: in ax25_ip_xmit()
|
/Linux-v4.19/sound/pci/oxygen/ |
D | oxygen_mixer.c | 746 .put = ac97_switch_put, \ 757 .put = ac97_volume_put, \ 773 .put = dac_volume_put, 780 .put = dac_mute_put, 787 .put = upmix_put, 797 .put = spdif_switch_put, 805 .put = spdif_default_put, 823 .put = spdif_pcm_put, 849 .put = spdif_bit_switch_put, 857 .put = spdif_bit_switch_put, [all …]
|
/Linux-v4.19/sound/pci/ac97/ |
D | ac97_patch.h | 33 .get = snd_ac97_get_volsw, .put = snd_ac97_put_volsw, \ 38 .get = snd_ac97_get_volsw, .put = snd_ac97_put_volsw, \ 43 .get = snd_ac97_get_volsw, .put = snd_ac97_put_volsw, \ 63 .get = snd_ac97_get_enum_double, .put = snd_ac97_put_enum_double, \
|
/Linux-v4.19/include/linux/ |
D | klist.h | 24 void (*put)(struct klist_node *); member 31 .put = _put, } 37 void (*put)(struct klist_node *));
|
/Linux-v4.19/net/atm/ |
D | mpc.c | 517 mpc->in_ops->put(entry); in send_via_shortcut() 524 mpc->in_ops->put(entry); in send_via_shortcut() 534 mpc->in_ops->put(entry); in send_via_shortcut() 561 mpc->in_ops->put(entry); in send_via_shortcut() 633 mpc->in_ops->put(in_entry); in atm_mpoa_vcc_attach() 639 mpc->in_ops->put(in_entry); in atm_mpoa_vcc_attach() 671 mpc->in_ops->put(in_entry); in mpc_vcc_close() 677 mpc->eg_ops->put(eg_entry); in mpc_vcc_close() 764 mpc->eg_ops->put(eg); in mpc_push() 775 mpc->eg_ops->put(eg); in mpc_push() [all …]
|
/Linux-v4.19/sound/usb/6fire/ |
D | control.c | 414 .put = usb6fire_control_output_vol_put, 426 .put = usb6fire_control_output_vol_put, 438 .put = usb6fire_control_output_vol_put, 453 .put = usb6fire_control_output_mute_put, 463 .put = usb6fire_control_output_mute_put, 473 .put = usb6fire_control_output_mute_put, 486 .put = usb6fire_control_line_phono_put 495 .put = usb6fire_control_opt_coax_put 504 .put = usb6fire_control_digital_thru_put 514 .put = usb6fire_control_input_vol_put,
|
/Linux-v4.19/sound/usb/ |
D | mixer_us16x08.c | 779 .put = snd_us16x08_channel_put, 789 .put = snd_us16x08_channel_put, 799 .put = snd_us16x08_channel_put, 809 .put = snd_us16x08_master_put, 819 .put = snd_us16x08_route_put, 829 .put = snd_us16x08_bus_put, 839 .put = snd_us16x08_comp_put, 849 .put = snd_us16x08_comp_put, 860 .put = snd_us16x08_comp_put, 871 .put = snd_us16x08_comp_put, [all …]
|
/Linux-v4.19/drivers/pwm/ |
D | pwm-omap-dmtimer.c | 262 goto put; in pwm_omap_dmtimer_probe() 270 goto put; in pwm_omap_dmtimer_probe() 289 goto put; in pwm_omap_dmtimer_probe() 295 goto put; in pwm_omap_dmtimer_probe() 301 goto put; in pwm_omap_dmtimer_probe() 304 put: in pwm_omap_dmtimer_probe()
|
/Linux-v4.19/arch/arm/mach-omap1/ |
D | sleep.S | 81 @ prepare to put SDRAM into self-refresh manually 87 @ prepare to put EMIFS to Sleep 166 @ prepare to put SDRAM into self-refresh manually 172 @ prepare to put EMIFS to Sleep 236 @ Prepare to put SDRAM into self-refresh manually 242 @ Prepare to put EMIFS to Sleep
|