Home
last modified time | relevance | path

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

1234

/linux/lib/vdso/
H A Dgettimeofday.c11 # define VDSO_DELTA_MASK(vd) ULLONG_MAX argument
13 # define VDSO_DELTA_MASK(vd) (vd->mask) argument
17 static __always_inline bool vdso_delta_ok(const struct vdso_data *vd, u64 delta) in vdso_delta_ok()
22 static __always_inline bool vdso_delta_ok(const struct vdso_data *vd, u64 delta) in vdso_delta_ok()
39 static __always_inline u64 vdso_calc_ns(const struct vdso_data *vd, u64 cycles, u64 base) in vdso_calc_ns()
58 static inline bool vdso_clocksource_ok(const struct vdso_data *vd) in vdso_clocksource_ok()
77 const struct vdso_data *vd; in do_hres_timens() local
118 const struct vdso_data *__arch_get_timens_vdso_data(const struct vdso_data *vd) in __arch_get_timens_vdso_data()
130 static __always_inline int do_hres(const struct vdso_data *vd, clockid_t clk, in do_hres()
185 const struct vdso_data *vd = __arch_get_timens_vdso_data(vdns); in do_coarse_timens() local
[all …]
/linux/arch/powerpc/kernel/vdso/
H A Dvgettimeofday.c10 const struct vdso_data *vd) in __c_kernel_clock_gettime()
16 const struct vdso_data *vd) in __c_kernel_clock_getres()
22 const struct vdso_data *vd) in __c_kernel_clock_gettime()
28 const struct vdso_data *vd) in __c_kernel_clock_gettime64()
34 const struct vdso_data *vd) in __c_kernel_clock_getres()
41 const struct vdso_data *vd) in __c_kernel_gettimeofday()
46 __kernel_old_time_t __c_kernel_time(__kernel_old_time_t *time, const struct vdso_data *vd) in __c_kernel_time()
/linux/include/vdso/
H A Dhelpers.h10 static __always_inline u32 vdso_read_begin(const struct vdso_data *vd) in vdso_read_begin()
21 static __always_inline u32 vdso_read_retry(const struct vdso_data *vd, in vdso_read_retry()
31 static __always_inline void vdso_write_begin(struct vdso_data *vd) in vdso_write_begin()
43 static __always_inline void vdso_write_end(struct vdso_data *vd) in vdso_write_end()
/linux/drivers/dma/
H A 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
H A 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()
H A Dloongson1-apb-dma.c60 struct virt_dma_desc vd; member
189 static void ls1x_dma_free_desc(struct virt_dma_desc *vd) in ls1x_dma_free_desc()
400 struct virt_dma_desc *vd; in ls1x_dma_terminate_all() local
428 struct virt_dma_desc *vd; in ls1x_dma_tx_status() local
475 struct virt_dma_desc *vd = vchan_next_desc(&chan->vc); in ls1x_dma_issue_pending() local
493 struct virt_dma_desc *vd; in ls1x_dma_irq_handler() local
H A 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
256 static void milbeaut_xdmac_desc_free(struct virt_dma_desc *vd) in milbeaut_xdmac_desc_free()
H A 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()
H A Dpxa_dma.c83 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
719 static void pxad_free_desc(struct virt_dma_desc *vd) in pxad_free_desc()
780 *vd = container_of(tx, struct virt_dma_desc, tx); in pxad_tx_submit() local
848 pxad_tx_prep(struct virt_dma_chan *vc, struct virt_dma_desc *vd, in pxad_tx_prep()
1081 struct virt_dma_desc *vd = NULL; in pxad_terminate_all() local
1116 struct virt_dma_desc *vd = NULL; in pxad_residue() local
H A 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
449 static void uniphier_xdmac_desc_free(struct virt_dma_desc *vd) in uniphier_xdmac_desc_free()
/linux/arch/arm64/include/asm/vdso/
H A Dcompat_gettimeofday.h107 const struct vdso_data *vd) in __arch_get_hw_counter()
159 const struct vdso_data *__arch_get_timens_vdso_data(const struct vdso_data *vd) in __arch_get_timens_vdso_data()
170 static inline bool vdso_clocksource_ok(const struct vdso_data *vd) in vdso_clocksource_ok()
H A Dgettimeofday.h70 const struct vdso_data *vd) in __arch_get_hw_counter()
110 const struct vdso_data *__arch_get_timens_vdso_data(const struct vdso_data *vd) in __arch_get_timens_vdso_data()
/linux/arch/x86/include/asm/vdso/
H A Dgettimeofday.h62 const struct vdso_data *__arch_get_timens_vdso_data(const struct vdso_data *vd) in __arch_get_timens_vdso_data()
251 const struct vdso_data *vd) in __arch_get_hw_counter()
281 static inline bool arch_vdso_clocksource_ok(const struct vdso_data *vd) in arch_vdso_clocksource_ok()
320 static __always_inline u64 vdso_calc_ns(const struct vdso_data *vd, u64 cycles, u64 base) in vdso_calc_ns()
/linux/arch/powerpc/include/asm/vdso/
H A Dgettimeofday.h97 const struct vdso_data *vd) in __arch_get_hw_counter()
106 const struct vdso_data *__arch_get_timens_vdso_data(const struct vdso_data *vd) in __arch_get_timens_vdso_data()
112 static inline bool vdso_clocksource_ok(const struct vdso_data *vd) in vdso_clocksource_ok()
/linux/arch/riscv/include/asm/vdso/
H A Dgettimeofday.h72 const struct vdso_data *vd) in __arch_get_hw_counter()
89 const struct vdso_data *__arch_get_timens_vdso_data(const struct vdso_data *vd) in __arch_get_timens_vdso_data()
/linux/drivers/dma/ptdma/
H A Dptdma-dmaengine.c21 static inline struct pt_dma_desc *to_pt_desc(struct virt_dma_desc *vd) in to_pt_desc()
40 static void pt_do_cleanup(struct virt_dma_desc *vd) in pt_do_cleanup()
73 struct virt_dma_desc *vd = vchan_next_desc(&chan->vc); in pt_next_dma_desc() local
82 struct virt_dma_desc *vd; in pt_handle_active_desc() local
/linux/arch/loongarch/include/asm/vdso/
H A Dgettimeofday.h75 const struct vdso_data *vd) in __arch_get_hw_counter()
99 const struct vdso_data *__arch_get_timens_vdso_data(const struct vdso_data *vd) in __arch_get_timens_vdso_data()
/linux/arch/s390/include/asm/vdso/
H A Dgettimeofday.h22 static inline u64 __arch_get_hw_counter(s32 clock_mode, const struct vdso_data *vd) in __arch_get_hw_counter()
54 const struct vdso_data *__arch_get_timens_vdso_data(const struct vdso_data *vd) in __arch_get_timens_vdso_data()
/linux/arch/riscv/kernel/vdso/
H A Dhwprobe.c19 const struct vdso_data *vd = __arch_get_vdso_data(); in riscv_vdso_get_values() local
54 const struct vdso_data *vd = __arch_get_vdso_data(); in riscv_vdso_get_cpus() local
/linux/drivers/dma/mediatek/
H A Dmtk-cqdma.c79 struct virt_dma_desc vd; member
158 static struct mtk_cqdma_vdesc *to_cqdma_vdesc(struct virt_dma_desc *vd) in to_cqdma_vdesc()
199 static void mtk_cqdma_vdesc_free(struct virt_dma_desc *vd) in mtk_cqdma_vdesc_free()
267 struct virt_dma_desc *vd, *vd2; in mtk_cqdma_issue_vchan_pending() local
422 struct virt_dma_desc *vd; in mtk_cqdma_find_active_desc() local
446 struct virt_dma_desc *vd; in mtk_cqdma_tx_status() local
H A Dmtk-hsdma.c131 struct virt_dma_desc vd; member
147 struct virt_dma_desc *vd; member
258 static struct mtk_hsdma_vdesc *to_hsdma_vdesc(struct virt_dma_desc *vd) in to_hsdma_vdesc()
299 static void mtk_hsdma_vdesc_free(struct virt_dma_desc *vd) in mtk_hsdma_vdesc_free()
497 struct virt_dma_desc *vd, *vd2; in mtk_hsdma_issue_vchan_pending() local
663 struct virt_dma_desc *vd; in mtk_hsdma_find_active_desc() local
682 struct virt_dma_desc *vd; in mtk_hsdma_tx_status() local
/linux/drivers/dma/dw-edma/
H A Ddw-edma-core.c38 struct dw_edma_desc *vd2dw_edma_desc(struct virt_dma_desc *vd) in vd2dw_edma_desc()
190 struct virt_dma_desc *vd; in dw_edma_start_transfer() local
331 struct virt_dma_desc *vd; in dw_edma_device_tx_status() local
601 struct virt_dma_desc *vd; in dw_edma_done_interrupt() local
641 struct virt_dma_desc *vd; in dw_edma_abort_interrupt() local
/linux/include/drm/
H A Ddrm_modes.h134 #define DRM_MODE(nm, t, c, hd, hss, hse, ht, hsk, vd, vss, vse, vt, vs, f) \ argument
149 #define __DRM_MODE_INIT(pix, hd, vd, hd_mm, vd_mm) \ argument
167 #define DRM_MODE_INIT(hz, hd, vd, hd_mm, vd_mm) \ argument
180 #define DRM_SIMPLE_MODE(hd, vd, hd_mm, vd_mm) \ argument
/linux/sound/core/
H A Dcontrol.c694 struct snd_kcontrol_volatile *vd; in snd_ctl_activate_id() local
1130 struct snd_kcontrol_volatile *vd; __snd_ctl_elem_info() local
1200 struct snd_kcontrol_volatile *vd; snd_ctl_elem_read() local
1271 struct snd_kcontrol_volatile *vd; snd_ctl_elem_write() local
1351 struct snd_kcontrol_volatile *vd; snd_ctl_elem_lock() local
1372 struct snd_kcontrol_volatile *vd; snd_ctl_elem_unlock() local
1804 struct snd_kcontrol_volatile *vd = &kctl->vd[snd_ctl_get_ioff(kctl, id)]; call_tlv_handler() local
1829 struct snd_kcontrol_volatile *vd = &kctl->vd[snd_ctl_get_ioff(kctl, id)]; read_tlv_buf() local
1857 struct snd_kcontrol_volatile *vd; snd_ctl_tlv_ioctl() local
[all...]
/linux/drivers/dma/sh/
H A 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()

1234