Home
last modified time | relevance | path

Searched refs:of_flags (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/arch/arm/kernel/
Dperf_event_xscale.c462 xscale2_pmnc_counter_has_overflowed(unsigned long of_flags, in xscale2_pmnc_counter_has_overflowed() argument
469 ret = of_flags & XSCALE2_CCOUNT_OVERFLOW; in xscale2_pmnc_counter_has_overflowed()
472 ret = of_flags & XSCALE2_COUNT0_OVERFLOW; in xscale2_pmnc_counter_has_overflowed()
475 ret = of_flags & XSCALE2_COUNT1_OVERFLOW; in xscale2_pmnc_counter_has_overflowed()
478 ret = of_flags & XSCALE2_COUNT2_OVERFLOW; in xscale2_pmnc_counter_has_overflowed()
481 ret = of_flags & XSCALE2_COUNT3_OVERFLOW; in xscale2_pmnc_counter_has_overflowed()
493 unsigned long pmnc, of_flags; in xscale2pmu_handle_irq() local
505 of_flags = xscale2pmu_read_overflow_flags(); in xscale2pmu_handle_irq()
506 if (!(of_flags & XSCALE2_OVERFLOWED_MASK)) in xscale2pmu_handle_irq()
510 xscale2pmu_write_overflow_flags(of_flags); in xscale2pmu_handle_irq()
[all …]
/linux-4.4.14/drivers/clk/
Dclk-gpio.c228 enum of_gpio_flags of_flags; in of_clk_gpio_delayed_register_get() local
238 &of_flags); in of_clk_gpio_delayed_register_get()
252 data->num_parents, gpio, of_flags & OF_GPIO_ACTIVE_LOW); in of_clk_gpio_delayed_register_get()
/linux-4.4.14/drivers/gpio/
Dgpiolib.c1816 enum of_gpio_flags of_flags; in of_find_gpio() local
1829 &of_flags); in of_find_gpio()
1837 if (of_flags & OF_GPIO_ACTIVE_LOW) in of_find_gpio()
1840 if (of_flags & OF_GPIO_SINGLE_ENDED) { in of_find_gpio()
1841 if (of_flags & OF_GPIO_ACTIVE_LOW) in of_find_gpio()
/linux-4.4.14/drivers/staging/fbtft/
Dfbtft-core.c165 enum of_gpio_flags of_flags; in fbtft_request_one_gpio() local
168 gpio = of_get_named_gpio_flags(node, name, index, &of_flags); in fbtft_request_one_gpio()
180 flags = (of_flags & OF_GPIO_ACTIVE_LOW) ? GPIOF_OUT_INIT_LOW : in fbtft_request_one_gpio()
/linux-4.4.14/drivers/media/i2c/s5c73m3/
Ds5c73m3-core.c1584 enum of_gpio_flags of_flags; in s5c73m3_parse_gpios() local
1587 0, &of_flags); in s5c73m3_parse_gpios()
1594 state->gpio[i].level = !(of_flags & OF_GPIO_ACTIVE_LOW); in s5c73m3_parse_gpios()