| /Linux-v5.4/drivers/spi/ | 
| D | spi-pxa2xx.h | 69 struct chip_data {  struct70 	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-dw.c | 23 struct chip_data {  struct24 	u8 tmode;		/* TR/TO/RO/EEPROM */
 25 	u8 type;		/* SPI/SSP/MicroWire */
 27 	u8 poll_mode;		/* 1 means use poll mode */
 29 	u16 clk_div;		/* baud rate divider */
 30 	u32 speed_hz;		/* baud rate */
 31 	void (*cs_control)(u32 command);
 
 | 
| D | spi-pl022.c | 417 struct chip_data {  struct418 	u32 cr0;
 419 	u16 cr1;
 420 	u16 dmacr;
 421 	u16 cpsr;
 422 	u8 n_bytes;
 423 	bool enable_dma;
 424 	enum ssp_reading read;
 425 	enum ssp_writing write;
 426 	void (*cs_control) (u32 command);
 [all …]
 
 | 
| D | spi-fsl-dspi.c | 118 struct chip_data {  struct119 	u32			ctar_val;
 120 	u16			void_write_data;
 
 | 
| D | spi-tegra20-slink.c | 154 	const struct tegra_slink_chip_data	*chip_data;  member
 | 
| /Linux-v5.4/drivers/irqchip/ | 
| D | irq-stm32-exti.c | 219 	struct stm32_exti_chip_data *chip_data = gc->private;  in stm32_exti_pending()  local280 static int stm32_exti_hwspin_lock(struct stm32_exti_chip_data *chip_data)  in stm32_exti_hwspin_lock()
 310 static void stm32_exti_hwspin_unlock(struct stm32_exti_chip_data *chip_data)  in stm32_exti_hwspin_unlock()
 319 	struct stm32_exti_chip_data *chip_data = gc->private;  in stm32_irq_set_type()  local
 348 static void stm32_chip_suspend(struct stm32_exti_chip_data *chip_data,  in stm32_chip_suspend()
 361 static void stm32_chip_resume(struct stm32_exti_chip_data *chip_data,  in stm32_chip_resume()
 376 	struct stm32_exti_chip_data *chip_data = gc->private;  in stm32_irq_suspend()  local
 385 	struct stm32_exti_chip_data *chip_data = gc->private;  in stm32_irq_resume()  local
 422 	struct stm32_exti_chip_data *chip_data = gc->private;  in stm32_irq_ack()  local
 436 	struct stm32_exti_chip_data *chip_data = irq_data_get_irq_chip_data(d);  in stm32_exti_set_bit()  local
 [all …]
 
 | 
| D | irq-mtk-sysirq.c | 29 	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
 
 | 
| D | irq-vf610-mscm-ir.c | 89 	struct vf610_mscm_ir_chip_data *chip_data = data->chip_data;  in vf610_mscm_ir_enable()  local106 	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()  local98 	struct combiner_chip_data *chip_data = irq_data_get_irq_chip_data(d);  in combiner_set_affinity()  local
 
 | 
| D | irq-gic-pm.c | 20 	struct gic_chip_data *chip_data;  member
 | 
| D | irq-mtk-cirq.c | 42 	struct mtk_cirq_chip_data *chip_data = data->chip_data;  in mtk_cirq_write_mask()  local
 | 
| D | irq-gic.c | 398 	struct gic_chip_data *chip_data = irq_desc_get_handler_data(desc);  in gic_handle_cascade_irq()  local
 | 
| /Linux-v5.4/drivers/mfd/ | 
| D | mt6397-core.c | 132 struct chip_data {  struct137 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()  local235 	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
 
 | 
| /Linux-v5.4/drivers/power/supply/ | 
| D | sbs-battery.c | 73 static const struct chip_data {  struct74 	enum power_supply_property psp;
 75 	u8 addr;
 76 	int min_value;
 77 	int max_value;
 
 | 
| /Linux-v5.4/arch/x86/platform/uv/ | 
| D | uv_irq.c | 78 	struct uv_irq_2_mmr_pnode *chip_data;  in uv_domain_alloc()  local
 | 
| /Linux-v5.4/kernel/irq/ | 
| D | irqdomain.c | 1196 				  void *chip_data)  in irq_domain_set_hwirq_and_chip()1224 			 void *chip_data, irq_flow_handler_t handler,  in irq_domain_set_info()
 1723 			 void *chip_data, irq_flow_handler_t handler,  in irq_domain_set_info()
 
 | 
| /Linux-v5.4/drivers/gpu/drm/arm/display/komeda/ | 
| D | komeda_dev.h | 187 	void *chip_data;  member
 | 
| /Linux-v5.4/drivers/gpu/drm/rockchip/ | 
| D | dw_hdmi-rockchip.c | 70 	const struct rockchip_hdmi_chip_data *chip_data;  member
 | 
| /Linux-v5.4/include/linux/ | 
| D | msi.h | 290 	void			*chip_data;  member
 | 
| D | pwm.h | 82 	void *chip_data;  member
 | 
| D | irq.h | 183 	void			*chip_data;  member
 | 
| /Linux-v5.4/drivers/input/touchscreen/ | 
| D | edt-ft5x06.c | 1042 	const struct edt_i2c_chip_data *chip_data;  in edt_ft5x06_ts_probe()  local
 | 
| /Linux-v5.4/drivers/dma/ | 
| D | tegra20-apb-dma.c | 216 	const struct tegra_dma_chip_data *chip_data;  member
 |