Home
last modified time | relevance | path

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

/include/linux/mux/
Ddriver.h17 struct mux_chip;
45 struct mux_chip *chip;
60 struct mux_chip { struct
69 #define to_mux_chip(x) container_of((x), struct mux_chip, dev) argument
77 static inline void *mux_chip_priv(struct mux_chip *mux_chip) in mux_chip_priv() argument
79 return &mux_chip->mux[mux_chip->controllers]; in mux_chip_priv()
82 struct mux_chip *mux_chip_alloc(struct device *dev,
84 int mux_chip_register(struct mux_chip *mux_chip);
85 void mux_chip_unregister(struct mux_chip *mux_chip);
86 void mux_chip_free(struct mux_chip *mux_chip);
[all …]