Searched refs:primary (Results 151 - 175 of 369) sorted by relevance

1234567891011>>

/linux-master/drivers/gpu/drm/tilcdc/
H A Dtilcdc_crtc.c33 struct drm_plane primary; member in struct:tilcdc_crtc
281 struct drm_framebuffer *fb = crtc->primary->state->fb;
679 if (state->planes[0].ptr != crtc->primary ||
682 dev_dbg(crtc->dev->dev, "CRTC primary plane must be present");
1039 ret = tilcdc_plane_init(dev, &tilcdc_crtc->primary);
1051 &tilcdc_crtc->primary,
/linux-master/drivers/gpu/drm/loongson/
H A Dlsdc_crtc.c676 struct drm_minor *minor = crtc->dev->primary;
950 struct drm_plane *primary,
968 ret = drm_crtc_init_with_planes(ddev, crtc, primary, cursor,
989 struct drm_plane *primary,
1007 ret = drm_crtc_init_with_planes(ddev, crtc, primary, cursor,
948 ls7a1000_crtc_init(struct drm_device *ddev, struct drm_crtc *crtc, struct drm_plane *primary, struct drm_plane *cursor, unsigned int index, bool has_vblank) argument
987 ls7a2000_crtc_init(struct drm_device *ddev, struct drm_crtc *crtc, struct drm_plane *primary, struct drm_plane *cursor, unsigned int index, bool has_vblank) argument
H A Dlsdc_output_7a2000.c145 struct drm_minor *minor = ddev->primary;
156 struct drm_minor *minor = ddev->primary;
H A Dlsdc_drv.c98 ret = funcs->primary_plane_init(ddev, &dispipe->primary.base, i);
107 &dispipe->primary.base,
/linux-master/drivers/net/bonding/
H A Dbond_sysfs.c434 /* Show the primary slave. */
440 struct slave *primary; local
444 primary = rcu_dereference(bond->primary_slave);
445 if (primary)
446 count = sysfs_emit(buf, "%s\n", primary->dev->name);
451 static DEVICE_ATTR(primary, 0644,
H A Dbond_main.c109 static char *primary; variable
151 module_param(primary, charp, 0);
152 MODULE_PARM_DESC(primary, "Primary network device to use");
154 MODULE_PARM_DESC(primary_reselect, "Reselect primary slave "
157 "1 for only if speed of primary is "
879 * old active slaves (if any). Modes that are not using primary keep all
880 * slaves up date at all times; only the modes that use primary need to call
1033 * bond_choose_primary_or_current - select the primary or high priority slave
1036 * - Check if there is a primary link. If the primary lin
2709 struct slave *slave, *primary, *active; local
3874 struct slave *slave = bond_slave_get_rtnl(slave_dev), *primary; local
[all...]
/linux-master/drivers/net/ethernet/sfc/
H A Defx.c200 if (efx->primary == efx) {
201 /* Adding primary function; look for secondaries */
203 netif_dbg(efx, probe, efx->net_dev, "adding to primary list\n");
216 other->primary = efx;
220 /* Adding secondary function; look for primary */
230 efx->primary = other;
246 efx->primary = NULL;
253 other->primary = NULL;
/linux-master/drivers/gpu/drm/sprd/
H A Dsprd_dpu.c588 struct sprd_plane *plane, *primary; local
610 primary = plane;
613 return primary;
718 struct drm_plane *primary, struct device *dev)
724 primary, NULL,
717 sprd_crtc_init(struct drm_device *drm, struct drm_plane *primary, struct device *dev) argument
/linux-master/drivers/net/ethernet/sfc/siena/
H A Defx.c210 if (efx->primary == efx) {
211 /* Adding primary function; look for secondaries */
213 netif_dbg(efx, probe, efx->net_dev, "adding to primary list\n");
226 other->primary = efx;
230 /* Adding secondary function; look for primary */
240 efx->primary = other;
256 efx->primary = NULL;
263 other->primary = NULL;
/linux-master/drivers/gpu/drm/atmel-hlcdc/
H A Datmel_hlcdc_crtc.c509 struct atmel_hlcdc_plane *primary = NULL, *cursor = NULL; local
527 primary = atmel_hlcdc_layer_to_plane(dc->layers[i]);
539 ret = drm_crtc_init_with_planes(dev, &crtc->base, &primary->base,
/linux-master/drivers/gpu/drm/
H A Ddrm_drv.c90 return &dev->primary;
951 dev->primary ? dev->primary->index : dev->accel->index);
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_fbdev.c315 to_intel_plane(crtc->base.primary);
355 to_intel_plane(crtc->base.primary);
426 to_intel_plane(crtc->base.primary);
/linux-master/arch/arm/mm/
H A Dproc-v7.S496 ubfx r0, r9, #4, #12 @ primary part number
499 ldr r10, =0x00000c08 @ Cortex-A8 primary part number
504 ldr r10, =0x00000c09 @ Cortex-A9 primary part number
509 ldr r10, =0x00000c0d @ Cortex-A12 primary part number
514 ldr r10, =0x00000c0e @ Cortex-A17 primary part number
519 ldr r10, =0x00000c0f @ Cortex-A15 primary part number
/linux-master/drivers/media/test-drivers/vimc/
H A Dvimc-core.c35 #define VIMC_ANCILLARY_LINK(primary, ancillary) { \
36 .primary_ent = primary, \
/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/xlnx/
H A Dzynqmp_kms.c159 /* Graphics layer is primary, and video layer is overlay. */
226 old_plane_state = drm_atomic_get_old_plane_state(state, crtc->primary);
228 zynqmp_dpsub_plane_atomic_disable(crtc->primary, state);
/linux-master/drivers/gpu/drm/tidss/
H A Dtidss_crtc.c411 struct drm_plane *primary)
428 ret = drm_crtc_init_with_planes(&tidss->ddev, crtc, primary,
409 tidss_crtc_create(struct tidss_device *tidss, u32 hw_videoport, struct drm_plane *primary) argument
/linux-master/kernel/
H A Dcpu.c799 * primary sibling.
1884 * the primary thread does a microcode update for various
1885 * reasons. Bring the primary threads up first.
1921 int freeze_secondary_cpus(int primary) argument
1926 if (primary == -1) {
1927 primary = cpumask_first(cpu_online_mask);
1928 if (!housekeeping_cpu(primary, HK_TYPE_TIMER))
1929 primary = housekeeping_any_cpu(HK_TYPE_TIMER);
1931 if (!cpu_online(primary))
1932 primary
[all...]
/linux-master/drivers/watchdog/
H A Dwm831x_wdt.c228 reg |= pdata->primary << WM831X_WDOG_PRIMACT_SHIFT;
/linux-master/include/linux/mfd/
H A Dsi476x-core.h339 bool primary; member in struct:si476x_rsq_status_args
/linux-master/drivers/gpu/drm/radeon/
H A Dradeon_trace.h138 __entry->dev = dev->primary->index;
/linux-master/drivers/gpu/drm/aspeed/
H A Daspeed_gfx_crtc.c30 const u32 format = crtc->primary->state->fb->format->format;
/linux-master/arch/powerpc/include/asm/
H A Dpci-bridge.h288 struct device_node *dev, int primary);
/linux-master/drivers/hv/
H A Dchannel_mgmt.c492 /* Note: the function can run concurrently for primary/sub channels. */
522 * Start the process of binding the primary channel to the driver
675 * The above is also true for primary channels, if the related device
678 * And, usually the handling of primary channels and sub-channels can
699 struct vmbus_channel *primary = chn->primary_channel; local
704 if (!primary)
707 if (primary->target_cpu == cpu)
710 list_for_each_entry(sc, &primary->sc_list, sc_list)
941 * If all the old primary channels have been fixed up, then it's safe
1044 * primary channe
[all...]
/linux-master/drivers/net/ethernet/ti/
H A Dnetcp.h190 bool primary; member in struct:netcp_module

Completed in 272 milliseconds

1234567891011>>