Home
last modified time | relevance | path

Searched refs:config (Results 1751 - 1775 of 5777) sorted by relevance

1...<<71727374757677787980>>...232

/kernel/linux/linux-6.6/drivers/media/platform/samsung/exynos4-is/
H A Dfimc-is-regs.c55 struct chain_config *config = &is->config[is->config_index]; in fimc_is_hw_set_param() local
65 mcuctl_write(config->p_region_index[0], is, MCUCTL_REG_ISSR(4)); in fimc_is_hw_set_param()
66 mcuctl_write(config->p_region_index[1], is, MCUCTL_REG_ISSR(5)); in fimc_is_hw_set_param()
/kernel/linux/linux-6.6/drivers/media/pci/mantis/
H A Dmantis_cards.c158 struct mantis_hwconfig *config; in mantis_pci_probe() local
169 config = drvdata->hwconfig; in mantis_pci_probe()
170 config->irq_handler = &mantis_irq_handler; in mantis_pci_probe()
171 mantis->hwconfig = config; in mantis_pci_probe()
H A Dhopper_cards.c149 struct mantis_hwconfig *config; in hopper_pci_probe() local
162 config = drvdata->hwconfig; in hopper_pci_probe()
163 config->irq_handler = &hopper_irq_handler; in hopper_pci_probe()
164 mantis->hwconfig = config; in hopper_pci_probe()
/kernel/linux/linux-6.6/drivers/phy/amlogic/
H A Dphy-meson-axg-mipi-pcie-analog.c54 struct phy_configure_opts_mipi_dphy config; member
93 switch (priv->config.lanes) { in phy_dsi_analog_enable()
143 memcpy(&priv->config, opts, sizeof(priv->config)); in phy_axg_mipi_pcie_analog_configure()
/kernel/linux/linux-6.6/drivers/i2c/busses/
H A Di2c-elektor.c207 unsigned char config; in elektor_match() local
208 /* yeap, we've found cypress, let's check config */ in elektor_match()
209 if (!pci_read_config_byte(cy693_dev, 0x47, &config)) { in elektor_match()
211 dev_dbg(dev, "found cy82c693, config " in elektor_match()
212 "register 0x47 = 0x%02x\n", config); in elektor_match()
224 if ((config & 0x7f) == 0x61) { in elektor_match()
/kernel/linux/linux-6.6/scripts/kconfig/tests/
H A Dconftest.py39 def _run_conf(self, mode, dot_config=None, out_file='.config',
44 dot_config: .config file to use for configuration base
45 out_file: file name to contain the output config data
64 # if .config is given, copy it to the working directory
67 os.path.join(temp_dir, '.config'))
90 # Retrieve the resulted config data only when .config is supposed
91 # to exist. If the command fails, the .config does not exist.
92 # 'listnewconfig' does not produce .config in the first place.
95 self.config
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/hid/
H A Dvmtest.sh21 KCONFIG_REL_PATHS=("${SCRIPT_DIR}/config" "${SCRIPT_DIR}/config.common" "${SCRIPT_DIR}/config.${ARCH}")
152 for config in "${KCONFIG_REL_PATHS[@]}"; do
153 local kconfig_src="${config}"
166 for config in "${KCONFIG_REL_PATHS[@]}"; do
167 local kconfig_src="${config}"
169 # Only update the config if it has been updated after the
170 # previously cached config was created. This avoids
243 local kconfig_file="${OUTPUT_DIR}/latest.config"
[all...]
/test/xts/hats/ai/nnrt/hdi/v2_0/nnrtStabilityTest/src/
H A Dhdi_stability_test.cpp53 V2_0::ModelConfig config; in PrepareModelTest() local
54 EXPECT_EQ(V2_0::NNRT_ReturnCode::NNRT_SUCCESS, device->PrepareModel(*iModel, config, iPreparedModel)); in PrepareModelTest()
172 V2_0::ModelConfig config = { in HWTEST_F() local
174 auto retPrepare = device->PrepareModel(*iModel, config, iPreparedModel); in HWTEST_F()
/test/xts/hats/ai/nnrt/hdi/v1_0/nnrtStabilityTest/src/
H A Dhdi_stability_test.cpp53 V1_0::ModelConfig config; in PrepareModelTest() local
54 EXPECT_EQ(HDF_SUCCESS, device->PrepareModel(*iModel, config, iPreparedModel)); in PrepareModelTest()
171 V1_0::ModelConfig config = { in HWTEST_F() local
173 auto retPrepare = device->PrepareModel(*iModel, config, iPreparedModel); in HWTEST_F()
/kernel/linux/linux-5.10/arch/x86/kvm/
H A Dhyperv.c177 if (stimer->msg_pending && stimer->config.enable && in kvm_hv_notify_acked_sint()
178 !stimer->config.direct_mode && in kvm_hv_notify_acked_sint()
179 stimer->config.sintx == sint) in kvm_hv_notify_acked_sint()
581 * b) stimer->config has HV_STIMER_ENABLE flag
591 if (stimer->config.periodic) { in stimer_start()
637 static int stimer_set_config(struct kvm_vcpu_hv_stimer *stimer, u64 config, in stimer_set_config() argument
640 union hv_stimer_config new_config = {.as_uint64 = config}, in stimer_set_config()
641 old_config = {.as_uint64 = stimer->config.as_uint64}; in stimer_set_config()
645 if (!synic->active && (!host || config)) in stimer_set_config()
649 stimer->index, config, hos in stimer_set_config()
[all...]
/kernel/linux/linux-6.6/drivers/usb/serial/
H A Dcp210x.c1608 unsigned long config) in cp210x_gpio_set_config()
1612 enum pin_config_param param = pinconf_to_config_param(config); in cp210x_gpio_set_config()
1655 struct cp210x_dual_port_config config; in cp2105_gpioconf_init() local
1667 CP210X_GET_PORTCONFIG, &config, in cp2105_gpioconf_init()
1668 sizeof(config)); in cp2105_gpioconf_init()
1682 iface_config = config.eci_cfg; in cp2105_gpioconf_init()
1683 priv->gpio_pushpull = (u8)((le16_to_cpu(config.gpio_mode) & in cp2105_gpioconf_init()
1695 iface_config = config.sci_cfg; in cp2105_gpioconf_init()
1696 priv->gpio_pushpull = (u8)((le16_to_cpu(config.gpio_mode) & in cp2105_gpioconf_init()
1719 struct cp210x_single_port_config config; in cp2104_gpioconf_init() local
1607 cp210x_gpio_set_config(struct gpio_chip *gc, unsigned int gpio, unsigned long config) cp210x_gpio_set_config() argument
1769 struct cp210x_quad_port_config config; cp2108_gpio_init() local
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dce110/
H A Ddce110_opp_csc_v.c360 enum csc_color_mode config, in configure_graphics_mode_v()
375 if (config == CSC_COLOR_MODE_GRAPHICS_OUTPUT_CSC) in configure_graphics_mode_v()
676 enum csc_color_mode config = in dce110_opp_v_set_csc_default() local
700 config = CSC_COLOR_MODE_GRAPHICS_OUTPUT_CSC; in dce110_opp_v_set_csc_default()
713 configure_graphics_mode_v(xfm_dce, config, in dce110_opp_v_set_csc_default()
725 enum csc_color_mode config = in dce110_opp_v_set_csc_adjustment() local
732 configure_graphics_mode_v(xfm_dce, config, GRAPHICS_CSC_ADJUST_TYPE_SW, in dce110_opp_v_set_csc_adjustment()
358 configure_graphics_mode_v( struct dce_transform *xfm_dce, enum csc_color_mode config, enum graphics_csc_adjust_type csc_adjust_type, enum dc_color_space color_space) configure_graphics_mode_v() argument
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/
H A Ds921.c41 const struct s921_config *config; member
250 s921_i2c_readreg(state, state->config->demod_address, reg)
252 s921_i2c_writereg(state, state->config->demod_address, reg, val)
254 s921_i2c_writeregdata(state, state->config->demod_address, \
474 struct dvb_frontend *s921_attach(const struct s921_config *config, in s921_attach() argument
488 state->config = config; in s921_attach()
H A Dcx22700.c24 const struct cx22700_config* config; member
62 struct i2c_msg msg = { .addr = state->config->demod_address, .flags = 0, .buf = buf, .len = 2 }; in cx22700_writereg()
80 struct i2c_msg msg [] = { { .addr = state->config->demod_address, .flags = 0, .buf = b0, .len = 1 }, in cx22700_readreg()
81 { .addr = state->config->demod_address, .flags = I2C_M_RD, .buf = b1, .len = 1 } }; in cx22700_readreg()
373 struct dvb_frontend* cx22700_attach(const struct cx22700_config* config, in cx22700_attach() argument
383 state->config = config; in cx22700_attach()
H A Dstv6110.c380 const struct stv6110_config *config, in stv6110_attach()
388 .addr = config->i2c_address, in stv6110_attach()
398 reg0[2] |= (config->clk_div << 6); in stv6110_attach()
415 priv->i2c_address = config->i2c_address; in stv6110_attach()
417 priv->mclk = config->mclk; in stv6110_attach()
418 priv->clk_div = config->clk_div; in stv6110_attach()
419 priv->gain = config->gain; in stv6110_attach()
379 stv6110_attach(struct dvb_frontend *fe, const struct stv6110_config *config, struct i2c_adapter *i2c) stv6110_attach() argument
H A Dtda8083.c28 const struct tda8083_config* config; member
53 struct i2c_msg msg = { .addr = state->config->demod_address, .flags = 0, .buf = buf, .len = 2 }; in tda8083_writereg()
67 struct i2c_msg msg [] = { { .addr = state->config->demod_address, .flags = 0, .buf = &reg1, .len = 1 }, in tda8083_readregs()
68 { .addr = state->config->demod_address, .flags = I2C_M_RD, .buf = b, .len = len } }; in tda8083_readregs()
414 struct dvb_frontend* tda8083_attach(const struct tda8083_config* config, in tda8083_attach() argument
424 state->config = config; in tda8083_attach()
/kernel/linux/linux-5.10/tools/perf/scripts/python/
H A Dexport-to-sqlite.py781 def synth_data(id, config, raw_buf, *x):
782 if config == 0:
784 elif config == 1:
786 elif config == 2:
788 elif config == 3:
790 elif config == 4:
792 elif config == 5:
/kernel/linux/linux-5.10/sound/soc/sof/intel/
H A Dhda-dai.c159 struct sof_ipc_dai_config *config; in hda_link_config_ipc() local
170 config = sof_dai->dai_config; in hda_link_config_ipc()
172 if (!config) { in hda_link_config_ipc()
174 "error: no config for DAI %s\n", in hda_link_config_ipc()
179 /* update config with stream tag */ in hda_link_config_ipc()
180 config->hda.link_dma_ch = channel; in hda_link_config_ipc()
184 config->hdr.cmd, in hda_link_config_ipc()
185 config, in hda_link_config_ipc()
186 config->hdr.size, in hda_link_config_ipc()
191 "error: failed to set dai config fo in hda_link_config_ipc()
[all...]
/kernel/linux/linux-5.10/sound/soc/sof/
H A Dsof-audio.c270 struct sof_ipc_dai_config *config = dai->dai_config; in sof_restore_pipelines() local
272 if (!config) { in sof_restore_pipelines()
273 dev_err(dev, "error: no config for DAI %s\n", in sof_restore_pipelines()
282 * the dai config in the DSP. in sof_restore_pipelines()
284 if (config->type == SOF_DAI_INTEL_HDA) in sof_restore_pipelines()
285 config->hda.link_dma_ch = DMA_CHAN_INVALID; in sof_restore_pipelines()
288 config->hdr.cmd, config, in sof_restore_pipelines()
289 config->hdr.size, in sof_restore_pipelines()
294 "error: failed to set dai config fo in sof_restore_pipelines()
[all...]
/kernel/linux/linux-5.10/drivers/regulator/
H A Dab3100.c504 struct regulator_config config = { }; in ab3100_regulator_register() local
528 config.init_data = &plfdata->reg_constraints[i]; in ab3100_regulator_register()
530 config.of_node = np; in ab3100_regulator_register()
531 config.init_data = init_data; in ab3100_regulator_register()
533 config.dev = &pdev->dev; in ab3100_regulator_register()
534 config.driver_data = reg; in ab3100_regulator_register()
536 rdev = devm_regulator_register(&pdev->dev, desc, &config); in ab3100_regulator_register()
H A Dcpcap-regulator.c509 struct regulator_config config; in cpcap_regulator_probe() local
531 memset(&config, 0, sizeof(config)); in cpcap_regulator_probe()
532 config.dev = &pdev->dev; in cpcap_regulator_probe()
533 config.regmap = ddata->reg; in cpcap_regulator_probe()
545 config.driver_data = (void *)regulator; in cpcap_regulator_probe()
548 &config); in cpcap_regulator_probe()
H A Dltc3676.c147 struct regulator_config *config) in ltc3676_of_parse_cb()
149 struct ltc3676 *ltc3676 = config->driver_data; in ltc3676_of_parse_cb()
326 struct regulator_config config = { }; in ltc3676_regulator_probe() local
329 config.init_data = &init_data[i]; in ltc3676_regulator_probe()
331 config.dev = dev; in ltc3676_regulator_probe()
332 config.driver_data = ltc3676; in ltc3676_regulator_probe()
335 &config); in ltc3676_regulator_probe()
145 ltc3676_of_parse_cb(struct device_node *np, const struct regulator_desc *desc, struct regulator_config *config) ltc3676_of_parse_cb() argument
H A Dslg51000-regulator.c199 struct regulator_config *config) in slg51000_of_parse_cb()
208 config->ena_gpiod = ena_gpiod; in slg51000_of_parse_cb()
246 struct regulator_config config = { }; in slg51000_regulator_init() local
260 config.regmap = chip->regmap; in slg51000_regulator_init()
261 config.dev = chip->dev; in slg51000_regulator_init()
262 config.driver_data = chip; in slg51000_regulator_init()
333 &config); in slg51000_regulator_init()
197 slg51000_of_parse_cb(struct device_node *np, const struct regulator_desc *desc, struct regulator_config *config) slg51000_of_parse_cb() argument
H A Dtps6507x-regulator.c363 struct regulator_config *config) in tps6507x_pmic_of_parse_cb()
365 struct tps6507x_pmic *tps = config->driver_data; in tps6507x_pmic_of_parse_cb()
381 struct regulator_config config = { }; in tps6507x_pmic_probe() local
426 config.dev = tps6507x_dev->dev; in tps6507x_pmic_probe()
427 config.init_data = init_data; in tps6507x_pmic_probe()
428 config.driver_data = tps; in tps6507x_pmic_probe()
431 &config); in tps6507x_pmic_probe()
361 tps6507x_pmic_of_parse_cb(struct device_node *np, const struct regulator_desc *desc, struct regulator_config *config) tps6507x_pmic_of_parse_cb() argument
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/
H A Dstv6110.c380 const struct stv6110_config *config, in stv6110_attach()
388 .addr = config->i2c_address, in stv6110_attach()
398 reg0[2] |= (config->clk_div << 6); in stv6110_attach()
415 priv->i2c_address = config->i2c_address; in stv6110_attach()
417 priv->mclk = config->mclk; in stv6110_attach()
418 priv->clk_div = config->clk_div; in stv6110_attach()
419 priv->gain = config->gain; in stv6110_attach()
379 stv6110_attach(struct dvb_frontend *fe, const struct stv6110_config *config, struct i2c_adapter *i2c) stv6110_attach() argument

Completed in 21 milliseconds

1...<<71727374757677787980>>...232