Searched refs:mux_chip (Results 1 – 6 of 6) sorted by relevance
123 static int mux_of_xlate_default(struct mux_chip *mux_chip, in mux_of_xlate_default() argument142 if (id >= mux_chip->controllers) { in mux_of_xlate_default()148 mux = &mux_chip->mux[id]; in mux_of_xlate_default()170 struct mux_chip *mux_chip; in mux_get_by_indexed_prop() local189 mux_chip = dev_get_uclass_priv(dev_mux); in mux_get_by_indexed_prop()193 ret = ops->of_xlate(mux_chip, &args, mux); in mux_get_by_indexed_prop()265 struct mux_chip *mux_chip = dev_get_uclass_priv(dev); in mux_alloc_controllers() local267 mux_chip->mux = devm_kmalloc(dev, in mux_alloc_controllers()270 if (!mux_chip->mux) in mux_alloc_controllers()273 mux_chip->controllers = controllers; in mux_alloc_controllers()[all …]
41 struct mux_chip *mux_chip = dev_get_uclass_priv(dev); in mmio_mux_probe() local96 struct mux_control *mux = &mux_chip->mux[i]; in mmio_mux_probe()
26 struct mux_chip { struct58 int (*of_xlate)(struct mux_chip *dev_mux,
28 struct mux_chip *mux_chip = dev_get_uclass_priv(dev); in mux_emul_probe() local37 mux = &mux_chip->mux[0]; in mux_emul_probe()
24 struct mux_chip *chip; in dm_test_cmd_mux_list()117 struct mux_chip *chip; in dm_test_cmd_mux_select()151 struct mux_chip *chip; in dm_test_cmd_mux_deselect()
38 struct mux_chip *chip; in cmd_mux_find()89 struct mux_chip *chip; in do_mux_list()
Completed in 19 milliseconds