Home
last modified time | relevance | path

Searched full:triggering (Results 1 – 25 of 435) sorted by relevance

12345678910>>...18

/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/
H A Dresource.c337 * @triggering: Triggering type as provided by ACPI.
342 unsigned long acpi_dev_irq_flags(u8 triggering, u8 polarity, u8 shareable, u8 wake_capable) in acpi_dev_irq_flags() argument
346 if (triggering == ACPI_LEVEL_SENSITIVE) in acpi_dev_irq_flags()
365 * @triggering: Triggering type as provided by ACPI.
368 unsigned int acpi_dev_get_irq_type(int triggering, int polarity) in acpi_dev_get_irq_type() argument
372 return triggering == ACPI_EDGE_SENSITIVE ? in acpi_dev_get_irq_type()
376 return triggering == ACPI_EDGE_SENSITIVE ? in acpi_dev_get_irq_type()
380 if (triggering == ACPI_EDGE_SENSITIVE) in acpi_dev_get_irq_type()
701 unsigned char triggering; member
712 static bool acpi_dev_irq_override(u32 gsi, u8 triggering, u8 polarity, in acpi_dev_irq_override() argument
[all …]
H A Dpci_link.c57 u8 triggering; /* All IRQs */ member
115 link->irq.triggering = p->triggering; in acpi_pci_link_check_possible()
141 link->irq.triggering = p->triggering; in acpi_pci_link_check_possible()
302 resource->res.data.irq.triggering = link->irq.triggering; in acpi_pci_link_set()
305 if (link->irq.triggering == ACPI_EDGE_SENSITIVE) in acpi_pci_link_set()
319 resource->res.data.extended_irq.triggering = in acpi_pci_link_set()
320 link->irq.triggering; in acpi_pci_link_set()
323 if (link->irq.triggering == ACPI_EDGE_SENSITIVE) in acpi_pci_link_set()
606 * @triggering: pointer to store the GSI trigger
612 * 0 on success with @triggering, @polarity, @name, @gsi initialized.
[all …]
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/drivers/acpi/acpica/
H A Drsirq.c33 {ACPI_RSC_SET8, ACPI_RS_OFFSET(data.irq.triggering),
47 /* Get flags: Triggering[0], Polarity[3], Sharing[4], Wake[5] */
49 {ACPI_RSC_1BITFLAG, ACPI_RS_OFFSET(data.irq.triggering),
85 /* Set flags: Triggering[0], Polarity[3], Sharing[4], Wake[5] */
87 {ACPI_RSC_1BITFLAG, ACPI_RS_OFFSET(data.irq.triggering),
134 ACPI_RS_OFFSET(data.irq.triggering),
166 * Flags: Producer/Consumer[0], Triggering[1], Polarity[2],
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),
222 "Triggering", acpi_gbl_he_decode},
262 {ACPI_RSD_1BITFLAG, ACPI_RSD_OFFSET(gpio.triggering), "Triggering",
/linux/Documentation/devicetree/bindings/power/reset/
H A Dgpio-restart.yaml21 is configured as an output, and driven active, triggering a level triggered reset condition.
22 This will also cause an inactive->active edge condition, triggering positive edge triggered
24 active->inactive edge, triggering negative edge triggered reset. After a delay specified by
/linux/Documentation/devicetree/bindings/mips/cavium/
H A Dcib.txt19 CIB. The second cell specifies the triggering semantics of the
35 * 2) Triggering (1 - edge rising
H A Dciu3.txt13 The second cell indicates the triggering semantics, and may have a
/linux/Documentation/arch/arm/
H A Dswp_emulation.rst8 instructions, triggering an undefined instruction exception when executed.
11 signalled to the triggering process.
/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/drivers/comedi/drivers/
H A Dni_at_a2150.c33 * - analog level triggering
166 * the stop_src is set to external triggering. in a2150_interrupt()
233 /* clear fifo and reset triggering circuitry */ in a2150_cancel()
477 /* clear fifo and reset triggering circuitry */ in a2150_ai_cmd()
531 /* setup start triggering */ in a2150_ai_cmd()
583 /* clear fifo and reset triggering circuitry */ in a2150_ai_rinsn()
601 /* setup start triggering */ in a2150_ai_rinsn()
629 /* clear fifo and reset triggering circuitry */ in a2150_ai_rinsn()
/linux/tools/perf/pmu-events/arch/x86/sapphirerapids/
H A Duncore-power.json182 …holding to generate histograms, or with other PCU events and occupancy triggering to capture other…
192 …holding to generate histograms, or with other PCU events and occupancy triggering to capture other…
201 …holding to generate histograms, or with other PCU events and occupancy triggering to capture other…
/linux/tools/perf/pmu-events/arch/x86/emeraldrapids/
H A Duncore-power.json182 …holding to generate histograms, or with other PCU events and occupancy triggering to capture other…
192 …holding to generate histograms, or with other PCU events and occupancy triggering to capture other…
201 …holding to generate histograms, or with other PCU events and occupancy triggering to capture other…
/linux/tools/perf/pmu-events/arch/x86/snowridgex/
H A Duncore-power.json191 …holding to generate histograms, or with other PCU events and occupancy triggering to capture other…
202 …holding to generate histograms, or with other PCU events and occupancy triggering to capture other…
213 …holding to generate histograms, or with other PCU events and occupancy triggering to capture other…
/linux/tools/perf/pmu-events/arch/x86/cascadelakex/
H A Duncore-power.json184 …holding to generate histograms, or with other PCU events and occupancy triggering to capture other…
195 …holding to generate histograms, or with other PCU events and occupancy triggering to capture other…
206 …holding to generate histograms, or with other PCU events and occupancy triggering to capture other…
/linux/tools/perf/pmu-events/arch/x86/skylakex/
H A Duncore-power.json184 …holding to generate histograms, or with other PCU events and occupancy triggering to capture other…
195 …holding to generate histograms, or with other PCU events and occupancy triggering to capture other…
206 …holding to generate histograms, or with other PCU events and occupancy triggering to capture other…
/linux/drivers/gpio/
H A Dgpiolib-acpi-core.c79 * @triggering: triggering type as provided by ACPI
90 int triggering; member
365 agpio->triggering == ACPI_EDGE_SENSITIVE ? 'E' : 'L', in acpi_gpiochip_alloc_event()
411 if (agpio->triggering == ACPI_LEVEL_SENSITIVE) { in acpi_gpiochip_alloc_event()
723 * Polarity and triggering are only specified for GpioInt in acpi_populate_gpio_lookup()
731 info->triggering = agpio->triggering; in acpi_populate_gpio_lookup()
1043 irq_flags = acpi_dev_get_irq_type(info.triggering, in acpi_dev_gpio_irq_wake_get_by()
/linux/include/acpi/
H A Dacrestyp.h56 /* Triggering */
140 u8 triggering; member
335 u8 triggering; member
363 u8 triggering; /* For values, see Interrupt Attributes above */ member
/linux/tools/perf/pmu-events/arch/x86/icelakex/
H A Duncore-power.json192 …holding to generate histograms, or with other PCU events and occupancy triggering to capture other…
203 …holding to generate histograms, or with other PCU events and occupancy triggering to capture other…
214 …holding to generate histograms, or with other PCU events and occupancy triggering to capture other…
/linux/include/linux/
H A Dlis3lv02d.h16 * @irq_flags1: Additional irq triggering flags for irq channel 0
17 * @irq_flags2: Additional irq triggering flags for irq channel 1
/linux/samples/hung_task/
H A Dhung_task_tests.c85 /* Sleeps here, potentially triggering hung task detection if lock is held too long */ in read_dummy_rwsem_read()
105 /* Sleeps here, potentially triggering hung task detection if lock is held too long */ in read_dummy_rwsem_write()
/linux/lib/zstd/common/
H A Dcompiler.h227 * Helper function to perform a wrapped pointer difference without triggering
240 * Helper function to perform a wrapped pointer add without triggering UBSAN.
252 * Helper function to perform a wrapped pointer subtraction without triggering
/linux/tools/testing/selftests/bpf/benchs/
H A Dbench_trigger.c61 /* BPF triggering benchmarks */
178 /* Batched, staying mostly in-kernel triggering setups */
354 * triggering, so this shouldn't affect benchmark results much in usetup()
/linux/Documentation/ABI/testing/
H A Dsysfs-bus-iio-sps3015 Sensor is capable of triggering self cleaning periodically.

12345678910>>...18