/Linux-v5.4/include/vdso/ |
D | helpers.h | 9 static __always_inline u32 vdso_read_begin(const struct vdso_data *vd) in vdso_read_begin() 20 static __always_inline u32 vdso_read_retry(const struct vdso_data *vd, in vdso_read_retry() 30 static __always_inline void vdso_write_begin(struct vdso_data *vd) in vdso_write_begin() 42 static __always_inline void vdso_write_end(struct vdso_data *vd) in vdso_write_end()
|
/Linux-v5.4/drivers/dma/ |
D | virt-dma.c | 22 struct virt_dma_desc *vd = to_virt_desc(tx); in vchan_tx_submit() local 52 struct virt_dma_desc *vd = to_virt_desc(tx); in vchan_tx_desc_free() local 69 struct virt_dma_desc *vd; in vchan_find_desc() local 86 struct virt_dma_desc *vd, *_vd; in vchan_complete() local 115 struct virt_dma_desc *vd, *_vd; in vchan_dma_desc_free_list() local
|
D | virt-dma.h | 57 struct virt_dma_desc *vd, unsigned long tx_flags) in vchan_tx_prep() 94 static inline void vchan_cookie_complete(struct virt_dma_desc *vd) in vchan_cookie_complete() 112 static inline void vchan_vdesc_fini(struct virt_dma_desc *vd) in vchan_vdesc_fini() 126 static inline void vchan_cyclic_callback(struct virt_dma_desc *vd) in vchan_cyclic_callback() 140 static inline void vchan_terminate_vdesc(struct virt_dma_desc *vd) in vchan_terminate_vdesc() 186 struct virt_dma_desc *vd; in vchan_free_chan_resources() local
|
D | uniphier-mdmac.c | 52 struct virt_dma_desc vd; member 81 to_uniphier_mdmac_desc(struct virt_dma_desc *vd) in to_uniphier_mdmac_desc() 90 struct virt_dma_desc *vd; in uniphier_mdmac_next_desc() local 286 struct virt_dma_desc *vd; in uniphier_mdmac_tx_status() local 342 static void uniphier_mdmac_desc_free(struct virt_dma_desc *vd) in uniphier_mdmac_desc_free()
|
D | pxa_dma.c | 84 struct virt_dma_desc vd; /* Virtual descriptor */ member 534 static bool is_desc_completed(struct virt_dma_desc *vd) in is_desc_completed() 555 struct virt_dma_desc *vd) in pxad_try_hotchain() 607 struct virt_dma_desc *vd, *tmp; in pxad_chan_handler() local 720 static void pxad_free_desc(struct virt_dma_desc *vd) in pxad_free_desc() 781 *vd = container_of(tx, struct virt_dma_desc, tx); in pxad_tx_submit() local 849 pxad_tx_prep(struct virt_dma_chan *vc, struct virt_dma_desc *vd, in pxad_tx_prep() 1089 struct virt_dma_desc *vd = NULL; in pxad_terminate_all() local 1124 struct virt_dma_desc *vd = NULL; in pxad_residue() local
|
D | moxart-dma.c | 128 struct virt_dma_desc vd; member 181 static void moxart_dma_desc_free(struct virt_dma_desc *vd) in moxart_dma_desc_free() 422 struct virt_dma_desc *vd; in moxart_dma_start_desc() local 482 struct virt_dma_desc *vd; in moxart_tx_status() local
|
D | sun4i-dma.c | 155 struct virt_dma_desc vd; member 182 static struct sun4i_dma_contract *to_sun4i_dma_contract(struct virt_dma_desc *vd) in to_sun4i_dma_contract() 325 struct virt_dma_desc *vd; in __execute_vchan_pending() local 595 static void sun4i_dma_free_contract(struct virt_dma_desc *vd) in sun4i_dma_free_contract() 945 struct virt_dma_desc *vd; in sun4i_dma_tx_status() local
|
D | sa11x0-dma.c | 73 struct virt_dma_desc vd; member 138 struct virt_dma_desc *vd = vchan_next_desc(&c->vc); in sa11x0_dma_next_desc() local 143 static void sa11x0_dma_free_desc(struct virt_dma_desc *vd) in sa11x0_dma_free_desc() 423 struct virt_dma_desc *vd; in sa11x0_dma_tx_status() local
|
D | tegra210-adma.c | 120 struct virt_dma_desc vd; member 206 static void tegra_adma_desc_free(struct virt_dma_desc *vd) in tegra_adma_desc_free() 353 struct virt_dma_desc *vd = vchan_next_desc(&tdc->vc); in tegra_adma_start() local 513 struct virt_dma_desc *vd; in tegra_adma_tx_status() local
|
D | bcm2835-dma.c | 89 struct virt_dma_desc vd; member 217 static void bcm2835_dma_desc_free(struct virt_dma_desc *vd) in bcm2835_dma_desc_free() 442 struct virt_dma_desc *vd = vchan_next_desc(&c->vc); in bcm2835_dma_start_desc() local 568 struct virt_dma_desc *vd; in bcm2835_dma_tx_status() local
|
D | k3dma.c | 71 struct virt_dma_desc vd; member 266 struct virt_dma_desc *vd = vchan_next_desc(&c->vc); in k3_dma_start_txd() local 375 struct virt_dma_desc *vd; in k3_dma_tx_status() local 705 static void k3_dma_free_desc(struct virt_dma_desc *vd) in k3_dma_free_desc()
|
D | s3c24xx-dma.c | 167 struct virt_dma_desc vd; member 506 struct virt_dma_desc *vd = vchan_next_desc(&s3cchan->vc); in s3c24xx_dma_start_next_txd() local 635 static void s3c24xx_dma_desc_free(struct virt_dma_desc *vd) in s3c24xx_dma_desc_free() 763 struct virt_dma_desc *vd; in s3c24xx_dma_tx_status() local
|
/Linux-v5.4/lib/vdso/ |
D | gettimeofday.c | 41 static int do_hres(const struct vdso_data *vd, clockid_t clk, in do_hres() 71 static void do_coarse(const struct vdso_data *vd, clockid_t clk, in do_coarse() 87 const struct vdso_data *vd = __arch_get_vdso_data(); in __cvdso_clock_gettime_common() local 146 const struct vdso_data *vd = __arch_get_vdso_data(); in __cvdso_gettimeofday() local 169 const struct vdso_data *vd = __arch_get_vdso_data(); in __cvdso_time() local 183 const struct vdso_data *vd = __arch_get_vdso_data(); in __cvdso_clock_getres_common() local
|
/Linux-v5.4/drivers/dma/mediatek/ |
D | mtk-cqdma.c | 80 struct virt_dma_desc vd; member 159 static struct mtk_cqdma_vdesc *to_cqdma_vdesc(struct virt_dma_desc *vd) in to_cqdma_vdesc() 200 static void mtk_cqdma_vdesc_free(struct virt_dma_desc *vd) in mtk_cqdma_vdesc_free() 268 struct virt_dma_desc *vd, *vd2; in mtk_cqdma_issue_vchan_pending() local 423 struct virt_dma_desc *vd; in mtk_cqdma_find_active_desc() local 447 struct virt_dma_desc *vd; in mtk_cqdma_tx_status() local
|
D | mtk-hsdma.c | 132 struct virt_dma_desc vd; member 148 struct virt_dma_desc *vd; member 259 static struct mtk_hsdma_vdesc *to_hsdma_vdesc(struct virt_dma_desc *vd) in to_hsdma_vdesc() 300 static void mtk_hsdma_vdesc_free(struct virt_dma_desc *vd) in mtk_hsdma_vdesc_free() 498 struct virt_dma_desc *vd, *vd2; in mtk_hsdma_issue_vchan_pending() local 664 struct virt_dma_desc *vd; in mtk_hsdma_find_active_desc() local 683 struct virt_dma_desc *vd; in mtk_hsdma_tx_status() local
|
D | mtk-uart-apdma.c | 86 struct virt_dma_desc vd; member 132 static void mtk_uart_apdma_desc_free(struct virt_dma_desc *vd) in mtk_uart_apdma_desc_free() 365 struct virt_dma_desc *vd; in mtk_uart_apdma_issue_pending() local
|
/Linux-v5.4/drivers/dma/dw-edma/ |
D | dw-edma-core.c | 37 struct dw_edma_desc *vd2dw_edma_desc(struct virt_dma_desc *vd) in vd2dw_edma_desc() 172 struct virt_dma_desc *vd; in dw_edma_start_transfer() local 291 struct virt_dma_desc *vd; in dw_edma_device_tx_status() local 474 struct virt_dma_desc *vd; in dw_edma_done_interrupt() local 516 struct virt_dma_desc *vd; in dw_edma_abort_interrupt() local
|
/Linux-v5.4/sound/core/ |
D | control.c | 562 struct snd_kcontrol_volatile *vd; in snd_ctl_activate_id() local 796 struct snd_kcontrol_volatile *vd; in snd_ctl_elem_info() local 852 struct snd_kcontrol_volatile *vd; in snd_ctl_elem_read() local 899 struct snd_kcontrol_volatile *vd; in snd_ctl_elem_write() local 962 struct snd_kcontrol_volatile *vd; in snd_ctl_elem_lock() local 990 struct snd_kcontrol_volatile *vd; in snd_ctl_elem_unlock() local 1419 struct snd_kcontrol_volatile *vd = &kctl->vd[snd_ctl_get_ioff(kctl, id)]; in call_tlv_handler() local 1443 struct snd_kcontrol_volatile *vd = &kctl->vd[snd_ctl_get_ioff(kctl, id)]; in read_tlv_buf() local 1471 struct snd_kcontrol_volatile *vd; in snd_ctl_tlv_ioctl() local
|
/Linux-v5.4/arch/s390/kernel/ |
D | vdso.c | 122 static void __init vdso_init_data(struct vdso_data *vd) in vdso_init_data() 149 struct vdso_per_cpu_data *vd; in vdso_alloc_per_cpu() local
|
/Linux-v5.4/drivers/dma/sh/ |
D | usb-dmac.c | 52 struct virt_dma_desc vd; member 63 #define to_usb_dmac_desc(vd) container_of(vd, struct usb_dmac_desc, vd) argument 224 struct virt_dma_desc *vd; in usb_dmac_chan_start_desc() local 507 struct virt_dma_desc *vd; in usb_dmac_chan_get_residue() local 565 static void usb_dmac_virt_desc_free(struct virt_dma_desc *vd) in usb_dmac_virt_desc_free()
|
/Linux-v5.4/arch/powerpc/platforms/pseries/ |
D | mobility.c | 73 const char *name, u32 vd, char *value) in update_dt_property() 142 u32 vd; in update_dt_node() local
|
/Linux-v5.4/drivers/clk/versatile/ |
D | icst.c | 76 unsigned int vd; in icst_hz_to_vco() local
|
/Linux-v5.4/drivers/gpu/drm/i2c/ |
D | ch7006_mode.c | 105 #define __MODE(f, hd, vd, ht, vt, hsynp, vsynp, \ argument 135 #define MODE(f, hd, vd, ht, vt, hsynp, vsynp, \ argument
|
/Linux-v5.4/drivers/firmware/efi/test/ |
D | efi_test.c | 156 efi_guid_t vendor_guid, *vd = NULL; in efi_runtime_get_variable() local 421 efi_guid_t *vd = NULL; in efi_runtime_get_nextvariablename() local
|
/Linux-v5.4/drivers/dma/dw-axi-dmac/ |
D | dw-axi-dmac-platform.c | 313 struct virt_dma_desc *vd; in axi_chan_start_first_queued() local 545 struct virt_dma_desc *vd; in axi_chan_handle_err() local 573 struct virt_dma_desc *vd; in axi_chan_block_xfer_complete() local
|