Searched refs:mdo (Results 1 – 2 of 2) sorted by relevance
32 struct gpio_desc *mdc, *mdio, *mdo; member48 bitbang->mdo = devm_gpiod_get_index_optional(dev, NULL, MDIO_GPIO_MDO, in mdio_gpio_get_data()50 return PTR_ERR_OR_ZERO(bitbang->mdo); in mdio_gpio_get_data()58 if (bitbang->mdo) { in mdio_dir()64 gpiod_set_value_cansleep(bitbang->mdo, 1); in mdio_dir()87 if (bitbang->mdo) in mdio_set()88 gpiod_set_value_cansleep(bitbang->mdo, what); in mdio_set()
1456 #define AQ_LOCKED_MDO_DEF(mdo) \ argument1457 static int aq_locked_mdo_##mdo(struct macsec_context *ctx) \1462 ret = aq_mdo_##mdo(ctx); \