Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/mux/
Ddriver.h69 #define to_mux_chip(x) container_of((x), struct mux_chip, dev) macro
/Linux-v4.19/drivers/mux/
Dcore.c52 struct mux_chip *mux_chip = to_mux_chip(dev); in mux_chip_release()
420 return dev ? to_mux_chip(dev) : NULL; in of_find_mux_chip_by_node()