Home
last modified time | relevance | path

Searched refs:to_mux_chip (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/linux/mux/
H A Ddriver.h73 #define to_mux_chip(x) container_of((x), struct mux_chip, dev) macro
/openbmc/linux/drivers/mux/
H A Dcore.c65 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()