Searched refs:fb_id (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/gpu/drm/ |
| H A D | drm_framebuffer.c | 134 r.fb_id = or->fb_id; in drm_mode_addfb() 144 or->fb_id = r.fb_id; in drm_mode_addfb() 344 r->fb_id = fb->base.id; in drm_mode_addfb2() 427 * @fb_id: id of framebuffer to remove 437 int drm_mode_rmfb(struct drm_device *dev, u32 fb_id, in drm_mode_rmfb() argument 446 fb = drm_framebuffer_lookup(dev, file_priv, fb_id); in drm_mode_rmfb() 481 uint32_t *fb_id = data; in drm_mode_rmfb_ioctl() local 483 return drm_mode_rmfb(dev, *fb_id, file_pri in drm_mode_rmfb_ioctl() [all...] |
| H A D | drm_ioc32.c | 291 u32 fb_id; member 323 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_crtc_internal.h | 222 int drm_mode_rmfb(struct drm_device *dev, u32 fb_id,
|
| /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/vmwgfx/ |
| H A D | vmwgfx_ioctl.c | 215 fb = drm_framebuffer_lookup(dev, file_priv, arg->fb_id); in vmw_present_ioctl() 292 fb = drm_framebuffer_lookup(dev, file_priv, arg->fb_id); in vmw_present_readback_ioctl()
|
| /linux/include/uapi/drm/ |
| H A D | vmwgfx_drm.h | 775 __u32 fb_id; member 805 __u32 fb_id; member
|