Home
last modified time | relevance | path

Searched refs:config (Results 2251 - 2275 of 11553) sorted by relevance

1...<<919293949596979899100>>...463

/kernel/linux/linux-6.6/drivers/regulator/
H A Dwm831x-isink.c116 struct regulator_config config = { }; in wm831x_isink_probe() local
154 config.dev = pdev->dev.parent; in wm831x_isink_probe()
155 config.init_data = pdata->isink[id]; in wm831x_isink_probe()
156 config.driver_data = isink; in wm831x_isink_probe()
157 config.regmap = wm831x->regmap; in wm831x_isink_probe()
160 &config); in wm831x_isink_probe()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/
H A Dtargaddrs.h409 #define HI_WOW_EXT_GET_NUM_LISTS(config) \
410 (((config) & HI_WOW_EXT_NUM_LIST_MASK) >> HI_WOW_EXT_NUM_LIST_SHIFT)
411 #define HI_WOW_EXT_GET_NUM_PATTERNS(config) \
412 (((config) & HI_WOW_EXT_NUM_PATTERNS_MASK) >> \
414 #define HI_WOW_EXT_GET_PATTERN_SIZE(config) \
415 (((config) & HI_WOW_EXT_PATTERN_SIZE_MASK) >> \
/kernel/linux/linux-6.6/drivers/s390/crypto/
H A Dap_card.c147 return sysfs_emit(buf, "%d\n", ac->config ? 1 : 0); in config_show()
160 if (cfg && !ac->config) in config_store()
162 else if (!cfg && ac->config) in config_store()
167 ac->config = cfg ? true : false; in config_store()
169 ap_send_config_uevent(&ac->ap_dev, ac->config); in config_store()
174 static DEVICE_ATTR_RW(config);
/kernel/linux/linux-6.6/samples/bpf/
H A Dtracex6_user.c109 .config = PERF_COUNT_HW_CPU_CYCLES, in test_bpf_perf_event()
118 .config = PERF_COUNT_SW_CPU_CLOCK, in test_bpf_perf_event()
128 .config = 0xc0, in test_bpf_perf_event()
137 .config = in test_bpf_perf_event()
149 .config = in test_bpf_perf_event()
162 .config = 0, in test_bpf_perf_event()
H A Dtrace_event_user.c222 .config = PERF_COUNT_HW_CPU_CYCLES, in test_bpf_perf_event()
228 .config = PERF_COUNT_SW_CPU_CLOCK, in test_bpf_perf_event()
234 .config = in test_bpf_perf_event()
243 .config = in test_bpf_perf_event()
253 .config = 0xc0, in test_bpf_perf_event()
260 .config = 0x21d0, in test_bpf_perf_event()
/third_party/EGL/api/1.2/EGL/
H A Degl.h102 /* Reserved 0x3041-0x304F for additional config attributes */
111 /* More config attribute values, for EGL_TEXTURE_FORMAT */
208 EGLBoolean eglGetConfigAttrib(EGLDisplay dpy, EGLConfig config,
211 EGLSurface eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config,
214 EGLSurface eglCreatePbufferSurface(EGLDisplay dpy, EGLConfig config,
216 EGLSurface eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config,
232 EGLConfig config, const EGLint *attrib_list);
243 EGLContext eglCreateContext(EGLDisplay dpy, EGLConfig config,
/third_party/EGL/api/1.2/
H A Degl.h98 /* Reserved 0x3041-0x304F for additional config attributes */
107 /* More config attribute values, for EGL_TEXTURE_FORMAT */
204 EGLBoolean eglGetConfigAttrib(EGLDisplay dpy, EGLConfig config,
207 EGLSurface eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config,
210 EGLSurface eglCreatePbufferSurface(EGLDisplay dpy, EGLConfig config,
212 EGLSurface eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config,
228 EGLConfig config, const EGLint *attrib_list);
239 EGLContext eglCreateContext(EGLDisplay dpy, EGLConfig config,
/third_party/node/src/quic/
H A Dtransportparams.cc63 TransportParams::TransportParams(const Config& config, const Options& options) in TransportParams() argument
84 if (config.side == Side::SERVER) { in TransportParams()
86 CHECK(config.ocid); in TransportParams()
87 params_.original_dcid = config.ocid; in TransportParams()
90 if (config.retry_scid) { in TransportParams()
91 params_.retry_scid = config.retry_scid; in TransportParams()
/third_party/python/Lib/distutils/command/
H A Dupload.py56 config = self._read_pypirc()
57 if config != {}:
58 self.username = config['username']
59 self.password = config['password']
60 self.repository = config['repository']
61 self.realm = config['realm']
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/
H A DlibEGL.hpp35 EGLBoolean (EGLAPIENTRY* eglGetConfigAttrib)(EGLDisplay dpy, EGLConfig config, EGLint attribute, EGLint *value);
36 EGLSurface (EGLAPIENTRY* eglCreateWindowSurface)(EGLDisplay dpy, EGLConfig config, EGLNativeWindowType window, const EGLint *attrib_list);
37 EGLSurface (EGLAPIENTRY* eglCreatePbufferSurface)(EGLDisplay dpy, EGLConfig config, const EGLint *attrib_list);
38 EGLSurface (EGLAPIENTRY* eglCreatePixmapSurface)(EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint *attrib_list);
45 EGLSurface (EGLAPIENTRY* eglCreatePbufferFromClientBuffer)(EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer, EGLConfig config, const EGLint *attrib_list);
50 EGLContext (EGLAPIENTRY* eglCreateContext)(EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint *attrib_list);
/third_party/skia/third_party/externals/egl-registry/api/1.2/EGL/
H A Degl.h98 /* Reserved 0x3041-0x304F for additional config attributes */
107 /* More config attribute values, for EGL_TEXTURE_FORMAT */
204 EGLBoolean eglGetConfigAttrib(EGLDisplay dpy, EGLConfig config,
207 EGLSurface eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config,
210 EGLSurface eglCreatePbufferSurface(EGLDisplay dpy, EGLConfig config,
212 EGLSurface eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config,
228 EGLConfig config, const EGLint *attrib_list);
239 EGLContext eglCreateContext(EGLDisplay dpy, EGLConfig config,
/third_party/skia/third_party/externals/egl-registry/api/1.2/
H A Degl.h98 /* Reserved 0x3041-0x304F for additional config attributes */
107 /* More config attribute values, for EGL_TEXTURE_FORMAT */
204 EGLBoolean eglGetConfigAttrib(EGLDisplay dpy, EGLConfig config,
207 EGLSurface eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config,
210 EGLSurface eglCreatePbufferSurface(EGLDisplay dpy, EGLConfig config,
212 EGLSurface eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config,
228 EGLConfig config, const EGLint *attrib_list);
239 EGLContext eglCreateContext(EGLDisplay dpy, EGLConfig config,
/base/telephony/cellular_call/services/manager/src/
H A Dcellular_call_service.cpp227 CellularCallConfig config; in RegisterCoreServiceHandler() local
228 config.InitModeActive(); in RegisterCoreServiceHandler()
229 if (config.GetDomainPreferenceMode(slot) != TELEPHONY_SUCCESS) { in RegisterCoreServiceHandler()
233 if (config.GetEmergencyCallList(it.first) != TELEPHONY_SUCCESS) { in RegisterCoreServiceHandler()
1145 CellularCallConfig config; in SetEmergencyCallList() local
1146 return config.SetEmergencyCallList(slotId, eccVec); in SetEmergencyCallList()
1155 CellularCallConfig config; in SetDomainPreferenceMode() local
1156 return config.SetDomainPreferenceMode(slotId, mode); in SetDomainPreferenceMode()
1165 CellularCallConfig config; in GetDomainPreferenceMode() local
1166 return config in GetDomainPreferenceMode()
1175 CellularCallConfig config; SetImsSwitchStatus() local
1185 CellularCallConfig config; GetImsSwitchStatus() local
1195 CellularCallConfig config; SetVoNRState() local
1205 CellularCallConfig config; GetVoNRState() local
1215 CellularCallConfig config; SetImsConfig() local
1225 CellularCallConfig config; SetImsConfig() local
1235 CellularCallConfig config; GetImsConfig() local
1245 CellularCallConfig config; SetImsFeatureValue() local
1255 CellularCallConfig config; GetImsFeatureValue() local
1274 CellularCallConfig config; IsNeedIms() local
1363 CellularCallConfig config; SetMute() local
1373 CellularCallConfig config; GetMute() local
1444 CellularCallConfig config; UseImsForEmergency() local
[all...]
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dvx_cmd_buffer.c53 cl_emit(&job->bcl, NUMBER_OF_LAYERS, config) { in job_emit_binning_prolog()
54 config.number_of_layers = layers; in job_emit_binning_prolog()
58 cl_emit(&job->bcl, TILE_BINNING_MODE_CFG, config) { in job_emit_binning_prolog()
59 config.width_in_pixels = tiling->width; in job_emit_binning_prolog()
60 config.height_in_pixels = tiling->height; in job_emit_binning_prolog()
61 config.number_of_render_targets = MAX2(tiling->render_target_count, 1); in job_emit_binning_prolog()
62 config.multisample_mode_4x = tiling->msaa; in job_emit_binning_prolog()
63 config.double_buffer_in_non_ms_mode = tiling->double_buffer; in job_emit_binning_prolog()
64 config.maximum_bpp_of_all_render_targets = tiling->internal_bpp; in job_emit_binning_prolog()
813 /* Comon config mus in cmd_buffer_emit_render_pass_rcl()
[all...]
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_lowering.c39 const struct tgsi_lowering_config *config; member
567 if (ctx->config->lower_FLR) { in transform_exp()
702 if (ctx->config->lower_FLR) { in transform_log()
968 if (ctx->config->lower_FLR) { in transform_trunc()
1044 (ctx->config->lower_TXP & (1 << tex)); in transform_samp()
1069 if (ctx->config->saturate_r & smask) in transform_samp()
1080 if (ctx->config->saturate_t & smask) in transform_samp()
1089 if (ctx->config->saturate_s & smask) in transform_samp()
1341 if (!ctx->config->lower_DST) in transform_instr()
1346 if (!ctx->config in transform_instr()
1425 tgsi_transform_lowering(const struct tgsi_lowering_config *config, const struct tgsi_token *tokens, struct tgsi_shader_info *info) tgsi_transform_lowering() argument
[all...]
/kernel/linux/linux-5.10/drivers/usb/serial/
H A Dio_ti.c584 * we want. However, we just support one config at this point, in choose_config()
589 __func__, dev->config->desc.bNumInterfaces); in choose_config()
591 __func__, dev->config->desc.bMaxPower * 2); in choose_config()
593 if (dev->config->desc.bNumInterfaces != 1) { in choose_config()
1033 * We can determine which code is running by the reading the config in download_fw()
2234 struct ump_uart_config *config; in change_port_settings() local
2240 config = kmalloc (sizeof (*config), GFP_KERNEL); in change_port_settings()
2241 if (!config) { in change_port_settings()
2248 config in change_port_settings()
[all...]
/kernel/linux/linux-6.6/drivers/usb/serial/
H A Dio_ti.c581 * we want. However, we just support one config at this point, in choose_config()
586 __func__, dev->config->desc.bNumInterfaces); in choose_config()
588 __func__, dev->config->desc.bMaxPower * 2); in choose_config()
590 if (dev->config->desc.bNumInterfaces != 1) { in choose_config()
1030 * We can determine which code is running by the reading the config in download_fw()
2217 struct ump_uart_config *config; in change_port_settings() local
2222 config = kmalloc (sizeof (*config), GFP_KERNEL); in change_port_settings()
2223 if (!config) { in change_port_settings()
2230 config in change_port_settings()
[all...]
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p_sa/
H A Dwifi_p2p_service_impl.cpp117 * when airplane mode opened, if the config "can_open_sta_when_airplanemode" in CheckCanEnableP2p()
425 ErrCode WifiP2pServiceImpl::CreateGroup(const WifiP2pConfig &config) in CreateGroup() argument
428 WIFI_LOGI("Uid %{public}d createGroup, network name is [%{public}s]", callingUid, config.GetGroupName().c_str()); in CreateGroup()
433 uint32_t passLen = config.GetPassphrase().length(); in CreateGroup()
434 if ((!config.GetPassphrase().empty()) && in CreateGroup()
439 if (CheckMacIsValid(config.GetDeviceAddress()) != 0) { in CreateGroup()
454 return pService->CreateGroup(config); in CreateGroup()
475 WifiP2pGroupInfo config; in RemoveGroup() local
476 ErrCode ret = pService->GetCurrentGroup(config); in RemoveGroup()
536 ErrCode WifiP2pServiceImpl::P2pConnect(const WifiP2pConfig &config) in P2pConnect() argument
1205 Hid2dConnect(const Hid2dConnectConfig& config) Hid2dConnect() argument
[all...]
/kernel/linux/linux-5.10/drivers/spi/
H A Dspi-qup.c698 u32 config, iomode, control; in spi_qup_io_config() local
790 config = readl_relaxed(controller->base + SPI_CONFIG); in spi_qup_io_config()
793 config |= SPI_CONFIG_LOOPBACK; in spi_qup_io_config()
795 config &= ~SPI_CONFIG_LOOPBACK; in spi_qup_io_config()
798 config &= ~SPI_CONFIG_INPUT_FIRST; in spi_qup_io_config()
800 config |= SPI_CONFIG_INPUT_FIRST; in spi_qup_io_config()
807 config |= SPI_CONFIG_HS_MODE; in spi_qup_io_config()
809 config &= ~SPI_CONFIG_HS_MODE; in spi_qup_io_config()
811 writel_relaxed(config, controller->base + SPI_CONFIG); in spi_qup_io_config()
813 config in spi_qup_io_config()
1176 u32 config; spi_qup_pm_suspend_runtime() local
1193 u32 config; spi_qup_pm_resume_runtime() local
[all...]
/kernel/linux/linux-6.6/drivers/spi/
H A Dspi-qup.c696 u32 config, iomode, control; in spi_qup_io_config() local
788 config = readl_relaxed(controller->base + SPI_CONFIG); in spi_qup_io_config()
791 config |= SPI_CONFIG_LOOPBACK; in spi_qup_io_config()
793 config &= ~SPI_CONFIG_LOOPBACK; in spi_qup_io_config()
796 config &= ~SPI_CONFIG_INPUT_FIRST; in spi_qup_io_config()
798 config |= SPI_CONFIG_INPUT_FIRST; in spi_qup_io_config()
805 config |= SPI_CONFIG_HS_MODE; in spi_qup_io_config()
807 config &= ~SPI_CONFIG_HS_MODE; in spi_qup_io_config()
809 writel_relaxed(config, controller->base + SPI_CONFIG); in spi_qup_io_config()
811 config in spi_qup_io_config()
1175 u32 config; spi_qup_pm_suspend_runtime() local
1192 u32 config; spi_qup_pm_resume_runtime() local
[all...]
/kernel/linux/linux-6.6/drivers/perf/
H A Driscv_pmu_sbi.c35 PMU_FORMAT_ATTR(event, "config:0-47");
36 PMU_FORMAT_ATTR(firmware, "config:63");
359 if (event->attr.config == PERF_COUNT_HW_CPU_CYCLES) { in pmu_sbi_ctr_get_idx()
362 } else if (event->attr.config == PERF_COUNT_HW_INSTRUCTIONS) { in pmu_sbi_ctr_get_idx()
371 cmask, cflags, hwc->event_base, hwc->config, in pmu_sbi_ctr_get_idx()
372 hwc->config >> 32); in pmu_sbi_ctr_get_idx()
375 cmask, cflags, hwc->event_base, hwc->config, 0); in pmu_sbi_ctr_get_idx()
378 pr_debug("Not able to find a counter for event %lx config %llx\n", in pmu_sbi_ctr_get_idx()
379 hwc->event_base, hwc->config); in pmu_sbi_ctr_get_idx()
413 static int pmu_event_find_cache(u64 config) in pmu_event_find_cache() argument
437 u64 config = event->attr.config; pmu_sbi_is_fw_event() local
448 u64 config = event->attr.config; pmu_sbi_event_map() local
[all...]
/kernel/linux/linux-6.6/tools/perf/arch/x86/util/
H A Dintel-pt.c65 u64 *config) in intel_pt_parse_terms_with_default()
81 attr.config = *config; in intel_pt_parse_terms_with_default()
86 *config = attr.config; in intel_pt_parse_terms_with_default()
92 static int intel_pt_parse_terms(struct perf_pmu *pmu, const char *str, u64 *config) in intel_pt_parse_terms() argument
94 *config = 0; in intel_pt_parse_terms()
95 return intel_pt_parse_terms_with_default(pmu, str, config); in intel_pt_parse_terms()
131 *res = intel_pt_masked_bits(mask, evsel->core.attr.config); in intel_pt_read_config()
191 u64 config; in intel_pt_default_config() local
63 intel_pt_parse_terms_with_default(struct perf_pmu *pmu, const char *str, u64 *config) intel_pt_parse_terms_with_default() argument
485 intel_pt_val_config_term(struct perf_pmu *intel_pt_pmu, int dirfd, const char *caps, const char *name, const char *supported, u64 config) intel_pt_val_config_term() argument
[all...]
/third_party/mesa3d/include/GL/
H A Dglxext.h112 typedef int ( *PFNGLXGETFBCONFIGATTRIBPROC) (Display *dpy, GLXFBConfig config, int attribute, int *value);
113 typedef XVisualInfo *( *PFNGLXGETVISUALFROMFBCONFIGPROC) (Display *dpy, GLXFBConfig config);
114 typedef GLXWindow ( *PFNGLXCREATEWINDOWPROC) (Display *dpy, GLXFBConfig config, Window win, const int *attrib_list);
116 typedef GLXPixmap ( *PFNGLXCREATEPIXMAPPROC) (Display *dpy, GLXFBConfig config, Pixmap pixmap, const int *attrib_list);
118 typedef GLXPbuffer ( *PFNGLXCREATEPBUFFERPROC) (Display *dpy, GLXFBConfig config, const int *attrib_list);
121 typedef GLXContext ( *PFNGLXCREATENEWCONTEXTPROC) (Display *dpy, GLXFBConfig config, int render_type, GLXContext share_list, Bool direct);
130 int glXGetFBConfigAttrib (Display *dpy, GLXFBConfig config, int attribute, int *value);
131 XVisualInfo *glXGetVisualFromFBConfig (Display *dpy, GLXFBConfig config);
132 GLXWindow glXCreateWindow (Display *dpy, GLXFBConfig config, Window win, const int *attrib_list);
134 GLXPixmap glXCreatePixmap (Display *dpy, GLXFBConfig config, Pixma
[all...]
/third_party/openGLES/api/GL/
H A Dglxext.h93 typedef int ( *PFNGLXGETFBCONFIGATTRIBPROC) (Display *dpy, GLXFBConfig config, int attribute, int *value);
94 typedef XVisualInfo *( *PFNGLXGETVISUALFROMFBCONFIGPROC) (Display *dpy, GLXFBConfig config);
95 typedef GLXWindow ( *PFNGLXCREATEWINDOWPROC) (Display *dpy, GLXFBConfig config, Window win, const int *attrib_list);
97 typedef GLXPixmap ( *PFNGLXCREATEPIXMAPPROC) (Display *dpy, GLXFBConfig config, Pixmap pixmap, const int *attrib_list);
99 typedef GLXPbuffer ( *PFNGLXCREATEPBUFFERPROC) (Display *dpy, GLXFBConfig config, const int *attrib_list);
102 typedef GLXContext ( *PFNGLXCREATENEWCONTEXTPROC) (Display *dpy, GLXFBConfig config, int render_type, GLXContext share_list, Bool direct);
111 int glXGetFBConfigAttrib (Display *dpy, GLXFBConfig config, int attribute, int *value);
112 XVisualInfo *glXGetVisualFromFBConfig (Display *dpy, GLXFBConfig config);
113 GLXWindow glXCreateWindow (Display *dpy, GLXFBConfig config, Window win, const int *attrib_list);
115 GLXPixmap glXCreatePixmap (Display *dpy, GLXFBConfig config, Pixma
[all...]
/third_party/skia/third_party/externals/swiftshader/include/GL/
H A Dglxext.h112 typedef int ( *PFNGLXGETFBCONFIGATTRIBPROC) (Display *dpy, GLXFBConfig config, int attribute, int *value);
113 typedef XVisualInfo *( *PFNGLXGETVISUALFROMFBCONFIGPROC) (Display *dpy, GLXFBConfig config);
114 typedef GLXWindow ( *PFNGLXCREATEWINDOWPROC) (Display *dpy, GLXFBConfig config, Window win, const int *attrib_list);
116 typedef GLXPixmap ( *PFNGLXCREATEPIXMAPPROC) (Display *dpy, GLXFBConfig config, Pixmap pixmap, const int *attrib_list);
118 typedef GLXPbuffer ( *PFNGLXCREATEPBUFFERPROC) (Display *dpy, GLXFBConfig config, const int *attrib_list);
121 typedef GLXContext ( *PFNGLXCREATENEWCONTEXTPROC) (Display *dpy, GLXFBConfig config, int render_type, GLXContext share_list, Bool direct);
130 int glXGetFBConfigAttrib (Display *dpy, GLXFBConfig config, int attribute, int *value);
131 XVisualInfo *glXGetVisualFromFBConfig (Display *dpy, GLXFBConfig config);
132 GLXWindow glXCreateWindow (Display *dpy, GLXFBConfig config, Window win, const int *attrib_list);
134 GLXPixmap glXCreatePixmap (Display *dpy, GLXFBConfig config, Pixma
[all...]

Completed in 38 milliseconds

1...<<919293949596979899100>>...463