Searched refs:kcalloc (Results 1 - 10 of 10) sorted by relevance

/solaris-x11-s11/open-src/kernel/drm/src/
H A Ddrm_fb_helper.c272 fb_helper->crtc_info = kcalloc(crtc_count, sizeof(struct drm_fb_helper_crtc), GFP_KERNEL);
277 fb_helper->connector_info = kcalloc(dev->mode_config.num_connector, sizeof(struct drm_fb_helper_connector *), GFP_KERNEL);
286 kcalloc(max_conn_count,
750 if ((crtcs = kcalloc(num_connector,
755 if ((modes = kcalloc(num_connector,
760 if ((enabled = kcalloc(num_connector,
H A Ddrm_irq.c422 dev->vblank_enabled = kcalloc(num_crtcs, sizeof(int), GFP_KERNEL);
426 dev->last_vblank = kcalloc(num_crtcs, sizeof(u32), GFP_KERNEL);
430 dev->last_vblank_wait = kcalloc(num_crtcs, sizeof(u32), GFP_KERNEL);
434 dev->vblank_inmodeset = kcalloc(num_crtcs, sizeof(int), GFP_KERNEL);
438 dev->_vblank_time = kcalloc(num_crtcs * DRM_VBLANKTIME_RBSIZE,
H A Ddrm_edid.c2632 *sads = kcalloc(count, sizeof(**sads), GFP_KERNEL);
/solaris-x11-s11/open-src/kernel/efb/src/
H A Ddrm_linux.h64 #define kcalloc(x, y, z) kzalloc((x)*(y), z) macro
/solaris-x11-s11/open-src/kernel/sys/drm/
H A Ddrm_linux.h83 #define kcalloc(x, y, z) kzalloc((x)*(y), z) macro
/solaris-x11-s11/open-src/kernel/i915/src/
H A Dintel_bios.c622 dev_priv->vbt.child_dev = kcalloc(count, sizeof(*p_child), GFP_KERNEL);
H A Di915_dma.c648 cliprects = kcalloc(batch->num_cliprects,
710 cliprects = kcalloc(cmdbuf->num_cliprects,
H A Di915_gem_execbuffer.c867 cliprects = kcalloc(args->num_cliprects, sizeof(*cliprects),
H A Dintel_sdvo.c460 msgs = kcalloc(args_len + 3, sizeof(*msgs), GFP_KERNEL);
H A Dintel_display.c8550 kcalloc(dev->mode_config.num_encoder,
8556 kcalloc(dev->mode_config.num_connector,

Completed in 55 milliseconds