Searched refs:mux_chip_priv (Results 1 – 3 of 3) sorted by relevance
25 struct mux_gpio *mux_gpio = mux_chip_priv(mux->chip); in mux_gpio_set()66 mux_gpio = mux_chip_priv(mux_chip); in mux_gpio_probe()
20 struct regmap_field **fields = mux_chip_priv(mux->chip); in mux_mmio_set()68 fields = mux_chip_priv(mux_chip); in mux_mmio_probe()
77 static inline void *mux_chip_priv(struct mux_chip *mux_chip) in mux_chip_priv() function