Searched refs:has_edge_sel (Results 1 – 2 of 2) sorted by relevance
188 if (s->has_edge_sel) { in imx_gpio_read()249 if (s->has_edge_sel) { in imx_gpio_write()287 VMSTATE_BOOL(has_edge_sel, IMXGPIOState),294 DEFINE_PROP_BOOL("has-edge-sel", IMXGPIOState, has_edge_sel, true),
56 bool has_edge_sel; member