edge_emulation     54 drivers/gpio/gpio-hlwd.c 	u32 edge_emulation;
edge_emulation     73 drivers/gpio/gpio-hlwd.c 	emulated_pending = hlwd->edge_emulation & pending;
edge_emulation    163 drivers/gpio/gpio-hlwd.c 	hlwd->edge_emulation |= BIT(hwirq);
edge_emulation    181 drivers/gpio/gpio-hlwd.c 	hlwd->edge_emulation &= ~BIT(data->hwirq);