| /kernel/linux/linux-5.10/drivers/spi/ |
| D | spi-pxa2xx.h | 69 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 …]
|
| D | spi-pl022.c | 421 struct chip_data { struct 422 u32 cr0; 423 u16 cr1; 424 u16 dmacr; 425 u16 cpsr; 426 u8 n_bytes; 427 bool enable_dma; 428 enum ssp_reading read; 429 enum ssp_writing write; 430 void (*cs_control) (u32 command); [all …]
|
| /kernel/linux/linux-6.6/drivers/spi/ |
| D | spi-pxa2xx.h | 59 struct chip_data { struct 60 u32 cr1; 61 u32 dds_rate; 62 u32 timeout; 63 u8 enable_dma; 64 u32 dma_burst_size; 65 u32 dma_threshold; 66 u32 threshold; 67 u16 lpss_rx_threshold; 68 u16 lpss_tx_threshold;
|
| D | spi-pl022.c | 419 struct chip_data { struct 420 u32 cr0; 421 u16 cr1; 422 u16 dmacr; 423 u16 cpsr; 424 u8 n_bytes; 425 bool enable_dma; 426 enum ssp_reading read; 427 enum ssp_writing write; 428 int xfer_type;
|
| /kernel/linux/linux-5.10/drivers/mfd/ |
| D | mt6397-core.c | 128 struct chip_data { struct 136 static const struct chip_data mt6323_core = { argument
|
| D | htc-i2cpld.c | 216 struct htcpld_chip *chip_data = gpiochip_get_data(chip); in htcpld_chip_set() local 235 struct htcpld_chip *chip_data; in htcpld_chip_set_ni() local 245 struct htcpld_chip *chip_data = gpiochip_get_data(chip); in htcpld_chip_get() local 277 struct htcpld_chip *chip_data = gpiochip_get_data(chip); in htcpld_chip_to_irq() local 287 struct htcpld_chip *chip_data = i2c_get_clientdata(client); in htcpld_chip_reset() local
|
| /kernel/linux/linux-6.6/drivers/irqchip/ |
| D | irq-stm32-exti.c | 297 struct stm32_exti_chip_data *chip_data = gc->private; in stm32_exti_pending() local 359 struct stm32_exti_chip_data *chip_data = gc->private; in stm32_irq_set_type() local 394 static void stm32_chip_suspend(struct stm32_exti_chip_data *chip_data, in stm32_chip_suspend() 407 static void stm32_chip_resume(struct stm32_exti_chip_data *chip_data, in stm32_chip_resume() 422 struct stm32_exti_chip_data *chip_data = gc->private; in stm32_irq_suspend() local 431 struct stm32_exti_chip_data *chip_data = gc->private; in stm32_irq_resume() local 469 struct stm32_exti_chip_data *chip_data = gc->private; in stm32_irq_ack() local 484 struct stm32_exti_chip_data *chip_data = irq_data_get_irq_chip_data(d); in stm32_exti_write_bit() local 493 struct stm32_exti_chip_data *chip_data = irq_data_get_irq_chip_data(d); in stm32_exti_set_bit() local 506 struct stm32_exti_chip_data *chip_data = irq_data_get_irq_chip_data(d); in stm32_exti_clr_bit() local [all …]
|
| D | irq-owl-sirq.c | 135 struct owl_sirq_chip_data *chip_data = irq_data_get_irq_chip_data(data); in owl_sirq_eoi() local 150 struct owl_sirq_chip_data *chip_data = irq_data_get_irq_chip_data(data); in owl_sirq_mask() local 158 struct owl_sirq_chip_data *chip_data = irq_data_get_irq_chip_data(data); in owl_sirq_unmask() local 171 struct owl_sirq_chip_data *chip_data = irq_data_get_irq_chip_data(data); in owl_sirq_set_type() local 231 struct owl_sirq_chip_data *chip_data = domain->host_data; in owl_sirq_domain_alloc() local 282 struct owl_sirq_chip_data *chip_data; in owl_sirq_init() local
|
| D | irq-mtk-cirq.c | 68 static void __iomem *mtk_cirq_reg(struct mtk_cirq_chip_data *chip_data, in mtk_cirq_reg() 74 static void __iomem *mtk_cirq_irq_reg(struct mtk_cirq_chip_data *chip_data, in mtk_cirq_irq_reg() 83 struct mtk_cirq_chip_data *chip_data = data->chip_data; in mtk_cirq_write_mask() local
|
| D | irq-mtk-sysirq.c | 29 struct mtk_sysirq_chip_data *chip_data = data->chip_data; in mtk_sysirq_set_type() local 127 struct mtk_sysirq_chip_data *chip_data; in mtk_sysirq_of_init() local
|
| D | irq-vf610-mscm-ir.c | 89 struct vf610_mscm_ir_chip_data *chip_data = data->chip_data; in vf610_mscm_ir_enable() local 106 struct vf610_mscm_ir_chip_data *chip_data = data->chip_data; in vf610_mscm_ir_disable() local
|
| D | exynos-combiner.c | 67 struct combiner_chip_data *chip_data = irq_desc_get_handler_data(desc); in combiner_handle_cascade_irq() local 96 struct combiner_chip_data *chip_data = irq_data_get_irq_chip_data(d); in combiner_set_affinity() local
|
| /kernel/linux/linux-5.10/drivers/irqchip/ |
| D | irq-stm32-exti.c | 238 struct stm32_exti_chip_data *chip_data = gc->private; in stm32_exti_pending() local 302 struct stm32_exti_chip_data *chip_data = gc->private; in stm32_irq_set_type() local 337 static void stm32_chip_suspend(struct stm32_exti_chip_data *chip_data, in stm32_chip_suspend() 350 static void stm32_chip_resume(struct stm32_exti_chip_data *chip_data, in stm32_chip_resume() 365 struct stm32_exti_chip_data *chip_data = gc->private; in stm32_irq_suspend() local 374 struct stm32_exti_chip_data *chip_data = gc->private; in stm32_irq_resume() local 412 struct stm32_exti_chip_data *chip_data = gc->private; in stm32_irq_ack() local 427 struct stm32_exti_chip_data *chip_data = irq_data_get_irq_chip_data(d); in stm32_exti_write_bit() local 436 struct stm32_exti_chip_data *chip_data = irq_data_get_irq_chip_data(d); in stm32_exti_set_bit() local 449 struct stm32_exti_chip_data *chip_data = irq_data_get_irq_chip_data(d); in stm32_exti_clr_bit() local [all …]
|
| D | irq-owl-sirq.c | 135 struct owl_sirq_chip_data *chip_data = irq_data_get_irq_chip_data(data); in owl_sirq_eoi() local 150 struct owl_sirq_chip_data *chip_data = irq_data_get_irq_chip_data(data); in owl_sirq_mask() local 158 struct owl_sirq_chip_data *chip_data = irq_data_get_irq_chip_data(data); in owl_sirq_unmask() local 171 struct owl_sirq_chip_data *chip_data = irq_data_get_irq_chip_data(data); in owl_sirq_set_type() local 231 struct owl_sirq_chip_data *chip_data = domain->host_data; in owl_sirq_domain_alloc() local 282 struct owl_sirq_chip_data *chip_data; in owl_sirq_init() local
|
| D | irq-mtk-sysirq.c | 29 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
|
| D | irq-vf610-mscm-ir.c | 89 struct vf610_mscm_ir_chip_data *chip_data = data->chip_data; in vf610_mscm_ir_enable() local 106 struct vf610_mscm_ir_chip_data *chip_data = data->chip_data; in vf610_mscm_ir_disable() local
|
| D | exynos-combiner.c | 67 struct combiner_chip_data *chip_data = irq_desc_get_handler_data(desc); in combiner_handle_cascade_irq() local 98 struct combiner_chip_data *chip_data = irq_data_get_irq_chip_data(d); in combiner_set_affinity() local
|
| /kernel/linux/linux-6.6/drivers/mfd/ |
| D | mt6397-core.c | 236 struct chip_data { struct 244 static const struct chip_data mt6323_core = { argument
|
| /kernel/linux/linux-6.6/drivers/power/supply/ |
| D | max17040_battery.c | 54 struct chip_data { struct 64 static struct chip_data max17040_family[] = { argument
|
| D | sbs-battery.c | 93 static const struct chip_data { struct 94 enum power_supply_property psp; 95 u8 addr; 96 int min_value; 97 int max_value;
|
| /kernel/linux/linux-5.10/drivers/power/supply/ |
| D | max17040_battery.c | 55 struct chip_data { struct 65 static struct chip_data max17040_family[] = { argument
|
| /kernel/linux/linux-6.6/drivers/iio/accel/ |
| D | adxl355_i2c.c | 26 const struct adxl355_chip_info *chip_data; in adxl355_i2c_probe() local
|
| D | adxl355_spi.c | 28 const struct adxl355_chip_info *chip_data; in adxl355_spi_probe() local
|
| D | adxl313_i2c.c | 61 const struct adxl313_chip_info *chip_data; in adxl313_i2c_probe() local
|
| D | adxl313_spi.c | 66 const struct adxl313_chip_info *chip_data; in adxl313_spi_probe() local
|