Home
last modified time | relevance | path

Searched defs:chip_data (Results 1 – 21 of 21) sorted by relevance

/Linux-v4.19/drivers/spi/
Dspi-pxa2xx.h69 struct chip_data { struct
70 u32 cr1;
71 u32 dds_rate;
72 u32 timeout;
73 u8 n_bytes;
74 u32 dma_burst_size;
75 u32 threshold;
76 u32 dma_threshold;
77 u16 lpss_rx_threshold;
78 u16 lpss_tx_threshold;
[all …]
Dspi-dw.c32 struct chip_data { struct
33 u8 tmode; /* TR/TO/RO/EEPROM */
34 u8 type; /* SPI/SSP/MicroWire */
36 u8 poll_mode; /* 1 means use poll mode */
38 u16 clk_div; /* baud rate divider */
39 u32 speed_hz; /* baud rate */
40 void (*cs_control)(u32 command);
Dspi-pl022.c425 struct chip_data { struct
426 u32 cr0;
427 u16 cr1;
428 u16 dmacr;
429 u16 cpsr;
430 u8 n_bytes;
431 bool enable_dma;
432 enum ssp_reading read;
433 enum ssp_writing write;
434 void (*cs_control) (u32 command);
[all …]
Dspi-fsl-dspi.c132 struct chip_data { struct
133 u32 ctar_val;
134 u16 void_write_data;
Dspi-tegra20-slink.c165 const struct tegra_slink_chip_data *chip_data; member
/Linux-v4.19/drivers/irqchip/
Dirq-stm32-exti.c211 struct stm32_exti_chip_data *chip_data = gc->private; in stm32_exti_pending() local
275 struct stm32_exti_chip_data *chip_data = gc->private; in stm32_irq_set_type() local
299 static void stm32_chip_suspend(struct stm32_exti_chip_data *chip_data, in stm32_chip_suspend()
312 static void stm32_chip_resume(struct stm32_exti_chip_data *chip_data, in stm32_chip_resume()
327 struct stm32_exti_chip_data *chip_data = gc->private; in stm32_irq_suspend() local
336 struct stm32_exti_chip_data *chip_data = gc->private; in stm32_irq_resume() local
373 struct stm32_exti_chip_data *chip_data = gc->private; in stm32_irq_ack() local
387 struct stm32_exti_chip_data *chip_data = irq_data_get_irq_chip_data(d); in stm32_exti_set_bit() local
400 struct stm32_exti_chip_data *chip_data = irq_data_get_irq_chip_data(d); in stm32_exti_clr_bit() local
413 struct stm32_exti_chip_data *chip_data = irq_data_get_irq_chip_data(d); in stm32_exti_h_eoi() local
[all …]
Dirq-mtk-sysirq.c37 struct mtk_sysirq_chip_data *chip_data = data->chip_data; in mtk_sysirq_set_type() local
134 struct mtk_sysirq_chip_data *chip_data; in mtk_sysirq_of_init() local
Dirq-vf610-mscm-ir.c93 struct vf610_mscm_ir_chip_data *chip_data = data->chip_data; in vf610_mscm_ir_enable() local
110 struct vf610_mscm_ir_chip_data *chip_data = data->chip_data; in vf610_mscm_ir_disable() local
Dexynos-combiner.c70 struct combiner_chip_data *chip_data = irq_desc_get_handler_data(desc); in combiner_handle_cascade_irq() local
101 struct combiner_chip_data *chip_data = irq_data_get_irq_chip_data(d); in combiner_set_affinity() local
Dirq-mtk-cirq.c50 struct mtk_cirq_chip_data *chip_data = data->chip_data; in mtk_cirq_write_mask() local
Dirq-gic.c393 struct gic_chip_data *chip_data = irq_desc_get_handler_data(desc); in gic_handle_cascade_irq() local
/Linux-v4.19/drivers/mfd/
Dhtc-i2cpld.c230 struct htcpld_chip *chip_data = gpiochip_get_data(chip); in htcpld_chip_set() local
249 struct htcpld_chip *chip_data; in htcpld_chip_set_ni() local
259 struct htcpld_chip *chip_data = gpiochip_get_data(chip); in htcpld_chip_get() local
291 struct htcpld_chip *chip_data = gpiochip_get_data(chip); in htcpld_chip_to_irq() local
301 struct htcpld_chip *chip_data = i2c_get_clientdata(client); in htcpld_chip_reset() local
/Linux-v4.19/drivers/power/supply/
Dsbs-battery.c82 static const struct chip_data { struct
83 enum power_supply_property psp;
84 u8 addr;
85 int min_value;
86 int max_value;
/Linux-v4.19/arch/x86/platform/uv/
Duv_irq.c78 struct uv_irq_2_mmr_pnode *chip_data; in uv_domain_alloc() local
/Linux-v4.19/kernel/irq/
Dirqdomain.c1157 void *chip_data) in irq_domain_set_hwirq_and_chip()
1185 void *chip_data, irq_flow_handler_t handler, in irq_domain_set_info()
1684 void *chip_data, irq_flow_handler_t handler, in irq_domain_set_info()
/Linux-v4.19/drivers/gpu/drm/rockchip/
Ddw_hdmi-rockchip.c48 const struct rockchip_hdmi_chip_data *chip_data; member
/Linux-v4.19/include/linux/
Dmsi.h262 void *chip_data; member
Dpwm.h82 void *chip_data; member
Dirq.h182 void *chip_data; member
/Linux-v4.19/drivers/input/touchscreen/
Dedt-ft5x06.c969 const struct edt_i2c_chip_data *chip_data; in edt_ft5x06_ts_probe() local
/Linux-v4.19/drivers/dma/
Dtegra20-apb-dma.c223 const struct tegra_dma_chip_data *chip_data; member