/openbmc/linux/drivers/irqchip/ |
H A D | irq-partition-percpu.c | 77 chip->irq_get_irqchip_state) in partition_irq_get_irqchip_state() 78 return chip->irq_get_irqchip_state(data, which, val); in partition_irq_get_irqchip_state() 108 .irq_get_irqchip_state = partition_irq_get_irqchip_state,
|
H A D | irq-mtk-cirq.c | 232 pendret = irq_get_irqchip_state(irq, in mtk_cirq_suspend() 236 maskret = irq_get_irqchip_state(irq, in mtk_cirq_suspend()
|
H A D | irq-mst-intc.c | 116 .irq_get_irqchip_state = irq_chip_get_parent_state,
|
H A D | qcom-pdc.c | 198 .irq_get_irqchip_state = irq_chip_get_parent_state,
|
H A D | irq-renesas-rzg2l.c | 338 .irq_get_irqchip_state = irq_chip_get_parent_state,
|
H A D | irq-pruss-intc.c | 371 .irq_get_irqchip_state = pruss_intc_irq_get_irqchip_state,
|
H A D | irq-gic.c | 891 .irq_get_irqchip_state = gic_irq_get_irqchip_state, 908 .irq_get_irqchip_state = gic_irq_get_irqchip_state,
|
H A D | irq-gic-v3.c | 1495 .irq_get_irqchip_state = gic_irq_get_irqchip_state, 1513 .irq_get_irqchip_state = gic_irq_get_irqchip_state,
|
/openbmc/linux/drivers/extcon/ |
H A D | extcon-qcom-spmi-misc.c | 48 ret = irq_get_irqchip_state(info->id_irq, in qcom_usb_extcon_detect_cable() 63 ret = irq_get_irqchip_state(info->vbus_irq, in qcom_usb_extcon_detect_cable()
|
/openbmc/linux/kernel/irq/ |
H A D | irq_sim.c | 96 .irq_get_irqchip_state = irq_sim_get_irqchip_state,
|
H A D | manage.c | 2806 if (chip->irq_get_irqchip_state) in __irq_get_irqchip_state() 2816 err = chip->irq_get_irqchip_state(data, which, state); in __irq_get_irqchip_state() 2833 int irq_get_irqchip_state(unsigned int irq, enum irqchip_irq_state which, in irq_get_irqchip_state() function 2852 EXPORT_SYMBOL_GPL(irq_get_irqchip_state);
|
H A D | chip.c | 1341 if (!data || !data->chip->irq_get_irqchip_state) in irq_chip_get_parent_state() 1344 return data->chip->irq_get_irqchip_state(data, which, state); in irq_chip_get_parent_state()
|
/openbmc/linux/drivers/mfd/ |
H A D | qcom-pm8xxx.c | 361 .irq_get_irqchip_state = pm8xxx_irq_get_irqchip_state, 476 .irq_get_irqchip_state = pm8821_irq_get_irqchip_state,
|
/openbmc/linux/arch/arm64/kvm/vgic/ |
H A D | vgic-debug.c | 199 err = irq_get_irqchip_state(irq->host_irq, in print_irq_state()
|
H A D | vgic-v4.c | 174 ret = irq_get_irqchip_state(irq->host_irq, in vgic_v4_disable_vsgis()
|
H A D | vgic.c | 189 WARN_ON(irq_get_irqchip_state(irq->host_irq, in vgic_get_phys_line_level()
|
H A D | vgic-mmio.c | 257 err = irq_get_irqchip_state(irq->host_irq, in __read_pending()
|
/openbmc/linux/include/linux/ |
H A D | interrupt.h | 504 extern int irq_get_irqchip_state(unsigned int irq, enum irqchip_irq_state which,
|
H A D | irq.h | 539 int (*irq_get_irqchip_state)(struct irq_data *data, enum irqchip_irq_state which, bool *state); member
|
/openbmc/linux/drivers/soc/qcom/ |
H A D | smsm.c | 328 .irq_get_irqchip_state = smsm_get_irqchip_state,
|
/openbmc/linux/drivers/pinctrl/qcom/ |
H A D | pinctrl-ssbi-gpio.c | 499 ret = irq_get_irqchip_state(irq, IRQCHIP_STATE_LINE_LEVEL, in pm8xxx_gpio_get()
|
H A D | pinctrl-ssbi-mpp.c | 506 ret = irq_get_irqchip_state(irq, IRQCHIP_STATE_LINE_LEVEL, &state); in pm8xxx_mpp_get()
|
/openbmc/linux/drivers/power/supply/ |
H A D | qcom_smbb.c | 358 ret = irq_get_irqchip_state(irq, IRQCHIP_STATE_LINE_LEVEL, &state); in smbb_set_line_flag()
|
/openbmc/linux/drivers/net/wwan/ |
H A D | qcom_bam_dmux.c | 833 ret = irq_get_irqchip_state(dmux->pc_irq, IRQCHIP_STATE_LINE_LEVEL, in bam_dmux_probe()
|
/openbmc/linux/arch/x86/kernel/apic/ |
H A D | io_apic.c | 1977 .irq_get_irqchip_state = ioapic_irq_get_chip_state, 1991 .irq_get_irqchip_state = ioapic_irq_get_chip_state,
|