Home
last modified time | relevance | path

Searched defs:vd (Results 1 – 25 of 125) sorted by relevance

12345

/kernel/linux/linux-5.10/lib/vdso/
Dgettimeofday.c35 static inline bool vdso_clocksource_ok(const struct vdso_data *vd) in vdso_clocksource_ok()
52 const struct vdso_data *vd = __arch_get_timens_vdso_data(); in do_hres_timens() local
107 static __always_inline int do_hres(const struct vdso_data *vd, clockid_t clk, in do_hres()
165 const struct vdso_data *vd = __arch_get_timens_vdso_data(); in do_coarse_timens() local
198 static __always_inline int do_coarse(const struct vdso_data *vd, clockid_t clk, in do_coarse()
225 __cvdso_clock_gettime_common(const struct vdso_data *vd, clockid_t clock, in __cvdso_clock_gettime_common()
252 __cvdso_clock_gettime_data(const struct vdso_data *vd, clockid_t clock, in __cvdso_clock_gettime_data()
270 __cvdso_clock_gettime32_data(const struct vdso_data *vd, clockid_t clock, in __cvdso_clock_gettime32_data()
296 __cvdso_gettimeofday_data(const struct vdso_data *vd, in __cvdso_gettimeofday_data()
330 __cvdso_time_data(const struct vdso_data *vd, __kernel_old_time_t *time) in __cvdso_time_data()
[all …]
/kernel/linux/linux-5.10/include/vdso/
Dhelpers.h9 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()
/kernel/linux/linux-5.10/drivers/dma/
Dvirt-dma.c22 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
114 struct virt_dma_desc *vd, *_vd; in vchan_dma_desc_free_list() local
Dvirt-dma.h57 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()
131 static inline void vchan_cyclic_callback(struct virt_dma_desc *vd) in vchan_cyclic_callback()
145 static inline void vchan_terminate_vdesc(struct virt_dma_desc *vd) in vchan_terminate_vdesc()
189 struct virt_dma_desc *vd; in vchan_free_chan_resources() local
Duniphier-mdmac.c52 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()
Dmilbeaut-xdmac.c62 struct virt_dma_desc vd; member
87 to_milbeaut_xdmac_desc(struct virt_dma_desc *vd) in to_milbeaut_xdmac_desc()
96 struct virt_dma_desc *vd; in milbeaut_xdmac_next_desc() local
257 static void milbeaut_xdmac_desc_free(struct virt_dma_desc *vd) in milbeaut_xdmac_desc_free()
Dmilbeaut-hdmac.c60 struct virt_dma_desc vd; member
90 to_milbeaut_hdmac_desc(struct virt_dma_desc *vd) in to_milbeaut_hdmac_desc()
99 struct virt_dma_desc *vd; in milbeaut_hdmac_next_desc() local
326 struct virt_dma_desc *vd; in milbeaut_hdmac_tx_status() local
394 static void milbeaut_hdmac_desc_free(struct virt_dma_desc *vd) in milbeaut_hdmac_desc_free()
Dpxa_dma.c84 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
Duniphier-xdmac.c78 struct virt_dma_desc vd; member
110 to_uniphier_xdmac_desc(struct virt_dma_desc *vd) in to_uniphier_xdmac_desc()
119 struct virt_dma_desc *vd; in uniphier_xdmac_next_desc() local
448 static void uniphier_xdmac_desc_free(struct virt_dma_desc *vd) in uniphier_xdmac_desc_free()
/kernel/linux/linux-4.19/drivers/dma/
Dvirt-dma.c25 struct virt_dma_desc *vd = to_virt_desc(tx); in vchan_tx_submit() local
55 struct virt_dma_desc *vd = to_virt_desc(tx); in vchan_tx_desc_free() local
72 struct virt_dma_desc *vd; in vchan_find_desc() local
89 struct virt_dma_desc *vd, *_vd; in vchan_complete() local
118 struct virt_dma_desc *vd, *_vd; in vchan_dma_desc_free_list() local
Dvirt-dma.h59 struct virt_dma_desc *vd, unsigned long tx_flags) in vchan_tx_prep()
93 static inline void vchan_cookie_complete(struct virt_dma_desc *vd) in vchan_cookie_complete()
111 static inline void vchan_vdesc_fini(struct virt_dma_desc *vd) in vchan_vdesc_fini()
125 static inline void vchan_cyclic_callback(struct virt_dma_desc *vd) in vchan_cyclic_callback()
139 static inline void vchan_terminate_vdesc(struct virt_dma_desc *vd) in vchan_terminate_vdesc()
185 struct virt_dma_desc *vd; in vchan_free_chan_resources() local
Dpxa_dma.c87 struct virt_dma_desc vd; /* Virtual descriptor */ member
583 static bool is_desc_completed(struct virt_dma_desc *vd) in is_desc_completed()
604 struct virt_dma_desc *vd) in pxad_try_hotchain()
656 struct virt_dma_desc *vd, *tmp; in pxad_chan_handler() local
769 static void pxad_free_desc(struct virt_dma_desc *vd) in pxad_free_desc()
830 *vd = container_of(tx, struct virt_dma_desc, tx); in pxad_tx_submit() local
898 pxad_tx_prep(struct virt_dma_chan *vc, struct virt_dma_desc *vd, in pxad_tx_prep()
1138 struct virt_dma_desc *vd = NULL; in pxad_terminate_all() local
1173 struct virt_dma_desc *vd = NULL; in pxad_residue() local
/kernel/linux/linux-5.10/arch/arm64/include/asm/vdso/
Dcompat_gettimeofday.h107 const struct vdso_data *vd) in __arch_get_hw_counter()
169 static inline bool vdso_clocksource_ok(const struct vdso_data *vd) in vdso_clocksource_ok()
Dgettimeofday.h68 const struct vdso_data *vd) in __arch_get_hw_counter()
/kernel/linux/linux-5.10/drivers/dma/mediatek/
Dmtk-cqdma.c80 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
Dmtk-hsdma.c132 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
/kernel/linux/linux-5.10/drivers/dma/dw-edma/
Ddw-edma-core.c38 struct dw_edma_desc *vd2dw_edma_desc(struct virt_dma_desc *vd) in vd2dw_edma_desc()
173 struct virt_dma_desc *vd; in dw_edma_start_transfer() local
292 struct virt_dma_desc *vd; in dw_edma_device_tx_status() local
489 struct virt_dma_desc *vd; in dw_edma_done_interrupt() local
531 struct virt_dma_desc *vd; in dw_edma_abort_interrupt() local
/kernel/linux/linux-4.19/drivers/dma/mediatek/
Dmtk-hsdma.c132 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
/kernel/linux/linux-4.19/sound/core/
Dcontrol.c600 struct snd_kcontrol_volatile *vd; in snd_ctl_activate_id() local
834 struct snd_kcontrol_volatile *vd; in snd_ctl_elem_info() local
890 struct snd_kcontrol_volatile *vd; in snd_ctl_elem_read() local
937 struct snd_kcontrol_volatile *vd; in snd_ctl_elem_write() local
1000 struct snd_kcontrol_volatile *vd; in snd_ctl_elem_lock() local
1028 struct snd_kcontrol_volatile *vd; in snd_ctl_elem_unlock() local
1457 struct snd_kcontrol_volatile *vd = &kctl->vd[snd_ctl_get_ioff(kctl, id)]; in call_tlv_handler() local
1482 struct snd_kcontrol_volatile *vd = &kctl->vd[snd_ctl_get_ioff(kctl, id)]; in read_tlv_buf() local
1510 struct snd_kcontrol_volatile *vd; in snd_ctl_tlv_ioctl() local
/kernel/linux/linux-4.19/arch/s390/kernel/
Dvdso.c130 static void __init vdso_init_data(struct vdso_data *vd) in vdso_init_data()
157 struct vdso_per_cpu_data *vd; in vdso_alloc_per_cpu() local
/kernel/linux/linux-5.10/arch/x86/include/asm/vdso/
Dgettimeofday.h245 const struct vdso_data *vd) in __arch_get_hw_counter()
275 static inline bool arch_vdso_clocksource_ok(const struct vdso_data *vd) in arch_vdso_clocksource_ok()
/kernel/linux/linux-5.10/sound/core/
Dcontrol.c564 struct snd_kcontrol_volatile *vd; in snd_ctl_activate_id() local
964 struct snd_kcontrol_volatile *vd; in __snd_ctl_elem_info() local
1035 struct snd_kcontrol_volatile *vd; in snd_ctl_elem_read() local
1109 struct snd_kcontrol_volatile *vd; in snd_ctl_elem_write() local
1172 struct snd_kcontrol_volatile *vd; in snd_ctl_elem_lock() local
1200 struct snd_kcontrol_volatile *vd; in snd_ctl_elem_unlock() local
1608 struct snd_kcontrol_volatile *vd = &kctl->vd[snd_ctl_get_ioff(kctl, id)]; in call_tlv_handler() local
1633 struct snd_kcontrol_volatile *vd = &kctl->vd[snd_ctl_get_ioff(kctl, id)]; in read_tlv_buf() local
1661 struct snd_kcontrol_volatile *vd; in snd_ctl_tlv_ioctl() local
/kernel/linux/linux-5.10/arch/riscv/include/asm/vdso/
Dgettimeofday.h64 const struct vdso_data *vd) in __arch_get_hw_counter()
/kernel/linux/linux-5.10/drivers/dma/sh/
Dusb-dmac.c52 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()
/kernel/linux/linux-4.19/drivers/dma/sh/
Dusb-dmac.c55 struct virt_dma_desc vd; member
66 #define to_usb_dmac_desc(vd) container_of(vd, struct usb_dmac_desc, vd) argument
227 struct virt_dma_desc *vd; in usb_dmac_chan_start_desc() local
510 struct virt_dma_desc *vd; in usb_dmac_chan_get_residue() local
568 static void usb_dmac_virt_desc_free(struct virt_dma_desc *vd) in usb_dmac_virt_desc_free()

12345