Home
last modified time | relevance | path

Searched refs:primary (Results 1 – 25 of 790) sorted by relevance

12345678910>>...32

/OK3568_Linux_fs/kernel/drivers/mfd/
H A 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 …]
H A 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 …]
/OK3568_Linux_fs/kernel/sound/soc/intel/skylake/
H A Dskl-sst-ipc.c305 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()
456 switch (IPC_GLB_NOTIFY_MSG_TYPE(header.primary)) { in skl_ipc_process_reply()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/mga/
H A Dmga_dma.c78 drm_mga_primary_buffer_t *primary = &dev_priv->prim; in mga_do_dma_reset() local
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()
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()
144 primary->space = primary->size - primary->tail; in mga_do_dma_flush()
146 primary->space = head - tail; in mga_do_dma_flush()
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-support/curl/curl/
H A DCVE-2022-27782-1.patch33 + data->set.ssl.primary.ssl_options = (unsigned char)(arg & 0xff);
41 + data->set.proxy_ssl.primary.ssl_options = (unsigned char)(arg & 0xff);
52 + !data->set.ssl.primary.authtype)
53 + data->set.ssl.primary.authtype = CURL_TLSAUTH_SRP; /* default to SRP */
62 + !data->set.proxy_ssl.primary.authtype)
63 + data->set.proxy_ssl.primary.authtype = CURL_TLSAUTH_SRP; /* default to
73 + !data->set.ssl.primary.authtype)
74 + data->set.ssl.primary.authtype = CURL_TLSAUTH_SRP; /* default */
83 + !data->set.proxy_ssl.primary.authtype)
84 + data->set.proxy_ssl.primary.authtype = CURL_TLSAUTH_SRP; /* default */
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/radeon/
H A 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 …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H A Ddrm_modeset_helper.c112 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()
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()
172 struct drm_plane *primary; in drm_crtc_init() local
174 primary = create_primary_plane(dev); in drm_crtc_init()
[all …]
H A Ddrm_crtc.c254 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()
477 struct drm_plane *plane = tmp->primary; in __drm_mode_set_config_internal()
530 drm_rotation_90_or_270(crtc->primary->state->rotation)) in drm_crtc_check_viewport()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/v3d/
H A 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 …]
/OK3568_Linux_fs/kernel/drivers/ide/
H A 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()
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/static/css/
H A Dbootstrap3-transition.css46 /* Remove the hovering from the .btn-primary buttons when they are disabled */
48 .btn-primary.disabled.focus,
49 .btn-primary.disabled:focus,
50 .btn-primary.disabled:hover,
51 .btn-primary.focus[disabled],
52 .btn-primary[disabled]:focus,
53 .btn-primary[disabled]:hover,
54 fieldset[disabled] .btn-primary.focus,
55 fieldset[disabled] .btn-primary:focus,
56 fieldset[disabled] .btn-primary:hover {
/OK3568_Linux_fs/kernel/drivers/gpu/drm/fsl-dcu/
H A 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()
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()
/OK3568_Linux_fs/kernel/Documentation/virt/
H A 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 …]
/OK3568_Linux_fs/kernel/drivers/mtd/chips/
H A Dgen_probe.c200 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()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/vkms/
H A 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()
/OK3568_Linux_fs/kernel/arch/um/drivers/
H A 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 …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dcoex.c270 struct ieee80211_chanctx_conf *primary; member
312 swap(data->primary, data->secondary); in iwl_mvm_bt_coex_tcm_based_ci()
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()
404 data->secondary = data->primary; in iwl_mvm_bt_notif_iterator()
405 data->primary = chanctx_conf; in iwl_mvm_bt_notif_iterator()
411 if (data->primary == chanctx_conf) in iwl_mvm_bt_notif_iterator()
422 if (!data->primary || data->primary == chanctx_conf) in iwl_mvm_bt_notif_iterator()
423 data->primary = chanctx_conf; in iwl_mvm_bt_notif_iterator()
[all …]
/OK3568_Linux_fs/u-boot/arch/arm/mach-rmobile/
H A DKconfig.3264 prompt "Qos setting primary"
69 bool "Non primary"
74 bool "Media primary"
76 Select multimedia primary mode for QoS setting.
79 bool "GFX primary"
81 Select GFX(graphics) primary mode for QoS setting.
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/bic/data/
H A DQtPositioning.5.6.0.linux-gcc-amd64.txt135 primary-for std::bad_exception (0x0x7f7583f02e38)
151 primary-for std::bad_alloc (0x0x7f7583f02ea0)
362 primary-for std::logic_error (0x0x7f7582337c30)
378 primary-for std::domain_error (0x0x7f7582337c98)
380 primary-for std::logic_error (0x0x7f7582337d00)
396 primary-for std::invalid_argument (0x0x7f7582337d68)
398 primary-for std::logic_error (0x0x7f7582337dd0)
414 primary-for std::length_error (0x0x7f7582337e38)
416 primary-for std::logic_error (0x0x7f7582337ea0)
432 primary-for std::out_of_range (0x0x7f7582337f08)
[all …]
H A DQtPositioning.5.9.0.linux-gcc-amd64.txt210 primary-for std::bad_exception (0x0x7fd644b4d340)
244 primary-for std::bad_alloc (0x0x7fd644b4d548)
260 primary-for std::bad_array_new_length (0x0x7fd644b4d5b0)
262 primary-for std::bad_alloc (0x0x7fd644b4d618)
554 primary-for std::logic_error (0x0x7fd641d63888)
570 primary-for std::domain_error (0x0x7fd641d638f0)
572 primary-for std::logic_error (0x0x7fd641d63958)
588 primary-for std::invalid_argument (0x0x7fd641d639c0)
590 primary-for std::logic_error (0x0x7fd641d63a28)
606 primary-for std::length_error (0x0x7fd641d63a90)
[all …]
H A DQtPositioning.5.8.0.linux-gcc-amd64.txt210 primary-for std::bad_exception (0x0x7fe5947e9208)
244 primary-for std::bad_alloc (0x0x7fe5947e9410)
260 primary-for std::bad_array_new_length (0x0x7fe5947e9478)
262 primary-for std::bad_alloc (0x0x7fe5947e94e0)
554 primary-for std::logic_error (0x0x7fe591992820)
570 primary-for std::domain_error (0x0x7fe591992888)
572 primary-for std::logic_error (0x0x7fe5919928f0)
588 primary-for std::invalid_argument (0x0x7fe591992958)
590 primary-for std::logic_error (0x0x7fe5919929c0)
606 primary-for std::length_error (0x0x7fe591992a28)
[all …]
H A DQtPositioning.5.7.0.linux-gcc-amd64.txt210 primary-for std::bad_exception (0x0x7ff715c1fea0)
244 primary-for std::bad_alloc (0x0x7ff715b6f0d0)
260 primary-for std::bad_array_new_length (0x0x7ff715b6f138)
262 primary-for std::bad_alloc (0x0x7ff715b6f1a0)
559 primary-for std::logic_error (0x0x7ff712e10d00)
575 primary-for std::domain_error (0x0x7ff712e10dd0)
577 primary-for std::logic_error (0x0x7ff712fa9000)
593 primary-for std::invalid_argument (0x0x7ff712fa9068)
595 primary-for std::logic_error (0x0x7ff712fa90d0)
611 primary-for std::length_error (0x0x7ff712fa9138)
[all …]
H A DQtPositioning.5.10.0.linux-gcc-amd64.txt210 primary-for std::bad_exception (0x0x7f13e6cac958)
244 primary-for std::bad_alloc (0x0x7f13e6cacb60)
260 primary-for std::bad_array_new_length (0x0x7f13e6cacbc8)
262 primary-for std::bad_alloc (0x0x7f13e6cacc30)
559 primary-for std::logic_error (0x0x7f13e3c47000)
575 primary-for std::domain_error (0x0x7f13e3c47068)
577 primary-for std::logic_error (0x0x7f13e3c470d0)
593 primary-for std::invalid_argument (0x0x7f13e3c47138)
595 primary-for std::logic_error (0x0x7f13e3c471a0)
611 primary-for std::length_error (0x0x7f13e3c47208)
[all …]
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Dext-ctrls-colorimetry.rst65 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.
/OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/
H A Drockchip_drm_vvop.c228 struct drm_plane *primary, struct drm_plane *cursor) in vvop_crtc_init() argument
232 ret = drm_crtc_init_with_planes(dev, crtc, primary, cursor, in vvop_crtc_init()
249 struct drm_plane *primary; in vvop_bind() local
266 primary = vvop_plane_init(vvop); in vvop_bind()
267 if (IS_ERR(primary)) in vvop_bind()
268 return PTR_ERR(primary); in vvop_bind()
269 vvop->plane = primary; in vvop_bind()
271 ret = vvop_crtc_init(drm_dev, crtc, primary, NULL); in vvop_bind()
319 drm_plane_cleanup(primary); in vvop_bind()

12345678910>>...32