Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/gpio/
H A Dadi_gpio2.c72 static void port_setup(unsigned gpio, unsigned short usage) in port_setup() function
181 port_setup(ident, PERIPHERAL_USAGE); in peripheral_request()
221 port_setup(ident, GPIO_USAGE); in peripheral_free()
274 port_setup(gpio, GPIO_USAGE); in gpio_request()
326 port_setup(gpio, GPIO_USAGE); in special_gpio_request()
/openbmc/linux/net/dsa/
H A Ddevlink.c305 if (ds->ops->port_setup) { in dsa_port_devlink_setup()
306 err = ds->ops->port_setup(ds, dp->index); in dsa_port_devlink_setup()
/openbmc/linux/drivers/net/dsa/microchip/
H A Dksz_common.c194 .port_setup = ksz8_port_setup,
233 .port_setup = ksz9477_port_setup,
269 .port_setup = lan937x_port_setup,
2504 dev->dev_ops->port_setup(dev, port, false); in ksz_enable_port()
H A Dksz_common.h317 void (*port_setup)(struct ksz_device *dev, int port, bool cpu_port); member
/openbmc/linux/include/net/
H A Ddsa.h848 int (*port_setup)(struct dsa_switch *ds, int port); member
/openbmc/linux/Documentation/networking/dsa/
H A Ddsa.rst637 - ``port_setup`` and ``port_teardown``: methods for initialization and
/openbmc/linux/drivers/net/dsa/mv88e6xxx/
H A Dchip.c6916 .port_setup = mv88e6xxx_port_setup,