Home
last modified time | relevance | path

Searched refs:triggering (Results 1 – 25 of 63) sorted by relevance

123

/linux/drivers/pnp/pnpacpi/
H A Drsparser.c18 static void decode_irq_flags(struct pnp_dev *dev, int flags, u8 *triggering, in decode_irq_flags() argument
24 *triggering = ACPI_LEVEL_SENSITIVE; in decode_irq_flags()
28 *triggering = ACPI_LEVEL_SENSITIVE; in decode_irq_flags()
32 *triggering = ACPI_EDGE_SENSITIVE; in decode_irq_flags()
36 *triggering = ACPI_EDGE_SENSITIVE; in decode_irq_flags()
42 *triggering = ACPI_EDGE_SENSITIVE; in decode_irq_flags()
207 flags = acpi_dev_irq_flags(gpio->triggering, in pnpacpi_allocated_resource()
319 flags = acpi_dev_irq_flags(p->triggering, p->polarity, p->shareable, p->wake_capable); in pnpacpi_parse_irq_option()
343 flags = acpi_dev_irq_flags(p->triggering, p->polarity, p->shareable, p->wake_capable); in pnpacpi_parse_ext_irq_option()
664 u8 triggering, polarity, shareable; in pnpacpi_encode_irq() local
[all …]
/linux/drivers/acpi/acpica/
H A Drsirq.c33 {ACPI_RSC_SET8, ACPI_RS_OFFSET(data.irq.triggering),
49 {ACPI_RSC_1BITFLAG, ACPI_RS_OFFSET(data.irq.triggering),
87 {ACPI_RSC_1BITFLAG, ACPI_RS_OFFSET(data.irq.triggering),
134 ACPI_RS_OFFSET(data.irq.triggering),
173 {ACPI_RSC_1BITFLAG, ACPI_RS_OFFSET(data.extended_irq.triggering),
H A Drsdumpinfo.c31 {ACPI_RSD_1BITFLAG, ACPI_RSD_OFFSET(irq.triggering), "Triggering",
221 {ACPI_RSD_1BITFLAG, ACPI_RSD_OFFSET(extended_irq.triggering),
262 {ACPI_RSD_1BITFLAG, ACPI_RSD_OFFSET(gpio.triggering), "Triggering",
/linux/arch/x86/pci/
H A Dxen.c65 static int xen_register_pirq(u32 gsi, int triggering, bool set_pirq) in xen_register_pirq() argument
90 if (triggering == ACPI_EDGE_SENSITIVE) { in xen_register_pirq()
118 static int xen_register_gsi(u32 gsi, int triggering, int polarity) in xen_register_gsi() argument
127 gsi, triggering, polarity); in xen_register_gsi()
129 irq = xen_register_pirq(gsi, triggering, true); in xen_register_gsi()
132 setup_gsi.triggering = (triggering == ACPI_EDGE_SENSITIVE ? 0 : 1); in xen_register_gsi()
/linux/Documentation/hwmon/
H A Dsg2042-mcu.rst54 repower_policy RW Execution policy when triggering repower
59 the hysteresis temperature after triggering a shutdown due to
62 leave the SoC down when the triggering repower, and "repower" will
/linux/Documentation/arch/arm/
H A Dswp_emulation.rst8 instructions, triggering an undefined instruction exception when executed.
11 signalled to the triggering process.
/linux/drivers/acpi/
H A Dpci_irq.c389 int triggering = ACPI_LEVEL_SENSITIVE; in acpi_pci_irq_enable() local
431 &triggering, &polarity, in acpi_pci_irq_enable()
457 rc = acpi_register_gsi(&dev->dev, gsi, triggering, polarity); in acpi_pci_irq_enable()
474 (triggering == ACPI_LEVEL_SENSITIVE) ? "level" : "edge", in acpi_pci_irq_enable()
/linux/include/acpi/
H A Dacpi_drivers.h53 int acpi_pci_link_allocate_irq(acpi_handle handle, int index, int *triggering,
H A Dacrestyp.h140 u8 triggering; member
335 u8 triggering; member
363 u8 triggering; /* For values, see Interrupt Attributes above */ member
/linux/Documentation/devicetree/bindings/mips/cavium/
H A Dciu3.txt13 The second cell indicates the triggering semantics, and may have a
H A Dcib.txt19 CIB. The second cell specifies the triggering semantics of the
/linux/Documentation/ABI/testing/
H A Dsysfs-bus-iio-sps3015 Sensor is capable of triggering self cleaning periodically.
H A Dsysfs-memory-page-offline33 triggering IO errors if needed. Note this may kill
H A Dsysfs-class-led-trigger-tty6 Specifies the tty device name of the triggering tty
H A Dsysfs-bus-intel_th-devices-msc44 triggering a window switch for the buffer. Returns an error in any
/linux/drivers/staging/nvec/
H A DREADME6 started by triggering a gpio line.
/linux/Documentation/devicetree/bindings/firmware/
H A Dnvidia,tegra210-bpmp.txt20 and for triggering messages ("tx")
/linux/include/xen/interface/
H A Dphysdev.h196 uint8_t triggering; member
/linux/arch/x86/xen/
H A Denlighten_pvh.c41 setup_gsi.triggering = (trigger == ACPI_EDGE_SENSITIVE ? 0 : 1); in xen_pvh_setup_gsi()
/linux/Documentation/fault-injection/
H A Dprovoke-crashes.rst43 before triggering the action. The default is 10 (except for
/linux/Documentation/power/
H A Dsuspend-and-interrupts.rst22 not prepared for interrupts triggering after their devices had been suspended.
73 dedicated controller from triggering interrupts unnecessarily.
/linux/Documentation/trace/coresight/
H A Dcoresight-perf.rst102 Example for triggering AUX pause and resume with ftrace tracepoints::
106 Example for triggering AUX pause and resume with PMU event::
/linux/tools/testing/selftests/arm64/signal/
H A DREADME53 successfully progressed up to the stage of triggering the fake sigreturn
/linux/Documentation/networking/devlink/
H A Ddevlink-region.rst15 Regions may optionally support triggering snapshots on demand.
/linux/Documentation/networking/
H A Dplip.rst86 When the PLIP driver is used in IRQ mode, the timeout used for triggering a
211 That raises the ACK line, triggering an interrupt in the receiving

123