Lines Matching refs:oe
229 struct regmap_field *alt, *oe, *pu, *od; member
244 const int alt, oe, pu, od, rt; member
346 .alt = 0, .oe = 40, .pu = 50, .od = 60, .rt = 100,
356 .oe = -1, /* Not Available */
386 struct regmap_field *output_enable = pc->oe; in st_pinconf_set_config()
578 if (pc->oe) { in st_pinconf_get_direction()
579 regmap_field_read(pc->oe, &oe_value); in st_pinconf_get_direction()
1004 int oe; in st_pinconf_dbg_show() local
1017 oe = st_gpio_get_direction(&pc_to_bank(pc)->gpio_chip, offset); in st_pinconf_dbg_show()
1021 (oe == GPIO_LINE_DIRECTION_OUT), in st_pinconf_dbg_show()
1154 pc->oe = st_pc_get_value(dev, regmap, bank/4, data->oe, lsb, msb); in st_parse_syscfgs()