Searched refs:of_flags (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/drivers/perf/ |
| H A D | arm_xscale_pmu.c | 462 ret = of_flags & XSCALE2_CCOUNT_OVERFLOW; in xscale2_pmnc_counter_has_overflowed() 465 ret = of_flags & XSCALE2_COUNT0_OVERFLOW; in xscale2_pmnc_counter_has_overflowed() 468 ret = of_flags & XSCALE2_COUNT1_OVERFLOW; in xscale2_pmnc_counter_has_overflowed() 471 ret = of_flags & XSCALE2_COUNT2_OVERFLOW; in xscale2_pmnc_counter_has_overflowed() 486 unsigned long pmnc, of_flags; in xscale2pmu_handle_irq() local 581 unsigned long ien, evtsel, of_flags; in xscale2pmu_disable_event() local 591 of_flags = XSCALE2_CCOUNT_OVERFLOW; in xscale2pmu_disable_event() 597 of_flags = XSCALE2_COUNT0_OVERFLOW; in xscale2pmu_disable_event() 603 of_flags = XSCALE2_COUNT1_OVERFLOW; in xscale2pmu_disable_event() 609 of_flags = XSCALE2_COUNT2_OVERFLOW; in xscale2pmu_disable_event() [all …]
|
| /linux-6.15/drivers/gpio/ |
| H A D | gpiolib-of.c | 499 enum of_gpio_flags *of_flags) in of_find_gpio_rename() argument 617 desc = of_get_named_gpiod_flags(np, legacy_id, idx, of_flags); in of_find_gpio_rename() 631 enum of_gpio_flags *of_flags) in of_find_mt2701_gpio() argument 652 desc = of_get_named_gpiod_flags(np, legacy_id, 0, of_flags); in of_find_mt2701_gpio() 669 enum of_gpio_flags *of_flags) in of_find_trigger_gpio() argument 679 desc = of_get_named_gpiod_flags(np, con_id, idx, of_flags); in of_find_trigger_gpio() 690 enum of_gpio_flags *of_flags); 702 enum of_gpio_flags of_flags; in of_find_gpio() local 708 desc = of_get_named_gpiod_flags(np, propname, idx, &of_flags); in of_find_gpio() 715 desc = (*q)(np, con_id, idx, &of_flags); in of_find_gpio() [all …]
|
| /linux-6.15/drivers/reset/ |
| H 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()
|