Searched refs:config (Results 76 - 100 of 3097) sorted by relevance

1234567891011>>

/linux-master/include/linux/
H A Dregmap.h598 const struct regmap_config *config,
602 const struct regmap_config *config,
606 const struct regmap_config *config,
610 const struct regmap_config *config,
614 const struct regmap_config *config,
618 const struct regmap_config *config,
622 const struct regmap_config *config,
626 const struct regmap_config *config,
630 const struct regmap_config *config,
635 const struct regmap_config *config,
[all...]
/linux-master/arch/arm/mach-omap1/
H A Dusb.c51 omap_otg_init(struct omap_usb_config *config) argument
66 if (config->pins[0] > 2) /* alt pingroup 2 */
68 syscon |= config->usb0_init(config->pins[0], is_usb0_device(config));
69 syscon |= config->usb1_init(config->pins[1]);
70 syscon |= config->usb2_init(config->pins[2], alt_pingroup);
74 syscon = config
155 omap_otg_init(struct omap_usb_config *config) argument
593 omap_1510_usb_init(struct omap_usb_config *config) argument
663 omap_1510_usb_init(struct omap_usb_config *config) argument
[all...]
H A Dusb.h4 * as does (on omap1) any nonzero value for config->otg port number
10 #define is_usb0_device(config) 1
12 #define is_usb0_device(config) 0
/linux-master/drivers/media/tuners/
H A Dmt2063.h14 struct mt2063_config *config,
20 struct mt2063_config *config,
19 mt2063_attach(struct dvb_frontend *fe, struct mt2063_config *config, struct i2c_adapter *i2c) argument
/linux-master/tools/testing/ktest/examples/include/
H A Dbisect.conf2 # This example shows the bisect tests (git bisect and config bisect)
6 # The config that includes this file may define a RUN_TEST
7 # variable that will tell this config what test to run.
42 # Usually it's a good idea to specify the exact config you
45 # 'config-bisect'.
46 MIN_CONFIG = ${THIS_DIR}/config-bisect
75 # One of the unique tests that ktest does is the config bisect.
76 # Currently (which hopefully will be fixed soon), the bad config
77 # must be a superset of the good config. This is because it only
78 # searches for a config tha
[all...]
/linux-master/tools/usb/ffs-aio-example/multibuff/host_app/
H A DMakefile3 LIBUSB_CFLAGS = $(shell pkg-config --cflags libusb-1.0)
4 LIBUSB_LIBS = $(shell pkg-config --libs libusb-1.0)
/linux-master/tools/usb/ffs-aio-example/simple/host_app/
H A DMakefile3 LIBUSB_CFLAGS = $(shell pkg-config --cflags libusb-1.0)
4 LIBUSB_LIBS = $(shell pkg-config --libs libusb-1.0)
/linux-master/drivers/media/dvb-frontends/
H A Dcx22700.h23 extern struct dvb_frontend* cx22700_attach(const struct cx22700_config* config,
26 static inline struct dvb_frontend* cx22700_attach(const struct cx22700_config* config, argument
H A Dcx22702.h33 const struct cx22702_config *config,
37 const struct cx22702_config *config,
36 cx22702_attach( const struct cx22702_config *config, struct i2c_adapter *i2c) argument
H A Dcx24117.h22 const struct cx24117_config *config,
26 const struct cx24117_config *config,
25 cx24117_attach( const struct cx24117_config *config, struct i2c_adapter *i2c) argument
H A Dlgs8gl5.h23 const struct lgs8gl5_config *config, struct i2c_adapter *i2c);
26 const struct lgs8gl5_config *config, struct i2c_adapter *i2c) {
25 lgs8gl5_attach( const struct lgs8gl5_config *config, struct i2c_adapter *i2c) argument
H A Dl64781.h23 extern struct dvb_frontend* l64781_attach(const struct l64781_config* config,
26 static inline struct dvb_frontend* l64781_attach(const struct l64781_config* config, argument
H A Dmt312.h27 struct dvb_frontend *mt312_attach(const struct mt312_config *config,
31 const struct mt312_config *config, struct i2c_adapter *i2c)
30 mt312_attach( const struct mt312_config *config, struct i2c_adapter *i2c) argument
H A Dnxt6000.h25 extern struct dvb_frontend* nxt6000_attach(const struct nxt6000_config* config,
28 static inline struct dvb_frontend* nxt6000_attach(const struct nxt6000_config* config, argument
H A Dves1x93.h31 extern struct dvb_frontend* ves1x93_attach(const struct ves1x93_config* config,
34 static inline struct dvb_frontend* ves1x93_attach(const struct ves1x93_config* config, argument
H A Dec100.h20 extern struct dvb_frontend *ec100_attach(const struct ec100_config *config,
24 const struct ec100_config *config, struct i2c_adapter *i2c)
23 ec100_attach( const struct ec100_config *config, struct i2c_adapter *i2c) argument
H A Dmb86a20s.h31 * @config: pointer to &struct mb86a20s_config with demod configuration.
36 extern struct dvb_frontend *mb86a20s_attach(const struct mb86a20s_config *config,
41 const struct mb86a20s_config *config, struct i2c_adapter *i2c)
40 mb86a20s_attach( const struct mb86a20s_config *config, struct i2c_adapter *i2c) argument
/linux-master/include/misc/
H A Daltera.h24 extern int altera_init(struct altera_config *config, const struct firmware *fw);
27 static inline int altera_init(struct altera_config *config, argument
/linux-master/drivers/media/usb/ttusb-dec/
H A Dttusbdecfe.h20 extern struct dvb_frontend* ttusbdecfe_dvbs_attach(const struct ttusbdecfe_config* config);
22 extern struct dvb_frontend* ttusbdecfe_dvbt_attach(const struct ttusbdecfe_config* config);
/linux-master/drivers/staging/media/atomisp/pci/isp/kernels/anr/anr_1.0/
H A Dia_css_anr.host.c56 const struct ia_css_anr_config *config,
60 "config.threshold=%d\n",
61 config->threshold);
55 ia_css_anr_debug_dtrace( const struct ia_css_anr_config *config, unsigned int level) argument
/linux-master/drivers/staging/media/atomisp/pci/isp/kernels/macc/macc_1.0/
H A Dia_css_macc.host.c44 const struct ia_css_macc_config *config,
48 "config.exp=%d\n",
49 config->exp);
43 ia_css_macc_debug_dtrace( const struct ia_css_macc_config *config, unsigned int level) argument
/linux-master/sound/soc/ti/
H A Dsdma-pcm.c39 struct snd_dmaengine_pcm_config *config; local
47 config = devm_kzalloc(dev, sizeof(*config), GFP_KERNEL);
48 if (!config)
51 *config = sdma_dmaengine_pcm_config;
62 config->chan_names[0] = txdmachan;
63 config->chan_names[1] = rxdmachan;
65 return devm_snd_dmaengine_pcm_register(dev, config, flags);
/linux-master/include/linux/usb/
H A Dc67x00.h17 #define c67x00_sie_config(config, n) (((config)>>(4*(n)))&0x3)
30 int sie_config; /* SIEs config (C67X00_SIEx_*) */
/linux-master/Documentation/sphinx/
H A Dload_config.py48 sys.stdout.write("load additional sphinx-config: %s\n" % config_file)
49 config = namespace.copy()
50 config['__file__'] = config_file
53 exec(code, config)
54 del config['__file__']
55 namespace.update(config)
57 config = namespace.copy()
58 config['tags'].add("subproject")
59 namespace.update(config)
/linux-master/drivers/gpio/
H A Dgpio-ds4520.c25 struct gpio_regmap_config config = { }; local
45 config.regmap = regmap;
46 config.parent = dev;
47 config.ngpio = ngpio;
49 config.reg_dat_base = base + DS4520_IO_STATUS0;
50 config.reg_set_base = base + DS4520_PULLUP0;
51 config.reg_dir_out_base = base + DS4520_IO_CONTROL0;
53 return PTR_ERR_OR_ZERO(devm_gpio_regmap_register(dev, &config));

Completed in 168 milliseconds

1234567891011>>