Home
last modified time | relevance | path

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

/u-boot/drivers/mux/
A Dmux-uclass.c123 static int mux_of_xlate_default(struct mux_chip *mux_chip, in mux_of_xlate_default() argument
142 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() local
189 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() local
267 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 …]
A Dmmio.c41 struct mux_chip *mux_chip = dev_get_uclass_priv(dev); in mmio_mux_probe() local
96 struct mux_control *mux = &mux_chip->mux[i]; in mmio_mux_probe()
/u-boot/include/
A Dmux-internal.h26 struct mux_chip { struct
58 int (*of_xlate)(struct mux_chip *dev_mux,
/u-boot/test/dm/
A Dmux-emul.c28 struct mux_chip *mux_chip = dev_get_uclass_priv(dev); in mux_emul_probe() local
37 mux = &mux_chip->mux[0]; in mux_emul_probe()
A Dmux-cmd.c24 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()
/u-boot/cmd/
A Dmux.c38 struct mux_chip *chip; in cmd_mux_find()
89 struct mux_chip *chip; in do_mux_list()

Completed in 19 milliseconds