Home
last modified time | relevance | path

Searched refs:enable_fn (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/irqchip/
H A Dirq-renesas-intc-irqpin.c378 void (*enable_fn)(struct irq_data *d); in intc_irqpin_probe() local
498 enable_fn = intc_irqpin_irq_enable_force; in intc_irqpin_probe()
501 enable_fn = intc_irqpin_irq_enable; in intc_irqpin_probe()
504 enable_fn = intc_irqpin_shared_irq_enable; in intc_irqpin_probe()
511 irq_chip->irq_unmask = enable_fn; in intc_irqpin_probe()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/
H A D0012-do-not-disable-buffer-in-writing-files.patch404 if (!enable_fn)
407 - r = write_string_file_at(namespaces_fd, enable_fn, "0", WR…
408 + r = write_string_file_at(namespaces_fd, enable_fn, "0", 0);
/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/
H A D0012-do-not-disable-buffer-in-writing-files.patch424 if (!enable_fn)
427 - r = write_string_file_at(namespaces_fd, enable_fn, "0", WR…
428 + r = write_string_file_at(namespaces_fd, enable_fn, "0", 0);