Searched refs:of_flags (Results 1 – 3 of 3) sorted by relevance
| /drivers/perf/ |
| A D | arm_xscale_pmu.c | 461 ret = of_flags & XSCALE2_CCOUNT_OVERFLOW; in xscale2_pmnc_counter_has_overflowed() 464 ret = of_flags & XSCALE2_COUNT0_OVERFLOW; in xscale2_pmnc_counter_has_overflowed() 467 ret = of_flags & XSCALE2_COUNT1_OVERFLOW; in xscale2_pmnc_counter_has_overflowed() 470 ret = of_flags & XSCALE2_COUNT2_OVERFLOW; in xscale2_pmnc_counter_has_overflowed() 485 unsigned long pmnc, of_flags; in xscale2pmu_handle_irq() local 579 unsigned long ien, evtsel, of_flags; in xscale2pmu_disable_event() local 589 of_flags = XSCALE2_CCOUNT_OVERFLOW; in xscale2pmu_disable_event() 595 of_flags = XSCALE2_COUNT0_OVERFLOW; in xscale2pmu_disable_event() 601 of_flags = XSCALE2_COUNT1_OVERFLOW; in xscale2pmu_disable_event() 607 of_flags = XSCALE2_COUNT2_OVERFLOW; in xscale2pmu_disable_event() [all …]
|
| /drivers/gpio/ |
| A D | gpiolib-of.c | 508 enum of_gpio_flags *of_flags) in of_find_gpio_rename() argument 626 desc = of_get_named_gpiod_flags(np, legacy_id, idx, of_flags); in of_find_gpio_rename() 640 enum of_gpio_flags *of_flags) in of_find_mt2701_gpio() argument 661 desc = of_get_named_gpiod_flags(np, legacy_id, 0, of_flags); in of_find_mt2701_gpio() 678 enum of_gpio_flags *of_flags) in of_find_trigger_gpio() argument 688 desc = of_get_named_gpiod_flags(np, con_id, idx, of_flags); in of_find_trigger_gpio() 699 enum of_gpio_flags *of_flags); 711 enum of_gpio_flags of_flags = 0; in of_find_gpio() local 717 desc = of_get_named_gpiod_flags(np, propname, idx, &of_flags); in of_find_gpio() 724 desc = (*q)(np, con_id, idx, &of_flags); in of_find_gpio() [all …]
|
| /drivers/reset/ |
| A D | core.c | 853 unsigned int of_flags) in __reset_add_reset_gpio_lookup() argument 864 if (of_flags > GPIO_ACTIVE_LOW) { in __reset_add_reset_gpio_lookup() 866 of_flags, gpio); in __reset_add_reset_gpio_lookup() 893 lookup_flags |= of_flags & GPIO_ACTIVE_LOW; in __reset_add_reset_gpio_lookup()
|
Completed in 12 milliseconds