Searched refs:map_mode (Results 1 - 7 of 7) sorted by relevance

/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_ttm_buffer.c182 vsgt->mode = dev_priv->map_mode;
188 switch (dev_priv->map_mode) {
240 switch (dev_priv->map_mode) {
342 if (vmw_be->dev_priv->map_mode == vmw_dma_map_bind)
417 if (vmw_be->dev_priv->map_mode == vmw_dma_alloc_coherent || external)
H A Dvmwgfx_drv.c675 dev_priv->map_mode = vmw_dma_alloc_coherent;
677 dev_priv->map_mode = vmw_dma_map_bind;
679 dev_priv->map_mode = vmw_dma_map_populate;
682 "DMA map mode: %s\n", names[dev_priv->map_mode]);
1054 dev_priv->map_mode == vmw_dma_alloc_coherent,
H A Dvmwgfx_drv.h632 enum vmw_dma_map_mode map_mode; member in struct:vmw_private
/linux-master/drivers/media/pci/zoran/
H A Dzoran_driver.c316 if (zr->map_mode != ZORAN_MAP_MODE_RAW)
488 zr->map_mode = ZORAN_MAP_MODE_JPG_REC;
490 zr->map_mode = ZORAN_MAP_MODE_JPG_PLAY;
541 zr->map_mode = ZORAN_MAP_MODE_RAW;
672 if (zr->map_mode == ZORAN_MAP_MODE_RAW) {
878 if (zr->map_mode != ZORAN_MAP_MODE_RAW) {
882 if (zr->map_mode == ZORAN_MAP_MODE_JPG_REC)
888 zr->running = zr->map_mode;
899 zr->running = zr->map_mode;
912 if (zr->map_mode !
[all...]
H A Dzoran.h289 enum zoran_map_mode map_mode; member in struct:zoran
H A Dzoran_card.c1405 zr->map_mode = ZORAN_MAP_MODE_RAW;
/linux-master/drivers/net/ethernet/mellanox/mlx4/
H A Den_ethtool.c724 ulong *map_mode = ptys2ethtool_link_mode(&ptys2ethtool_map[i], local
726 if (linkmode_intersects(map_mode, link_modes))

Completed in 169 milliseconds