/drivers/pci/ |
H A D | htirq.c | 38 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/media/video/s5p-fimc/ |
H A D | fimc-reg.c | 23 u32 cfg; local 25 cfg = readl(dev->regs + S5P_CISRCFMT); 26 cfg |= S5P_CISRCFMT_ITU601_8BIT; 27 writel(cfg, dev->regs + S5P_CISRCFMT); 30 cfg = readl(dev->regs + S5P_CIGCTRL); 31 cfg |= (S5P_CIGCTRL_SWRST | S5P_CIGCTRL_IRQ_LEVEL); 32 writel(cfg, dev->regs + S5P_CIGCTRL); 35 cfg = readl(dev->regs + S5P_CIGCTRL); 36 cfg &= ~S5P_CIGCTRL_SWRST; 37 writel(cfg, de 75 u32 cfg, flip; local 108 u32 cfg; local 156 u32 cfg; local 174 u32 cfg; local 223 u32 cfg = readl(dev->regs + S5P_ORGISIZE); local 233 u32 cfg = readl(dev->regs + S5P_CIOCTRL); local 245 u32 cfg, shfactor; local 266 u32 cfg = readl(dev->regs + S5P_CISCCTRL); local 327 u32 cfg; local 360 u32 cfg = readl(dev->regs + S5P_CIIMGCPT); local 382 u32 cfg = 0; local 400 u32 cfg; local 435 u32 cfg; local 519 u32 cfg = readl(dev->regs + S5P_MSCTRL); local 534 u32 cfg = readl(dev->regs + S5P_CISCCTRL); local 543 u32 cfg = readl(dev->regs + S5P_CIREAL_ISIZE); local 571 u32 cfg = readl(fimc->regs + S5P_CIGCTRL); local 601 u32 cfg = 0; local 654 u32 cfg = readl(fimc->regs + S5P_CIWDOFST); local 675 u32 cfg, tmp; local [all...] |
/drivers/net/wireless/iwlwifi/ |
H A D | iwl-drv.h | 98 * @cfg: device specific constants / virtual functions 108 struct iwl_trans *trans, const struct iwl_cfg *cfg);
|
/drivers/media/common/tuners/ |
H A D | max2165.h | 37 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 D | mc44s803.h | 36 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 D | mt2266.h | 28 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 D | qt1010.h | 36 * @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 D | tda18218.h | 35 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 D | mt2131_priv.h | 37 struct mt2131_config *cfg; member in struct:mt2131_priv
|
H A D | mt2060.h | 34 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 D | mt2131.h | 36 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 D | tda18212.h | 42 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 D | tda827x.h | 50 * @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 D | tda8290.h | 37 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 D | xc4000.h | 56 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 D | xc5000.h | 63 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 D | a8293.h | 31 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 D | itd1000.h | 33 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
|
/drivers/media/video/davinci/ |
H A D | vpbe.c | 65 struct vpbe_config *cfg = vpbe_dev->cfg; local 68 return ((index == 0) ? &cfg->venc : 69 &cfg->ext_encoders[index-1]); 75 * @vpbe_config - ptr to vpbe cfg 80 static int vpbe_find_encoder_sd_index(struct vpbe_config *cfg, argument 83 char *encoder_name = cfg->outputs[index].subdev_name; 87 if (!strcmp(encoder_name, cfg->venc.module_name)) 90 for (i = 0; i < cfg->num_ext_encoders; i++) { 92 cfg 132 struct vpbe_config *cfg = vpbe_dev->cfg; local 147 struct vpbe_config *cfg = vpbe_dev->cfg; local 180 struct vpbe_config *cfg = vpbe_dev->cfg; local 201 struct vpbe_config *cfg = vpbe_dev->cfg; local 221 struct vpbe_config *cfg = vpbe_dev->cfg; local 248 struct vpbe_config *cfg = vpbe_dev->cfg; local 319 struct vpbe_config *cfg = vpbe_dev->cfg; local 355 struct vpbe_config *cfg = vpbe_dev->cfg; local 421 struct vpbe_config *cfg = vpbe_dev->cfg; local 453 struct vpbe_config *cfg = vpbe_dev->cfg; local 513 struct vpbe_config *cfg = vpbe_dev->cfg; local 827 struct vpbe_config *cfg; local [all...] |
/drivers/regulator/ |
H A D | fixed-helper.c | 7 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/media/dvb/dvb-usb/ |
H A D | mxl111sf-demod.h | 38 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 D | cxd2099.h | 39 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/net/wireless/rtlwifi/ |
H A D | cam.c | 69 rtl_write_dword(rtlpriv, rtlpriv->cfg->maps[WCAMI], 71 rtl_write_dword(rtlpriv, rtlpriv->cfg->maps[RWCAM], 75 rtlpriv->cfg->maps[WCAMI], target_content); 79 rtlpriv->cfg->maps[RWCAM], target_command); 88 rtl_write_dword(rtlpriv, rtlpriv->cfg->maps[WCAMI], 90 rtl_write_dword(rtlpriv, rtlpriv->cfg->maps[RWCAM], 107 rtl_write_dword(rtlpriv, rtlpriv->cfg->maps[WCAMI], 109 rtl_write_dword(rtlpriv, rtlpriv->cfg->maps[RWCAM], 169 rtl_write_dword(rtlpriv, rtlpriv->cfg->maps[WCAMI], 0); 170 rtl_write_dword(rtlpriv, rtlpriv->cfg [all...] |
/drivers/leds/ |
H A D | leds-renesas-tpu.c | 68 struct led_renesas_tpu_config *cfg = p->pdev->dev.platform_data; local 73 return ioread16(base - cfg->channel_offset); 81 struct led_renesas_tpu_config *cfg = p->pdev->dev.platform_data; local 86 iowrite16(value, base - cfg->channel_offset); 95 struct led_renesas_tpu_config *cfg = p->pdev->dev.platform_data; local 103 value |= 1 << cfg->timer_bit; 105 value &= ~(1 << cfg->timer_bit); 113 struct led_renesas_tpu_config *cfg = p->pdev->dev.platform_data; local 157 tmp = (cfg->max_brightness - brightness) * rate; 158 r_tpu_write(p, TGRA, tmp / cfg 193 struct led_renesas_tpu_config *cfg = p->pdev->dev.platform_data; local 243 struct led_renesas_tpu_config *cfg = pdev->dev.platform_data; local [all...] |
/drivers/usb/serial/ |
H A D | kl5kusb105.c | 132 struct klsi_105_port_settings cfg; member in struct:klsi_105_private 254 priv->cfg.pktlen = 5; 255 priv->cfg.baudrate = kl5kusb105a_sio_b9600; 256 priv->cfg.databits = kl5kusb105a_dtb_8; 257 priv->cfg.unknown1 = 0; 258 priv->cfg.unknown2 = 1; 298 struct klsi_105_port_settings *cfg; local 310 cfg = kmalloc(sizeof(*cfg), GFP_KERNEL); 311 if (!cfg) { 465 struct klsi_105_port_settings *cfg; local [all...] |