Searched refs:enable_fn (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/irqchip/ |
H A D | irq-renesas-intc-irqpin.c | 378 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 D | 0012-do-not-disable-buffer-in-writing-files.patch | 404 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 D | 0012-do-not-disable-buffer-in-writing-files.patch | 424 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);
|