Searched refs:deselect (Results 1 – 12 of 12) sorted by relevance
/u-boot/net/ |
A D | mdio-mux-uclass.c | 78 if (ops->deselect) { in mmux_change_sel() 79 ops->deselect(mux, ch_data->sel); in mmux_change_sel()
|
/u-boot/drivers/net/ |
A D | mdio_mux_sandbox.c | 72 .deselect = mdio_mux_sandbox_deselect,
|
A D | Kconfig | 70 This driver implements dummy select/deselect ops mimicking a MUX on
|
/u-boot/test/dm/ |
A D | mdio_mux.c | 73 mmops->deselect(mux, 5); in dm_test_mdio_mux()
|
/u-boot/drivers/i2c/muxes/ |
A D | i2c-mux-uclass.c | 145 if (!ops->deselect) in i2c_mux_deselect() 148 return ops->deselect(mux, dev, plat->channel); in i2c_mux_deselect()
|
A D | i2c-mux-gpio.c | 126 .deselect = i2c_mux_gpio_deselect,
|
A D | i2c-arb-gpio-challenge.c | 134 .deselect = i2c_arbitrator_deselect,
|
A D | pca954x.c | 99 .deselect = pca954x_deselect,
|
/u-boot/include/ |
A D | miiphy.h | 203 int (*deselect)(struct udevice *mux, int sel); member
|
A D | i2c.h | 487 int (*deselect)(struct udevice *mux, struct udevice *bus, uint channel); member
|
/u-boot/cmd/ |
A D | mux.c | 184 U_BOOT_SUBCMD_MKENT(deselect, 3, 0, do_mux_deselect));
|
A D | Kconfig | 1128 List, select, and deselect mux controllers on the fly.
|
Completed in 15 milliseconds