Searched refs:of_flags (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.4/arch/arm/kernel/ |
| D | perf_event_xscale.c | 468 xscale2_pmnc_counter_has_overflowed(unsigned long of_flags, in xscale2_pmnc_counter_has_overflowed() argument 475 ret = of_flags & XSCALE2_CCOUNT_OVERFLOW; in xscale2_pmnc_counter_has_overflowed() 478 ret = of_flags & XSCALE2_COUNT0_OVERFLOW; in xscale2_pmnc_counter_has_overflowed() 481 ret = of_flags & XSCALE2_COUNT1_OVERFLOW; in xscale2_pmnc_counter_has_overflowed() 484 ret = of_flags & XSCALE2_COUNT2_OVERFLOW; in xscale2_pmnc_counter_has_overflowed() 487 ret = of_flags & XSCALE2_COUNT3_OVERFLOW; in xscale2_pmnc_counter_has_overflowed() 499 unsigned long pmnc, of_flags; in xscale2pmu_handle_irq() local 510 of_flags = xscale2pmu_read_overflow_flags(); in xscale2pmu_handle_irq() 511 if (!(of_flags & XSCALE2_OVERFLOWED_MASK)) in xscale2pmu_handle_irq() 515 xscale2pmu_write_overflow_flags(of_flags); in xscale2pmu_handle_irq() [all …]
|
| /Linux-v5.4/drivers/gpio/ |
| D | gpiolib-of.c | 354 enum of_gpio_flags *of_flags) in of_find_spi_gpio() argument 374 desc = of_get_named_gpiod_flags(np, prop_name, 0, of_flags); in of_find_spi_gpio() 415 enum of_gpio_flags *of_flags) in of_find_regulator_gpio() argument 437 desc = of_get_named_gpiod_flags(np, con_id, 0, of_flags); in of_find_regulator_gpio() 443 enum of_gpio_flags *of_flags) in of_find_arizona_gpio() argument 451 return of_get_named_gpiod_flags(dev->of_node, con_id, 0, of_flags); in of_find_arizona_gpio() 458 enum of_gpio_flags of_flags; in of_find_gpio() local 472 &of_flags); in of_find_gpio() 480 desc = of_find_spi_gpio(dev, con_id, &of_flags); in of_find_gpio() 492 desc = of_find_regulator_gpio(dev, con_id, &of_flags); in of_find_gpio() [all …]
|
| /Linux-v5.4/drivers/pci/controller/dwc/ |
| D | pcie-histb.c | 310 enum of_gpio_flags of_flags; in histb_pcie_probe() local 349 "reset-gpios", 0, &of_flags); in histb_pcie_probe() 350 if (of_flags & OF_GPIO_ACTIVE_LOW) in histb_pcie_probe()
|
| /Linux-v5.4/drivers/media/i2c/s5c73m3/ |
| D | s5c73m3-core.c | 1577 enum of_gpio_flags of_flags; in s5c73m3_parse_gpios() local 1580 0, &of_flags); in s5c73m3_parse_gpios() 1587 state->gpio[i].level = !(of_flags & OF_GPIO_ACTIVE_LOW); in s5c73m3_parse_gpios()
|