Home
last modified time | relevance | path

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

/drivers/spi/
Dspi-pxa2xx.h85 struct chip_data { struct
86 u32 cr1;
87 u32 dds_rate;
88 u32 timeout;
89 u8 n_bytes;
90 u32 dma_burst_size;
91 u32 threshold;
92 u32 dma_threshold;
93 u16 lpss_rx_threshold;
94 u16 lpss_tx_threshold;
[all …]
Dspi-dw.c32 struct chip_data { struct
33 u8 cs; /* chip select pin */
34 u8 tmode; /* TR/TO/RO/EEPROM */
35 u8 type; /* SPI/SSP/MicroWire */
37 u8 poll_mode; /* 1 means use poll mode */
39 u8 enable_dma;
40 u16 clk_div; /* baud rate divider */
41 u32 speed_hz; /* baud rate */
42 void (*cs_control)(u32 command);
Dspi-pl022.c432 struct chip_data { struct
433 u32 cr0;
434 u16 cr1;
435 u16 dmacr;
436 u16 cpsr;
437 u8 n_bytes;
438 bool enable_dma;
439 enum ssp_reading read;
440 enum ssp_writing write;
441 void (*cs_control) (u32 command);
[all …]
Dspi-fsl-dspi.c111 struct chip_data { struct
112 u32 mcr_val;
113 u32 ctar_val;
114 u16 void_write_data;
Dspi-tegra20-slink.c165 const struct tegra_slink_chip_data *chip_data; member
/drivers/mfd/
Dhtc-i2cpld.c230 struct htcpld_chip *chip_data = in htcpld_chip_set() local
250 struct htcpld_chip *chip_data; in htcpld_chip_set_ni() local
260 struct htcpld_chip *chip_data; in htcpld_chip_get() local
294 struct htcpld_chip *chip_data; in htcpld_chip_to_irq() local
306 struct htcpld_chip *chip_data = i2c_get_clientdata(client); in htcpld_chip_reset() local
/drivers/irqchip/
Dirq-mtk-sysirq.c33 struct mtk_sysirq_chip_data *chip_data = data->chip_data; in mtk_sysirq_set_type() local
126 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-gic.c368 struct gic_chip_data *chip_data = irq_desc_get_handler_data(desc); in gic_handle_cascade_irq() local
/drivers/power/
Dsbs-battery.c83 static const struct chip_data { struct
84 enum power_supply_property psp;
85 u8 addr;
86 int min_value;
87 int max_value;
/drivers/input/touchscreen/
Dedt-ft5x06.c887 const struct edt_i2c_chip_data *chip_data; in edt_ft5x06_ts_probe() local
/drivers/dma/
Dtegra20-apb-dma.c220 const struct tegra_dma_chip_data *chip_data; member