Searched defs:chip_data (Results 1 – 13 of 13) sorted by relevance
85 struct chip_data { struct86 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 …]
32 struct chip_data { struct33 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);
432 struct chip_data { struct433 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 …]
111 struct chip_data { struct112 u32 mcr_val;113 u32 ctar_val;114 u16 void_write_data;
165 const struct tegra_slink_chip_data *chip_data; member
230 struct htcpld_chip *chip_data = in htcpld_chip_set() local250 struct htcpld_chip *chip_data; in htcpld_chip_set_ni() local260 struct htcpld_chip *chip_data; in htcpld_chip_get() local294 struct htcpld_chip *chip_data; in htcpld_chip_to_irq() local306 struct htcpld_chip *chip_data = i2c_get_clientdata(client); in htcpld_chip_reset() local
33 struct mtk_sysirq_chip_data *chip_data = data->chip_data; in mtk_sysirq_set_type() local126 struct mtk_sysirq_chip_data *chip_data; in mtk_sysirq_of_init() local
93 struct vf610_mscm_ir_chip_data *chip_data = data->chip_data; in vf610_mscm_ir_enable() local110 struct vf610_mscm_ir_chip_data *chip_data = data->chip_data; in vf610_mscm_ir_disable() local
70 struct combiner_chip_data *chip_data = irq_desc_get_handler_data(desc); in combiner_handle_cascade_irq() local101 struct combiner_chip_data *chip_data = irq_data_get_irq_chip_data(d); in combiner_set_affinity() local
368 struct gic_chip_data *chip_data = irq_desc_get_handler_data(desc); in gic_handle_cascade_irq() local
83 static const struct chip_data { struct84 enum power_supply_property psp;85 u8 addr;86 int min_value;87 int max_value;
887 const struct edt_i2c_chip_data *chip_data; in edt_ft5x06_ts_probe() local
220 const struct tegra_dma_chip_data *chip_data; member