Searched refs:primary (Results 226 - 250 of 372) sorted by last modified time

1234567891011>>

/linux-master/drivers/gpu/drm/
H A Ddrm_sysfs.c376 kdev->parent = dev->primary->kdev;
381 r = dev_set_name(kdev, "card%d-%s", dev->primary->index, connector->name);
447 kobject_uevent_env(&dev->primary->kdev->kobj, KOBJ_CHANGE, envp);
468 kobject_uevent_env(&dev->primary->kdev->kobj, KOBJ_CHANGE, envp);
493 kobject_uevent_env(&dev->primary->kdev->kobj, KOBJ_CHANGE, envp);
527 kobject_uevent_env(&dev->primary->kdev->kobj, KOBJ_CHANGE, envp);
H A Ddrm_vblank_work.c259 vblank->dev->primary->index,
H A Ddrm_lease.c443 ret = idr_alloc(leases, &drm_lease_idr_object, crtc->primary->base.id, crtc->primary->base.id + 1, GFP_KERNEL);
445 drm_dbg_lease(dev, "Object primary plane %d cannot be inserted into leases (%d)\n",
H A Ddrm_fb_helper.c206 fb = crtc->primary->fb;
1522 struct drm_plane *plane = crtc->primary;
1524 drm_dbg_kms(dev, "test CRTC %u primary plane\n", drm_crtc_index(crtc));
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_xcp.c264 /* Redirect all IOCTLs to the primary device */
266 adev->xcp_mgr->xcp[i].pdev = p_ddev->primary->dev;
270 p_ddev->primary->dev = ddev;
376 p_ddev->primary->dev = adev->xcp_mgr->xcp[i].pdev;
/linux-master/net/mac80211/
H A Drc80211_minstrel_ht.c1050 * Update rate statistics and select new primary rates
1258 minstrel_downgrade_rate(struct minstrel_ht_sta *mi, u16 *idx, bool primary) argument
1273 if (primary)
/linux-master/drivers/net/ethernet/ti/
H A Dnetcp_ethss.c3820 .primary = true,
3837 .primary = true,
H A Dnetcp_core.c289 /* Attach modules only if the primary module is probed */
291 if (tmp->primary)
678 /* Build a new sk_buff for the primary buffer */
751 /* Free the primary descriptor */
758 /* Free the primary descriptor */
870 /* Allocate a primary receive queue entry */
H A Dnetcp.h190 bool primary; member in struct:netcp_module
/linux-master/drivers/net/ethernet/sfc/
H A Dmcdi.c110 efx->primary = efx;
1460 /* If we're not the primary PF, trying to ATTACH with a FIRMWARE_ID
/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...]
H A Dproc.c82 union sctp_addr *addr, *primary = NULL; local
90 WARN(1, "Association %p with NULL primary path!\n", asoc);
94 primary = &peer->saddr;
104 if (primary && af->cmp_addr(addr, primary)) {
116 union sctp_addr *addr, *primary; local
119 primary = &assoc->peer.primary_addr;
125 if (af->cmp_addr(addr, primary)) {
/linux-master/drivers/gpu/drm/vkms/
H A Dvkms_crtc.c276 struct drm_plane *primary, struct drm_plane *cursor)
281 ret = drmm_crtc_init_with_planes(dev, crtc, primary, cursor,
278 vkms_crtc_init(struct drm_device *dev, struct drm_crtc *crtc, struct drm_plane *primary, struct drm_plane *cursor) argument
H A Dvkms_drv.h150 struct drm_plane *primary, struct drm_plane *cursor);
/linux-master/drivers/media/dvb-frontends/
H A Dmn88443x.c183 bool primary; member in struct:mn88443x_spec
224 if (chip->spec->primary) {
775 .primary = true,
779 .primary = false,
/linux-master/sound/soc/sof/
H A Dsof-client-probes-ipc4.c122 msg.primary = mentry->id;
123 msg.primary |= SOF_IPC4_MSG_TYPE_SET(SOF_IPC4_MOD_INIT_INSTANCE);
124 msg.primary |= SOF_IPC4_MSG_DIR(SOF_IPC4_MSG_REQUEST);
125 msg.primary |= SOF_IPC4_MSG_TARGET(SOF_IPC4_MODULE_MSG);
152 msg.primary = mentry->id;
153 msg.primary |= SOF_IPC4_MSG_TYPE_SET(SOF_IPC4_MOD_DELETE_INSTANCE);
154 msg.primary |= SOF_IPC4_MSG_DIR(SOF_IPC4_MSG_REQUEST);
155 msg.primary |= SOF_IPC4_MSG_TARGET(SOF_IPC4_MODULE_MSG);
222 msg.primary = mentry->id;
223 msg.primary |
[all...]
/linux-master/include/drm/
H A Ddrm_crtc.h965 * @primary:
971 struct drm_plane *primary; member in struct:drm_crtc
1044 * drivers should look at &drm_plane_state.crtc_x of the primary plane
1052 * drivers should look at &drm_plane_state.crtc_y of the primary plane
1210 struct drm_plane *primary,
1218 struct drm_plane *primary,
1228 struct drm_plane *primary,
1235 * specified primary and cursor planes.
1239 * @primary: Primary plane for CRTC
1252 #define drmm_crtc_alloc_with_planes(dev, type, member, primary, curso
[all...]
/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/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/drivers/gpu/drm/stm/
H A Dltdc.c1589 /* XR24 & RX24 like formats supported only on primary layer */
1658 struct drm_plane *primary, *overlay; local
1663 primary = ltdc_plane_create(ddev, DRM_PLANE_TYPE_PRIMARY, 0);
1664 if (!primary) {
1665 DRM_ERROR("Can not create primary plane\n");
1670 drm_plane_create_zpos_property(primary, 0, 0, ldev->caps.nb_layers - 1);
1672 drm_plane_create_zpos_immutable_property(primary, 0);
1675 drm_plane_create_rotation_property(primary, DRM_MODE_ROTATE_0,
1680 ret = drm_crtc_init_with_planes(ddev, crtc, primary, NULL,
1683 ret = drm_crtc_init_with_planes(ddev, crtc, primary, NUL
[all...]
/linux-master/drivers/gpu/drm/sti/
H A Dsti_tvout.c610 tvout_debugfs_init(tvout, encoder->dev->primary);
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);
H A Dsti_hda.c647 hda_debugfs_init(hda, hda->drm_dev->primary);
H A Dsti_dvo.c407 dvo_debugfs_init(dvo, dvo->drm_dev->primary);

Completed in 379 milliseconds

1234567891011>>