Home
last modified time | relevance | path

Searched full:primary (Results 1 – 25 of 1458) sorted by relevance

12345678910>>...59

/Linux-v5.10/drivers/mfd/
Dwm8350-irq.c35 int primary; member
43 .primary = WM8350_OC_INT,
49 .primary = WM8350_UV_INT,
54 .primary = WM8350_UV_INT,
59 .primary = WM8350_UV_INT,
64 .primary = WM8350_UV_INT,
69 .primary = WM8350_UV_INT,
74 .primary = WM8350_UV_INT,
79 .primary = WM8350_UV_INT,
84 .primary = WM8350_UV_INT,
[all …]
Dwm831x-irq.c26 int primary; member
33 .primary = WM831X_TEMP_INT,
38 .primary = WM831X_GP_INT,
43 .primary = WM831X_GP_INT,
48 .primary = WM831X_GP_INT,
53 .primary = WM831X_GP_INT,
58 .primary = WM831X_GP_INT,
63 .primary = WM831X_GP_INT,
68 .primary = WM831X_GP_INT,
73 .primary = WM831X_GP_INT,
[all …]
/Linux-v5.10/sound/soc/intel/skylake/
Dskl-sst-ipc.c92 /* Module operations primary register */
305 header->primary | SKL_ADSP_REG_HIPCI_BUSY); in skl_ipc_tx_msg()
333 header->primary); in skl_ipc_reply_get_msg()
350 if (IPC_GLB_NOTIFY_MSG_TYPE(header.primary)) { in skl_ipc_process_notification()
351 switch (IPC_GLB_NOTIFY_TYPE(header.primary)) { in skl_ipc_process_notification()
354 dev_err(ipc->dev, "FW Underrun %x\n", header.primary); in skl_ipc_process_notification()
359 header.primary); in skl_ipc_process_notification()
382 header.primary); in skl_ipc_process_notification()
437 u32 reply = header.primary & IPC_GLB_REPLY_STATUS_MASK; in skl_ipc_process_reply()
453 dev_dbg(ipc->dev, "ipc FW reply %x: success\n", header.primary); in skl_ipc_process_reply()
[all …]
/Linux-v5.10/drivers/gpu/drm/mga/
Dmga_dma.c78 drm_mga_primary_buffer_t *primary = &dev_priv->prim; in mga_do_dma_reset() local
82 /* The primary DMA stream should look like new right about now. in mga_do_dma_reset()
84 primary->tail = 0; in mga_do_dma_reset()
85 primary->space = primary->size; in mga_do_dma_reset()
86 primary->last_flush = 0; in mga_do_dma_reset()
100 * Primary DMA stream
105 drm_mga_primary_buffer_t *primary = &dev_priv->prim; in mga_do_dma_flush() local
120 if (primary->tail == primary->last_flush) { in mga_do_dma_flush()
125 tail = primary->tail + dev_priv->primary->offset; in mga_do_dma_flush()
139 primary->last_flush = primary->tail; in mga_do_dma_flush()
[all …]
/Linux-v5.10/drivers/gpu/drm/radeon/
Dradeon_dp_mst.c28 static int radeon_dp_mst_set_be_cntl(struct radeon_encoder *primary, in radeon_dp_mst_set_be_cntl() argument
32 struct drm_device *dev = primary->base.dev; in radeon_dp_mst_set_be_cntl()
38 reg = RREG32(NI_DIG_BE_CNTL + primary->offset); in radeon_dp_mst_set_be_cntl()
50 DRM_DEBUG_KMS("writing 0x%08x 0x%08x\n", NI_DIG_BE_CNTL + primary->offset, reg); in radeon_dp_mst_set_be_cntl()
51 WREG32(NI_DIG_BE_CNTL + primary->offset, reg); in radeon_dp_mst_set_be_cntl()
60 DRM_ERROR("timed out waiting for FE %d %d\n", primary->offset, mst_enc->fe); in radeon_dp_mst_set_be_cntl()
65 static int radeon_dp_mst_set_stream_attrib(struct radeon_encoder *primary, in radeon_dp_mst_set_stream_attrib() argument
70 struct drm_device *dev = primary->base.dev; in radeon_dp_mst_set_stream_attrib()
79 temp = RREG32(NI_DP_MSE_SAT0 + satreg + primary->offset); in radeon_dp_mst_set_stream_attrib()
89 DRM_DEBUG_KMS("writing 0x%08x 0x%08x\n", NI_DP_MSE_SAT0 + satreg + primary->offset, temp); in radeon_dp_mst_set_stream_attrib()
[all …]
/Linux-v5.10/Documentation/virt/
Dne_overview.rst16 application then runs in a separate VM than the primary VM, namely an enclave.
20 memory and CPUs, are carved out of the primary VM. Each enclave is mapped to a
21 process running in the primary VM, that communicates with the NE driver via an
26 1. An enclave abstraction process - a user space process running in the primary
30 There is a NE emulated PCI device exposed to the primary VM. The driver for this
36 hypervisor running on the host where the primary VM is running. The Nitro
39 2. The enclave itself - a VM running on the same host as the primary VM that
40 spawned it. Memory and CPUs are carved out of the primary VM and are dedicated
43 The memory regions carved out of the primary VM and given to an enclave need to
50 available for the primary VM. A CPU pool has to be set for NE purposes by an
[all …]
/Linux-v5.10/drivers/gpu/drm/
Ddrm_modeset_helper.c102 * creating the primary plane. However drivers that still call
112 struct drm_plane *primary; in create_primary_plane() local
115 primary = kzalloc(sizeof(*primary), GFP_KERNEL); in create_primary_plane()
116 if (primary == NULL) { in create_primary_plane()
117 DRM_DEBUG_KMS("Failed to allocate primary plane\n"); in create_primary_plane()
125 primary->format_default = true; in create_primary_plane()
128 ret = drm_universal_plane_init(dev, primary, 0, in create_primary_plane()
135 kfree(primary); in create_primary_plane()
136 primary = NULL; in create_primary_plane()
139 return primary; in create_primary_plane()
[all …]
Ddrm_plane_helper.c43 * primary plane support on top of the normal CRTC configuration interface.
44 * Since the legacy &drm_mode_config_funcs.set_config interface ties the primary
46 * the primary plane itself. The default primary plane only expose XRBG8888 and
49 * Drivers are highly recommended to implement proper support for primary
191 * Primary plane isn't visible. Note that unless a driver in drm_primary_helper_update()
230 * drm_primary_helper_destroy() - Helper for primary plane destruction
233 * Provides a default plane destroy handler for primary planes. This handler
234 * is called during CRTC destruction. We disable the primary plane, remove
Ddrm_crtc.c236 * specified primary and cursor planes.
239 * @primary: Primary plane for CRTC
254 struct drm_plane *primary, in drm_crtc_init_with_planes() argument
262 WARN_ON(primary && primary->type != DRM_PLANE_TYPE_PRIMARY); in drm_crtc_init_with_planes()
309 crtc->primary = primary; in drm_crtc_init_with_planes()
311 if (primary && !primary->possible_crtcs) in drm_crtc_init_with_planes()
312 primary->possible_crtcs = drm_crtc_mask(crtc); in drm_crtc_init_with_planes()
400 plane = crtc->primary; in drm_mode_getcrtc()
461 struct drm_plane *plane = tmp->primary; in __drm_mode_set_config_internal()
470 struct drm_plane *plane = crtc->primary; in __drm_mode_set_config_internal()
[all …]
/Linux-v5.10/drivers/gpu/drm/v3d/
Dv3d_trace.h26 __entry->dev = dev->primary->index;
52 __entry->dev = dev->primary->index;
78 __entry->dev = dev->primary->index;
98 __entry->dev = dev->primary->index;
118 __entry->dev = dev->primary->index;
138 __entry->dev = dev->primary->index;
157 __entry->dev = dev->primary->index;
177 __entry->dev = dev->primary->index;
197 __entry->dev = dev->primary->index;
219 __entry->dev = dev->primary->index;
[all …]
/Linux-v5.10/Documentation/admin-guide/blockdev/drbd/
Dnode-states-8.dot2 Secondary -> Primary [ label = "ioctl_set_state()" ]
3 Primary -> Secondary [ label = "ioctl_set_state()" ]
7 Secondary -> Primary [ label = "recv state packet" ]
8 Primary -> Secondary [ label = "recv state packet" ]
9 Primary -> Unknown [ label = "connection lost" ]
11 Unknown -> Primary [ label = "connected" ]
/Linux-v5.10/Documentation/sparc/oradax/
Ddax-hv-api.txt162 0b'11 Primary context virtual address
167 0b'011 Primary context virtual address
183 0b'011 Primary context virtual address
188 [4:2] Primary source address type
192 0b'011 Primary context virtual address
201 0b'11 Primary context virtual address
247 …require multiple data streams for processing, requiring the specification of both primary data for…
250 36.2.1.1.1. Primary Input Format
252 …The primary input format code is a 4-bit field when it is used. There are 10 primary input formats…
301 36.2.1.1.2. Primary Input Element Size
[all …]
/Linux-v5.10/arch/sparc/include/uapi/asm/
Dasi.h129 #define ASI_AIUP 0x10 /* Primary, user */
131 #define ASI_AIUPL 0x18 /* Primary, user, little endian */
133 #define ASI_P 0x80 /* Primary, implicit */
135 #define ASI_PNF 0x82 /* Primary, no fault */
137 #define ASI_PL 0x88 /* Primary, implicit, l-endian */
139 #define ASI_PNFL 0x8a /* Primary, no fault, l-endian */
230 #define ASI_BLK_AIUP 0x70 /* Primary, user, block load/store */
241 #define ASI_BLK_AIUPL 0x78 /* Primary, user, little, blk ld/st*/
252 0x92 /* (NG7) MCD store BLKINIT primary */
254 #define ASI_PST8_P 0xc0 /* Primary, 8 8-bit, partial */
[all …]
/Linux-v5.10/drivers/gpu/drm/fsl-dcu/
Dfsl_dcu_drm_plane.c209 struct drm_plane *primary; in fsl_dcu_drm_primary_create_plane() local
212 primary = kzalloc(sizeof(*primary), GFP_KERNEL); in fsl_dcu_drm_primary_create_plane()
213 if (!primary) { in fsl_dcu_drm_primary_create_plane()
214 DRM_DEBUG_KMS("Failed to allocate primary plane\n"); in fsl_dcu_drm_primary_create_plane()
219 ret = drm_universal_plane_init(dev, primary, 0, in fsl_dcu_drm_primary_create_plane()
225 kfree(primary); in fsl_dcu_drm_primary_create_plane()
226 primary = NULL; in fsl_dcu_drm_primary_create_plane()
228 drm_plane_helper_add(primary, &fsl_dcu_drm_plane_helper_funcs); in fsl_dcu_drm_primary_create_plane()
230 return primary; in fsl_dcu_drm_primary_create_plane()
/Linux-v5.10/drivers/gpu/drm/vkms/
Dvkms_output.c42 struct drm_plane *primary, *cursor = NULL; in vkms_output_init() local
45 primary = vkms_plane_init(vkmsdev, DRM_PLANE_TYPE_PRIMARY, index); in vkms_output_init()
46 if (IS_ERR(primary)) in vkms_output_init()
47 return PTR_ERR(primary); in vkms_output_init()
57 ret = vkms_crtc_init(dev, crtc, primary, cursor); in vkms_output_init()
105 drm_plane_cleanup(primary); in vkms_output_init()
/Linux-v5.10/arch/powerpc/kvm/
Dbook3s_hv_ras.c111 * be handled by the primary thread in virtual mode. We can't in kvmppc_realmode_mc_power7()
177 * kvmppc_realmode_hmi_handler() is called only by primary thread during
208 * subcore status. Only primary threads from each subcore is responsible
215 * primary threads to decide who takes up the responsibility.
218 * - Primary thread from each subcore tries to set resync required bit[63]
220 * - The first primary thread that is able to set the flag takes the
225 * - All the primary thread will clear its subcore status from subcore
227 * - Once all primary threads clear in_guest[0-3], all of them will invoke
235 * - On return of this function, primary thread will signal all
253 * By now primary thread has already completed guest->host in kvmppc_realmode_hmi_handler()
[all …]
/Linux-v5.10/drivers/net/wireless/intel/iwlwifi/mvm/
Dcoex.c270 struct ieee80211_chanctx_conf *primary; member
305 /* if the primary is low latency, it will stay primary */ in iwl_mvm_bt_coex_tcm_based_ci()
312 swap(data->primary, data->secondary); in iwl_mvm_bt_coex_tcm_based_ci()
384 /* low latency is always primary */ in iwl_mvm_bt_notif_iterator()
388 data->secondary = data->primary; in iwl_mvm_bt_notif_iterator()
389 data->primary = chanctx_conf; in iwl_mvm_bt_notif_iterator()
396 if (chanctx_conf == data->primary) in iwl_mvm_bt_notif_iterator()
401 * downgrade the current primary no matter what its in iwl_mvm_bt_notif_iterator()
404 data->secondary = data->primary; in iwl_mvm_bt_notif_iterator()
405 data->primary = chanctx_conf; in iwl_mvm_bt_notif_iterator()
[all …]
/Linux-v5.10/drivers/mtd/chips/
Dgen_probe.c35 mtd = check_cmd_set(map, 1); /* First the primary cmdset */ in mtd_do_chip_probe()
200 int primary) in cfi_cmdset_unknown() argument
203 __u16 type = primary?cfi->cfiq->P_ID:cfi->cfiq->A_ID; in cfi_cmdset_unknown()
222 mtd = (*probe_function)(map, primary); in cfi_cmdset_unknown()
233 static struct mtd_info *check_cmd_set(struct map_info *map, int primary) in check_cmd_set() argument
236 __u16 type = primary?cfi->cfiq->P_ID:cfi->cfiq->A_ID; in check_cmd_set()
248 return cfi_cmdset_0001(map, primary); in check_cmd_set()
254 return cfi_cmdset_0002(map, primary); in check_cmd_set()
258 return cfi_cmdset_0020(map, primary); in check_cmd_set()
261 return cfi_cmdset_unknown(map, primary); in check_cmd_set()
/Linux-v5.10/drivers/ide/
Dide-generic.c43 static void ide_generic_check_pci_legacy_iobases(int *primary, int *secondary) in ide_generic_check_pci_legacy_iobases() argument
51 *primary = 1; in ide_generic_check_pci_legacy_iobases()
59 *primary = *secondary = 1; in ide_generic_check_pci_legacy_iobases()
70 *primary = 1; in ide_generic_check_pci_legacy_iobases()
81 int i, rc = 0, primary = 0, secondary = 0; in ide_generic_init() local
83 ide_generic_check_pci_legacy_iobases(&primary, &secondary); in ide_generic_init()
89 if (primary == 0) in ide_generic_init()
/Linux-v5.10/arch/um/drivers/
Dchan_kern.c22 static int not_configged_open(int input, int output, int primary, void *data, in not_configged_open() argument
93 else fd = (*chan->ops->open)(chan->input, chan->output, chan->primary, in open_one_chan()
119 if (chan->primary) in open_chan()
127 if (chan && chan->primary && chan->ops->winch) in chan_enable_winch()
151 if (chan->primary) in enable_chan()
259 if (chan->primary) { in write_chan()
273 if (chan->primary) in console_write_chan()
297 if (chan && chan->primary) { in chan_window_size()
304 if (chan && chan->primary) { in chan_window_size()
322 if (chan->primary && chan->output) in free_one_chan()
[all …]
/Linux-v5.10/Documentation/devicetree/bindings/powerpc/fsl/
Dpamu.txt57 - fsl,primary-cache-geometry
59 Two cells that specify the geometry of the primary PAMU
107 fsl,primary-cache-geometry = <32 1>;
113 fsl,primary-cache-geometry = <32 1>;
119 fsl,primary-cache-geometry = <32 1>;
125 fsl,primary-cache-geometry = <32 1>;
131 fsl,primary-cache-geometry = <32 1>;
/Linux-v5.10/sound/soc/qcom/qdsp6/
Dq6afe-dai.c597 {"Primary MI2S Playback", NULL, "PRI_MI2S_RX"},
602 {"Primary TDM0 Playback", NULL, "PRIMARY_TDM_RX_0"},
603 {"Primary TDM1 Playback", NULL, "PRIMARY_TDM_RX_1"},
604 {"Primary TDM2 Playback", NULL, "PRIMARY_TDM_RX_2"},
605 {"Primary TDM3 Playback", NULL, "PRIMARY_TDM_RX_3"},
606 {"Primary TDM4 Playback", NULL, "PRIMARY_TDM_RX_4"},
607 {"Primary TDM5 Playback", NULL, "PRIMARY_TDM_RX_5"},
608 {"Primary TDM6 Playback", NULL, "PRIMARY_TDM_RX_6"},
609 {"Primary TDM7 Playback", NULL, "PRIMARY_TDM_RX_7"},
647 {"PRIMARY_TDM_TX_0", NULL, "Primary TDM0 Capture"},
[all …]
/Linux-v5.10/drivers/gpu/drm/arc/
Darcpgu_crtc.c31 const struct drm_framebuffer *fb = crtc->primary->state->fb; in arc_pgu_set_pxl_fmt()
206 struct drm_plane *primary; in arc_pgu_setup_crtc() local
209 primary = arc_pgu_plane_init(drm); in arc_pgu_setup_crtc()
210 if (IS_ERR(primary)) in arc_pgu_setup_crtc()
211 return PTR_ERR(primary); in arc_pgu_setup_crtc()
213 ret = drm_crtc_init_with_planes(drm, &arcpgu->crtc, primary, NULL, in arc_pgu_setup_crtc()
216 arc_pgu_plane_destroy(primary); in arc_pgu_setup_crtc()
/Linux-v5.10/arch/sparc/kernel/
Dsbus.c260 #define SYSIO_UEAFSR_PPIO 0x8000000000000000UL /* Primary PIO cause */
261 #define SYSIO_UEAFSR_PDRD 0x4000000000000000UL /* Primary DVMA read cause */
262 #define SYSIO_UEAFSR_PDWR 0x2000000000000000UL /* Primary DVMA write cause */
287 /* Clear primary/secondary error status bits. */ in sysio_ue_handler()
296 printk("SYSIO[%x]: Uncorrectable ECC Error, primary error type[%s]\n", in sysio_ue_handler()
333 #define SYSIO_CEAFSR_PPIO 0x8000000000000000UL /* Primary PIO cause */
334 #define SYSIO_CEAFSR_PDRD 0x4000000000000000UL /* Primary DVMA read cause */
335 #define SYSIO_CEAFSR_PDWR 0x2000000000000000UL /* Primary DVMA write cause */
361 /* Clear primary/secondary error status bits. */ in sysio_ce_handler()
369 printk("SYSIO[%x]: Correctable ECC Error, primary error type[%s]\n", in sysio_ce_handler()
[all …]
/Linux-v5.10/tools/perf/scripts/python/
Dexport-to-sqlite.py166 'id integer NOT NULL PRIMARY KEY,'
169 'id integer NOT NULL PRIMARY KEY,'
173 'id integer NOT NULL PRIMARY KEY,'
179 'id integer NOT NULL PRIMARY KEY,'
185 'id integer NOT NULL PRIMARY KEY,'
189 'id integer NOT NULL PRIMARY KEY,'
195 'id integer NOT NULL PRIMARY KEY,'
202 'id integer NOT NULL PRIMARY KEY,'
207 'id integer NOT NULL PRIMARY KEY,'
229 'id integer NOT NULL PRIMARY KEY,'
[all …]

12345678910>>...59