Searched refs:to_mux_chip (Results 1 – 2 of 2) sorted by relevance
73 #define to_mux_chip(x) container_of((x), struct mux_chip, dev) macro
65 struct mux_chip *mux_chip = to_mux_chip(dev); in mux_chip_release()517 return dev ? to_mux_chip(dev) : NULL; in of_find_mux_chip_by_node()