Home
last modified time | relevance | path

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

/linux/arch/arm/kernel/
A Dperf_event_xscale.c475 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
610 of_flags = XSCALE2_CCOUNT_OVERFLOW; in xscale2pmu_disable_event()
616 of_flags = XSCALE2_COUNT0_OVERFLOW; in xscale2pmu_disable_event()
622 of_flags = XSCALE2_COUNT1_OVERFLOW; in xscale2pmu_disable_event()
628 of_flags = XSCALE2_COUNT2_OVERFLOW; in xscale2pmu_disable_event()
[all …]
/linux/drivers/gpio/
A Dgpiolib-of.c373 enum of_gpio_flags *of_flags) in of_find_spi_gpio() argument
435 enum of_gpio_flags *of_flags) in of_find_regulator_gpio() argument
476 enum of_gpio_flags *of_flags) in of_find_usb_gpio() argument
496 enum of_gpio_flags of_flags; in of_find_gpio() local
510 &of_flags); in of_find_gpio()
542 if (of_flags & OF_GPIO_ACTIVE_LOW) in of_find_gpio()
545 if (of_flags & OF_GPIO_SINGLE_ENDED) { in of_find_gpio()
546 if (of_flags & OF_GPIO_OPEN_DRAIN) in of_find_gpio()
552 if (of_flags & OF_GPIO_TRANSITORY) in of_find_gpio()
555 if (of_flags & OF_GPIO_PULL_UP) in of_find_gpio()
[all …]
/linux/drivers/pci/controller/dwc/
A Dpcie-histb.c305 enum of_gpio_flags of_flags; in histb_pcie_probe() local
342 "reset-gpios", 0, &of_flags); in histb_pcie_probe()
343 if (of_flags & OF_GPIO_ACTIVE_LOW) in histb_pcie_probe()
/linux/drivers/media/i2c/s5c73m3/
A 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()

Completed in 12 milliseconds