Searched refs:mux_chip_priv (Results 1 – 3 of 3) sorted by relevance
26 struct mux_gpio *mux_gpio = mux_chip_priv(mux->chip); in mux_gpio_set() 64 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() 88 fields = mux_chip_priv(mux_chip); in mux_mmio_probe()
76 * mux_chip_priv() - Get the extra memory reserved by mux_chip_alloc().81 static inline void *mux_chip_priv(struct mux_chip *mux_chip) in mux_chip_priv() function