Searched refs:config (Results 151 - 175 of 3097) sorted by relevance

1234567891011>>

/linux-master/drivers/staging/media/atomisp/pci/isp/kernels/bnr/bnr2_2/
H A Dia_css_bnr2_2.host.h32 const struct ia_css_bnr2_2_config *config,
/linux-master/drivers/staging/media/atomisp/pci/isp/kernels/sdis/sdis_2/
H A Dia_css_sdis2.host.h85 const struct ia_css_dvs2_coefficients *config, unsigned int level);
88 const struct ia_css_dvs2_coefficients *config, unsigned int level);
91 const struct ia_css_dvs2_coefficients *config, unsigned int level);
94 const struct ia_css_dvs2_coefficients *config, unsigned int level);
/linux-master/drivers/staging/media/atomisp/pci/isp/kernels/tdf/tdf_1.0/
H A Dia_css_tdf.host.h36 const struct ia_css_tdf_config *config, unsigned int level)
/linux-master/drivers/staging/media/atomisp/pci/isp/kernels/macc/macc_1.0/
H A Dia_css_macc.host.h39 const struct ia_css_macc_config *config,
/linux-master/drivers/staging/media/atomisp/pci/isp/kernels/ob/ob2/
H A Dia_css_ob2.host.h38 const struct ia_css_ob2_config *config, unsigned int level);
/linux-master/drivers/staging/media/atomisp/pci/isp/kernels/xnr/xnr_3.0/
H A Dia_css_xnr3.host.h39 const struct ia_css_xnr3_config *config,
/linux-master/drivers/media/dvb-frontends/
H A Dhelene.h50 * @config: pointer to &struct helene_config with tuner configuration.
56 const struct helene_config *config,
63 * @config: pointer to &struct helene_config with tuner configuration.
69 const struct helene_config *config,
73 const struct helene_config *config,
80 const struct helene_config *config,
72 helene_attach(struct dvb_frontend *fe, const struct helene_config *config, struct i2c_adapter *i2c) argument
79 helene_attach_s(struct dvb_frontend *fe, const struct helene_config *config, struct i2c_adapter *i2c) argument
H A Dtda1002x.h49 extern struct dvb_frontend* tda10021_attach(const struct tda1002x_config* config,
52 static inline struct dvb_frontend* tda10021_attach(const struct tda1002x_config* config, argument
62 const struct tda10023_config *config,
66 const struct tda10023_config *config,
65 tda10023_attach( const struct tda10023_config *config, struct i2c_adapter *i2c, u8 pwm) argument
H A Dsp887x.h22 extern struct dvb_frontend* sp887x_attach(const struct sp887x_config* config,
25 static inline struct dvb_frontend* sp887x_attach(const struct sp887x_config* config, argument
H A Dcx24116.h33 const struct cx24116_config *config,
37 const struct cx24116_config *config,
36 cx24116_attach( const struct cx24116_config *config, struct i2c_adapter *i2c) argument
H A Dds3000.h26 extern struct dvb_frontend *ds3000_attach(const struct ds3000_config *config,
30 struct dvb_frontend *ds3000_attach(const struct ds3000_config *config, argument
H A Dmb86a16.h27 extern struct dvb_frontend *mb86a16_attach(const struct mb86a16_config *config,
32 static inline struct dvb_frontend *mb86a16_attach(const struct mb86a16_config *config, argument
H A Dstv0297.h34 extern struct dvb_frontend* stv0297_attach(const struct stv0297_config* config,
37 static inline struct dvb_frontend* stv0297_attach(const struct stv0297_config* config, argument
H A Dtda10086.h37 extern struct dvb_frontend* tda10086_attach(const struct tda10086_config* config,
40 static inline struct dvb_frontend* tda10086_attach(const struct tda10086_config* config, argument
H A Dtda665x.h25 const struct tda665x_config *config,
31 const struct tda665x_config *config,
30 tda665x_attach(struct dvb_frontend *fe, const struct tda665x_config *config, struct i2c_adapter *i2c) argument
H A Dtda8261.h28 const struct tda8261_config *config,
34 const struct tda8261_config *config,
33 tda8261_attach(struct dvb_frontend *fe, const struct tda8261_config *config, struct i2c_adapter *i2c) argument
H A Dves1820.h33 extern struct dvb_frontend* ves1820_attach(const struct ves1820_config* config,
36 static inline struct dvb_frontend* ves1820_attach(const struct ves1820_config* config, argument
H A Dcx24113.h21 const struct cx24113_config *config, struct i2c_adapter *i2c);
26 const struct cx24113_config *config, struct i2c_adapter *i2c)
25 cx24113_attach(struct dvb_frontend *fe, const struct cx24113_config *config, struct i2c_adapter *i2c) argument
H A Dbcm3510.h25 extern struct dvb_frontend* bcm3510_attach(const struct bcm3510_config* config,
28 static inline struct dvb_frontend* bcm3510_attach(const struct bcm3510_config* config, argument
/linux-master/sound/soc/codecs/
H A Dadau1372-spi.c32 struct regmap_config config; local
34 config = adau1372_regmap_config;
35 config.read_flag_mask = 0x1;
38 devm_regmap_init_spi(spi, &config), adau1372_spi_switch_mode);
/linux-master/drivers/staging/media/atomisp/pci/isp/kernels/qplane/qplane_2/
H A Dia_css_qplane.host.c58 struct ia_css_qplane_configuration config = default_config; local
60 config.pipe = pipe;
61 config.info = info;
63 return ia_css_configure_qplane(binary, &config);
/linux-master/tools/testing/selftests/rcutorture/bin/
H A Dconfigcheck.sh4 # Usage: configcheck.sh .config .config-template
17 if ! grep -q "^$1$" $T/.config
27 if grep -q "^$1=n$" $T/.config
31 if grep -q "^$1=" $T/.config
39 sed -e 's/"//g' < $1 > $T/.config
H A DconfigNR_CPUS.sh9 # Usage: configNR_CPUS.sh config-frag
18 echo Unreadable config fragment $cf 1>&2
/linux-master/drivers/gpio/
H A Dgpio-i8255.c97 * @config: configuration for i8255_regmap_config
103 const struct i8255_regmap_config *const config)
109 if (!config->parent)
112 if (!config->map)
115 if (!config->num_ppi)
118 for (i = 0; i < config->num_ppi; i++) {
119 err = i8255_ppi_init(config->map, i * 4);
124 gpio_config.parent = config->parent;
125 gpio_config.regmap = config->map;
126 gpio_config.ngpio = I8255_NGPIO * config
102 devm_i8255_regmap_register(struct device *const dev, const struct i8255_regmap_config *const config) argument
[all...]
/linux-master/drivers/media/tuners/
H A Dfc0011.h8 /** struct fc0011_config - fc0011 hardware config
29 const struct fc0011_config *config);
34 const struct fc0011_config *config)
32 fc0011_attach(struct dvb_frontend *fe, struct i2c_adapter *i2c, const struct fc0011_config *config) argument

Completed in 212 milliseconds

1234567891011>>