Searched defs:cfg (Results 1 - 25 of 295) sorted by relevance

1234567891011>>

/drivers/media/common/tuners/
H A Dmt2266.h28 extern struct dvb_frontend * mt2266_attach(struct dvb_frontend *fe, struct i2c_adapter *i2c, struct mt2266_config *cfg);
30 static inline struct dvb_frontend * mt2266_attach(struct dvb_frontend *fe, struct i2c_adapter *i2c, struct mt2266_config *cfg) argument
H A Dqt1010.h36 * @param cfg tuner hw based configuration
42 struct qt1010_config *cfg);
46 struct qt1010_config *cfg)
44 qt1010_attach(struct dvb_frontend *fe, struct i2c_adapter *i2c, struct qt1010_config *cfg) argument
H A Dmax2165.h37 struct max2165_config *cfg);
41 struct max2165_config *cfg)
39 max2165_attach(struct dvb_frontend *fe, struct i2c_adapter *i2c, struct max2165_config *cfg) argument
H A Dmc44s803.h36 struct i2c_adapter *i2c, struct mc44s803_config *cfg);
39 struct i2c_adapter *i2c, struct mc44s803_config *cfg)
38 mc44s803_attach(struct dvb_frontend *fe, struct i2c_adapter *i2c, struct mc44s803_config *cfg) argument
H A Dmt2060.h34 extern struct dvb_frontend * mt2060_attach(struct dvb_frontend *fe, struct i2c_adapter *i2c, struct mt2060_config *cfg, u16 if1);
36 static inline struct dvb_frontend * mt2060_attach(struct dvb_frontend *fe, struct i2c_adapter *i2c, struct mt2060_config *cfg, u16 if1) argument
H A Dmt2131.h36 struct mt2131_config *cfg,
41 struct mt2131_config *cfg,
39 mt2131_attach(struct dvb_frontend *fe, struct i2c_adapter *i2c, struct mt2131_config *cfg, u16 if1) argument
H A Dtda18218.h35 struct i2c_adapter *i2c, struct tda18218_config *cfg);
38 struct i2c_adapter *i2c, struct tda18218_config *cfg)
37 tda18218_attach(struct dvb_frontend *fe, struct i2c_adapter *i2c, struct tda18218_config *cfg) argument
H A Dmt2131_priv.h37 struct mt2131_config *cfg; member in struct:mt2131_priv
H A Dtda18212.h42 struct i2c_adapter *i2c, struct tda18212_config *cfg);
45 struct i2c_adapter *i2c, struct tda18212_config *cfg)
44 tda18212_attach(struct dvb_frontend *fe, struct i2c_adapter *i2c, struct tda18212_config *cfg) argument
H A Dtda827x.h50 * @param cfg optional callback function pointers.
56 struct tda827x_config *cfg);
61 struct tda827x_config *cfg)
58 tda827x_attach(struct dvb_frontend *fe, int addr, struct i2c_adapter *i2c, struct tda827x_config *cfg) argument
H A Dtda8290.h37 struct tda829x_config *cfg);
48 struct tda829x_config *cfg)
45 tda829x_attach(struct dvb_frontend *fe, struct i2c_adapter *i2c_adap, u8 i2c_addr, struct tda829x_config *cfg) argument
H A Dxc4000.h56 struct xc4000_config *cfg);
60 struct xc4000_config *cfg)
58 xc4000_attach(struct dvb_frontend *fe, struct i2c_adapter *i2c, struct xc4000_config *cfg) argument
H A Dqt1010_priv.h94 struct qt1010_config *cfg; member in struct:qt1010_priv
H A Dxc5000.h63 const struct xc5000_config *cfg);
67 const struct xc5000_config *cfg)
65 xc5000_attach(struct dvb_frontend *fe, struct i2c_adapter *i2c, const struct xc5000_config *cfg) argument
/drivers/media/dvb/frontends/
H A Da8293.h31 struct i2c_adapter *i2c, const struct a8293_config *cfg);
34 struct i2c_adapter *i2c, const struct a8293_config *cfg)
33 a8293_attach(struct dvb_frontend *fe, struct i2c_adapter *i2c, const struct a8293_config *cfg) argument
H A Ditd1000.h33 extern struct dvb_frontend *itd1000_attach(struct dvb_frontend *fe, struct i2c_adapter *i2c, struct itd1000_config *cfg);
35 static inline struct dvb_frontend *itd1000_attach(struct dvb_frontend *fe, struct i2c_adapter *i2c, struct itd1000_config *cfg) argument
H A Dcxd2820r_priv.h52 struct cxd2820r_config cfg; member in struct:cxd2820r_priv
H A Drtl2830_priv.h43 struct rtl2830_config cfg; member in struct:rtl2830_priv
/drivers/media/dvb/dvb-usb/
H A Dmxl111sf-demod.h38 struct mxl111sf_demod_config *cfg);
42 struct mxl111sf_demod_config *cfg)
41 mxl111sf_demod_attach(struct mxl111sf_state *mxl_state, struct mxl111sf_demod_config *cfg) argument
/drivers/staging/media/cxd2099/
H A Dcxd2099.h39 struct dvb_ca_en50221 *cxd2099_attach(struct cxd2099_cfg *cfg,
43 static inline struct dvb_ca_en50221 *cxd2099_attach(struct cxd2099_cfg *cfg, argument
/drivers/regulator/
H A Dfixed-helper.c7 struct fixed_voltage_config cfg; member in struct:fixed_regulator_data
34 data->cfg.supply_name = "fixed-dummy";
35 data->cfg.microvolts = 0;
36 data->cfg.gpio = -EINVAL;
37 data->cfg.enabled_at_boot = 1;
38 data->cfg.init_data = &data->init_data;
46 data->pdev.dev.platform_data = &data->cfg;
/drivers/net/wireless/iwlwifi/
H A Diwl-pci.c71 #include "iwl-cfg.h"
75 #define IWL_PCI_DEVICE(dev, subdev, cfg) \
78 .driver_data = (kernel_ulong_t)&(cfg)
266 const struct iwl_cfg *cfg = (struct iwl_cfg *)(ent->driver_data); local
292 err = iwl_drv_start(shrd, iwl_trans, cfg);
/drivers/pci/
H A Dhtirq.c38 struct ht_irq_cfg *cfg = irq_get_handler_data(irq); local
41 if (cfg->msg.address_lo != msg->address_lo) {
42 pci_write_config_byte(cfg->dev, cfg->pos + 2, cfg->idx);
43 pci_write_config_dword(cfg->dev, cfg->pos + 4, msg->address_lo);
45 if (cfg->msg.address_hi != msg->address_hi) {
46 pci_write_config_byte(cfg->dev, cfg
57 struct ht_irq_cfg *cfg = irq_get_handler_data(irq); local
63 struct ht_irq_cfg *cfg = irq_data_get_irq_handler_data(data); local
72 struct ht_irq_cfg *cfg = irq_data_get_irq_handler_data(data); local
89 struct ht_irq_cfg *cfg; local
164 struct ht_irq_cfg *cfg; local
[all...]
/drivers/video/backlight/
H A Dvgg2432a4.c112 struct ili9320_platdata *cfg)
134 ili9320_write(lcd, ILI9320_DISPLAY2, cfg->display2);
135 ili9320_write(lcd, ILI9320_DISPLAY3, cfg->display3);
136 ili9320_write(lcd, ILI9320_DISPLAY4, cfg->display4);
138 ili9320_write(lcd, ILI9320_RGB_IF1, cfg->rgb_if1);
140 ili9320_write(lcd, ILI9320_RGB_IF2, cfg->rgb_if2);
171 ili9320_write(lcd, ILI9320_HORIZ_END, cfg->hsize - 1);
173 ili9320_write(lcd, ILI9320_VERT_END, cfg->vsize - 1);
176 ILI9320_DRIVER2_NL(((cfg->vsize - 240) / 8) + 0x1D));
187 ili9320_write(lcd, ILI9320_INTERFACE2, cfg
111 vgg2432a4_lcd_init(struct ili9320 *lcd, struct ili9320_platdata *cfg) argument
[all...]
/drivers/isdn/hardware/eicon/
H A Ds_pri.c132 byte __iomem *cfg = DIVA_OS_MEM_ATTACH_CFG(IoAdapter); local
133 if (!(READ_DWORD(cfg) & 0x80000000)) {
134 DIVA_OS_MEM_DETACH_CFG(IoAdapter, cfg);
140 WRITE_DWORD(cfg, (dword)~0x03E00000);
141 DIVA_OS_MEM_DETACH_CFG(IoAdapter, cfg);

Completed in 636 milliseconds

1234567891011>>