Searched refs:primary (Results 201 - 225 of 373) sorted by relevance

1234567891011>>

/linux-master/arch/powerpc/kernel/
H A Dpci_of_scan.c290 bus->primary = dev->bus->number;
H A Dpci-common.c734 * @primary: set if primary bus (32 bits only, soon to be deprecated)
755 struct device_node *dev, int primary)
763 dev, primary ? "(primary)" : "");
804 if (primary)
834 if (primary || isa_mem_base == 0)
754 pci_process_bridge_OF_ranges(struct pci_controller *hose, struct device_node *dev, int primary) argument
/linux-master/drivers/gpu/drm/gma500/
H A Dcdv_intel_hdmi.c194 encoder->crtc->x, encoder->crtc->y, encoder->crtc->primary->fb))
/linux-master/drivers/gpu/drm/renesas/rcar-du/
H A Drcar_du_crtc.c1238 struct drm_plane *primary; local
1290 primary = &rcrtc->vsp->planes[rcrtc->vsp_pipe].plane;
1292 primary = &rgrp->planes[swindex % 2].plane;
1294 ret = drm_crtc_init_with_planes(&rcdu->ddev, crtc, primary, NULL,
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_wm.c396 struct drm_minor *minor = i915->drm.primary;
/linux-master/drivers/media/radio/
H A Dradio-si476x.c214 * on, primary tuner's antenna is the main one.
216 * off, primary tuner's antenna is the main one.
380 .primary = false,
407 strscpy(tuner->name, "AM/FM (primary)",
656 .primary = false,
1274 .primary = false,
1309 .primary = true,
/linux-master/drivers/gpu/drm/msm/
H A Dmsm_debugfs.c300 ret = late_init_minor(dev->primary);
H A Dmsm_fb.c260 DBG("allocating %d bytes for fb %d", size, dev->primary->index);
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_psp_ta.c376 struct drm_minor *minor = adev_to_drm(adev)->primary;
H A Damdgpu_ib.c116 * On SI, there are two parallel engines fed from the primary ring,
374 * Returns 0 on success, error if the primary GFX ring
480 struct drm_minor *minor = adev_to_drm(adev)->primary;
/linux-master/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dmld-mac80211.c1320 u8 primary = iwl_mvm_get_primary_link(vif); local
1323 /* prefer primary unless quiet CSA on it */
1324 if (chsw->link_id == primary && chsw->block_tx)
1325 selected = iwl_mvm_get_other_link(vif, primary);
1327 selected = primary;
/linux-master/drivers/gpu/drm/omapdrm/
H A Domap_fbdev.c168 DBG("allocating %d bytes for fb %d", gsize.bytes, dev->primary->index);
/linux-master/drivers/gpu/drm/radeon/
H A Dradeon_ring.c553 struct dentry *root = rdev->ddev->primary->debugfs_root;
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_kms.h348 struct drm_plane primary; member in struct:vmw_display_unit
/linux-master/drivers/media/mc/
H A Dmc-entity.c1640 struct media_link *media_create_ancillary_link(struct media_entity *primary, argument
1645 link = media_add_link(&primary->links);
1649 link->gobj0 = &primary->graph_obj;
1655 media_gobj_create(primary->graph_obj.mdev, MEDIA_GRAPH_LINK,
/linux-master/include/sound/sof/ipc4/
H A Dheader.h26 * @primary: Primary, mandatory part of the header
36 u32 primary; member in struct:sof_ipc4_msg::__anon1202::__anon1203
68 * IPC4 primary header bit allocation for messages
452 * IPC4 primary header bit allocation for replies
466 * IPC4 primary header bit allocation for notifications
/linux-master/drivers/media/pci/saa7134/
H A Dsaa7134-tvaudio.c159 int primary, int secondary)
162 secondary = primary;
163 saa_writel(SAA7134_CARRIER1_FREQ0 >> 2, tvaudio_carr2reg(primary));
564 /* Note: at least the primary carrier is right here */
158 tvaudio_setcarrier(struct saa7134_dev *dev, int primary, int secondary) argument
/linux-master/drivers/gpu/drm/msm/disp/mdp5/
H A Dmdp5_kms.c380 struct drm_plane *primary[MAX_BASES] = { NULL }; local
408 * N encoders set up by the driver. The first N planes become primary
431 primary[pi++] = plane;
439 crtc = mdp5_crtc_init(dev, primary[i], cursor[i], i);
/linux-master/drivers/media/pci/intel/
H A Dipu-bridge.c651 struct fwnode_handle *fwnode, *primary; local
699 primary = acpi_fwnode_handle(adev);
700 primary->secondary = fwnode;
/linux-master/drivers/gpu/drm/ingenic/
H A Dingenic-drm-drv.c86 * f1 (aka. foreground1) is our primary plane, on top of which
1086 struct drm_plane *primary; local
1199 primary = priv->soc_info->has_osd ? &priv->f1 : &priv->f0;
1201 drm_plane_helper_add(primary, &ingenic_drm_plane_helper_funcs);
1203 ret = drm_universal_plane_init(drm, primary, 1,
1218 ret = drm_crtc_init_with_planes(drm, &priv->crtc, primary,
/linux-master/drivers/md/
H A Draid1.c2249 int primary; local
2274 for (primary = 0; primary < conf->raid_disks * 2; primary++)
2275 if (r1_bio->bios[primary]->bi_end_io == end_sync_read &&
2276 !r1_bio->bios[primary]->bi_status) {
2277 r1_bio->bios[primary]->bi_end_io = NULL;
2278 rdev_dec_pending(conf->mirrors[primary].rdev, mddev);
2281 r1_bio->read_disk = primary;
2284 struct bio *pbio = r1_bio->bios[primary];
[all...]
/linux-master/drivers/gpu/drm/
H A Ddrm_atomic_helper.c847 * only be false for primary planes.
920 * (including those that use the primary plane helper's
939 * drm_atomic_helper_check_crtc_primary_plane() - Check CRTC state for primary plane
942 * Checks that a CRTC has at least one primary plane attached to it, which is
944 * of the test. To test if the primary plane is visible or if it can be updated
949 * 0 if a primary plane is attached to the CRTC, or an error code otherwise
957 /* needs at least one primary plane to be enabled */
963 drm_dbg_atomic(dev, "[CRTC:%d:%s] primary plane missing\n", crtc->base.id, crtc->name);
1301 struct drm_plane *primary = crtc->primary; local
[all...]
/linux-master/drivers/mfd/
H A Dsi476x-cmd.c351 .primary = false,
1226 rsqargs->primary << 4 | rsqargs->rsqack << 3 |
1281 rsqargs->primary << 4 | rsqargs->rsqack << 3 |
/linux-master/drivers/gpu/drm/mediatek/
H A Dmtk_crtc.c858 struct drm_plane *primary = NULL; local
864 primary = &mtk_crtc->planes[i];
869 ret = drm_crtc_init_with_planes(drm, &mtk_crtc->base, primary, cursor,
/linux-master/drivers/gpu/drm/sti/
H A Dsti_cursor.c346 cursor_debugfs_init(cursor, drm_plane->dev->primary);

Completed in 450 milliseconds

1234567891011>>