Searched refs:primary (Results 251 - 275 of 369) sorted by relevance

<<1112131415

/linux-master/drivers/gpu/drm/sti/
H A Dsti_dvo.c407 dvo_debugfs_init(dvo, dvo->drm_dev->primary);
/linux-master/drivers/gpu/drm/xen/
H A Dxen_drm_front.c531 xen_drm_driver.date, drm_dev->primary->index);
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_pmu.c546 adev_to_drm(pmu_entry->adev)->primary->index);
H A Damdgpu_fence.c993 struct drm_minor *minor = adev_to_drm(adev)->primary;
H A Damdgpu_ring.c604 struct drm_minor *minor = adev_to_drm(adev)->primary;
/linux-master/drivers/gpu/drm/radeon/
H A Dradeon_fence.c997 struct dentry *root = rdev->ddev->primary->debugfs_root;
H A Dr100.c167 struct drm_framebuffer *fb = radeon_crtc->base.primary->fb;
3061 struct dentry *root = rdev->ddev->primary->debugfs_root;
3071 struct dentry *root = rdev->ddev->primary->debugfs_root;
3083 struct dentry *root = rdev->ddev->primary->debugfs_root;
3226 rdev->mode_info.crtcs[0]->base.primary->fb;
3234 rdev->mode_info.crtcs[1]->base.primary->fb;
/linux-master/drivers/pci/controller/
H A Dpci-xgene.c106 if (bus->number >= (bus->primary + 1))
/linux-master/drivers/pci/controller/mobiveil/
H A Dpcie-mobiveil-host.c37 if ((bus->primary == to_pci_host_bridge(bus->bridge)->busnr) && (PCI_SLOT(devfn) > 0))
/linux-master/drivers/mtd/chips/
H A Dcfi_cmdset_0001.c498 struct mtd_info *cfi_cmdset_0001(struct map_info *map, int primary) argument
533 __u16 adr = primary?cfi->cfiq->P_ADR:cfi->cfiq->A_ADR;
611 struct mtd_info *cfi_cmdset_0003(struct map_info *map, int primary) __attribute__((alias("cfi_cmdset_0001")));
612 struct mtd_info *cfi_cmdset_0200(struct map_info *map, int primary) __attribute__((alias("cfi_cmdset_0001")));
H A Dcfi_cmdset_0020.c114 struct mtd_info *cfi_cmdset_0020(struct map_info *map, int primary) argument
125 __u16 adr = primary?cfi->cfiq->P_ADR:cfi->cfiq->A_ADR;
/linux-master/sound/soc/sof/
H A Dsof-client.c474 msg_type = SOF_IPC4_NOTIFICATION_TYPE_GET(msg->primary);
/linux-master/drivers/s390/block/
H A Ddasd_ioctl.c420 rc = device->discipline->copy_pair_swap(device, data.primary,
H A Ddasd_eckd.c2003 * return if the device is the copy relation primary if a copy relation is active
6123 * set the new active/primary device
6135 copy->entry[i].primary = true;
6139 copy->entry[i].primary = false;
6147 * from the old primary and connected to the new.
6154 struct dasd_device *primary, *secondary; local
6162 primary = copy->active->device;
6163 if (!primary)
6165 /* double check if swap has correct primary */
6166 if (strncmp(dev_name(&primary
[all...]
/linux-master/include/net/
H A Dbonding.h136 char primary[IFNAMSIZ]; member in struct:bond_params
/linux-master/drivers/gpu/drm/msm/adreno/
H A Dadreno_device.c691 gpu->funcs->debugfs_init(gpu, dev->primary);
/linux-master/drivers/gpu/drm/i915/
H A Di915_debugfs.c746 struct drm_minor *minor = dev_priv->drm.primary;
H A Di915_gpu_error.c2185 i915->drm.primary->index);
2484 struct drm_minor *minor = i915->drm.primary;
2551 struct device *kdev = i915->drm.primary->kdev;
2559 struct device *kdev = i915->drm.primary->kdev;
/linux-master/drivers/gpu/drm/i915/gvt/
H A Dgvt.h542 bool primary);
/linux-master/drivers/gpu/drm/loongson/
H A Dlsdc_ttm.c581 struct drm_minor *minor = ddev->primary;
/linux-master/drivers/gpu/drm/
H A Ddrm_prime.c752 priv->minor = obj->dev->primary;
/linux-master/drivers/clk/
H A Dclk-stm32f4.c844 * Converts the primary and secondary indices (as they appear in DT) to an
847 static int stm32f4_rcc_lookup_clk_idx(u8 primary, u8 secondary) argument
851 if (primary == 1) {
/linux-master/drivers/gpu/drm/vc4/
H A Dvc4_crtc.c850 struct drm_plane *plane = crtc->primary;
948 struct drm_plane *plane = crtc->primary;
1370 /* For now, we create just the primary and the legacy cursor
1378 dev_err(drm->dev, "failed to construct primary plane\n");
/linux-master/net/sctp/
H A Dassociola.c421 /* Change the primary destination address for the peer. */
427 /* it's a changeover only if we already have a primary path
442 /* If the primary path is changing, assume that the
451 * Upon the receipt of a request to change the primary
453 * primary destination, the sender MUST do the following:
635 /* And the primary path switchover retrans threshold */
724 /* If we do not yet have a primary path, set one. */
776 struct sctp_transport *primary)
783 /* if the current transport is not the primary one, delete it */
784 if (t != primary)
775 sctp_assoc_del_nonprimary_peers(struct sctp_association *asoc, struct sctp_transport *primary) argument
[all...]
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_display_types.h1938 struct intel_digital_port *primary; member in struct:intel_dp_mst_encoder
1982 return enc_to_mst(encoder)->primary;

Completed in 274 milliseconds

<<1112131415