Home
last modified time | relevance | path

Searched defs:mux_chip (Results 1 – 6 of 6) sorted by relevance

/linux/include/linux/mux/
A Ddriver.h64 struct mux_chip { struct
73 #define to_mux_chip(x) container_of((x), struct mux_chip, dev) argument
81 static inline void *mux_chip_priv(struct mux_chip *mux_chip) in mux_chip_priv()
/linux/drivers/mux/
A Dcore.c53 struct mux_chip *mux_chip = to_mux_chip(dev); in mux_chip_release() local
83 struct mux_chip *mux_chip; in mux_chip_alloc() local
151 int mux_chip_register(struct mux_chip *mux_chip) in mux_chip_register()
185 void mux_chip_unregister(struct mux_chip *mux_chip) in mux_chip_unregister()
197 void mux_chip_free(struct mux_chip *mux_chip) in mux_chip_free()
208 struct mux_chip *mux_chip = *(struct mux_chip **)res; in devm_mux_chip_release() local
227 struct mux_chip **ptr, *mux_chip; in devm_mux_chip_alloc() local
248 struct mux_chip *mux_chip = *(struct mux_chip **)res; in devm_mux_chip_reg_release() local
263 struct mux_chip *mux_chip) in devm_mux_chip_register()
455 struct mux_chip *mux_chip; in mux_control_get() local
A Dgpio.c51 struct mux_chip *mux_chip; in mux_gpio_probe() local
A Dmmio.c41 struct mux_chip *mux_chip; in mux_mmio_probe() local
A Dadgs1408.c57 struct mux_chip *mux_chip; in adgs1408_probe() local
A Dadg792a.c64 struct mux_chip *mux_chip; in adg792a_probe() local

Completed in 6 milliseconds