Searched refs:config (Results 376 - 400 of 3122) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Ddf_v3_6.c36 /* get flags from df perfmon config */
347 uint64_t config,
351 return ((config & 0x0FFFFFFUL) ==
358 uint64_t config,
364 if (!df_v3_6_pmc_has_counter(adev, config, counter_idx))
392 uint64_t config,
397 df_v3_6_pmc_get_addr(adev, config, counter_idx, 0, lo_base_addr,
403 uint64_t config,
415 df_v3_6_pmc_get_addr(adev, config, counter_idx, 1, lo_base_addr,
424 eventsel = DF_V3_6_GET_EVENT(config)
346 df_v3_6_pmc_has_counter(struct amdgpu_device *adev, uint64_t config, int counter_idx) argument
357 df_v3_6_pmc_get_addr(struct amdgpu_device *adev, uint64_t config, int counter_idx, int is_ctrl, uint32_t *lo_base_addr, uint32_t *hi_base_addr) argument
391 df_v3_6_pmc_get_read_settings(struct amdgpu_device *adev, uint64_t config, int counter_idx, uint32_t *lo_base_addr, uint32_t *hi_base_addr) argument
402 df_v3_6_pmc_get_ctrl_settings(struct amdgpu_device *adev, uint64_t config, int counter_idx, uint32_t *lo_base_addr, uint32_t *hi_base_addr, uint32_t *lo_val, uint32_t *hi_val, bool is_enable) argument
443 df_v3_6_pmc_add_cntr(struct amdgpu_device *adev, uint64_t config) argument
460 df_v3_6_pmc_set_deferred(struct amdgpu_device *adev, uint64_t config, int counter_idx, bool is_deferred) argument
478 df_v3_6_pmc_is_deferred(struct amdgpu_device *adev, uint64_t config, int counter_idx) argument
489 df_v3_6_pmc_release_cntr(struct amdgpu_device *adev, uint64_t config, int counter_idx) argument
498 df_v3_6_reset_perfmon_cntr(struct amdgpu_device *adev, uint64_t config, int counter_idx) argument
514 df_v3_6_pmc_start(struct amdgpu_device *adev, uint64_t config, int counter_idx, int is_add) argument
556 df_v3_6_pmc_stop(struct amdgpu_device *adev, uint64_t config, int counter_idx, int is_remove) argument
593 df_v3_6_pmc_get_count(struct amdgpu_device *adev, uint64_t config, int counter_idx, uint64_t *count) argument
[all...]
/linux-master/arch/arm/tools/
H A Dgen-mach-types12 config[nr] = "CONFIG_"$2;
19 config[nr] = "CONFIG_"$2;
46 printf("#ifdef %s\n", config[i]);
/linux-master/drivers/pinctrl/mvebu/
H A Dpinctrl-mvebu.h53 unsigned long *config);
55 unsigned long config);
198 unsigned long *config);
200 unsigned long config);
202 unsigned long *config);
204 unsigned long config);
/linux-master/drivers/regulator/
H A Dpcf50633-regulator.c78 struct regulator_config config = { }; local
83 config.dev = &pdev->dev;
84 config.init_data = dev_get_platdata(&pdev->dev);
85 config.driver_data = pcf;
86 config.regmap = pcf->regmap;
89 &config);
H A Dvexpress-regulator.c45 struct regulator_config config = { }; local
73 config.regmap = regmap;
74 config.dev = &pdev->dev;
75 config.init_data = init_data;
76 config.of_node = pdev->dev.of_node;
78 rdev = devm_regulator_register(&pdev->dev, desc, &config);
H A Dqcom_usb_vbus-regulator.c49 struct regulator_config config = { }; local
75 config.dev = dev;
76 config.init_data = init_data;
77 config.of_node = dev->of_node;
78 config.regmap = regmap;
80 rdev = devm_regulator_register(dev, &qcom_usb_vbus_rdesc, &config);
H A Dstm32-booster.c76 struct regulator_config config = { }; local
88 config.regmap = regmap;
89 config.dev = dev;
90 config.of_node = np;
91 config.init_data = of_get_regulator_init_data(dev, np, desc);
93 rdev = devm_regulator_register(dev, desc, &config);
/linux-master/drivers/nvmem/
H A Dnintendo-otp.c82 struct nvmem_config config = { local
100 config.name = data->name;
101 config.size = data->num_banks * BANK_SIZE;
104 config.dev = dev;
105 config.priv = priv;
107 nvmem = devm_nvmem_register(dev, &config);
/linux-master/drivers/staging/media/atomisp/pci/runtime/debug/interface/
H A Dia_css_debug.h266 /*! @brief Dump the capture config info to the trace output
267 * Dumps the capture config info to the trace output.
268 * @param[in] config pointer to struct ia_css_capture_config
272 const struct ia_css_capture_config *config);
274 /*! @brief Dump the pipe extra config info to the trace output
275 * Dumps the pipe extra config info to the trace output.
282 /*! @brief Dump the pipe config info to the trace output
283 * Dumps the pipe config info to the trace output.
284 * @param[in] config pointer to struct ia_css_pipe_config
288 const struct ia_css_pipe_config *config);
[all...]
/linux-master/include/linux/
H A Dpm_opp.h183 int dev_pm_opp_set_config(struct device *dev, struct dev_pm_opp_config *config);
184 int devm_pm_opp_set_config(struct device *dev, struct dev_pm_opp_config *config);
385 static inline int dev_pm_opp_set_config(struct device *dev, struct dev_pm_opp_config *config) argument
390 static inline int devm_pm_opp_set_config(struct device *dev, struct dev_pm_opp_config *config) argument
578 struct dev_pm_opp_config config = { local
582 return dev_pm_opp_set_config(dev, &config);
593 struct dev_pm_opp_config config = { local
597 return devm_pm_opp_set_config(dev, &config);
605 struct dev_pm_opp_config config = { local
610 return dev_pm_opp_set_config(dev, &config);
622 struct dev_pm_opp_config config = { local
634 struct dev_pm_opp_config config = { local
649 struct dev_pm_opp_config config = { local
660 struct dev_pm_opp_config config = { local
677 struct dev_pm_opp_config config = { local
694 struct dev_pm_opp_config config = { local
705 struct dev_pm_opp_config config = { local
[all...]
/linux-master/drivers/media/platform/mediatek/mdp3/
H A Dmtk-mdp3-cmdq.c22 const struct img_config *config; member in struct:mdp_path
118 cfg_c = CFG_OFST(MT8183, param->config, pp_idx);
120 cfg_c = CFG_OFST(MT8195, param->config, pp_idx);
125 cfg_n = CFG_OFST(MT8183, param->config, pp_idx + 1);
127 cfg_n = CFG_OFST(MT8195, param->config, pp_idx + 1);
131 if ((long)cfg_n - (long)mdp->vpu.config > bound) {
132 dev_err(dev, "config offset %ld OOB %ld\n", (long)cfg_n, bound);
155 num_comp = CFG_GET(MT8183, path->config, num_components);
157 num_comp = CFG_GET(MT8195, path->config, num_components);
171 inner_id = CFG_GET(MT8183, path->config, component
598 struct img_config *config; local
[all...]
/linux-master/drivers/platform/x86/
H A Dsamsung-laptop.c328 const struct sabi_config *config; member in struct:samsung_laptop
388 const struct sabi_config *config = samsung->config; local
390 u16 port = readw(samsung->sabi + config->header_offsets.port);
405 outb(readb(samsung->sabi + config->header_offsets.en_mem), port);
408 writew(config->main_function, samsung->sabi_iface + SABI_IFACE_MAIN);
417 outb(readb(samsung->sabi + config->header_offsets.iface_func), port);
420 outb(readb(samsung->sabi + config->header_offsets.re_mem), port);
469 const struct sabi_config *config = samsung->config; local
491 const struct sabi_config *config = samsung->config; local
649 const struct sabi_config *config = samsung->config; local
674 const struct sabi_config *config = samsung->config; local
1297 const struct sabi_config *config = samsung->config; local
1318 const struct sabi_config *config = samsung->config; local
1370 const struct sabi_config *config = NULL; local
[all...]
/linux-master/drivers/clk/qcom/
H A Dclk-alpha-pll.c378 const struct alpha_pll_config *config)
382 regmap_write(regmap, PLL_L_VAL(pll), config->l);
383 regmap_write(regmap, PLL_ALPHA_VAL(pll), config->alpha);
384 regmap_write(regmap, PLL_CONFIG_CTL(pll), config->config_ctl_val);
388 config->config_ctl_hi_val);
391 regmap_write(regmap, PLL_ALPHA_VAL_U(pll), config->alpha_hi);
393 val = config->main_output_mask;
394 val |= config->aux_output_mask;
395 val |= config->aux2_output_mask;
396 val |= config
377 clk_alpha_pll_configure(struct clk_alpha_pll *pll, struct regmap *regmap, const struct alpha_pll_config *config) argument
1185 clk_fabia_pll_configure(struct clk_alpha_pll *pll, struct regmap *regmap, const struct alpha_pll_config *config) argument
1572 clk_trion_pll_configure(struct clk_alpha_pll *pll, struct regmap *regmap, const struct alpha_pll_config *config) argument
1735 clk_agera_pll_configure(struct clk_alpha_pll *pll, struct regmap *regmap, const struct alpha_pll_config *config) argument
1968 clk_zonda_pll_configure(struct clk_alpha_pll *pll, struct regmap *regmap, const struct alpha_pll_config *config) argument
2121 clk_lucid_evo_pll_configure(struct clk_alpha_pll *pll, struct regmap *regmap, const struct alpha_pll_config *config) argument
2157 clk_lucid_ole_pll_configure(struct clk_alpha_pll *pll, struct regmap *regmap, const struct alpha_pll_config *config) argument
2376 clk_rivian_evo_pll_configure(struct clk_alpha_pll *pll, struct regmap *regmap, const struct alpha_pll_config *config) argument
2434 clk_stromer_pll_configure(struct clk_alpha_pll *pll, struct regmap *regmap, const struct alpha_pll_config *config) argument
[all...]
/linux-master/drivers/pinctrl/
H A Dpinctrl-artpec6.c71 unsigned char config; member in struct:artpec6_pin_group
217 .config = ARTPEC6_CONFIG_1,
223 .config = ARTPEC6_CONFIG_1,
229 .config = ARTPEC6_CONFIG_1,
235 .config = ARTPEC6_CONFIG_1,
241 .config = ARTPEC6_CONFIG_1,
247 .config = ARTPEC6_CONFIG_1,
253 .config = ARTPEC6_CONFIG_1,
259 .config = ARTPEC6_CONFIG_3,
265 .config
733 artpec6_pconf_get(struct pinctrl_dev *pctldev, unsigned int pin, unsigned long *config) argument
[all...]
/linux-master/sound/hda/
H A Dintel-nhlt.c53 cfg = (struct nhlt_dmic_array_config *)(epnt->config.caps);
54 fmt_configs = (struct nhlt_fmt *)(epnt->config.caps + epnt->config.size);
72 fmt_cfg = (struct nhlt_fmt_cfg *)(fmt_cfg->config.caps +
73 fmt_cfg->config.size);
190 fmt = (struct nhlt_fmt *)(epnt->config.caps + epnt->config.size);
203 if (cfg->config.size < 8)
206 blob = (u32 *)cfg->config.caps;
220 if (cfg->config
[all...]
/linux-master/drivers/base/regmap/
H A Dregmap-w1.c191 const struct regmap_config *config)
193 if (config->reg_bits == 8 && config->val_bits == 8)
196 if (config->reg_bits == 8 && config->val_bits == 16)
199 if (config->reg_bits == 16 && config->val_bits == 16)
206 const struct regmap_config *config,
211 const struct regmap_bus *bus = regmap_get_w1_bus(w1_dev, config);
216 return __regmap_init(w1_dev, bus, w1_dev, config,
190 regmap_get_w1_bus(struct device *w1_dev, const struct regmap_config *config) argument
205 __regmap_init_w1(struct device *w1_dev, const struct regmap_config *config, struct lock_class_key *lock_key, const char *lock_name) argument
221 __devm_regmap_init_w1(struct device *w1_dev, const struct regmap_config *config, struct lock_class_key *lock_key, const char *lock_name) argument
[all...]
H A Dregmap-spmi.c86 const struct regmap_config *config,
90 return __regmap_init(&sdev->dev, &regmap_spmi_base, sdev, config,
96 const struct regmap_config *config,
100 return __devm_regmap_init(&sdev->dev, &regmap_spmi_base, sdev, config,
206 const struct regmap_config *config,
210 return __regmap_init(&sdev->dev, &regmap_spmi_ext, sdev, config,
216 const struct regmap_config *config,
220 return __devm_regmap_init(&sdev->dev, &regmap_spmi_ext, sdev, config,
85 __regmap_init_spmi_base(struct spmi_device *sdev, const struct regmap_config *config, struct lock_class_key *lock_key, const char *lock_name) argument
95 __devm_regmap_init_spmi_base(struct spmi_device *sdev, const struct regmap_config *config, struct lock_class_key *lock_key, const char *lock_name) argument
205 __regmap_init_spmi_ext(struct spmi_device *sdev, const struct regmap_config *config, struct lock_class_key *lock_key, const char *lock_name) argument
215 __devm_regmap_init_spmi_ext(struct spmi_device *sdev, const struct regmap_config *config, struct lock_class_key *lock_key, const char *lock_name) argument
/linux-master/drivers/gpio/
H A Dgpio-max730x.c51 u8 *config; local
59 config = &ts->port_config[offset >> 2];
68 *config = (*config & ~(PIN_CONFIG_MASK << offset_bits))
71 ret = ts->write(ts->dev, 0x08 + (offset >> 2), *config);
93 u8 *config; local
101 config = &ts->port_config[offset >> 2];
105 *config = (*config & ~(PIN_CONFIG_MASK << offset_bits))
111 ret = ts->write(ts->dev, 0x08 + (offset >> 2), *config);
121 int config, level = -EINVAL; local
[all...]
/linux-master/tools/perf/util/
H A Dstat.h65 typedef struct aggr_cpu_id (*aggr_get_id_t)(struct perf_stat_config *config, struct perf_cpu cpu);
156 typedef void (*print_metric_t)(struct perf_stat_config *config,
159 typedef void (*new_line_t)(struct perf_stat_config *config, void *ctx);
162 typedef void (*print_metricgroup_header_t)(struct perf_stat_config *config,
174 void perf_stat__print_shadow_stats(struct perf_stat_config *config,
182 void *perf_stat__print_shadow_stats_metricgroup(struct perf_stat_config *config,
190 int evlist__alloc_stats(struct perf_stat_config *config,
200 void evlist__copy_res_stats(struct perf_stat_config *config, struct evlist *evlist);
202 int perf_stat_process_counter(struct perf_stat_config *config,
204 void perf_stat_merge_counters(struct perf_stat_config *config, struc
[all...]
/linux-master/sound/soc/intel/catpt/
H A Dipc.c27 static int catpt_ipc_arm(struct catpt_ipc *ipc, struct catpt_fw_ready *config) argument
34 ipc->rx.data = devm_kzalloc(ipc->dev, config->outbox_size, GFP_KERNEL);
38 memcpy(&ipc->config, config, sizeof(*config));
95 if (request.size > ipc->config.outbox_size ||
96 (reply && reply->size > ipc->config.outbox_size))
201 struct catpt_fw_ready config; local
205 memcpy_fromio(&config, cdev->lpe_ba + off, sizeof(config));
[all...]
/linux-master/drivers/hwmon/
H A Dtc654.c76 u8 config; /* The Configuration Register is an 8-bit read/ member in struct:tc654_data
168 data->config = ret;
205 if (data->config & TC654_REG_CONFIG_RES)
280 val = BIT((data->config >> TC654_FAN_PULSE_SHIFT[nr]) & 0x03);
291 u8 config; local
300 config = 0;
303 config = 1;
306 config = 2;
309 config = 3;
317 data->config
[all...]
/linux-master/drivers/misc/ocxl/
H A Dcore.c64 actag_count = afu->config.actag_supported *
75 ocxl_config_set_afu_actag(pci_dev, afu->config.dvsec_afu_control_pos,
102 pasid_count = 1 << afu->config.pasid_supported_log;
113 ocxl_config_set_afu_pasid(pci_dev, afu->config.dvsec_afu_control_pos,
115 afu->config.pasid_supported_log);
127 size = 1 << afu->config.pasid_supported_log;
167 rc = reserve_fn_bar(afu->fn, afu->config.global_mmio_bar);
171 rc = reserve_fn_bar(afu->fn, afu->config.pp_mmio_bar);
173 release_fn_bar(afu->fn, afu->config.global_mmio_bar);
178 pci_resource_start(pci_dev, afu->config
[all...]
/linux-master/drivers/thermal/tegra/
H A Dtegra124-soctherm.c131 .config = &tegra124_tsensor_config,
139 .config = &tegra124_tsensor_config,
147 .config = &tegra124_tsensor_config,
155 .config = &tegra124_tsensor_config,
163 .config = &tegra124_tsensor_config,
171 .config = &tegra124_tsensor_config,
179 .config = &tegra124_tsensor_config,
187 .config = &tegra124_tsensor_config,
H A Dtegra132-soctherm.c131 .config = &tegra132_tsensor_config,
139 .config = &tegra132_tsensor_config,
147 .config = &tegra132_tsensor_config,
155 .config = &tegra132_tsensor_config,
163 .config = &tegra132_tsensor_config,
171 .config = &tegra132_tsensor_config,
179 .config = &tegra132_tsensor_config,
187 .config = &tegra132_tsensor_config,
/linux-master/drivers/media/dvb-frontends/
H A Dau8522.h52 extern struct dvb_frontend *au8522_attach(const struct au8522_config *config,
56 struct dvb_frontend *au8522_attach(const struct au8522_config *config, argument

Completed in 276 milliseconds

<<11121314151617181920>>