Searched refs:vd (Results 1 – 4 of 4) sorted by relevance
| /include/vdso/ |
| A D | helpers.h | 65 static __always_inline void vdso_write_begin(struct vdso_time_data *vd) in vdso_write_begin() argument 67 struct vdso_clock *vc = vd->clock_data; in vdso_write_begin() 75 static __always_inline void vdso_write_end(struct vdso_time_data *vd) in vdso_write_end() argument 77 struct vdso_clock *vc = vd->clock_data; in vdso_write_end()
|
| /include/drm/ |
| A D | drm_modes.h | 134 #define DRM_MODE(nm, t, c, hd, hss, hse, ht, hsk, vd, vss, vse, vt, vs, f) \ argument 137 .htotal = (ht), .hskew = (hsk), .vdisplay = (vd), \ 149 #define __DRM_MODE_INIT(pix, hd, vd, hd_mm, vd_mm) \ argument 152 .htotal = (hd), .vdisplay = (vd), .vsync_start = (vd), \ 153 .vsync_end = (vd), .vtotal = (vd), .width_mm = (hd_mm), \ 167 #define DRM_MODE_INIT(hz, hd, vd, hd_mm, vd_mm) \ argument 168 __DRM_MODE_INIT((hd) * (vd) * (hz) / 1000 /* kHz */, hd, vd, hd_mm, vd_mm) 180 #define DRM_SIMPLE_MODE(hd, vd, hd_mm, vd_mm) \ argument 181 __DRM_MODE_INIT(1 /* pass validation */, hd, vd, hd_mm, vd_mm)
|
| /include/media/drv-intf/ |
| A D | tea575x.h | 39 struct video_device vd; /* video device */ member
|
| /include/sound/ |
| A D | control.h | 84 struct snd_kcontrol_volatile vd[] __counted_by(count); /* volatile data */
|
Completed in 9 milliseconds