Lines Matching refs:oe
233 struct regmap_field *alt, *oe, *pu, *od; member
248 const int alt, oe, pu, od, rt; member
350 .alt = 0, .oe = 40, .pu = 50, .od = 60, .rt = 100,
360 .oe = -1, /* Not Available */
390 struct regmap_field *output_enable = pc->oe; in st_pinconf_set_config()
582 if (pc->oe) { in st_pinconf_get_direction()
583 regmap_field_read(pc->oe, &oe_value); in st_pinconf_get_direction()
999 int oe; in st_pinconf_dbg_show() local
1012 oe = st_gpio_get_direction(&pc_to_bank(pc)->gpio_chip, offset); in st_pinconf_dbg_show()
1016 (oe == GPIO_LINE_DIRECTION_OUT), in st_pinconf_dbg_show()
1149 pc->oe = st_pc_get_value(dev, regmap, bank/4, data->oe, lsb, msb); in st_parse_syscfgs()