Searched defs:chip_data (Results 1 – 15 of 15) sorted by relevance
74 struct chip_data { struct75 u32 cr1;76 u32 dds_rate;77 u32 timeout;78 u8 n_bytes;79 u32 dma_burst_size;80 u32 threshold;81 u32 dma_threshold;82 u16 lpss_rx_threshold;83 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);
425 struct chip_data { struct426 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 …]
122 struct chip_data { struct123 u32 mcr_val;124 u32 ctar_val;125 u16 void_write_data;
165 const struct tegra_slink_chip_data *chip_data; member
230 struct htcpld_chip *chip_data = gpiochip_get_data(chip); in htcpld_chip_set() local249 struct htcpld_chip *chip_data; in htcpld_chip_set_ni() local259 struct htcpld_chip *chip_data = gpiochip_get_data(chip); in htcpld_chip_get() local291 struct htcpld_chip *chip_data = gpiochip_get_data(chip); in htcpld_chip_to_irq() local301 struct htcpld_chip *chip_data = i2c_get_clientdata(client); in htcpld_chip_reset() local
81 static const struct chip_data { struct82 enum power_supply_property psp;83 u8 addr;84 int min_value;85 int max_value;
37 struct mtk_sysirq_chip_data *chip_data = data->chip_data; in mtk_sysirq_set_type() local134 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
50 struct mtk_cirq_chip_data *chip_data = data->chip_data; in mtk_cirq_write_mask() local
393 struct gic_chip_data *chip_data = irq_desc_get_handler_data(desc); in gic_handle_cascade_irq() local
48 const struct rockchip_hdmi_chip_data *chip_data; member
889 const struct edt_i2c_chip_data *chip_data; in edt_ft5x06_ts_probe() local
223 const struct tegra_dma_chip_data *chip_data; member