Home
last modified time | relevance | path

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

/linux-6.1.9/arch/arm/kernel/
Dperf_event_xscale.c468 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-6.1.9/drivers/gpio/
Dgpiolib-of.c343 enum of_gpio_flags of_flags; in gpiod_get_from_of_node() local
346 desc = of_get_named_gpiod_flags(node, propname, index, &of_flags); in gpiod_get_from_of_node()
356 lflags = of_convert_gpio_flags(of_flags); in gpiod_get_from_of_node()
376 enum of_gpio_flags *of_flags) in of_find_spi_gpio() argument
394 return of_get_named_gpiod_flags(np, prop_name, idx, of_flags); in of_find_spi_gpio()
405 enum of_gpio_flags *of_flags) in of_find_spi_cs_gpio() argument
424 return of_get_named_gpiod_flags(np, "gpios", idx, of_flags); in of_find_spi_cs_gpio()
435 enum of_gpio_flags *of_flags) in of_find_regulator_gpio() argument
455 return of_get_named_gpiod_flags(np, con_id, idx, of_flags); in of_find_regulator_gpio()
461 enum of_gpio_flags *of_flags) in of_find_arizona_gpio() argument
[all …]
/linux-6.1.9/drivers/pci/controller/dwc/
Dpcie-histb.c303 enum of_gpio_flags of_flags; in histb_pcie_probe() local
340 "reset-gpios", 0, &of_flags); in histb_pcie_probe()
341 if (of_flags & OF_GPIO_ACTIVE_LOW) in histb_pcie_probe()
/linux-6.1.9/drivers/media/i2c/s5c73m3/
Ds5c73m3-core.c1580 enum of_gpio_flags of_flags; in s5c73m3_parse_gpios() local
1583 0, &of_flags); in s5c73m3_parse_gpios()
1590 state->gpio[i].level = !(of_flags & OF_GPIO_ACTIVE_LOW); in s5c73m3_parse_gpios()