Searched refs:devcaps (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_devcaps.c80 (i, dev_priv->devcaps[i]);
92 vmw->devcaps = vzalloc(sizeof(uint32_t) * SVGA3D_DEVCAP_MAX);
93 if (!vmw->devcaps)
97 vmw->devcaps[i] = vmw_read(vmw, SVGA_REG_DEV_CAP);
105 vfree(vmw->devcaps);
106 vmw->devcaps = NULL;
132 memcpy(dst, vmw->devcaps, dst_size);
H A Dvmwgfx_devcaps.h46 return vmw->devcaps[devcap];
H A Dvmwgfx_drv.h616 uint32 *devcaps; member in struct:vmw_private
/linux-master/drivers/net/ethernet/intel/ice/devlink/
H A Ddevlink.c1666 void *devcaps; local
1669 devcaps = vzalloc(ICE_AQ_MAX_BUF_LEN);
1670 if (!devcaps)
1673 status = ice_aq_list_caps(hw, devcaps, ICE_AQ_MAX_BUF_LEN, NULL,
1679 vfree(devcaps);
1683 *data = (u8 *)devcaps;

Completed in 212 milliseconds