Searched refs:primary (Results 301 - 325 of 373) sorted by relevance

<<1112131415

/linux-master/drivers/net/ethernet/sfc/siena/
H A Dnet_driver.h789 * @node: List node for maintaning primary/secondary function lists
790 * @primary: &struct efx_nic instance for the primary function of this
792 * primary function is bound. Serialised by rtnl_lock.
794 * functions of the controller, if this is for the primary function.
949 struct efx_nic *primary; member in struct:efx_nic
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_modeset_setup.c364 to_intel_plane(crtc->base.primary);
461 /* Disable everything but the primary plane */
897 * MST-primary and inactive encoders don't have a crtc state
H A Dintel_hotplug.c1161 struct drm_minor *minor = i915->drm.primary;
H A Dintel_opregion.c1299 struct drm_minor *minor = i915->drm.primary;
H A Dintel_dmc.c1272 struct drm_minor *minor = i915->drm.primary;
H A Dskl_universal_plane.c2470 struct intel_plane *plane = to_intel_plane(crtc->base.primary);
2640 struct intel_plane *plane = to_intel_plane(crtc->base.primary);
H A Dintel_overlay.c679 to_intel_plane_state(overlay->crtc->base.primary->state);
/linux-master/drivers/gpu/drm/radeon/
H A Drs600.c122 struct drm_framebuffer *fb = radeon_crtc->base.primary->fb;
H A Dradeon_ttm.c893 struct drm_minor *minor = rdev->ddev->primary;
H A Dradeon_gem.c902 struct dentry *root = rdev->ddev->primary->debugfs_root;
H A Dradeon_device.c1578 struct drm_framebuffer *fb = crtc->primary->fb;
H A Dr300.c619 struct dentry *root = rdev->ddev->primary->debugfs_root;
/linux-master/arch/sparc/kernel/
H A Dpci.c459 bus->primary = dev->bus->number;
/linux-master/drivers/mtd/chips/
H A Dcfi_cmdset_0002.c600 struct mtd_info *cfi_cmdset_0002(struct map_info *map, int primary) argument
639 __u16 adr = primary?cfi->cfiq->P_ADR:cfi->cfiq->A_ADR;
651 * Valid primary extension versions are: 1.0, 1.1, 1.2, 1.3, 1.4, 1.5
759 struct mtd_info *cfi_cmdset_0006(struct map_info *map, int primary) __attribute__((alias("cfi_cmdset_0002")));
760 struct mtd_info *cfi_cmdset_0701(struct map_info *map, int primary) __attribute__((alias("cfi_cmdset_0002")));
/linux-master/include/linux/
H A Dmemcontrol.h135 struct mem_cgroup_threshold_ary *primary; member in struct:mem_cgroup_thresholds
139 * It must be able to store at least primary->size - 1 entries.
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_gem.c1035 struct drm_minor *minor = adev_to_drm(adev)->primary;
H A Damdgpu_vcn.c1160 struct drm_minor *minor = adev_to_drm(adev)->primary;
/linux-master/drivers/pcmcia/
H A Dyenta_socket.c1066 dev->subordinate->primary); /* primary bus */
/linux-master/drivers/gpu/drm/sti/
H A Dsti_hqvdp.c1279 hqvdp_debugfs_init(hqvdp, drm_plane->dev->primary);
H A Dsti_hdmi.c1125 hdmi_debugfs_init(hdmi, hdmi->drm_dev->primary);
/linux-master/drivers/gpu/drm/
H A Ddrm_atomic.c384 /* NOTE: we explicitly don't enforce constraints such as primary
1653 primary_state = drm_atomic_get_plane_state(state, crtc->primary);
H A Ddrm_plane.c61 * Each CRTC must have a unique primary plane userspace can attach to enable
63 * primary plane to each CRTC at the same time. Primary planes can still be
64 * compatible with multiple CRTCs. There must be exactly as many primary planes
67 * Legacy uAPI doesn't expose the primary and cursor planes directly. DRM core
68 * relies on the driver to set the primary and optionally the cursor plane used
70 * drivers must provide one primary plane per CRTC to avoid surprising legacy
90 * To light up a CRTC, attaching a primary plane is the most likely to
94 * Drivers may support more features for the primary plane, user-space
97 * Some primary planes are implicitly used by the kernel in the legacy
99 * Therefore user-space must not mix explicit usage of any primary
[all...]
/linux-master/drivers/gpu/drm/i915/gt/
H A Dintel_reset.c1390 struct kobject *kobj = &gt->i915->drm.primary->kdev->kobj;
/linux-master/drivers/gpu/drm/i915/
H A Di915_irq.c227 kobject_uevent_env(&dev_priv->drm.primary->kdev->kobj,
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_drv.c1439 struct drm_minor *minor = vmw->drm.primary;

Completed in 664 milliseconds

<<1112131415