Home
last modified time | relevance | path

Searched refs:config (Results 2601 - 2625 of 11237) sorted by relevance

1...<<101102103104105106107108109110>>...450

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A DAndroid.mk9 PKG_CONFIG ?= pkg-config
15 include $(LOCAL_PATH)/android.config
92 OBJS = config.c
97 OBJS += src/utils/config.c
/foundation/arkui/ace_engine/test/unittest/core/pattern/image/
H A Dimage_testone_ng.cpp71 auto& config = imagePaintMethod.canvasImage_->paintConfig_; in HWTEST_F() local
72 auto drawingColorFilter = config->colorFilter_.colorFilterDrawing_; in HWTEST_F()
130 auto& config = imagePaintMethod.canvasImage_->paintConfig_; in HWTEST_F() local
131 auto drawingColorFilter = config->colorFilter_.colorFilterDrawing_; in HWTEST_F()
189 auto& config = imagePaintMethod.canvasImage_->paintConfig_; in HWTEST_F() local
190 auto drawingColorFilter = config->colorFilter_.colorFilterDrawing_; in HWTEST_F()
437 auto& config = imagePaintMethod.canvasImage_->paintConfig_; in HWTEST_F() local
439 auto drawingColorFilter = config->colorFilter_.colorFilterDrawing_; in HWTEST_F()
517 auto& config = imagePaintMethod.canvasImage_->paintConfig_; in HWTEST_F() local
519 auto drawingColorFilter = config in HWTEST_F()
583 auto& config = imagePaintMethod.canvasImage_->paintConfig_; HWTEST_F() local
642 auto& config = imagePaintMethod.canvasImage_->paintConfig_; HWTEST_F() local
714 auto& config = imagePaintMethod.canvasImage_->paintConfig_; HWTEST_F() local
765 auto& config = imagePaintMethod.canvasImage_->paintConfig_; HWTEST_F() local
867 auto& config = imagePaintMethod.canvasImage_->paintConfig_; HWTEST_F() local
928 auto& config = imagePaintMethod.canvasImage_->paintConfig_; HWTEST_F() local
1018 auto& config = imagePaintMethod.canvasImage_->paintConfig_; HWTEST_F() local
1170 auto& config = imagePaintMethod.canvasImage_->paintConfig_; HWTEST_F() local
1215 auto& config = imagePaintMethod.canvasImage_->paintConfig_; HWTEST_F() local
1295 auto& config = imagePaintMethod.canvasImage_->paintConfig_; HWTEST_F() local
1375 auto& config = imagePaintMethod.canvasImage_->paintConfig_; HWTEST_F() local
1455 auto& config = imagePaintMethod.canvasImage_->paintConfig_; HWTEST_F() local
1562 auto& config = imagePaintMethod.canvasImage_->paintConfig_; ImageModelNGTest001_SetRenderProperty01() local
[all...]
/third_party/libinput/src/
H A Devdev.c27 #include "config.h"
733 device->left_handed.config.has = evdev_left_handed_has; in evdev_init_left_handed()
734 device->left_handed.config.set = evdev_left_handed_set; in evdev_init_left_handed()
735 device->left_handed.config.get = evdev_left_handed_get; in evdev_init_left_handed()
736 device->left_handed.config.get_default = evdev_left_handed_get_default; in evdev_init_left_handed()
737 device->base.config.left_handed = &device->left_handed.config; in evdev_init_left_handed()
894 device->scroll.config.get_methods = evdev_scroll_get_methods; in evdev_init_button_scroll()
895 device->scroll.config.set_method = evdev_scroll_set_method; in evdev_init_button_scroll()
896 device->scroll.config in evdev_init_button_scroll()
[all...]
/third_party/backends/backend/
H A Dplustek.c135 #include "../include/sane/config.h"
1436 CnfDef config; in sane_init() local
1462 init_config_struct( &config ); in sane_init()
1472 /* default to _DEFAULT_DEVICE instead of insisting on config file */ in sane_init()
1474 return attach( _DEFAULT_DEVICE, &config, 0 ); in sane_init()
1494 decodeVal( str, "warmup", _INT, &config.adj.warmup, &ival); in sane_init()
1495 decodeVal( str, "lampOff", _INT, &config.adj.lampOff, &ival); in sane_init()
1496 decodeVal( str, "lOffOnEnd", _INT, &config.adj.lampOffOnEnd,&ival); in sane_init()
1497 decodeVal( str, "posShadingY",_INT, &config.adj.posShadingY,&ival); in sane_init()
1498 decodeVal( str, "tpaShadingY",_INT, &config in sane_init()
1674 CnfDef config; sane_open() local
[all...]
/foundation/resourceschedule/device_standby/utils/policy/src/
H A Dstandby_config_manager.cpp90 STANDBYSERVICE_LOGI("start to read config"); in Init()
107 STANDBYSERVICE_LOGE("load config failed"); in GetAndParseStandbyConfig()
111 STANDBYSERVICE_LOGE("parse config failed"); in GetAndParseStandbyConfig()
118 // if failed to load one json file, read next config file in GetAndParseStandbyConfig()
120 STANDBYSERVICE_LOGE("load config file %{public}s failed", configFile.c_str()); in GetAndParseStandbyConfig()
124 STANDBYSERVICE_LOGE("parse config file %{public}s failed", configFile.c_str()); in GetAndParseStandbyConfig()
138 STANDBYSERVICE_LOGE("load config failed"); in GetAndParseStrategyConfig()
142 STANDBYSERVICE_LOGE("parse config failed"); in GetAndParseStrategyConfig()
150 STANDBYSERVICE_LOGE("load config file %{public}s failed", configFile.c_str()); in GetAndParseStrategyConfig()
154 STANDBYSERVICE_LOGE("parse config fil in GetAndParseStrategyConfig()
[all...]
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/unittest/Mock/
H A Dmock_wifi_settings.h40 virtual int AddDeviceConfig(const WifiDeviceConfig &config) = 0;
44 virtual int GetDeviceConfig(const int &networkId, WifiDeviceConfig &config, int instId = 0) = 0;
46 const std::string &ssid, const std::string &keymgmt, WifiDeviceConfig &config, int instId = 0) = 0;
48 const std::string &index, const int &indexType, WifiDeviceConfig &config, int instId = 0) = 0;
83 virtual int GetCandidateConfig(const int uid, const int &networkId, WifiDeviceConfig &config) = 0;
139 virtual bool EncryptionDeviceConfig(WifiDeviceConfig &config) const = 0;
144 virtual int AddWpsDeviceConfig(const WifiDeviceConfig &config) = 0;
212 MOCK_METHOD1(AddDeviceConfig, int(const WifiDeviceConfig &config));
216 MOCK_METHOD3(GetDeviceConfig, int(const int &networkId, WifiDeviceConfig &config, int));
218 GetDeviceConfig, int(const std::string &ssid, const std::string &keymgmt, WifiDeviceConfig &config, in
[all...]
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_ap_sa/
H A Dwifi_hotspot_service_impl.cpp141 ErrCode WifiHotspotServiceImpl::SetHotspotConfig(const HotspotConfig &config) in SetHotspotConfig() argument
144 static_cast<int>(config.GetBand()), config.GetChannel()); in SetHotspotConfig()
181 ErrCode validRetval = IsValidHotspotConfig(config, configFromCenter, bandsFromCenter, channInfoFromCenter); in SetHotspotConfig()
183 WIFI_LOGE("Instance %{public}d Hotspot config is invalid!", m_id); in SetHotspotConfig()
190 if (!linkInfo.ssid.empty() && linkInfo.ssid == config.GetSsid()) { in SetHotspotConfig()
197 WifiServiceManager::GetInstance().ApServiceSetHotspotConfig(config, m_id) == false) { in SetHotspotConfig()
198 WifiSettings::GetInstance().SetHotspotConfig(config, m_id); in SetHotspotConfig()
742 HotspotConfig config; in ConfigInfoDump() local
743 WifiSettings::GetInstance().GetHotspotConfig(config); in ConfigInfoDump()
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hid_host/
H A Dhid_host_hogp.cpp533 std::unique_ptr<Descriptor> config = std::make_unique<Descriptor>(confifDefault); in GetHidReport() local
539 config = std::make_unique<Descriptor>(descriptor); in GetHidReport()
543 if ((config == nullptr) || (reference == nullptr)) { in GetHidReport()
544 LOG_ERROR("[HOGP] %{public}s:not find config or reference", __func__); in GetHidReport()
557 SaveReport(character, *descriptorTemp_, *config); in GetHidReport()
618 void HidHostHogp::SaveReport(Characteristic character, Descriptor descriptor, Descriptor config) in SaveReport() argument
635 reports_[character.handle_]->config = std::make_unique<Descriptor>(config); in SaveReport()
652 if ((iter->second->config == nullptr) || (iter->second->config in SetInputReportNotification()
[all...]
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/
H A Ds5h1420.c31 const struct s5h1420_config* config; member
70 { .addr = state->config->demod_address, .flags = 0, .buf = b, .len = 2 }, in s5h1420_readreg()
71 { .addr = state->config->demod_address, .flags = 0, .buf = &reg, .len = 1 }, in s5h1420_readreg()
72 { .addr = state->config->demod_address, .flags = I2C_M_RD, .buf = b, .len = 1 }, in s5h1420_readreg()
78 if (state->config->repeated_start_workaround) { in s5h1420_readreg()
91 /* dprintk("rd(%02x): %02x %02x\n", state->config->demod_address, reg, b[0]); */ in s5h1420_readreg()
99 struct i2c_msg msg = { .addr = state->config->demod_address, .flags = 0, .buf = buf, .len = 2 }; in s5h1420_writereg()
102 /* dprintk("wr(%02x): %02x %02x\n", state->config->demod_address, reg, data); */ in s5h1420_writereg()
544 inversion = state->config->invert ? 0x08 : 0; in s5h1420_setfec_inversion()
546 inversion = state->config in s5h1420_setfec_inversion()
871 s5h1420_attach(const struct s5h1420_config *config, struct i2c_adapter *i2c) s5h1420_attach() argument
[all...]
/kernel/linux/linux-5.10/drivers/media/platform/omap3isp/
H A Dispccp2.c199 * ccp2_phyif_config - Initialize CCP2 phy interface config
279 * @config: Pointer to ISP LCx config structure.
281 * This will analyze the parameters passed by the interface config
286 struct isp_interface_lcx_config *config) in ccp2_lcx_config()
291 switch (config->format) { in ccp2_lcx_config()
308 config->crc); in ccp2_lcx_config()
315 config->crc); in ccp2_lcx_config()
323 isp_reg_writel(isp, config->data_start << ISPCCP2_LCx_DAT_SHIFT, in ccp2_lcx_config()
327 isp_reg_writel(isp, config in ccp2_lcx_config()
285 ccp2_lcx_config(struct isp_ccp2_device *ccp2, struct isp_interface_lcx_config *config) ccp2_lcx_config() argument
432 ccp2_mem_configure(struct isp_ccp2_device *ccp2, struct isp_interface_mem_config *config) ccp2_mem_configure() argument
[all...]
/kernel/linux/linux-5.10/sound/soc/codecs/
H A Dcs42l73.c37 struct sp_config config[3]; member
1001 priv->config[id].spc = spc; in cs42l73_set_dai_fmt()
1002 priv->config[id].mmcc = mmcc; in cs42l73_set_dai_fmt()
1054 if (priv->config[id].mmcc & CS42L73_MS_MASTER) { in cs42l73_pcm_hw_params()
1068 priv->config[id].mmcc &= 0xC0; in cs42l73_pcm_hw_params()
1069 priv->config[id].mmcc |= cs42l73_mclk_coeffs[mclk_coeff].mmcc; in cs42l73_pcm_hw_params()
1070 priv->config[id].spc &= 0xFC; in cs42l73_pcm_hw_params()
1073 priv->config[id].spc |= CS42L73_MCK_SCLK_64FS; in cs42l73_pcm_hw_params()
1075 priv->config[id].spc |= CS42L73_MCK_SCLK_MCLK; in cs42l73_pcm_hw_params()
1078 priv->config[i in cs42l73_pcm_hw_params()
[all...]
/kernel/linux/linux-5.10/drivers/staging/gasket/
H A Dgasket_page_table.c170 /* The config used to create this page table. */
171 struct gasket_page_table_config config; member
236 * TODO: Verify config->total_entries against value read from the in gasket_page_table_init()
274 memcpy(&pg_tbl->config, page_table_config, sizeof(*page_table_config)); in gasket_page_table_init()
275 if (pg_tbl->config.mode == GASKET_PAGE_TABLE_MODE_NORMAL || in gasket_page_table_init()
276 pg_tbl->config.mode == GASKET_PAGE_TABLE_MODE_SIMPLE) { in gasket_page_table_init()
356 pte < pg_tbl->entries + pg_tbl->config.total_entries; in gasket_page_table_garbage_collect_nolock()
397 if (num_simple_entries > pg_tbl->config.total_entries) { in gasket_page_table_partition()
406 for (i = start; i < pg_tbl->config.total_entries; i++) { in gasket_page_table_partition()
416 pg_tbl->config in gasket_page_table_partition()
[all...]
/kernel/linux/linux-6.6/drivers/media/platform/ti/omap3isp/
H A Dispccp2.c199 * ccp2_phyif_config - Initialize CCP2 phy interface config
279 * @config: Pointer to ISP LCx config structure.
281 * This will analyze the parameters passed by the interface config
286 struct isp_interface_lcx_config *config) in ccp2_lcx_config()
291 switch (config->format) { in ccp2_lcx_config()
308 config->crc); in ccp2_lcx_config()
315 config->crc); in ccp2_lcx_config()
323 isp_reg_writel(isp, config->data_start << ISPCCP2_LCx_DAT_SHIFT, in ccp2_lcx_config()
327 isp_reg_writel(isp, config in ccp2_lcx_config()
285 ccp2_lcx_config(struct isp_ccp2_device *ccp2, struct isp_interface_lcx_config *config) ccp2_lcx_config() argument
434 ccp2_mem_configure(struct isp_ccp2_device *ccp2, struct isp_interface_mem_config *config) ccp2_mem_configure() argument
[all...]
/kernel/linux/linux-6.6/drivers/platform/x86/
H A Dapple-gmux.c63 const struct apple_gmux_config *config; member
303 return gmux_data->config->read8(gmux_data, port); in gmux_read8()
308 return gmux_data->config->write8(gmux_data, port, val); in gmux_write8()
313 return gmux_data->config->read32(gmux_data, port); in gmux_read32()
319 return gmux_data->config->write32(gmux_data, port, val); in gmux_write32()
659 if (gmux_data->config == &apple_gmux_mmio) in gmux_clear_interrupts()
809 gmux_data->config = &apple_gmux_mmio; in gmux_probe()
828 gmux_data->config = &apple_gmux_index; in gmux_probe()
832 gmux_data->config = &apple_gmux_pio; in gmux_probe()
847 if (gmux_data->config in gmux_probe()
[all...]
/kernel/linux/linux-6.6/drivers/devfreq/
H A Dtegra30-devfreq.c157 const struct tegra_devfreq_device_config *config; member
270 device_writel(dev, do_percent(val, dev->config->boost_up_threshold), in tegra_devfreq_update_wmark()
273 device_writel(dev, do_percent(val, dev->config->boost_down_threshold), in tegra_devfreq_update_wmark()
293 dev->config->boost_up_coeff); in actmon_isr_device()
308 dev->config->boost_down_coeff); in actmon_isr_device()
348 avg_sustain_coef = 100 * 100 / dev->config->boost_up_threshold; in actmon_device_target_freq()
362 if (dev->config->avg_dependency_threshold && in actmon_update_target()
363 dev->config->avg_dependency_threshold <= dev->target_freq) { in actmon_update_target()
385 if (val & tegra->devices[i].config->irq_mask) { in actmon_thread_isr()
443 if (dev_freq < actmon_dev->config in tegra_actmon_cpufreq_contribution()
843 struct dev_pm_opp_config config = { tegra_devfreq_probe() local
[all...]
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/
H A Ds5h1420.c31 const struct s5h1420_config* config; member
70 { .addr = state->config->demod_address, .flags = 0, .buf = b, .len = 2 }, in s5h1420_readreg()
71 { .addr = state->config->demod_address, .flags = 0, .buf = &reg, .len = 1 }, in s5h1420_readreg()
72 { .addr = state->config->demod_address, .flags = I2C_M_RD, .buf = b, .len = 1 }, in s5h1420_readreg()
78 if (state->config->repeated_start_workaround) { in s5h1420_readreg()
91 /* dprintk("rd(%02x): %02x %02x\n", state->config->demod_address, reg, b[0]); */ in s5h1420_readreg()
99 struct i2c_msg msg = { .addr = state->config->demod_address, .flags = 0, .buf = buf, .len = 2 }; in s5h1420_writereg()
102 /* dprintk("wr(%02x): %02x %02x\n", state->config->demod_address, reg, data); */ in s5h1420_writereg()
544 inversion = state->config->invert ? 0x08 : 0; in s5h1420_setfec_inversion()
546 inversion = state->config in s5h1420_setfec_inversion()
871 s5h1420_attach(const struct s5h1420_config *config, struct i2c_adapter *i2c) s5h1420_attach() argument
[all...]
/kernel/linux/linux-6.6/tools/perf/arch/arm/util/
H A Dcs-etm.c81 u64 contextid = evsel->core.attr.config & in cs_etm_validate_context_id()
153 if (!(evsel->core.attr.config & in cs_etm_validate_timestamp()
456 u64 config = 0; in cs_etm_get_config() local
466 * Variable perf_event_attr::config is assigned to in cs_etm_get_config()
473 config = evsel->core.attr.config; in cs_etm_get_config()
478 return config; in cs_etm_get_config()
487 u64 config = 0; in cs_etmv4_get_config() local
491 * The perf event variable config bits represent both in cs_etmv4_get_config()
498 config | in cs_etmv4_get_config()
[all...]
/kernel/linux/linux-6.6/sound/soc/codecs/
H A Dcs42l73.c38 struct sp_config config[3]; member
1002 priv->config[id].spc = spc; in cs42l73_set_dai_fmt()
1003 priv->config[id].mmcc = mmcc; in cs42l73_set_dai_fmt()
1055 if (priv->config[id].mmcc & CS42L73_MS_MASTER) { in cs42l73_pcm_hw_params()
1069 priv->config[id].mmcc &= 0xC0; in cs42l73_pcm_hw_params()
1070 priv->config[id].mmcc |= cs42l73_mclk_coeffs[mclk_coeff].mmcc; in cs42l73_pcm_hw_params()
1071 priv->config[id].spc &= 0xFC; in cs42l73_pcm_hw_params()
1074 priv->config[id].spc |= CS42L73_MCK_SCLK_64FS; in cs42l73_pcm_hw_params()
1076 priv->config[id].spc |= CS42L73_MCK_SCLK_MCLK; in cs42l73_pcm_hw_params()
1079 priv->config[i in cs42l73_pcm_hw_params()
[all...]
/third_party/vk-gl-cts/modules/egl/
H A DteglCreateContextExtTests.cpp181 void executeForSurface (EGLConfig config, EGLSurface surface);
893 const EGLConfig config = m_configs[m_iteration]; in iterate() local
894 const EGLint surfaceTypes = eglu::getConfigAttribInt(egl, m_display, config, EGL_SURFACE_TYPE); in iterate()
895 const EGLint configId = eglu::getConfigAttribInt(egl, m_display, config, EGL_CONFIG_ID); in iterate()
906 eglu::UniqueSurface surface (egl, m_display, egl.createPbufferSurface(m_display, config, attribList)); in iterate()
909 executeForSurface(config, *surface); in iterate()
915 de::UniquePtr<eglu::NativeWindow> window (factory.createWindow(&m_eglTestCtx.getNativeDisplay(), m_display, config, DE_NULL, eglu::WindowParams(256, 256, eglu::parseWindowVisibility(m_testCtx.getCommandLine())))); in iterate()
916 eglu::UniqueSurface surface (egl, m_display, eglu::createWindowSurface(m_eglTestCtx.getNativeDisplay(), *window, m_display, config, DE_NULL)); in iterate()
918 executeForSurface(config, *surface); in iterate()
924 de::UniquePtr<eglu::NativePixmap> pixmap (factory.createPixmap(&m_eglTestCtx.getNativeDisplay(), m_display, config, DE_NUL in iterate()
951 executeForSurface(EGLConfig config, EGLSurface surface) executeForSurface() argument
[all...]
/drivers/peripheral/usb/interfaces/ddk/host/
H A Dusb_raw_api.h296 * @param config Indicates the double pointer to the device configuration descriptor.
302 const UsbRawDevice *rawDev, uint8_t configIndex, struct UsbRawConfigDescriptor ** const config);
307 * @param config Indicates the pointer to the device configuration descriptor.
310 void UsbRawFreeConfigDescriptor(const struct UsbRawConfigDescriptor *config);
316 * @param config Indicates the pointer to the device configuration descriptor.
321 int32_t UsbRawGetConfiguration(const UsbRawHandle * const devHandle, int32_t *config);
327 * @param config Indicates the device configuration descriptor.
332 int32_t UsbRawSetConfiguration(const UsbRawHandle *devHandle, int32_t config);
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/node_container/
H A Dnode_container_pattern.cpp69 bool NodeContainerPattern::OnDirtyLayoutWrapperSwap(const RefPtr<LayoutWrapper>& dirty, const DirtySwapConfig& config) in OnDirtyLayoutWrapperSwap() argument
71 if (config.skipMeasure && config.skipLayout) { in OnDirtyLayoutWrapperSwap()
78 if (config.frameSizeChange) { in OnDirtyLayoutWrapperSwap()
/foundation/arkui/ace_engine/adapter/preview/osal/
H A Dresource_convertor.cpp76 std::shared_ptr<Global::Resource::ResConfig> ConvertConfigToGlobal(const ResourceConfiguration& config) in ConvertConfigToGlobal() argument
82 newResCfg->SetDeviceType(ConvertDeviceTypeToGlobal(config.GetDeviceType())); in ConvertConfigToGlobal()
83 newResCfg->SetDirection(ConvertDirectionToGlobal(config.GetOrientation())); in ConvertConfigToGlobal()
84 newResCfg->SetScreenDensity(config.GetDensity()); in ConvertConfigToGlobal()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H A Drs_uni_render_util_sec_uiextension_test.cpp83 RSSurfaceRenderNodeConfig config = { .id = uiExtensionNodeId, in HWTEST_F() local
85 auto uiExtensionNode = std::make_shared<RSSurfaceRenderNode>(config); in HWTEST_F()
153 RSSurfaceRenderNodeConfig config = { .id = uiExtensionNodeId, in HWTEST_F() local
155 auto uiExtensionNode = std::make_shared<RSSurfaceRenderNode>(config); in HWTEST_F()
/foundation/window/window_manager/dmserver/include/
H A Dabstract_screen.h57 void InitRSDisplayNode(const RSDisplayNodeConfig& config, const Point& startPoint);
58 void InitRSDefaultDisplayNode(const RSDisplayNodeConfig& config, const Point& startPoint);
101 const RSDisplayNodeConfig& config, const Point& startPoint);
133 bool GetRSDisplayNodeConfig(sptr<AbstractScreen>& dmsScreen, struct RSDisplayNodeConfig& config);
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/
H A Dp2p_interface.h131 * @param config - config for creating group
134 virtual ErrCode CreateGroup(const WifiP2pConfig &config) override;
158 * @param config - config for connection
161 virtual ErrCode P2pConnect(const WifiP2pConfig &config) override;
273 * @param config - connection parameters
276 virtual ErrCode Hid2dConnect(const Hid2dConnectConfig& config) override;
279 * @Description Set self config info
348 virtual ErrCode CreateRptGroup(const WifiP2pConfig &config) overrid
[all...]

Completed in 29 milliseconds

1...<<101102103104105106107108109110>>...450