Home
last modified time | relevance | path

Searched refs:fb (Results 1 – 23 of 23) sorted by relevance

/include/drm/
A Ddrm_framebuffer.h74 int (*create_handle)(struct drm_framebuffer *fb,
214 struct drm_framebuffer *fb,
231 drm_mode_object_get(&fb->base); in drm_framebuffer_get()
243 drm_mode_object_put(&fb->base); in drm_framebuffer_put()
254 return kref_read(&fb->base.refcount); in drm_framebuffer_read_refcount()
266 struct drm_framebuffer *fb) in drm_framebuffer_assign() argument
268 if (fb) in drm_framebuffer_assign()
269 drm_framebuffer_get(fb); in drm_framebuffer_assign()
272 *p = fb; in drm_framebuffer_assign()
283 #define drm_for_each_fb(fb, dev) \ argument
[all …]
A Ddrm_format_helper.h74 const struct iosys_map *src, const struct drm_framebuffer *fb,
77 const struct iosys_map *src, const struct drm_framebuffer *fb,
87 const struct iosys_map *src, const struct drm_framebuffer *fb,
90 const struct iosys_map *src, const struct drm_framebuffer *fb,
93 const struct iosys_map *src, const struct drm_framebuffer *fb,
96 const struct iosys_map *src, const struct drm_framebuffer *fb,
105 const struct iosys_map *src, const struct drm_framebuffer *fb,
108 const struct iosys_map *src, const struct drm_framebuffer *fb,
111 const struct iosys_map *src, const struct drm_framebuffer *fb,
114 const struct iosys_map *src, const struct drm_framebuffer *fb,
[all …]
A Ddrm_gem_framebuffer_helper.h19 struct drm_gem_object *drm_gem_fb_get_obj(struct drm_framebuffer *fb,
21 void drm_gem_fb_destroy(struct drm_framebuffer *fb);
22 int drm_gem_fb_create_handle(struct drm_framebuffer *fb, struct drm_file *file,
26 struct drm_framebuffer *fb,
45 int drm_gem_fb_vmap(struct drm_framebuffer *fb, struct iosys_map *map,
47 void drm_gem_fb_vunmap(struct drm_framebuffer *fb, struct iosys_map *map);
48 int drm_gem_fb_begin_cpu_access(struct drm_framebuffer *fb, enum dma_data_direction dir);
49 void drm_gem_fb_end_cpu_access(struct drm_framebuffer *fb, enum dma_data_direction dir);
A Ddrm_fb_dma_helper.h13 struct drm_gem_dma_object *drm_fb_dma_get_gem_obj(struct drm_framebuffer *fb,
16 dma_addr_t drm_fb_dma_get_gem_addr(struct drm_framebuffer *fb,
A Ddrm_atomic_helper.h129 struct drm_framebuffer *fb,
155 struct drm_framebuffer *fb,
161 struct drm_framebuffer *fb,
235 WARN_ON((!new_plane_state->crtc && new_plane_state->fb) || in drm_atomic_plane_enabling()
236 (new_plane_state->crtc && !new_plane_state->fb)); in drm_atomic_plane_enabling()
262 WARN_ON((new_plane_state->crtc == NULL && new_plane_state->fb != NULL) || in drm_atomic_plane_disabling()
263 (new_plane_state->crtc != NULL && new_plane_state->fb == NULL)); in drm_atomic_plane_disabling()
A Ddrm_writeback.h128 struct drm_framebuffer *fb; member
171 struct drm_framebuffer *fb);
A Ddrm_modeset_helper.h36 struct drm_framebuffer *fb,
A Ddrm_atomic_uapi.h51 struct drm_framebuffer *fb);
A Ddrm_plane_helper.h35 struct drm_framebuffer *fb,
A Ddrm_damage_helper.h69 int drm_atomic_helper_dirtyfb(struct drm_framebuffer *fb,
A Ddrm_crtc.h577 struct drm_framebuffer *fb,
596 struct drm_framebuffer *fb,
1194 struct drm_framebuffer *fb; member
A Ddrm_plane.h72 struct drm_framebuffer *fb; member
320 struct drm_crtc *crtc, struct drm_framebuffer *fb,
699 struct drm_framebuffer *fb; member
A Ddrm_client.h201 struct drm_framebuffer *fb; member
A Ddrm_mipi_dbi.h205 int mipi_dbi_buf_copy(void *dst, struct iosys_map *src, struct drm_framebuffer *fb,
A Ddrm_fb_helper.h147 struct drm_framebuffer *fb; member
A Ddrm_modeset_helper_vtables.h271 struct drm_framebuffer *fb, int x, int y,
/include/linux/
A Dsm501.h149 struct sm501_platdata_fb *fb; member
A Dcrypto.h418 struct crypto_tfm *fb; member
A Dfb.h800 struct fb_videomode *fb,
/include/crypto/internal/
A Dacompress.h222 return __crypto_acomp_tfm(crypto_acomp_tfm(tfm)->fb); in crypto_acomp_fb()
A Dhash.h325 return __crypto_ahash_cast(crypto_ahash_tfm(tfm)->fb); in crypto_ahash_fb()
/include/sound/
A Dump.h88 struct snd_ump_block *fb);
/include/uapi/linux/
A Dmedia.h198 } fb; member

Completed in 37 milliseconds