| /kernel/linux/linux-6.6/drivers/mfd/ |
| D | wm8350-irq.c | 35 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 …]
|
| D | wm831x-irq.c | 26 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 …]
|
| /kernel/linux/linux-5.10/drivers/mfd/ |
| D | wm8350-irq.c | 35 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 …]
|
| D | wm831x-irq.c | 26 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 …]
|
| /kernel/linux/linux-5.10/sound/soc/intel/skylake/ |
| D | skl-sst-ipc.c | 92 /* 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 …]
|
| /kernel/linux/linux-6.6/sound/soc/intel/skylake/ |
| D | skl-sst-ipc.c | 92 /* 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 …]
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/mga/ |
| D | mga_dma.c | 78 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 …]
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/radeon/ |
| D | radeon_dp_mst.c | 28 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 …]
|
| /kernel/linux/linux-6.6/Documentation/virt/ |
| D | ne_overview.rst | 16 application then runs in a separate VM than the primary VM, namely an enclave. 24 carved out of the primary VM. Each enclave is mapped to a process running in the 25 primary VM, that communicates with the NE kernel driver via an ioctl interface. 29 1. An enclave abstraction process - a user space process running in the primary 33 There is a NE emulated PCI device exposed to the primary VM. The driver for this 39 hypervisor running on the host where the primary VM is running. The Nitro 42 2. The enclave itself - a VM running on the same host as the primary VM that 43 spawned it. Memory and CPUs are carved out of the primary VM and are dedicated 46 The memory regions carved out of the primary VM and given to an enclave need to 53 available for the primary VM. A CPU pool has to be set for NE purposes by an [all …]
|
| /kernel/linux/linux-5.10/Documentation/virt/ |
| D | ne_overview.rst | 16 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 …]
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/ |
| D | drm_modeset_helper.c | 102 * 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 …]
|
| /kernel/linux/linux-6.6/fs/erofs/ |
| D | fscache.c | 29 struct erofs_fscache_request *primary; member 56 static struct erofs_fscache_request *erofs_fscache_req_chain(struct erofs_fscache_request *primary, in erofs_fscache_req_chain() argument 61 /* use primary request for the first submission */ in erofs_fscache_req_chain() 62 if (!primary->submitted) { in erofs_fscache_req_chain() 63 refcount_inc(&primary->ref); in erofs_fscache_req_chain() 64 return primary; in erofs_fscache_req_chain() 67 req = erofs_fscache_req_alloc(primary->mapping, in erofs_fscache_req_chain() 68 primary->start + primary->submitted, len); in erofs_fscache_req_chain() 70 req->primary = primary; in erofs_fscache_req_chain() 71 refcount_inc(&primary->ref); in erofs_fscache_req_chain() [all …]
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/ |
| D | drm_modeset_helper.c | 103 * creating the primary plane. 120 * Initialize a CRTC object with a default helper-provided primary plane and no 126 * 1. Primary plane cannot be repositioned. 127 * 2. Primary plane cannot be scaled. 128 * 3. Primary plane must cover the entire CRTC. 130 * 5. The primary plane must always be on if the CRTC is enabled. 133 * should instead implement their own primary plane. Atomic drivers must do so. 144 struct drm_plane *primary; in drm_crtc_init() local 148 primary = __drm_universal_plane_alloc(dev, sizeof(*primary), 0, 0, in drm_crtc_init() 153 if (IS_ERR(primary)) in drm_crtc_init() [all …]
|
| D | drm_crtc.c | 248 struct drm_plane *primary, in __drm_crtc_init_with_planes() argument 256 WARN_ON(primary && primary->type != DRM_PLANE_TYPE_PRIMARY); in __drm_crtc_init_with_planes() 299 crtc->primary = primary; in __drm_crtc_init_with_planes() 301 if (primary && !primary->possible_crtcs) in __drm_crtc_init_with_planes() 302 primary->possible_crtcs = drm_crtc_mask(crtc); in __drm_crtc_init_with_planes() 326 * specified primary and cursor planes. 329 * @primary: Primary plane for CRTC 343 * The @primary and @cursor planes are only relevant for legacy uAPI, see 344 * &drm_crtc.primary and &drm_crtc.cursor. 355 struct drm_plane *primary, in drm_crtc_init_with_planes() argument [all …]
|
| /kernel/linux/linux-6.6/sound/soc/sof/ |
| D | ipc4.c | 181 val = msg->primary & SOF_IPC4_MSG_TARGET_MASK; in sof_ipc4_log_header() 182 type = SOF_IPC4_MSG_TYPE_GET(msg->primary); in sof_ipc4_log_header() 199 u32 notif = SOF_IPC4_NOTIFICATION_TYPE_GET(msg->primary); in sof_ipc4_log_header() 216 text, msg->primary, msg->extension, str, str2, in sof_ipc4_log_header() 219 dev_dbg(dev, "%s: %#x|%#x: %s|%s\n", text, msg->primary, in sof_ipc4_log_header() 224 text, msg->primary, msg->extension, str, in sof_ipc4_log_header() 227 dev_dbg(dev, "%s: %#x|%#x: %s\n", text, msg->primary, in sof_ipc4_log_header() 237 !SOF_IPC4_MSG_IS_MODULE_MSG(msg->primary) && in sof_ipc4_log_header() 238 SOF_IPC4_MSG_TYPE_GET(msg->primary) == SOF_IPC4_GLB_NOTIFICATION && in sof_ipc4_log_header() 239 SOF_IPC4_NOTIFICATION_TYPE_GET(msg->primary) == SOF_IPC4_NOTIFY_LOG_BUFFER_STATUS) in sof_ipc4_log_header() [all …]
|
| D | sof-client-probes-ipc4.c | 122 msg.primary = mentry->id; in ipc4_probes_init() 123 msg.primary |= SOF_IPC4_MSG_TYPE_SET(SOF_IPC4_MOD_INIT_INSTANCE); in ipc4_probes_init() 124 msg.primary |= SOF_IPC4_MSG_DIR(SOF_IPC4_MSG_REQUEST); in ipc4_probes_init() 125 msg.primary |= SOF_IPC4_MSG_TARGET(SOF_IPC4_MODULE_MSG); in ipc4_probes_init() 153 msg.primary = mentry->id; in ipc4_probes_deinit() 154 msg.primary |= SOF_IPC4_MSG_TYPE_SET(SOF_IPC4_MOD_DELETE_INSTANCE); in ipc4_probes_deinit() 155 msg.primary |= SOF_IPC4_MSG_DIR(SOF_IPC4_MSG_REQUEST); in ipc4_probes_deinit() 156 msg.primary |= SOF_IPC4_MSG_TARGET(SOF_IPC4_MODULE_MSG); in ipc4_probes_deinit() 223 msg.primary = mentry->id; in ipc4_probes_points_add() 224 msg.primary |= SOF_IPC4_MSG_DIR(SOF_IPC4_MSG_REQUEST); in ipc4_probes_points_add() [all …]
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/v3d/ |
| D | v3d_trace.h | 26 __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 …]
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/v3d/ |
| D | v3d_trace.h | 26 __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 …]
|
| /kernel/linux/linux-5.10/Documentation/admin-guide/blockdev/drbd/ |
| D | node-states-8.dot | 2 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" ]
|
| /kernel/linux/linux-5.10/Documentation/sparc/oradax/ |
| D | dax-hv-api.txt | 162 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 …]
|
| /kernel/linux/linux-6.6/Documentation/arch/sparc/oradax/ |
| D | dax-hv-api.txt | 162 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 …]
|
| /kernel/linux/linux-6.6/arch/sparc/include/uapi/asm/ |
| D | asi.h | 129 #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 …]
|
| /kernel/linux/linux-5.10/arch/sparc/include/uapi/asm/ |
| D | asi.h | 129 #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 …]
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/ci/ |
| D | testlist.txt | 93 kms_atomic@plane-primary-legacy 94 kms_atomic@plane-primary-overlay-mutable-zpos 109 kms_atomic_interruptible@universal-setplane-primary 111 kms_atomic_transition@plane-primary-toggle-with-vblank-wait 346 kms_ccs@pipe-A-crc-primary-basic-y_tiled_ccs 347 kms_ccs@pipe-A-crc-primary-basic-yf_tiled_ccs 348 kms_ccs@pipe-A-crc-primary-basic-y_tiled_gen12_rc_ccs 349 kms_ccs@pipe-A-crc-primary-basic-y_tiled_gen12_rc_ccs_cc 350 kms_ccs@pipe-A-crc-primary-basic-y_tiled_gen12_mc_ccs 351 kms_ccs@pipe-A-crc-primary-basic-4_tiled_dg2_rc_ccs [all …]
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/loongson/ |
| D | lsdc_plane.c | 72 struct lsdc_primary *primary = to_lsdc_primary(plane); in lsdc_primary_atomic_update() local 73 const struct lsdc_primary_plane_ops *ops = primary->ops; in lsdc_primary_atomic_update() 82 ops->update_fb_addr(primary, fb_addr); in lsdc_primary_atomic_update() 83 ops->update_fb_stride(primary, new_fb->pitches[0]); in lsdc_primary_atomic_update() 86 ops->update_fb_format(primary, new_fb->format); in lsdc_primary_atomic_update() 94 * Writing the format as LSDC_PF_NONE can disable the primary, in lsdc_primary_atomic_disable() 460 /* Primary plane 0 hardware related ops */ 462 static void lsdc_primary0_update_fb_addr(struct lsdc_primary *primary, u64 addr) in lsdc_primary0_update_fb_addr() argument 464 struct lsdc_device *ldev = primary->ldev; in lsdc_primary0_update_fb_addr() 482 static void lsdc_primary0_update_fb_stride(struct lsdc_primary *primary, u32 stride) in lsdc_primary0_update_fb_stride() argument [all …]
|