/linux-6.3-rc2/drivers/mfd/ |
A 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 …]
|
A D | wm831x-irq.c | 26 int primary; member 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, 459 if (primary < 0) { in wm831x_irq_thread() 461 primary); in wm831x_irq_thread() [all …]
|
/linux-6.3-rc2/sound/soc/intel/skylake/ |
A D | skl-sst-ipc.c | 333 header->primary); in skl_ipc_reply_get_msg() 359 header.primary); in skl_ipc_process_notification() 382 header.primary); in skl_ipc_process_notification() 527 header.primary = hipct; in skl_dsp_irq_thread_handler() 530 header.primary); in skl_dsp_irq_thread_handler() 697 header.primary |= IPC_PPL_STATE(state); in skl_ipc_set_pipeline_state() 777 header.primary, header.extension); in skl_ipc_set_dx() 817 header.primary, header.extension); in skl_ipc_init_instance() 943 header.primary, header.extension); in skl_ipc_set_large_config() 1026 header.primary |= IPC_MOD_ID(dma_id); in skl_sst_ipc_load_library() [all …]
|
/linux-6.3-rc2/sound/soc/sof/ |
A D | ipc4.c | 190 val = msg->primary & SOF_IPC4_MSG_TARGET_MASK; in sof_ipc4_log_header() 191 type = SOF_IPC4_MSG_TYPE_GET(msg->primary); in sof_ipc4_log_header() 233 text, msg->primary, msg->extension, str, in sof_ipc4_log_header() 246 !SOF_IPC4_MSG_IS_MODULE_MSG(msg->primary) && in sof_ipc4_log_header() 253 msg->primary, msg->extension, msg->data_size); in sof_ipc4_log_header() 299 ipc4_msg->primary, ipc4_msg->extension); in ipc4_wait_tx_done() 306 ipc4_msg->primary, ipc4_msg->extension); in ipc4_wait_tx_done() 424 ipc4_msg->primary &= ~SOF_IPC4_MSG_TYPE_MASK; in sof_ipc4_set_get_data() 425 tx.primary = ipc4_msg->primary; in sof_ipc4_set_get_data() 465 rx.primary = 0; in sof_ipc4_set_get_data() [all …]
|
A D | sof-client-probes-ipc4.c | 122 msg.primary = mentry->id; 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() 149 msg.primary = mentry->id; in ipc4_probes_deinit() 151 msg.primary |= SOF_IPC4_MSG_DIR(SOF_IPC4_MSG_REQUEST); in ipc4_probes_deinit() 152 msg.primary |= SOF_IPC4_MSG_TARGET(SOF_IPC4_MODULE_MSG); in ipc4_probes_deinit() 216 msg.primary = mentry->id; in ipc4_probes_points_add() 217 msg.primary |= SOF_IPC4_MSG_DIR(SOF_IPC4_MSG_REQUEST); in ipc4_probes_points_add() 218 msg.primary |= SOF_IPC4_MSG_TARGET(SOF_IPC4_MODULE_MSG); in ipc4_probes_points_add() 258 msg.primary = mentry->id; in ipc4_probes_points_remove() [all …]
|
A D | ipc4-pcm.c | 22 u32 primary, ipc_size; in sof_ipc4_set_multi_pipeline_state() local 28 primary = state; in sof_ipc4_set_multi_pipeline_state() 30 primary |= SOF_IPC4_MSG_DIR(SOF_IPC4_MSG_REQUEST); in sof_ipc4_set_multi_pipeline_state() 31 primary |= SOF_IPC4_MSG_TARGET(SOF_IPC4_FW_GEN_MSG); in sof_ipc4_set_multi_pipeline_state() 32 msg.primary = primary; in sof_ipc4_set_multi_pipeline_state() 48 u32 primary; in sof_ipc4_set_pipeline_state() local 52 primary = state; in sof_ipc4_set_pipeline_state() 53 primary |= SOF_IPC4_GLB_PIPE_STATE_ID(id); in sof_ipc4_set_pipeline_state() 55 primary |= SOF_IPC4_MSG_DIR(SOF_IPC4_MSG_REQUEST); in sof_ipc4_set_pipeline_state() 56 primary |= SOF_IPC4_MSG_TARGET(SOF_IPC4_FW_GEN_MSG); in sof_ipc4_set_pipeline_state() [all …]
|
/linux-6.3-rc2/drivers/gpu/drm/ |
A D | drm_modeset_helper.c | 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() 154 return PTR_ERR(primary); in drm_crtc_init() 160 primary->format_default = true; in drm_crtc_init() 162 ret = drm_crtc_init_with_planes(dev, crtc, primary, NULL, funcs, NULL); in drm_crtc_init() 169 drm_plane_cleanup(primary); in drm_crtc_init() 170 kfree(primary); in drm_crtc_init()
|
A 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() 355 struct drm_plane *primary, in drm_crtc_init_with_planes() argument 385 struct drm_plane *primary, in __drmm_crtc_init_with_planes() argument 437 struct drm_plane *primary, in drmm_crtc_init_with_planes() argument 458 struct drm_plane *primary, in __drmm_crtc_alloc_with_planes() argument 553 plane = crtc->primary; in drm_mode_getcrtc() 614 struct drm_plane *plane = tmp->primary; in __drm_mode_set_config_internal() [all …]
|
/linux-6.3-rc2/drivers/gpu/drm/v3d/ |
A 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 …]
|
/linux-6.3-rc2/fs/erofs/ |
A D | fscache.c | 49 if (!primary->submitted) { in erofs_fscache_req_chain() 50 refcount_inc(&primary->ref); in erofs_fscache_req_chain() 51 return primary; in erofs_fscache_req_chain() 55 primary->start + primary->submitted, len); in erofs_fscache_req_chain() 57 req->primary = primary; in erofs_fscache_req_chain() 58 refcount_inc(&primary->ref); in erofs_fscache_req_chain() 88 if (!req->primary) in erofs_fscache_req_put() 102 if (req->primary) in erofs_fscache_subreq_complete() 196 loff_t pos = primary->start + primary->submitted; in erofs_fscache_data_read_slice() 231 count = primary->len - primary->submitted; in erofs_fscache_data_read_slice() [all …]
|
/linux-6.3-rc2/sound/soc/sof/intel/ |
A D | hda-ipc.c | 70 static inline bool hda_dsp_ipc4_pm_msg(u32 primary) in hda_dsp_ipc4_pm_msg() argument 76 if (SOF_IPC4_MSG_TYPE_GET(primary) == SOF_IPC4_MOD_SET_DX || in hda_dsp_ipc4_pm_msg() 77 SOF_IPC4_MSG_TYPE_GET(primary) == SOF_IPC4_MOD_SET_D0IX) in hda_dsp_ipc4_pm_msg() 89 if (hda_dsp_ipc4_pm_msg(msg_data->primary)) in hda_dsp_ipc4_schedule_d0i3_work() 115 msg_data->primary | HDA_DSP_REG_HIPCI_BUSY); in hda_dsp_ipc4_send_msg() 182 u32 primary = hipct & HDA_DSP_REG_HIPCT_MSG_MASK; in hda_dsp_ipc4_irq_thread() local 189 if (primary & SOF_IPC4_MSG_DIR_MASK) { in hda_dsp_ipc4_irq_thread() 194 data->primary = primary; in hda_dsp_ipc4_irq_thread() 201 snd_sof_ipc_reply(sdev, data->primary); in hda_dsp_ipc4_irq_thread() 207 primary, extension); in hda_dsp_ipc4_irq_thread() [all …]
|
A D | cnl.c | 61 u32 primary = hipctdr & CNL_DSP_REG_HIPCTDR_MSG_MASK; in cnl_ipc4_irq_thread() local 64 if (primary & SOF_IPC4_MSG_DIR_MASK) { in cnl_ipc4_irq_thread() 69 data->primary = primary; in cnl_ipc4_irq_thread() 76 snd_sof_ipc_reply(sdev, data->primary); in cnl_ipc4_irq_thread() 82 primary, extension); in cnl_ipc4_irq_thread() 86 notification_data.primary = primary; in cnl_ipc4_irq_thread() 281 msg_data->primary | CNL_DSP_REG_HIPCIDR_BUSY); in cnl_ipc4_send_msg()
|
/linux-6.3-rc2/drivers/gpu/drm/fsl-dcu/ |
A D | fsl_dcu_drm_plane.c | 208 struct drm_plane *primary; in fsl_dcu_drm_primary_create_plane() local 211 primary = kzalloc(sizeof(*primary), GFP_KERNEL); in fsl_dcu_drm_primary_create_plane() 212 if (!primary) { in fsl_dcu_drm_primary_create_plane() 218 ret = drm_universal_plane_init(dev, primary, 0, in fsl_dcu_drm_primary_create_plane() 224 kfree(primary); in fsl_dcu_drm_primary_create_plane() 225 primary = NULL; in fsl_dcu_drm_primary_create_plane() 227 drm_plane_helper_add(primary, &fsl_dcu_drm_plane_helper_funcs); in fsl_dcu_drm_primary_create_plane() 229 return primary; in fsl_dcu_drm_primary_create_plane()
|
A D | fsl_dcu_drm_crtc.c | 172 struct drm_plane *primary; in fsl_dcu_drm_crtc_create() local 178 primary = fsl_dcu_drm_primary_create_plane(fsl_dev->drm); in fsl_dcu_drm_crtc_create() 179 if (!primary) in fsl_dcu_drm_crtc_create() 182 ret = drm_crtc_init_with_planes(fsl_dev->drm, crtc, primary, NULL, in fsl_dcu_drm_crtc_create() 185 primary->funcs->destroy(primary); in fsl_dcu_drm_crtc_create()
|
/linux-6.3-rc2/drivers/mtd/chips/ |
A D | gen_probe.c | 199 int primary) in cfi_cmdset_unknown() argument 202 __u16 type = primary?cfi->cfiq->P_ID:cfi->cfiq->A_ID; in cfi_cmdset_unknown() 221 mtd = (*probe_function)(map, primary); in cfi_cmdset_unknown() 232 static struct mtd_info *check_cmd_set(struct map_info *map, int primary) in check_cmd_set() argument 235 __u16 type = primary?cfi->cfiq->P_ID:cfi->cfiq->A_ID; in check_cmd_set() 247 return cfi_cmdset_0001(map, primary); in check_cmd_set() 253 return cfi_cmdset_0002(map, primary); in check_cmd_set() 257 return cfi_cmdset_0020(map, primary); in check_cmd_set() 260 return cfi_cmdset_unknown(map, primary); in check_cmd_set()
|
/linux-6.3-rc2/Documentation/virt/ |
A 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 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 53 available for the primary VM. A CPU pool has to be set for NE purposes by an 58 using virtio-vsock [5]. The primary VM has virtio-pci vsock emulated device, 85 used to check in the primary VM that the enclave has booted. The CID of the [all …]
|
/linux-6.3-rc2/include/linux/ |
A D | aperture.h | 17 bool primary, const char *name); 29 bool primary, const char *name) in aperture_remove_conflicting_devices() argument 51 static inline int aperture_remove_all_conflicting_devices(bool primary, const char *name) in aperture_remove_all_conflicting_devices() argument 53 return aperture_remove_conflicting_devices(0, (resource_size_t)-1, primary, name); in aperture_remove_all_conflicting_devices()
|
/linux-6.3-rc2/arch/um/drivers/ |
A D | chan_kern.c | 119 if (chan->primary) in open_chan() 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() 389 if (in && !in->primary) in chan_config_string() 391 if (out && !out->primary) in chan_config_string() 477 .primary = 1, in parse_chan() 559 if (chan->primary) { in chan_interrupt() [all …]
|
/linux-6.3-rc2/drivers/net/wireless/intel/iwlwifi/mvm/ |
A D | coex.c | 257 swap(data->primary, data->secondary); in iwl_mvm_bt_coex_tcm_based_ci() 333 data->secondary = data->primary; in iwl_mvm_bt_notif_iterator() 334 data->primary = chanctx_conf; in iwl_mvm_bt_notif_iterator() 341 if (chanctx_conf == data->primary) in iwl_mvm_bt_notif_iterator() 349 data->secondary = data->primary; in iwl_mvm_bt_notif_iterator() 350 data->primary = chanctx_conf; in iwl_mvm_bt_notif_iterator() 356 if (data->primary == chanctx_conf) in iwl_mvm_bt_notif_iterator() 367 if (!data->primary || data->primary == chanctx_conf) in iwl_mvm_bt_notif_iterator() 368 data->primary = chanctx_conf; in iwl_mvm_bt_notif_iterator() 373 if (data->primary == chanctx_conf) in iwl_mvm_bt_notif_iterator() [all …]
|
/linux-6.3-rc2/Documentation/userspace-api/media/v4l/ |
A D | ext-ctrls-colorimetry.rst | 65 primary component c of the mastering display in increments of 0.00002. 68 primary, c equal to 1 corresponds to Blue primary and c equal to 2 69 corresponds to the Red color primary. 73 primary component c of the mastering display in increments of 0.00002. 76 primary, c equal to 1 corresponds to Blue primary and c equal to 2 77 corresponds to Red color primary.
|
/linux-6.3-rc2/drivers/gpu/drm/vc4/ |
A D | vc4_trace.h | 28 __entry->dev = dev->primary->index; 47 __entry->dev = dev->primary->index; 67 __entry->dev = dev->primary->index; 95 __entry->dev = dev->primary->index; 121 __entry->dev = dev->primary->index; 141 __entry->dev = dev->primary->index;
|
/linux-6.3-rc2/drivers/gpu/drm/vkms/ |
A D | vkms_output.c | 58 struct vkms_plane *primary, *cursor = NULL; in vkms_output_init() local 63 primary = vkms_plane_init(vkmsdev, DRM_PLANE_TYPE_PRIMARY, index); in vkms_output_init() 64 if (IS_ERR(primary)) in vkms_output_init() 65 return PTR_ERR(primary); in vkms_output_init() 81 ret = vkms_crtc_init(dev, crtc, &primary->base, &cursor->base); in vkms_output_init()
|
/linux-6.3-rc2/include/drm/ |
A D | drm_aperture.h | 16 bool primary, const struct drm_driver *req_driver); 33 drm_aperture_remove_framebuffers(bool primary, const struct drm_driver *req_driver) in drm_aperture_remove_framebuffers() argument 35 return drm_aperture_remove_conflicting_framebuffers(0, (resource_size_t)-1, primary, in drm_aperture_remove_framebuffers()
|
/linux-6.3-rc2/drivers/video/ |
A D | aperture.c | 286 bool primary, const char *name) in aperture_remove_conflicting_devices() argument 306 if (primary) in aperture_remove_conflicting_devices() 327 bool primary = false; in aperture_remove_conflicting_pci_devices() local 332 primary = pdev->resource[PCI_ROM_RESOURCE].flags & IORESOURCE_ROM_SHADOW; in aperture_remove_conflicting_pci_devices() 341 ret = aperture_remove_conflicting_devices(base, size, primary, name); in aperture_remove_conflicting_pci_devices()
|
/linux-6.3-rc2/arch/powerpc/platforms/85xx/ |
A D | smp.c | 280 int primary = nr; in smp_85xx_kick_cpu() local 293 primary = cpu_first_thread_sibling(nr); in smp_85xx_kick_cpu() 302 if (cpu_online(primary)) { in smp_85xx_kick_cpu() 303 smp_call_function_single(primary, in smp_85xx_kick_cpu() 306 } else if (cpu_online(primary + 1)) { in smp_85xx_kick_cpu() 307 smp_call_function_single(primary + 1, in smp_85xx_kick_cpu() 331 ret = smp_85xx_start_cpu(primary); in smp_85xx_kick_cpu()
|