Searched refs:primary (Results 26 - 50 of 369) sorted by relevance

1234567891011>>

/linux-master/drivers/gpu/drm/mxsfb/
H A Dmxsfb_drv.h41 struct drm_plane primary; member in struct:mxsfb_drm_private::__anon885
/linux-master/drivers/video/
H A Daperture.c342 * drives a primary display and therefore kicks out vga16fb as well.
349 bool primary = false; local
354 primary = true;
356 if (primary)
369 * If this is the primary adapter, there could be a VGA device
373 if (primary)
/linux-master/arch/um/drivers/
H A Dnull.c20 static int null_open(int input, int output, int primary, void *d, argument
H A Dtty.c39 static int tty_open(int input, int output, int primary, void *d, argument
/linux-master/arch/arm/kernel/
H A Dhyp-stub.S29 * Save the primary CPU boot mode. Requires 2 scratch registers.
38 * Compare the current mode with the one saved on the primary CPU.
46 cmp \mode, \reg1 @ matches primary CPU boot mode?
73 @ Call this from the primary CPU
/linux-master/drivers/gpu/drm/i915/gt/
H A Dintel_gt_debugfs.c88 if (!gt->i915->drm.primary->debugfs_root)
92 root = debugfs_create_dir(gtname, gt->i915->drm.primary->debugfs_root);
/linux-master/drivers/gpu/drm/fsl-dcu/
H A Dfsl_dcu_drm_crtc.c172 struct drm_plane *primary; local
178 primary = fsl_dcu_drm_primary_create_plane(fsl_dev->drm);
179 if (!primary)
182 ret = drm_crtc_init_with_planes(fsl_dev->drm, crtc, primary, NULL,
185 primary->funcs->destroy(primary);
/linux-master/drivers/gpu/drm/kmb/
H A Dkmb_crtc.c232 struct kmb_plane *primary; local
235 primary = kmb_plane_init(drm);
236 if (IS_ERR(primary))
237 return PTR_ERR(primary);
239 ret = drm_crtc_init_with_planes(drm, &kmb->crtc, &primary->base_plane,
242 kmb_plane_destroy(&primary->base_plane);
/linux-master/drivers/gpu/drm/sti/
H A Dsti_compositor.c69 struct drm_plane *primary = NULL; local
123 primary = sti_gdp_create(drm_dev, compo->dev,
128 if (!primary) {
138 /* The first planes are reserved for primary planes*/
139 if (crtc_id < mixer_id && primary) {
141 primary, cursor);
144 primary = NULL;
/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/sound/soc/sof/
H A Dipc4-pcm.c63 u32 primary, ipc_size;
70 primary = state;
71 primary |= SOF_IPC4_MSG_TYPE_SET(SOF_IPC4_GLB_SET_PIPELINE_STATE); local
72 primary |= SOF_IPC4_MSG_DIR(SOF_IPC4_MSG_REQUEST);
73 primary |= SOF_IPC4_MSG_TARGET(SOF_IPC4_FW_GEN_MSG);
74 msg.primary = primary;
90 u32 primary;
94 primary = state;
95 primary |
44 u32 primary, ipc_size; local
[all...]
/linux-master/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dcoex.c213 struct ieee80211_chanctx_conf *primary; member in struct:iwl_bt_iterator_data
248 /* if the primary is low latency, it will stay primary */
255 swap(data->primary, data->secondary);
286 * Find the primary link, as we want to switch to it and drop the
318 /* If LB link is the primary one we should always disable eSR */
451 /* low latency is always primary */
455 data->secondary = data->primary;
456 data->primary = chanctx_conf;
463 if (chanctx_conf == data->primary)
[all...]
/linux-master/drivers/sh/intc/
H A Dcore.c80 unsigned int data[2], primary; local
98 primary = 0;
100 primary = 1;
109 if (!data[primary])
110 primary ^= 1;
112 BUG_ON(!data[primary]); /* must have primary masking method */
119 irq_set_chip_data(irq, (void *)data[primary]);
127 if (data[!primary])
128 _intc_enable(irq_data, data[!primary]);
[all...]
/linux-master/arch/powerpc/kvm/
H A Dbook3s_32_mmu_host.c107 bool primary)
115 if (!primary)
141 bool primary = false; local
171 primary = !primary;
176 pteg = kvmppc_mmu_get_pteg(vcpu, vsid, eaddr, primary);
195 (primary ? 0 : PTE_SEC);
106 kvmppc_mmu_get_pteg(struct kvm_vcpu *vcpu, u32 vsid, u32 eaddr, bool primary) argument
/linux-master/arch/powerpc/platforms/85xx/
H A Dsmp.c280 int primary = nr; local
293 primary = cpu_first_thread_sibling(nr);
302 if (cpu_online(primary)) {
303 smp_call_function_single(primary,
306 } else if (cpu_online(primary + 1)) {
307 smp_call_function_single(primary + 1,
314 * offline. So start the primary thread, then it will start
331 ret = smp_85xx_start_cpu(primary);
405 * disable the corresponding primary thread.
/linux-master/net/sctp/
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/sound/soc/sof/intel/
H A Dcnl.c61 u32 primary = hipctdr & CNL_DSP_REG_HIPCTDR_MSG_MASK; local
64 if (primary & SOF_IPC4_MSG_DIR_MASK) {
69 data->primary = primary;
76 snd_sof_ipc_reply(sdev, data->primary);
82 primary, extension);
86 notification_data.primary = primary;
250 /* send the compact message via the primary register */
281 msg_data->primary | CNL_DSP_REG_HIPCIDR_BUS
[all...]
/linux-master/drivers/gpu/drm/arm/
H A Dhdlcd_crtc.c85 const struct drm_framebuffer *fb = crtc->primary->state->fb;
322 struct drm_plane *primary; local
325 primary = hdlcd_plane_init(drm);
326 if (IS_ERR(primary))
327 return PTR_ERR(primary);
329 ret = drm_crtc_init_with_planes(drm, &hdlcd->crtc, primary, NULL,
/linux-master/drivers/gpu/drm/qxl/
H A Dqxl_debugfs.c123 qdev->ddev.primary->debugfs_root,
124 qdev->ddev.primary);
/linux-master/arch/powerpc/sysdev/
H A Dfsl_rcpm.c146 int primary; local
149 primary = cpu_first_thread_sibling(cpu);
150 if (cpu_is_offline(primary) && cpu_is_offline(primary + 1)) {
/linux-master/include/linux/mfd/wm831x/
H A Dpdata.h91 enum wm831x_watchdog_action primary, secondary; member in struct:wm831x_watchdog_pdata
/linux-master/drivers/gpu/drm/armada/
H A Darmada_plane.h34 struct drm_plane *primary);
/linux-master/drivers/gpu/drm/logicvc/
H A Dlogicvc_layer.h32 bool primary; member in struct:logicvc_layer_config
/linux-master/drivers/gpu/drm/i915/pxp/
H A Dintel_pxp_debugfs.c78 minor = pxp->ctrl_gt->i915->drm.primary;
/linux-master/drivers/iio/humidity/
H A Dhdc2010.c57 unsigned long primary; member in struct:hdc2010_reg_record
63 .primary = HDC2010_REG_TEMP_LOW,
67 .primary = HDC2010_REG_HUMIDITY_LOW,
130 hdc2010_reg_translation[chan->address].primary);

Completed in 227 milliseconds

1234567891011>>