/kernel/linux/linux-6.6/drivers/char/xilinx_hwicap/ |
H A D | xilinx_hwicap.c | 249 return drvdata->config->set_configuration(drvdata, in hwicap_command_desync() 286 status = drvdata->config->set_configuration(drvdata, in hwicap_get_configuration_register() 292 status = drvdata->config->get_status(drvdata); in hwicap_get_configuration_register() 305 status = drvdata->config->set_configuration(drvdata, in hwicap_get_configuration_register() 313 status = drvdata->config->get_configuration(drvdata, reg_data, 1); in hwicap_get_configuration_register() 331 drvdata->config->reset(drvdata); in hwicap_initialize_hwicap() 415 status = drvdata->config->get_configuration(drvdata, in hwicap_read() 499 status = drvdata->config->set_configuration(drvdata, in hwicap_write() 579 status = drvdata->config->set_configuration(drvdata, in hwicap_release() 606 const struct hwicap_driver_config *config, in hwicap_setup() 604 hwicap_setup(struct device *dev, int id, const struct resource *regs_res, const struct hwicap_driver_config *config, const struct config_registers *config_regs) hwicap_setup() argument 727 hwicap_of_probe(struct platform_device *op, const struct hwicap_driver_config *config) hwicap_of_probe() argument 765 hwicap_of_probe(struct platform_device *op, const struct hwicap_driver_config *config) hwicap_of_probe() argument [all...] |
/third_party/skia/third_party/externals/libwebp/examples/ |
H A D | vwebp.c | 14 #include "webp/config.h" 68 WebPDecoderConfig config; member 168 WebPDecoderConfig* const config = &kParams.config; in Decode() local 169 WebPDecBuffer* const output_buffer = &config->output; in Decode() 175 config) == VP8_STATUS_OK); in Decode() 484 WebPDecoderConfig* const config = &kParams.config; in main() local 489 if (!WebPInitDecoderConfig(config)) { in main() 493 config in main() [all...] |
/third_party/vk-gl-cts/framework/platform/win32/ |
H A D | tcuWGL.cpp | 614 int choosePixelFormat (const Core& wgl, HDC deviceCtx, const glu::RenderConfig& config) in choosePixelFormat() argument 626 if (config.redBits != glu::RenderConfig::DONT_CARE && in choosePixelFormat() 627 config.redBits != info.redBits) in choosePixelFormat() 630 if (config.greenBits != glu::RenderConfig::DONT_CARE && in choosePixelFormat() 631 config.greenBits != info.greenBits) in choosePixelFormat() 634 if (config.blueBits != glu::RenderConfig::DONT_CARE && in choosePixelFormat() 635 config.blueBits != info.blueBits) in choosePixelFormat() 638 if (config.alphaBits != glu::RenderConfig::DONT_CARE && in choosePixelFormat() 639 config.alphaBits != info.alphaBits) in choosePixelFormat() 642 if (config in choosePixelFormat() [all...] |
/kernel/linux/linux-5.10/drivers/clk/qcom/ |
H A D | clk-alpha-pll.h | 146 const struct alpha_pll_config *config); 148 const struct alpha_pll_config *config); 150 const struct alpha_pll_config *config); 151 #define clk_lucid_pll_configure(pll, regmap, config) \ 152 clk_trion_pll_configure(pll, regmap, config)
|
/kernel/linux/linux-5.10/drivers/usb/phy/ |
H A D | phy-omap-otg.c | 88 const struct omap_usb_config *config = pdev->dev.platform_data; in omap_otg_probe() local 94 if (!config || !config->extcon) in omap_otg_probe() 97 extcon = extcon_get_extcon_dev(config->extcon); in omap_otg_probe() 132 (rev >> 4) & 0xf, rev & 0xf, config->extcon, otg_dev->id, in omap_otg_probe()
|
/kernel/linux/linux-5.10/sound/hda/ |
H A D | intel-nhlt.c | 53 cfg = (struct nhlt_dmic_array_config *)(epnt->config.caps); in intel_nhlt_get_dmic_geo() 54 fmt_configs = (struct nhlt_fmt *)(epnt->config.caps + epnt->config.size); in intel_nhlt_get_dmic_geo() 72 fmt_cfg = (struct nhlt_fmt_cfg *)(fmt_cfg->config.caps + in intel_nhlt_get_dmic_geo() 73 fmt_cfg->config.size); in intel_nhlt_get_dmic_geo()
|
/kernel/linux/linux-5.10/tools/gpio/ |
H A D | gpio-hammer.c | 29 struct gpio_v2_line_config config; in hammer_device() local 36 memset(&config, 0, sizeof(config)); in hammer_device() 37 config.flags = GPIO_V2_LINE_FLAG_OUTPUT; in hammer_device() 40 &config, "gpio-hammer"); in hammer_device()
|
/kernel/linux/linux-5.10/drivers/regulator/ |
H A D | rt5033-regulator.c | 85 struct regulator_config config = {}; in rt5033_regulator_probe() local 87 config.dev = rt5033->dev; in rt5033_regulator_probe() 88 config.driver_data = rt5033; in rt5033_regulator_probe() 93 config.regmap = rt5033->regmap; in rt5033_regulator_probe() 96 &rt5033_supported_regulators[i], &config); in rt5033_regulator_probe()
|
/kernel/linux/linux-6.6/drivers/regulator/ |
H A D | rt5033-regulator.c | 94 struct regulator_config config = {}; in rt5033_regulator_probe() local 96 config.dev = rt5033->dev; in rt5033_regulator_probe() 97 config.driver_data = rt5033; in rt5033_regulator_probe() 102 config.regmap = rt5033->regmap; in rt5033_regulator_probe() 105 &rt5033_supported_regulators[i], &config); in rt5033_regulator_probe()
|
H A D | sy7636a-regulator.c | 77 struct regulator_config config = { }; in sy7636a_regulator_probe() local 107 config.dev = &pdev->dev; in sy7636a_regulator_probe() 108 config.dev->of_node = pdev->dev.parent->of_node; in sy7636a_regulator_probe() 109 config.regmap = regmap; in sy7636a_regulator_probe() 111 rdev = devm_regulator_register(&pdev->dev, &desc, &config); in sy7636a_regulator_probe()
|
H A D | tps6286x-regulator.c | 117 struct regulator_config config = {}; in tps6286x_i2c_probe() local 125 config.dev = &i2c->dev; in tps6286x_i2c_probe() 126 config.of_node = dev->of_node; in tps6286x_i2c_probe() 127 config.regmap = regmap; in tps6286x_i2c_probe() 129 rdev = devm_regulator_register(&i2c->dev, &tps6286x_reg, &config); in tps6286x_i2c_probe()
|
/kernel/linux/linux-6.6/drivers/usb/phy/ |
H A D | phy-omap-otg.c | 88 const struct omap_usb_config *config = pdev->dev.platform_data; in omap_otg_probe() local 94 if (!config || !config->extcon) in omap_otg_probe() 97 extcon = extcon_get_extcon_dev(config->extcon); in omap_otg_probe() 132 (rev >> 4) & 0xf, rev & 0xf, config->extcon, otg_dev->id, in omap_otg_probe()
|
/kernel/linux/linux-6.6/drivers/net/pse-pd/ |
H A D | pse_regulator.c | 29 const struct pse_control_config *config) in pse_reg_ethtool_set_config() 34 if (priv->admin_state == config->admin_cotrol) in pse_reg_ethtool_set_config() 37 switch (config->admin_cotrol) { in pse_reg_ethtool_set_config() 46 config->admin_cotrol); in pse_reg_ethtool_set_config() 53 priv->admin_state = config->admin_cotrol; in pse_reg_ethtool_set_config() 27 pse_reg_ethtool_set_config(struct pse_controller_dev *pcdev, unsigned long id, struct netlink_ext_ack *extack, const struct pse_control_config *config) pse_reg_ethtool_set_config() argument
|
/kernel/linux/linux-6.6/tools/perf/tests/ |
H A D | event_groups.c | 22 __u64 config; member 31 static int event_open(int type, unsigned long config, int group_fd) in event_open() argument 38 attr.config = config; in event_open() 61 configs[2] = uncore_pmus[i].config; in setup_uncore_event()
|
/kernel/linux/linux-6.6/tools/gpio/ |
H A D | gpio-hammer.c | 29 struct gpio_v2_line_config config; in hammer_device() local 36 memset(&config, 0, sizeof(config)); in hammer_device() 37 config.flags = GPIO_V2_LINE_FLAG_OUTPUT; in hammer_device() 40 &config, "gpio-hammer"); in hammer_device()
|
/third_party/backends/backend/genesys/ |
H A D | sensor.cpp | 29 std::ostream& operator<<(std::ostream& out, const StaggerConfig& config) in operator <<() argument 31 if (config.shifts().empty()) { in operator <<() 36 out << "StaggerConfig{ " << config.shifts().front(); in operator <<() 37 for (auto it = std::next(config.shifts().begin()); it != config.shifts().end(); ++it) { in operator <<()
|
/third_party/curl/docs/examples/ |
H A D | debug.c | 91 struct data *config = (struct data *)userp; in my_trace() local 121 dump(text, stderr, (unsigned char *)data, size, config->trace_ascii); in my_trace() 129 struct data config; in main() local 131 config.trace_ascii = 1; /* enable ascii tracing */ in main() 136 curl_easy_setopt(curl, CURLOPT_DEBUGDATA, &config); in main()
|
/third_party/libfuse/include/ |
H A D | fuse_common.h | 880 * Create and set default config for fuse_session_loop_mt and fuse_loop_mt. 882 * @return anonymous config struct 887 * Free the config data structure 889 void fuse_loop_cfg_destroy(struct fuse_loop_config *config); 894 void fuse_loop_cfg_set_idle_threads(struct fuse_loop_config *config, 900 void fuse_loop_cfg_set_max_threads(struct fuse_loop_config *config, 906 void fuse_loop_cfg_set_clone_fd(struct fuse_loop_config *config, 910 * Convert old config to more recernt fuse_loop_config2 912 * @param config current config2 type 915 void fuse_loop_cfg_convert(struct fuse_loop_config *config, [all...] |
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/ |
H A D | EGLNoConfigContextTest.cpp | 8 // without a config specified. This means all surfaces are compatible. 66 // Check that context has no config. 79 // Any surface should be eglMakeCurrent compatible with no-config context. 92 // For each config, create PbufferSurface and do a render check in TEST_P() 94 for (auto config : configs) in TEST_P() 100 EXPECT_EGL_TRUE(eglGetConfigAttrib(mDisplay, config, EGL_CONFIG_ID, &configId)); in TEST_P() 103 EXPECT_EGL_TRUE(eglGetConfigAttrib(mDisplay, config, EGL_SURFACE_TYPE, &surfaceType)); in TEST_P() 105 EXPECT_EGL_TRUE(eglGetConfigAttrib(mDisplay, config, EGL_BUFFER_SIZE, &bufferSize)); in TEST_P() 110 // Skip this config, since the Vulkan backend doesn't support RGB8 pbuffer surfaces. in TEST_P() 115 surface = eglCreatePbufferSurface(mDisplay, config, surfattr in TEST_P() [all...] |
/third_party/python/Lib/distutils/tests/ |
H A D | test_config_cmd.py | 1 """Tests for distutils.command.config.""" 10 from distutils.command.config import dump_file, config namespace 53 cmd = config(dist) 70 cmd = config(dist) 93 cmd = config(dist)
|
/third_party/vk-gl-cts/modules/egl/ |
H A D | teglSurfacelessContextTests.cpp | 61 void executeForConfig (EGLDisplay display, EGLConfig config); 73 void SurfacelessContextCase::executeForConfig (EGLDisplay display, EGLConfig config) in executeForConfig() argument 77 const EGLint id = eglu::getConfigAttribInt(egl, display, config, EGL_CONFIG_ID); in executeForConfig() 78 const EGLint apiBits = eglu::getConfigAttribInt(egl, display, config, EGL_RENDERABLE_TYPE); in executeForConfig() 107 log << TestLog::Message << "Creating " << apis[apiNdx].name << " context with config ID " << id << TestLog::EndMessage; in executeForConfig() 111 eglu::UniqueContext context(egl, display, egl.createContext(display, config, EGL_NO_CONTEXT, apis[apiNdx].ctxAttrs)); in executeForConfig()
|
/kernel/linux/build/ |
H A D | kernel_build.py | 226 def make_config(arch, config, corss_compile, knl_path): 227 make = f"make {config} ARCH={arch} CROSS_COMPILE={corss_compile}" 270 def cp_config(arch, config, config_path, knl_path): 271 if os.path.exists(config_path.format(arch, config)): 272 cp = f'cp ' + config_path.format(arch, config) + ' ' + os.path.join(knl_path, 'arch', arch, 'configs', config) 278 print(f'"{config_path.format(arch, config)}" not exists!') 279 return ret, f'"{config_path.format(arch, config)}" not exists!' 297 def build(arch, config, config_path, cross_compile, knl_path, logger): 318 ret, msg = cp_config(arch, config, config_pat [all...] |
/kernel/linux/linux-5.10/arch/sparc/include/asm/ |
H A D | floppy_64.h | 576 unsigned long config; in sun_floppy_init() local 660 * Find NS87303 SuperIO config registers (through ecpp). in sun_floppy_init() 662 config = 0; in sun_floppy_init() 669 config = ecpp_op->resource[1].start; in sun_floppy_init() 678 switch (config & 0x3ff) { in sun_floppy_init() 685 config = 0; in sun_floppy_init() 688 if (!config) in sun_floppy_init() 692 ns87303_modify(config, ASC, 0, 0xc0); in sun_floppy_init() 703 ns87303_modify(config, FER, FER_EDM, 0); in sun_floppy_init() 704 ns87303_modify(config, AS in sun_floppy_init() [all...] |
/kernel/linux/linux-6.6/arch/sparc/include/asm/ |
H A D | floppy_64.h | 576 unsigned long config; in sun_floppy_init() local 660 * Find NS87303 SuperIO config registers (through ecpp). in sun_floppy_init() 662 config = 0; in sun_floppy_init() 669 config = ecpp_op->resource[1].start; in sun_floppy_init() 678 switch (config & 0x3ff) { in sun_floppy_init() 685 config = 0; in sun_floppy_init() 688 if (!config) in sun_floppy_init() 692 ns87303_modify(config, ASC, 0, 0xc0); in sun_floppy_init() 703 ns87303_modify(config, FER, FER_EDM, 0); in sun_floppy_init() 704 ns87303_modify(config, AS in sun_floppy_init() [all...] |
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/ |
H A D | stv0288.c | 29 const struct stv0288_config *config; member 56 .addr = state->config->demod_address, in stv0288_writeregI() 88 .addr = state->config->demod_address, in stv0288_readreg() 93 .addr = state->config->demod_address, in stv0288_readreg() 336 if (state->config->inittab == NULL) { in stv0288_init() 343 reg = state->config->inittab[i]; in stv0288_init() 344 val = state->config->inittab[i+1]; in stv0288_init() 454 if (state->config->set_ts_params) in stv0288_set_frontend() 455 state->config->set_ts_params(fe, 0); in stv0288_set_frontend() 553 struct dvb_frontend *stv0288_attach(const struct stv0288_config *config, in stv0288_attach() argument [all...] |