Searched refs:fb_id (Results 1 – 11 of 11) sorted by relevance
| /linux/include/uapi/drm/ |
| H A D | drm_mode.h | 282 __u32 fb_id; /**< Id of framebuffer */ member 299 __u32 fb_id; /* fb object contains surface format type */ member 339 __u32 fb_id; member 657 __u32 fb_id; member 706 __u32 fb_id; member 773 __u32 fb_id; member 1165 __u32 fb_id; member 1193 __u32 fb_id; member 1544 __u32 fb_id; member
|
| H A D | vmwgfx_drm.h | 775 __u32 fb_id; member 805 __u32 fb_id; member
|
| /linux/sound/firewire/bebob/ |
| H A D | bebob_command.c | 11 unsigned int fb_id, unsigned int num) in avc_audio_set_selector() argument 24 buf[4] = 0xff & fb_id; /* function block id */ in avc_audio_set_selector() 49 unsigned int fb_id, unsigned int *num) in avc_audio_get_selector() argument 62 buf[4] = 0xff & fb_id; /* function block id */ in avc_audio_get_selector()
|
| H A D | bebob.h | 139 unsigned int fb_id, unsigned int num); 141 unsigned int fb_id, unsigned int *num);
|
| /linux/sound/firewire/oxfw/ |
| H A D | oxfw-spkr.c | 28 static int avc_audio_feature_mute(struct fw_unit *unit, u8 fb_id, bool *value, in avc_audio_feature_mute() argument 49 buf[4] = fb_id; /* function block ID */ in avc_audio_feature_mute() 84 static int avc_audio_feature_volume(struct fw_unit *unit, u8 fb_id, s16 *value, in avc_audio_feature_volume() argument 107 buf[4] = fb_id; /* function block ID */ in avc_audio_feature_volume()
|
| /linux/drivers/gpu/drm/ |
| H A D | drm_ioc32.c | 290 u32 fb_id; member 322 if (put_user(req64.fb_id, &argp->fb_id)) in compat_drm_mode_addfb2()
|
| H A D | drm_plane.c | 876 plane_resp->fb_id = plane->state->fb->base.id; in drm_mode_getplane() 878 plane_resp->fb_id = plane->fb->base.id; in drm_mode_getplane() 880 plane_resp->fb_id = 0; in drm_mode_getplane() 1158 if (plane_req->fb_id) { in drm_mode_setplane() 1159 fb = drm_framebuffer_lookup(dev, file_priv, plane_req->fb_id); in drm_mode_setplane() 1162 plane_req->fb_id); in drm_mode_setplane() 1482 fb = drm_framebuffer_lookup(dev, file_priv, page_flip->fb_id); in drm_mode_page_flip_ioctl()
|
| H A D | drm_client.c | 244 fb = drm_framebuffer_lookup(dev, client->file, fb_req.fb_id); in drm_client_buffer_create() 261 drm_mode_rmfb(dev, fb_req.fb_id, client->file); in drm_client_buffer_create()
|
| H A D | drm_mode_config.c | 102 uint32_t __user *fb_id; in drm_mode_getresources() local 113 fb_id = u64_to_user_ptr(card_res->fb_id_ptr); in drm_mode_getresources() 116 put_user(fb->base.id, fb_id + count)) { in drm_mode_getresources()
|
| H A D | drm_crtc_internal.h | 222 int drm_mode_rmfb(struct drm_device *dev, u32 fb_id,
|
| /linux/drivers/gpu/drm/msm/disp/dpu1/ |
| H A D | dpu_trace.h | 660 __field( uint32_t, fb_id ) 674 __entry->fb_id = state ? state->fb->base.id : 0; 689 __entry->crtc_id, __entry->plane_id, __entry->fb_id,
|