Searched refs:config (Results 1 - 25 of 970) sorted by relevance

1234567891011>>

/drivers/dca/
H A DKconfig5 config DCA
/drivers/pnp/pnpacpi/
H A DKconfig4 config PNPACPI
/drivers/i2c/algos/
H A DKconfig8 config I2C_ALGOBIT
11 config I2C_ALGOPCF
14 config I2C_ALGOPCA
/drivers/rtc/
H A Drtc-spear.c87 static inline void spear_rtc_clear_interrupt(struct spear_rtc_config *config) argument
92 spin_lock_irqsave(&config->lock, flags);
93 val = readl(config->ioaddr + STATUS_REG);
95 writel(val, config->ioaddr + STATUS_REG);
96 spin_unlock_irqrestore(&config->lock, flags);
99 static inline void spear_rtc_enable_interrupt(struct spear_rtc_config *config) argument
103 val = readl(config->ioaddr + CTRL_REG);
105 spear_rtc_clear_interrupt(config);
107 writel(val, config->ioaddr + CTRL_REG);
111 static inline void spear_rtc_disable_interrupt(struct spear_rtc_config *config) argument
122 is_write_complete(struct spear_rtc_config *config) argument
135 rtc_wait_not_busy(struct spear_rtc_config *config) argument
154 struct spear_rtc_config *config = dev_id; local
207 struct spear_rtc_config *config = dev_get_drvdata(dev); local
236 struct spear_rtc_config *config = dev_get_drvdata(dev); local
266 struct spear_rtc_config *config = dev_get_drvdata(dev); local
296 struct spear_rtc_config *config = dev_get_drvdata(dev); local
325 struct spear_rtc_config *config = dev_get_drvdata(dev); local
358 struct spear_rtc_config *config; local
447 struct spear_rtc_config *config = platform_get_drvdata(pdev); local
474 struct spear_rtc_config *config = platform_get_drvdata(pdev); local
491 struct spear_rtc_config *config = platform_get_drvdata(pdev); local
516 struct spear_rtc_config *config = platform_get_drvdata(pdev); local
[all...]
/drivers/pinctrl/
H A DKconfig5 config PINCTRL
14 config PINMUX
17 config PINCONF
20 config GENERIC_PINCONF
24 config DEBUG_PINCTRL
30 config PINCTRL_PXA3xx
34 config PINCTRL_MMP2
40 config PINCTRL_PXA168
46 config PINCTRL_PXA910
52 config PINCTRL_SIR
[all...]
/drivers/video/logo/
H A DKconfig13 config FB_LOGO_EXTRA
18 config LOGO_LINUX_MONO
22 config LOGO_LINUX_VGA16
26 config LOGO_LINUX_CLUT224
30 config LOGO_BLACKFIN_VGA16
35 config LOGO_BLACKFIN_CLUT224
40 config LOGO_DEC_CLUT224
45 config LOGO_MAC_CLUT224
50 config LOGO_PARISC_CLUT224
55 config LOGO_SGI_CLUT22
[all...]
/drivers/scsi/
H A Dultrastor.c119 * Fix abort and reset to work properly (config.aborted wasn't cleared
216 /* Used to store configuration info read from config i/o registers. Most of
259 } config = {0}; variable in typeref:struct:ultrastor_config
332 static void log_ultrastor_abort(struct ultrastor_config *config, argument
341 if (! (config->mscp_free & (1 << i)))
342 fmt[21 + i*2] = '0' + config->mscp[i].target_id;
348 printk(fmt, command, &config->mscp[command], config->mscp_free);
375 if (config.bios_segment)
383 config
[all...]
/drivers/media/dvb/frontends/
H A Dstv0367.h44 dvb_frontend *stv0367ter_attach(const struct stv0367_config *config,
47 dvb_frontend *stv0367cab_attach(const struct stv0367_config *config,
51 dvb_frontend *stv0367ter_attach(const struct stv0367_config *config, argument
58 dvb_frontend *stv0367cab_attach(const struct stv0367_config *config, argument
H A Dlnbp21.c40 u8 config; member in struct:lnbp21
52 .buf = &lnbp21->config,
53 .len = sizeof(lnbp21->config) };
55 lnbp21->config &= ~(LNBP21_VSEL | LNBP21_EN);
61 lnbp21->config |= LNBP21_EN;
64 lnbp21->config |= (LNBP21_EN | LNBP21_VSEL);
70 lnbp21->config |= lnbp21->override_or;
71 lnbp21->config &= lnbp21->override_and;
80 .buf = &lnbp21->config,
81 .len = sizeof(lnbp21->config) };
129 lnbx2x_attach(struct dvb_frontend *fe, struct i2c_adapter *i2c, u8 override_set, u8 override_clear, u8 i2c_addr, u8 config) argument
[all...]
H A Disl6421.c39 u8 config; member in struct:isl6421
50 .buf = &isl6421->config,
51 .len = sizeof(isl6421->config) };
53 isl6421->config &= ~(ISL6421_VSEL1 | ISL6421_EN1);
59 isl6421->config |= ISL6421_EN1;
62 isl6421->config |= (ISL6421_EN1 | ISL6421_VSEL1);
68 isl6421->config |= isl6421->override_or;
69 isl6421->config &= isl6421->override_and;
78 .buf = &isl6421->config,
79 .len = sizeof(isl6421->config) };
[all...]
H A Dlnbp22.c47 u8 config[4]; member in struct:lnbp22
57 .buf = (char *)&lnbp22->config,
58 .len = sizeof(lnbp22->config),
64 lnbp22->config[3] = 0x60; /* Power down */
69 lnbp22->config[3] |= LNBP22_EN;
72 lnbp22->config[3] |= (LNBP22_EN | LNBP22_VSEL);
78 dprintk(1, "%s: 0x%02x)\n", __func__, lnbp22->config[3]);
88 .buf = (char *)&lnbp22->config,
89 .len = sizeof(lnbp22->config),
94 lnbp22->config[
[all...]
H A Disl6405.c39 u8 config; member in struct:isl6405
50 .buf = &isl6405->config,
51 .len = sizeof(isl6405->config) };
54 isl6405->config &= ~(ISL6405_VSEL2 | ISL6405_EN2);
59 isl6405->config |= ISL6405_EN2;
62 isl6405->config |= (ISL6405_EN2 | ISL6405_VSEL2);
68 isl6405->config &= ~(ISL6405_VSEL1 | ISL6405_EN1);
73 isl6405->config |= ISL6405_EN1;
76 isl6405->config |= (ISL6405_EN1 | ISL6405_VSEL1);
82 isl6405->config |
[all...]
H A Dcx22700.h35 extern struct dvb_frontend* cx22700_attach(const struct cx22700_config* config,
38 static inline struct dvb_frontend* cx22700_attach(const struct cx22700_config* config, argument
H A Dcx22702.h46 const struct cx22702_config *config,
50 const struct cx22702_config *config,
49 cx22702_attach( const struct cx22702_config *config, struct i2c_adapter *i2c) argument
H A Dec100.h35 extern struct dvb_frontend *ec100_attach(const struct ec100_config *config,
39 const struct ec100_config *config, struct i2c_adapter *i2c)
38 ec100_attach( const struct ec100_config *config, struct i2c_adapter *i2c) argument
H A Dl64781.h35 extern struct dvb_frontend* l64781_attach(const struct l64781_config* config,
38 static inline struct dvb_frontend* l64781_attach(const struct l64781_config* config, argument
H A Dlgs8gl5.h36 const struct lgs8gl5_config *config, struct i2c_adapter *i2c);
39 const struct lgs8gl5_config *config, struct i2c_adapter *i2c) {
38 lgs8gl5_attach( const struct lgs8gl5_config *config, struct i2c_adapter *i2c) argument
H A Dmt312.h40 struct dvb_frontend *mt312_attach(const struct mt312_config *config,
44 const struct mt312_config *config, struct i2c_adapter *i2c)
43 mt312_attach( const struct mt312_config *config, struct i2c_adapter *i2c) argument
H A Dnxt6000.h37 extern struct dvb_frontend* nxt6000_attach(const struct nxt6000_config* config,
40 static inline struct dvb_frontend* nxt6000_attach(const struct nxt6000_config* config, argument
H A Dtda8083.h39 extern struct dvb_frontend* tda8083_attach(const struct tda8083_config* config,
42 static inline struct dvb_frontend* tda8083_attach(const struct tda8083_config* config, argument
H A Dves1x93.h44 extern struct dvb_frontend* ves1x93_attach(const struct ves1x93_config* config,
47 static inline struct dvb_frontend* ves1x93_attach(const struct ves1x93_config* config, argument
H A Dzl10036.h31 * @param config zl10036_config structure
43 const struct zl10036_config *config, struct i2c_adapter *i2c);
46 const struct zl10036_config *config, struct i2c_adapter *i2c)
45 zl10036_attach(struct dvb_frontend *fe, const struct zl10036_config *config, struct i2c_adapter *i2c) argument
/drivers/regulator/
H A Dfixed.c57 struct fixed_voltage_config *config; local
62 config = devm_kzalloc(dev, sizeof(struct fixed_voltage_config),
64 if (!config)
67 config->init_data = of_get_regulator_init_data(dev, dev->of_node);
68 if (!config->init_data)
71 init_data = config->init_data;
74 config->supply_name = init_data->constraints.name;
76 config->microvolts = init_data->constraints.min_uV;
84 config->enabled_at_boot = true;
86 config
167 struct fixed_voltage_config *config; local
[all...]
/drivers/net/phy/
H A DKconfig18 config AMD_PHY
23 config MARVELL_PHY
28 config DAVICOM_PHY
33 config QSEMI_PHY
38 config LXT_PHY
43 config CICADA_PHY
48 config VITESSE_PHY
53 config SMSC_PHY
58 config BROADCOM_PHY
64 config BCM63XX_PH
[all...]
/drivers/block/mtip32xx/
H A DKconfig5 config BLK_DEV_PCIESSD_MTIP32XX

Completed in 605 milliseconds

1234567891011>>