Lines Matching defs:fsi_master_acf
87 struct fsi_master_acf { struct
88 struct fsi_master master;
89 struct device *dev;
90 struct regmap *scu;
91 struct mutex lock; /* mutex for command ordering */
92 struct gpio_desc *gpio_clk;
93 struct gpio_desc *gpio_data;
94 struct gpio_desc *gpio_trans; /* Voltage translator */
95 struct gpio_desc *gpio_enable; /* FSI enable */
96 struct gpio_desc *gpio_mux; /* Mux control */
120 #define to_fsi_master_acf(m) container_of(m, struct fsi_master_acf, master) argument
1433 static struct platform_driver fsi_master_acf = { variable