Searched refs:primary (Results 126 - 150 of 369) sorted by relevance

1234567891011>>

/linux-master/arch/s390/kernel/
H A Dentry.S125 lctlg %c1,%c1,__LC_KERNEL_ASCE # load primary asce
196 lctlg %c1,%c1,__GMAP_ASCE(%r14) # load primary asce
215 lctlg %c1,%c1,__LC_KERNEL_ASCE # load primary asce
/linux-master/sound/soc/intel/skylake/
H A Dskl-sst-ipc.h35 u32 primary; member in struct:skl_ipc_header
/linux-master/arch/um/drivers/
H A Dport_user.c71 static int port_open(int input, int output, int primary, void *d, argument
H A Dxterm.c87 static int xterm_open(int input, int output, int primary, void *d, argument
/linux-master/drivers/gpu/drm/kmb/
H A Dkmb_plane.c573 struct kmb_plane *primary = NULL; local
624 primary = plane;
627 drm_dbg(drm, "%s : %d primary=%p\n", __func__, __LINE__,
628 &primary->base_plane);
637 return primary;
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_securedisplay.c180 debugfs_create_file("securedisplay_test", S_IWUSR, adev_to_drm(adev)->primary->debugfs_root,
/linux-master/drivers/gpu/drm/radeon/
H A Dradeon_ib.c115 * On SI, there are two parallel engines fed from the primary ring,
253 * Returns 0 on success, error if the primary GFX ring
310 struct dentry *root = rdev->ddev->primary->debugfs_root;
/linux-master/arch/s390/include/uapi/asm/
H A Ddasd.h192 char primary[20]; /* BUSID of primary */ member in struct:dasd_copypair_swap_data_t
/linux-master/drivers/gpu/drm/vkms/
H A Dvkms_drv.h150 struct drm_plane *primary, struct drm_plane *cursor);
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_display_debugfs_params.c156 struct drm_minor *minor = i915->drm.primary;
H A Dintel_plane_initial.c28 to_intel_plane(crtc->base.primary);
326 to_intel_plane(crtc->base.primary);
355 * indicates that the primary plane is visible, but has a NULL FB,
357 * simplest solution is to just disable the primary plane now and
H A Dintel_display_trace.h197 __field(u16, primary)
216 __entry->primary = wm->pipe[crtc->pipe].plane[PLANE_PRIMARY];
233 __entry->primary, __entry->sprite, __entry->cursor,
250 __field(u32, primary)
265 __entry->primary = wm->pipe[crtc->pipe].plane[PLANE_PRIMARY];
277 __entry->primary, __entry->sprite0, __entry->sprite1, __entry->cursor,
/linux-master/drivers/gpu/drm/xe/
H A Dxe_debugfs.c110 struct drm_minor *minor = xe->drm.primary;
/linux-master/sound/soc/intel/avs/
H A Dskl.c27 msg.primary = hipct;
/linux-master/include/linux/
H A Dcpu.h168 extern int freeze_secondary_cpus(int primary);
/linux-master/arch/powerpc/sysdev/
H A Dtsi108_pci.c184 int __init tsi108_setup_pci(struct device_node *dev, u32 cfg_phys, int primary) argument
225 pci_process_bridge_OF_ranges(hose, dev, primary);
/linux-master/drivers/gpu/drm/nouveau/dispnv04/
H A Ddisp.c79 struct drm_framebuffer *fb = crtc->primary->fb;
131 struct drm_framebuffer *fb = crtc->primary->fb;
/linux-master/sound/soc/sof/
H A Dsof-client-ipc-msg-injector.c92 if (SOF_IPC4_MSG_IS_MODULE_MSG(ipc4_msg->primary) &&
93 (SOF_IPC4_MSG_TYPE_GET(ipc4_msg->primary) == SOF_IPC4_MOD_LARGE_CONFIG_GET))
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_stdu.c1484 struct drm_plane *primary; local
1497 primary = &stdu->base.primary;
1505 /* Initialize primary plane */
1506 ret = drm_universal_plane_init(dev, primary,
1512 DRM_ERROR("Failed to initialize primary plane");
1516 drm_plane_helper_add(primary, &vmw_stdu_primary_plane_helper_funcs);
1517 drm_plane_enable_fb_damage_clips(primary);
1527 drm_plane_cleanup(&stdu->base.primary);
1560 ret = drm_crtc_init_with_planes(dev, crtc, primary,
[all...]
/linux-master/drivers/gpu/drm/atmel-hlcdc/
H A Datmel_hlcdc_plane.c525 struct atmel_hlcdc_plane *primary; local
528 primary = drm_plane_to_atmel_hlcdc_plane(c_state->crtc->primary);
529 layout = &primary->layer.desc->layout;
534 &primary->base);
544 if (ovl == c_state->crtc->primary)
/linux-master/drivers/net/
H A Dnetkit.c27 bool primary; member in struct:netkit
388 nk->primary = false;
413 nk->primary = true;
487 if (!nk->primary)
706 nkl->location == BPF_NETKIT_PRIMARY ? "primary" : "peer");
842 if (!nk->primary) {
844 "netkit link settings can be changed only through the primary device");
898 if (nla_put_u8(skb, IFLA_NETKIT_PRIMARY, nk->primary))
/linux-master/net/ceph/
H A Dosdmap.c728 * to a set of osds) and primary_temp (explicit primary setting)
1585 osdmap_info(map, "osd%d primary-affinity 0x%x\n", osd, aff);
2246 * osds + primary
2252 lhs->primary == rhs->primary)
2261 if (set->size > 0 && set->primary >= 0)
2265 if (!set->size && set->primary == -1)
2269 if (set->size > 0 && set->primary == -1) {
2287 dest->primary = src->primary;
[all...]
/linux-master/arch/powerpc/platforms/4xx/
H A Dpci.c329 int primary = 0; local
350 /* Check if primary bridge */
351 if (of_property_read_bool(np, "primary"))
352 primary = 1;
383 pci_process_bridge_OF_ranges(hose, np, primary);
533 int big_pim, msi, primary; local
554 /* Check if primary bridge */
555 primary = of_property_read_bool(np, "primary");
592 pci_process_bridge_OF_ranges(hose, np, primary);
1915 int primary, busses; local
[all...]
/linux-master/arch/x86/mm/pat/
H A Dset_memory.c1118 * primary protection behavior:
1547 int primary)
1559 * Ignore all non primary paths.
1561 if (!primary) {
1591 static int __change_page_attr(struct cpa_data *cpa, int primary) argument
1602 return __cpa_process_fault(cpa, address, primary);
1606 return __cpa_process_fault(cpa, address, primary);
1667 static int __change_page_attr_set_clr(struct cpa_data *cpa, int primary);
1683 * No need to redo, when the primary call touched the direct
1710 * If the primary cal
1546 __cpa_process_fault(struct cpa_data *cpa, unsigned long vaddr, int primary) argument
1744 __change_page_attr_set_clr(struct cpa_data *cpa, int primary) argument
[all...]
/linux-master/drivers/gpu/drm/omapdrm/
H A Domap_crtc.c594 crtc->primary);
672 * Delegate property set to the primary plane. Get the plane state and
677 plane_state = drm_atomic_get_plane_state(state->state, crtc->primary);
681 if (property == crtc->primary->rotation_property)
699 if (property == crtc->primary->rotation_property)
845 omap_plane_install_properties(crtc->primary, &crtc->base);

Completed in 303 milliseconds

1234567891011>>