of_flags
enum of_gpio_flags *of_flags)
desc = of_get_named_gpiod_flags(np, legacy_id, idx, of_flags);
enum of_gpio_flags *of_flags)
desc = of_get_named_gpiod_flags(np, legacy_id, 0, of_flags);
enum of_gpio_flags *of_flags)
desc = of_get_named_gpiod_flags(np, con_id, idx, of_flags);
enum of_gpio_flags of_flags = 0;
desc = of_get_named_gpiod_flags(np, propname, idx, &of_flags);
desc = (*q)(np, con_id, idx, &of_flags);
*flags = of_convert_gpio_flags(of_flags);
xscale2_pmnc_counter_has_overflowed(unsigned long of_flags,
ret = of_flags & XSCALE2_CCOUNT_OVERFLOW;
ret = of_flags & XSCALE2_COUNT0_OVERFLOW;
ret = of_flags & XSCALE2_COUNT1_OVERFLOW;
ret = of_flags & XSCALE2_COUNT2_OVERFLOW;
ret = of_flags & XSCALE2_COUNT3_OVERFLOW;
unsigned long pmnc, of_flags;
of_flags = xscale2pmu_read_overflow_flags();
if (!(of_flags & XSCALE2_OVERFLOWED_MASK))
xscale2pmu_write_overflow_flags(of_flags);
if (!xscale2_pmnc_counter_has_overflowed(of_flags, idx))
unsigned long ien, evtsel, of_flags;
of_flags = XSCALE2_CCOUNT_OVERFLOW;
of_flags = XSCALE2_COUNT0_OVERFLOW;
of_flags = XSCALE2_COUNT1_OVERFLOW;
of_flags = XSCALE2_COUNT2_OVERFLOW;
of_flags = XSCALE2_COUNT3_OVERFLOW;
xscale2pmu_write_overflow_flags(of_flags);
unsigned int offset, of_flags, lflags;
of_flags = args->args[1];
if (of_flags > GPIO_ACTIVE_LOW) {
of_flags, offset);
lflags = GPIO_PERSISTENT | (of_flags & GPIO_ACTIVE_LOW);