Home
last modified time | relevance | path

Searched refs:chip_data (Results 1 – 25 of 41) sorted by relevance

12

/drivers/irqchip/
Dirq-mtk-sysirq.c29 struct mtk_sysirq_chip_data *chip_data = data->chip_data; in mtk_sysirq_set_type() local
30 u8 intpol_idx = chip_data->intpol_idx[hwirq]; in mtk_sysirq_set_type()
36 base = chip_data->intpol_bases[intpol_idx]; in mtk_sysirq_set_type()
37 reg_index = chip_data->which_word[hwirq]; in mtk_sysirq_set_type()
40 spin_lock_irqsave(&chip_data->lock, flags); in mtk_sysirq_set_type()
56 spin_unlock_irqrestore(&chip_data->lock, flags); in mtk_sysirq_set_type()
126 struct mtk_sysirq_chip_data *chip_data; in mtk_sysirq_of_init() local
135 chip_data = kzalloc(sizeof(*chip_data), GFP_KERNEL); in mtk_sysirq_of_init()
136 if (!chip_data) in mtk_sysirq_of_init()
148 chip_data->intpol_words = kcalloc(nr_intpol_bases, in mtk_sysirq_of_init()
[all …]
Dirq-stm32-exti.c219 struct stm32_exti_chip_data *chip_data = gc->private; in stm32_exti_pending() local
220 const struct stm32_exti_bank *stm32_bank = chip_data->reg_bank; in stm32_exti_pending()
280 static int stm32_exti_hwspin_lock(struct stm32_exti_chip_data *chip_data) in stm32_exti_hwspin_lock() argument
284 if (!chip_data->host_data->hwlock) in stm32_exti_hwspin_lock()
293 ret = hwspin_trylock_raw(chip_data->host_data->hwlock); in stm32_exti_hwspin_lock()
310 static void stm32_exti_hwspin_unlock(struct stm32_exti_chip_data *chip_data) in stm32_exti_hwspin_unlock() argument
312 if (chip_data->host_data->hwlock) in stm32_exti_hwspin_unlock()
313 hwspin_unlock_raw(chip_data->host_data->hwlock); in stm32_exti_hwspin_unlock()
319 struct stm32_exti_chip_data *chip_data = gc->private; in stm32_irq_set_type() local
320 const struct stm32_exti_bank *stm32_bank = chip_data->reg_bank; in stm32_irq_set_type()
[all …]
Dirq-vf610-mscm-ir.c89 struct vf610_mscm_ir_chip_data *chip_data = data->chip_data; in vf610_mscm_ir_enable() local
92 irsprc = readw_relaxed(chip_data->mscm_ir_base + MSCM_IRSPRC(hwirq)); in vf610_mscm_ir_enable()
95 WARN_ON(irsprc & ~chip_data->cpu_mask); in vf610_mscm_ir_enable()
97 writew_relaxed(chip_data->cpu_mask, in vf610_mscm_ir_enable()
98 chip_data->mscm_ir_base + MSCM_IRSPRC(hwirq)); in vf610_mscm_ir_enable()
106 struct vf610_mscm_ir_chip_data *chip_data = data->chip_data; in vf610_mscm_ir_disable() local
108 writew_relaxed(0x0, chip_data->mscm_ir_base + MSCM_IRSPRC(hwirq)); in vf610_mscm_ir_disable()
Dexynos-combiner.c67 struct combiner_chip_data *chip_data = irq_desc_get_handler_data(desc); in combiner_handle_cascade_irq() local
75 status = readl_relaxed(chip_data->base + COMBINER_INT_STATUS); in combiner_handle_cascade_irq()
77 status &= chip_data->irq_mask; in combiner_handle_cascade_irq()
82 combiner_irq = chip_data->hwirq_offset + __ffs(status); in combiner_handle_cascade_irq()
98 struct combiner_chip_data *chip_data = irq_data_get_irq_chip_data(d); in combiner_set_affinity() local
99 struct irq_chip *chip = irq_get_chip(chip_data->parent_irq); in combiner_set_affinity()
100 struct irq_data *data = irq_get_irq_data(chip_data->parent_irq); in combiner_set_affinity()
Dirq-gic-pm.c20 struct gic_chip_data *chip_data; member
28 struct gic_chip_data *gic = chip_pm->chip_data; in gic_runtime_resume()
56 struct gic_chip_data *gic = chip_pm->chip_data; in gic_runtime_suspend()
111 ret = gic_of_init_child(dev, &chip_pm->chip_data, irq); in gic_probe()
Dirq-mtk-cirq.c42 struct mtk_cirq_chip_data *chip_data = data->chip_data; in mtk_cirq_write_mask() local
46 writel_relaxed(mask, chip_data->base + offset + (cirq_num / 32) * 4); in mtk_cirq_write_mask()
Dirq-imx-gpcv2.c75 struct gpcv2_irqchip_data *cd = d->chip_data; in imx_gpcv2_irq_set_wake()
97 struct gpcv2_irqchip_data *cd = d->chip_data; in imx_gpcv2_irq_unmask()
113 struct gpcv2_irqchip_data *cd = d->chip_data; in imx_gpcv2_irq_mask()
Dirq-mbigen.c106 void __iomem *base = data->chip_data; in mbigen_eoi_irq()
118 void __iomem *base = data->chip_data; in mbigen_set_type()
150 void __iomem *base = d->chip_data; in mbigen_write_msg()
Dirq-mvebu-icu.c96 struct mvebu_icu_irq_data *icu_irqd = d->chip_data; in mvebu_icu_write_msg()
259 struct mvebu_icu_irq_data *icu_irqd = d->chip_data; in mvebu_icu_irq_domain_free()
Dirq-imx-irqsteer.c47 struct irqsteer_data *data = d->chip_data; in imx_irqsteer_irq_unmask()
61 struct irqsteer_data *data = d->chip_data; in imx_irqsteer_irq_mask()
/drivers/mfd/
Dhtc-i2cpld.c216 struct htcpld_chip *chip_data = gpiochip_get_data(chip); in htcpld_chip_set() local
219 client = chip_data->client; in htcpld_chip_set()
223 spin_lock_irqsave(&chip_data->lock, flags); in htcpld_chip_set()
225 chip_data->cache_out |= (1 << offset); in htcpld_chip_set()
227 chip_data->cache_out &= ~(1 << offset); in htcpld_chip_set()
228 spin_unlock_irqrestore(&chip_data->lock, flags); in htcpld_chip_set()
230 schedule_work(&(chip_data->set_val_work)); in htcpld_chip_set()
235 struct htcpld_chip *chip_data; in htcpld_chip_set_ni() local
238 chip_data = container_of(work, struct htcpld_chip, set_val_work); in htcpld_chip_set_ni()
239 client = chip_data->client; in htcpld_chip_set_ni()
[all …]
Dmt6397-core.c132 struct chip_data { struct
137 static const struct chip_data mt6323_core = { argument
142 static const struct chip_data mt6397_core = {
152 const struct chip_data *pmic_core; in mt6397_probe()
/drivers/gpu/drm/arm/display/komeda/d71/
Dd71_dev.c169 struct d71_dev *d71 = mdev->chip_data; in d71_irq_handler()
209 struct d71_dev *d71 = mdev->chip_data; in d71_enable_irq()
229 struct d71_dev *d71 = mdev->chip_data; in d71_disable_irq()
248 struct d71_dev *d71 = mdev->chip_data; in d71_on_off_vblank()
274 struct d71_dev *d71 = mdev->chip_data; in d71_change_opmode()
289 struct d71_dev *d71 = mdev->chip_data; in d71_flush()
329 struct d71_dev *d71 = mdev->chip_data; in d71_cleanup()
335 mdev->chip_data = NULL; in d71_cleanup()
351 mdev->chip_data = d71; in d71_enum_resources()
518 struct d71_dev *d71 = mdev->chip_data; in d71_connect_iommu()
[all …]
/drivers/iommu/
Dhyperv-iommu.c54 entry = data->chip_data; in hyperv_ir_set_affinity()
104 irq_data->chip_data = info->ioapic_entry; in hyperv_irq_remapping_alloc()
126 struct IO_APIC_route_entry *entry = irq_data->chip_data; in hyperv_irq_remapping_activate()
Dintel_irq_remapping.c1154 struct intel_ir_data *ir_data = irqd->chip_data; in intel_ir_reconfigure_irte()
1210 struct intel_ir_data *ir_data = irq_data->chip_data; in intel_ir_compose_msi_msg()
1217 struct intel_ir_data *ir_data = data->chip_data; in intel_ir_set_vcpu_affinity()
1331 if (irq_data && irq_data->chip_data) { in intel_free_irq_resources()
1332 data = irq_data->chip_data; in intel_free_irq_resources()
1405 irq_data->chip_data = ird; in intel_irq_remapping_alloc()
1436 struct intel_ir_data *data = irq_data->chip_data; in intel_irq_remapping_deactivate()
/drivers/dma/
Dtegra20-apb-dma.c216 const struct tegra_dma_chip_data *chip_data; member
399 if (tdma->chip_data->support_channel_pause) { in tegra_dma_pause()
413 if (tdma->chip_data->support_channel_pause) { in tegra_dma_resume()
453 if (tdc->tdma->chip_data->support_separate_wcount_reg) in tegra_dma_start()
494 if (tdc->tdma->chip_data->support_separate_wcount_reg) in tegra_dma_configure_for_next()
776 if (tdc->tdma->chip_data->support_separate_wcount_reg) in tegra_dma_terminate_all()
813 if (tdc->tdma->chip_data->support_separate_wcount_reg) in tegra_dma_sg_bytes_xferred()
818 if (!tdc->tdma->chip_data->support_separate_wcount_reg) in tegra_dma_sg_bytes_xferred()
998 if (tdc->tdma->chip_data->support_separate_wcount_reg) in tegra_dma_prep_wcount()
1075 (len > tdc->tdma->chip_data->max_dma_count)) { in tegra_dma_prep_slave_sg()
[all …]
/drivers/gpu/drm/rockchip/
Ddw_hdmi-rockchip.c70 const struct rockchip_hdmi_chip_data *chip_data; member
271 if (hdmi->chip_data->lcdsel_grf_reg < 0) in dw_hdmi_rockchip_encoder_enable()
276 val = hdmi->chip_data->lcdsel_lit; in dw_hdmi_rockchip_encoder_enable()
278 val = hdmi->chip_data->lcdsel_big; in dw_hdmi_rockchip_encoder_enable()
286 ret = regmap_write(hdmi->regmap, hdmi->chip_data->lcdsel_grf_reg, val); in dw_hdmi_rockchip_encoder_enable()
511 hdmi->chip_data = plat_data->phy_data; in dw_hdmi_rockchip_bind()
/drivers/pci/controller/
Dpcie-tango.c50 struct tango_pcie *pcie = d->chip_data; in tango_ack()
60 struct tango_pcie *pcie = d->chip_data; in update_msi_enable()
90 struct tango_pcie *pcie = d->chip_data; in tango_compose_msi_msg()
161 struct tango_pcie *pcie = d->chip_data; in tango_irq_domain_free()
/drivers/gpio/
Dgpio-lpc18xx.c77 struct lpc18xx_gpio_pin_ic *ic = d->chip_data; in lpc18xx_gpio_pin_ic_mask()
97 struct lpc18xx_gpio_pin_ic *ic = d->chip_data; in lpc18xx_gpio_pin_ic_unmask()
117 struct lpc18xx_gpio_pin_ic *ic = d->chip_data; in lpc18xx_gpio_pin_ic_eoi()
133 struct lpc18xx_gpio_pin_ic *ic = d->chip_data; in lpc18xx_gpio_pin_ic_set_type()
Dgpio-uniphier.c186 struct uniphier_gpio_priv *priv = data->chip_data; in uniphier_gpio_irq_mask()
196 struct uniphier_gpio_priv *priv = data->chip_data; in uniphier_gpio_irq_unmask()
206 struct uniphier_gpio_priv *priv = data->chip_data; in uniphier_gpio_irq_set_type()
/drivers/spi/
Dspi-dw.c23 struct chip_data { struct
130 struct chip_data *chip = spi_get_ctldata(spi); in dw_spi_set_cs()
284 struct chip_data *chip = spi_get_ctldata(spi); in dw_spi_transfer_one()
400 struct chip_data *chip; in dw_spi_setup()
405 chip = kzalloc(sizeof(struct chip_data), GFP_KERNEL); in dw_spi_setup()
433 struct chip_data *chip = spi_get_ctldata(spi); in dw_spi_cleanup()
Dspi-pxa2xx.h69 struct chip_data { struct
137 extern int pxa2xx_spi_set_dma_burst_and_threshold(struct chip_data *chip,
Dspi-pxa2xx.c388 struct chip_data *chip = spi_get_ctldata(spi); in cs_assert()
413 struct chip_data *chip = spi_get_ctldata(spi); in cs_deassert()
560 struct chip_data *chip = in reset_sccr1()
891 struct chip_data *chip = in pxa2xx_ssp_get_clk_div()
910 struct chip_data *chip = spi_get_ctldata(spi); in pxa2xx_spi_can_dma()
923 struct chip_data *chip = spi_get_ctldata(spi); in pxa2xx_spi_transfer_one()
1168 static int setup_cs(struct spi_device *spi, struct chip_data *chip, in setup_cs()
1228 struct chip_data *chip; in setup()
1271 chip = kzalloc(sizeof(struct chip_data), GFP_KERNEL); in setup()
1384 struct chip_data *chip = spi_get_ctldata(spi); in cleanup()
Dspi-pxa2xx-dma.c73 struct chip_data *chip = in pxa2xx_spi_dma_prepare_one()
233 int pxa2xx_spi_set_dma_burst_and_threshold(struct chip_data *chip, in pxa2xx_spi_set_dma_burst_and_threshold()
/drivers/input/touchscreen/
Dedt-ft5x06.c1042 const struct edt_i2c_chip_data *chip_data; in edt_ft5x06_ts_probe() local
1057 chip_data = device_get_match_data(&client->dev); in edt_ft5x06_ts_probe()
1058 if (!chip_data) in edt_ft5x06_ts_probe()
1059 chip_data = (const struct edt_i2c_chip_data *)id->driver_data; in edt_ft5x06_ts_probe()
1060 if (!chip_data || !chip_data->max_support_points) { in edt_ft5x06_ts_probe()
1065 tsdata->max_support_points = chip_data->max_support_points; in edt_ft5x06_ts_probe()

12