Searched defs:fsi_master_acf (Results 1 – 1 of 1) sorted by relevance
87 struct fsi_master_acf { struct88 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 */[all …]