Home
last modified time | relevance | path

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

/u-boot/net/
A Dmdio-mux-uclass.c78 if (ops->deselect) { in mmux_change_sel()
79 ops->deselect(mux, ch_data->sel); in mmux_change_sel()
/u-boot/drivers/net/
A Dmdio_mux_sandbox.c72 .deselect = mdio_mux_sandbox_deselect,
A DKconfig70 This driver implements dummy select/deselect ops mimicking a MUX on
/u-boot/test/dm/
A Dmdio_mux.c73 mmops->deselect(mux, 5); in dm_test_mdio_mux()
/u-boot/drivers/i2c/muxes/
A Di2c-mux-uclass.c145 if (!ops->deselect) in i2c_mux_deselect()
148 return ops->deselect(mux, dev, plat->channel); in i2c_mux_deselect()
A Di2c-mux-gpio.c126 .deselect = i2c_mux_gpio_deselect,
A Di2c-arb-gpio-challenge.c134 .deselect = i2c_arbitrator_deselect,
A Dpca954x.c99 .deselect = pca954x_deselect,
/u-boot/include/
A Dmiiphy.h203 int (*deselect)(struct udevice *mux, int sel); member
A Di2c.h487 int (*deselect)(struct udevice *mux, struct udevice *bus, uint channel); member
/u-boot/cmd/
A Dmux.c184 U_BOOT_SUBCMD_MKENT(deselect, 3, 0, do_mux_deselect));
A DKconfig1128 List, select, and deselect mux controllers on the fly.

Completed in 15 milliseconds