Searched refs:config (Results 451 - 475 of 3125) sorted by relevance

<<11121314151617181920>>

/linux-master/tools/testing/selftests/powerpc/pmu/sampling_tests/
H A Dmmcr1_sel_unit_cache_test.c62 FAIL_IF(EV_CODE_EXTRACT(event.attr.config, pmcxsel) !=
64 FAIL_IF(EV_CODE_EXTRACT(event.attr.config, unit) !=
66 FAIL_IF(EV_CODE_EXTRACT(event.attr.config, cache) !=
/linux-master/drivers/media/dvb-frontends/
H A Disl6423.c47 const struct isl6423_config *config; member in struct:isl6423_dev
59 u8 addr = isl6423->config->addr;
78 const struct isl6423_config *config = isl6423->config; local
84 if (config->mod_extern)
188 const struct isl6423_config *config = isl6423->config; local
191 switch (config->current_max) {
223 switch (config->curlim) {
257 const struct isl6423_config *config)
255 isl6423_attach(struct dvb_frontend *fe, struct i2c_adapter *i2c, const struct isl6423_config *config) argument
[all...]
H A Dstv6110x_priv.h53 #define REFCLOCK_kHz (stv6110x->config->refclk / 1000)
54 #define REFCLOCK_MHz (stv6110x->config->refclk / 1000000)
59 const struct stv6110x_config *config; member in struct:stv6110x_state
/linux-master/drivers/nvmem/
H A Drave-sp-eeprom.c292 struct nvmem_config config = { 0 }; local
327 config.id = -1;
328 of_property_read_string(np, "zii,eeprom-name", &config.name);
329 config.priv = eeprom;
330 config.dev = dev;
331 config.add_legacy_fixed_of_cells = true;
332 config.size = size;
333 config.reg_read = rave_sp_eeprom_reg_read;
334 config.reg_write = rave_sp_eeprom_reg_write;
335 config
[all...]
/linux-master/sound/soc/amd/
H A DMakefile7 snd-acp-config-y := acp-config.o
19 obj-$(CONFIG_SND_AMD_ACP_CONFIG) += snd-acp-config.o
/linux-master/drivers/gpu/drm/msm/hdmi/
H A Dhdmi.c398 const struct hdmi_platform_config *config; local
404 config = of_device_get_match_data(dev);
405 if (!config)
413 hdmi->config = config;
442 config->hpd_reg_cnt,
448 for (i = 0; i < config->hpd_reg_cnt; i++)
449 hdmi->hpd_regs[i].supply = config->hpd_reg_names[i];
451 ret = devm_regulator_bulk_get(&pdev->dev, config->hpd_reg_cnt, hdmi->hpd_regs);
456 config
[all...]
/linux-master/drivers/gpu/drm/msm/dsi/phy/
H A Ddsi_phy_10nm.c87 * struct dsi_phy_10nm_tuning_cfg - Holds 10nm PHY tuning config parameters.
104 static void dsi_pll_setup_config(struct dsi_pll_config *config) argument
106 config->ssc_freq = 31500;
107 config->ssc_offset = 5000;
108 config->ssc_adj_per = 2;
110 config->enable_ssc = false;
111 config->ssc_center = false;
114 static void dsi_pll_calc_dec_frac(struct dsi_pll_10nm *pll, struct dsi_pll_config *config) argument
132 config->pll_prop_gain_rate = 8;
134 config
149 dsi_pll_calc_ssc(struct dsi_pll_10nm *pll, struct dsi_pll_config *config) argument
183 dsi_pll_ssc_commit(struct dsi_pll_10nm *pll, struct dsi_pll_config *config) argument
236 dsi_pll_commit(struct dsi_pll_10nm *pll, struct dsi_pll_config *config) argument
260 struct dsi_pll_config config; local
[all...]
/linux-master/drivers/media/platform/mediatek/vcodec/encoder/venc/
H A Dvenc_h264_if.c115 * @config: h264 encoder configuration
125 struct venc_h264_vpu_config config; member in struct:venc_h264_vsi
187 * @config: h264 encoder configuration
191 struct venc_h264_vpu_config_ext config; member in struct:venc_h264_vsi_34
521 gop_size = inst->vsi_34->config.gop_size;
522 intra_period = inst->vsi_34->config.intra_period;
524 gop_size = inst->vsi->config.gop_size;
525 intra_period = inst->vsi->config.intra_period;
712 inst->vsi->config.input_fourcc = enc_prm->input_yuv_fmt;
713 inst->vsi->config
[all...]
/linux-master/drivers/usb/gadget/
H A Dcomposite.c298 * @config: the configuration
310 int usb_add_function(struct usb_configuration *config, argument
315 DBG(config->cdev, "adding '%s'/%p to config '%s'/%p\n",
317 config->label, config);
322 function->config = config;
323 list_add_tail(&function->list, &config->functions);
333 value = function->bind(config, functio
475 usb_interface_id(struct usb_configuration *config, struct usb_function *function) argument
563 config_buf(struct usb_configuration *config, enum usb_device_speed speed, void *buf, u8 type) argument
1064 usb_add_config_only(struct usb_composite_dev *cdev, struct usb_configuration *config) argument
1104 usb_add_config(struct usb_composite_dev *cdev, struct usb_configuration *config, int (*bind)(struct usb_configuration *)) argument
1177 remove_config(struct usb_composite_dev *cdev, struct usb_configuration *config) argument
1205 usb_remove_config(struct usb_composite_dev *cdev, struct usb_configuration *config) argument
1883 struct usb_configuration *config; local
[all...]
/linux-master/drivers/hwmon/
H A Damc6821.c384 int config = kstrtol(buf, 10, &val); local
385 if (config)
386 return config;
389 config = i2c_smbus_read_byte_data(client, AMC6821_REG_CONF1);
390 if (config < 0) {
393 count = config;
399 config &= ~AMC6821_CONF1_FDRC0;
400 config &= ~AMC6821_CONF1_FDRC1;
403 config &= ~AMC6821_CONF1_FDRC0;
404 config |
656 int config = kstrtol(buf, 10, &val); local
819 int config; local
[all...]
/linux-master/sound/isa/galaxy/
H A Dgalaxy.c185 u32 config; member in struct:snd_galaxy
191 static u32 config[SNDRV_CARDS]; variable
204 config[n] |= GALAXY_CONFIG_SBA_220;
207 config[n] |= GALAXY_CONFIG_SBA_240;
210 config[n] |= GALAXY_CONFIG_SBA_260;
213 config[n] |= GALAXY_CONFIG_SBA_280;
225 config[n] |= GALAXY_CONFIG_WSS_ENABLE | GALAXY_CONFIG_WSSA_530;
228 config[n] |= GALAXY_CONFIG_WSS_ENABLE | GALAXY_CONFIG_WSSA_604;
231 config[n] |= GALAXY_CONFIG_WSS_ENABLE | GALAXY_CONFIG_WSSA_E80;
234 config[
428 galaxy_set_config(struct snd_galaxy *galaxy, u32 config) argument
442 galaxy_config(struct snd_galaxy *galaxy, u32 config) argument
[all...]
/linux-master/drivers/staging/media/atomisp/pci/
H A Dsh_css.c119 * @stream_config: stream config struct
123 * @pipe_config: pipe config structs
345 ia_css_stream_config *config);
347 ia_css_stream_config *config);
402 switch (pipe->stream->config.input_config.format) {
459 bpp = ia_css_util_input_format_bpp(stream->config.input_config.format,
460 stream->config.pixels_per_clock == 2);
483 stream->config.input_config.format,
489 stream->config.channel_id,
490 stream->config
2845 get_crop_lines_for_bayer_order(const struct ia_css_stream_config *config) argument
2856 get_crop_columns_for_bayer_order(const struct ia_css_stream_config *config) argument
7583 ia_css_pipe_create(const struct ia_css_pipe_config *config, struct ia_css_pipe **pipe) argument
7606 ia_css_pipe_create_extra(const struct ia_css_pipe_config *config, const struct ia_css_pipe_extra_config *extra_config, struct ia_css_pipe **pipe) argument
7825 struct ia_css_input_port *config; local
[all...]
/linux-master/tools/gpio/
H A Dgpio-hammer.c29 struct gpio_v2_line_config config; local
36 memset(&config, 0, sizeof(config));
37 config.flags = GPIO_V2_LINE_FLAG_OUTPUT;
40 &config, "gpio-hammer");
/linux-master/drivers/regulator/
H A Dsy7636a-regulator.c77 struct regulator_config config = { }; local
107 config.dev = &pdev->dev;
108 config.dev->of_node = pdev->dev.parent->of_node;
109 config.regmap = regmap;
111 rdev = devm_regulator_register(&pdev->dev, &desc, &config);
H A Drt5033-regulator.c94 struct regulator_config config = {}; local
96 config.dev = rt5033->dev;
97 config.driver_data = rt5033;
102 config.regmap = rt5033->regmap;
105 &rt5033_supported_regulators[i], &config);
H A Dtps6286x-regulator.c117 struct regulator_config config = {}; local
125 config.dev = &i2c->dev;
126 config.of_node = dev->of_node;
127 config.regmap = regmap;
129 rdev = devm_regulator_register(&i2c->dev, &tps6286x_reg, &config);
/linux-master/tools/perf/tests/
H A Devent_groups.c22 __u64 config; member in struct:uncore_pmus
31 static int event_open(int type, unsigned long config, int group_fd) argument
38 attr.config = config;
61 configs[2] = uncore_pmus[i].config;
/linux-master/tools/tracing/latency/
H A DMakefile33 export PKG_CONFIG := pkg-config
53 config := 1 macro
56 config := 0 macro
60 ifeq ($(config),1)
62 include Makefile.config
/linux-master/drivers/gpu/drm/omapdrm/dss/
H A Dvenc.c257 const struct venc_config *config; member in struct:venc_device
280 const struct venc_config *config)
284 venc_write_reg(venc, VENC_LLEN, config->llen);
285 venc_write_reg(venc, VENC_FLENS, config->flens);
286 venc_write_reg(venc, VENC_CC_CARR_WSS_CARR, config->cc_carr_wss_carr);
287 venc_write_reg(venc, VENC_C_PHASE, config->c_phase);
288 venc_write_reg(venc, VENC_GAIN_U, config->gain_u);
289 venc_write_reg(venc, VENC_GAIN_V, config->gain_v);
290 venc_write_reg(venc, VENC_GAIN_Y, config->gain_y);
291 venc_write_reg(venc, VENC_BLACK_LEVEL, config
279 venc_write_config(struct venc_device *venc, const struct venc_config *config) argument
[all...]
/linux-master/drivers/pinctrl/mvebu/
H A Dpinctrl-dove.c64 unsigned pid, unsigned long *config)
72 return mvebu_mmio_mpp_ctrl_get(data, pid, config);
75 *config = (func >> shift) & MVEBU_MPP_MASK;
76 *config |= CONFIG_PMU;
82 unsigned pid, unsigned long config)
89 if ((config & CONFIG_PMU) == 0) {
91 return mvebu_mmio_mpp_ctrl_set(data, pid, config);
97 func |= (config & MVEBU_MPP_MASK) << shift;
104 unsigned long *config)
129 *config
63 dove_pmu_mpp_ctrl_get(struct mvebu_mpp_ctrl_data *data, unsigned pid, unsigned long *config) argument
81 dove_pmu_mpp_ctrl_set(struct mvebu_mpp_ctrl_data *data, unsigned pid, unsigned long config) argument
103 dove_mpp4_ctrl_get(struct mvebu_mpp_ctrl_data *data, unsigned pid, unsigned long *config) argument
134 dove_mpp4_ctrl_set(struct mvebu_mpp_ctrl_data *data, unsigned pid, unsigned long config) argument
169 dove_nand_ctrl_get(struct mvebu_mpp_ctrl_data *data, unsigned pid, unsigned long *config) argument
180 dove_nand_ctrl_set(struct mvebu_mpp_ctrl_data *data, unsigned pid, unsigned long config) argument
189 dove_audio0_ctrl_get(struct mvebu_mpp_ctrl_data *data, unsigned pid, unsigned long *config) argument
199 dove_audio0_ctrl_set(struct mvebu_mpp_ctrl_data *data, unsigned pid, unsigned long config) argument
212 dove_audio1_ctrl_get(struct mvebu_mpp_ctrl_data *data, unsigned pid, unsigned long *config) argument
243 dove_audio1_ctrl_set(struct mvebu_mpp_ctrl_data *data, unsigned pid, unsigned long config) argument
274 unsigned long config; local
307 dove_twsi_ctrl_get(struct mvebu_mpp_ctrl_data *data, unsigned pid, unsigned long *config) argument
327 dove_twsi_ctrl_set(struct mvebu_mpp_ctrl_data *data, unsigned pid, unsigned long config) argument
[all...]
/linux-master/drivers/gpu/drm/radeon/
H A Drv770.c1191 rdev->config.rv770.tiling_group_size = 256;
1194 rdev->config.rv770.max_pipes = 4;
1195 rdev->config.rv770.max_tile_pipes = 8;
1196 rdev->config.rv770.max_simds = 10;
1197 rdev->config.rv770.max_backends = 4;
1198 rdev->config.rv770.max_gprs = 256;
1199 rdev->config.rv770.max_threads = 248;
1200 rdev->config.rv770.max_stack_entries = 512;
1201 rdev->config.rv770.max_hw_contexts = 8;
1202 rdev->config
[all...]
/linux-master/drivers/staging/media/atomisp/pci/isp/kernels/bnlm/
H A Dia_css_bnlm.host.c170 const struct ia_css_bnlm_config *config,
173 if (!config)
178 ia_css_debug_dtrace(level, "\t%-32s = %d\n", "rad_enable", config->rad_enable);
180 config->rad_x_origin);
182 config->rad_y_origin);
183 ia_css_debug_dtrace(level, "\t%-32s = %d\n", "avg_min_th", config->avg_min_th);
184 ia_css_debug_dtrace(level, "\t%-32s = %d\n", "max_min_th", config->max_min_th);
187 config->exp_coeff_a);
189 config->exp_coeff_b);
191 config
169 ia_css_bnlm_debug_trace( const struct ia_css_bnlm_config *config, unsigned int level) argument
[all...]
/linux-master/drivers/media/pci/mantis/
H A Dmantis_dvb.c33 struct mantis_hwconfig *config = mantis->hwconfig; local
38 mantis_gpio_set_bits(mantis, config->power, POWER_ON);
40 mantis_gpio_set_bits(mantis, config->power, POWER_ON);
46 mantis_gpio_set_bits(mantis, config->power, POWER_OFF);
61 struct mantis_hwconfig *config = mantis->hwconfig; local
64 mantis_gpio_set_bits(mantis, config->reset, 0);
66 mantis_gpio_set_bits(mantis, config->reset, 0);
68 mantis_gpio_set_bits(mantis, config->reset, 1);
70 mantis_gpio_set_bits(mantis, config->reset, 1);
137 struct mantis_hwconfig *config local
[all...]
/linux-master/sound/soc/intel/skylake/
H A Dskl-nhlt.c147 tmp_fmt_cfg = (struct nhlt_fmt_cfg *)(tmp_fmt_cfg->config.caps +
148 tmp_fmt_cfg->config.size);
168 first_fmt_cfg->config.caps;
183 fmt_cfg = (struct nhlt_fmt_cfg *)(fmt_cfg->config.caps +
184 fmt_cfg->config.size);
186 * Do not copy the config data if there is no parent
193 sclk[id].rate_cfg[rate_index].config = saved_fmt_cfg;
195 sclkfs[id].rate_cfg[rate_index].config = saved_fmt_cfg;
215 i2s_config_ext = (struct skl_i2s_config_blob_ext *)fmt_cfg->config.caps;
244 mclk[id].rate_cfg[0].config
[all...]
/linux-master/drivers/media/usb/ttusb-dec/
H A Dttusbdecfe.c18 const struct ttusbdecfe_config* config; member in struct:ttusbdecfe_state
47 ret=state->config->send_command(fe, 0x73, sizeof(b), b, &len, result);
88 state->config->send_command(fe, 0x71, sizeof(b), b, NULL, NULL);
133 state->config->send_command(fe, 0x71, sizeof(b), b, NULL, NULL);
150 state->config->send_command(fe, 0x72,
196 struct dvb_frontend* ttusbdecfe_dvbt_attach(const struct ttusbdecfe_config* config) argument
206 state->config = config;
216 struct dvb_frontend* ttusbdecfe_dvbs_attach(const struct ttusbdecfe_config* config) argument
226 state->config
[all...]

Completed in 722 milliseconds

<<11121314151617181920>>