/linux/drivers/pnp/pnpacpi/ |
H A D | rsparser.c | 18 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 D | resource.c | 337 * @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 D | pci_link.c | 57 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 int acpi_pci_link_allocate_irq(acpi_handle handle, int index, int *triggering, in acpi_pci_link_allocate_irq() argument 643 if (triggering) in acpi_pci_link_allocate_irq() [all …]
|
H A D | pci_irq.c | 389 int triggering = ACPI_LEVEL_SENSITIVE; in acpi_pci_irq_enable() local 429 &triggering, &polarity, in acpi_pci_irq_enable() 454 rc = acpi_register_gsi(&dev->dev, gsi, triggering, polarity); in acpi_pci_irq_enable() 471 (triggering == ACPI_LEVEL_SENSITIVE) ? "level" : "edge", in acpi_pci_irq_enable()
|
/linux/drivers/acpi/acpica/ |
H A D | rsirq.c | 33 {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 D | rsdumpinfo.c | 31 {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 D | gpio-restart.yaml | 21 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 D | cib.txt | 19 CIB. The second cell specifies the triggering semantics of the 35 * 2) Triggering (1 - edge rising
|
H A D | ciu3.txt | 13 The second cell indicates the triggering semantics, and may have a
|
/linux/Documentation/arch/arm/ |
H A D | swp_emulation.rst | 8 instructions, triggering an undefined instruction exception when executed. 11 signalled to the triggering process.
|
/linux/Documentation/hwmon/ |
H A D | sg2042-mcu.rst | 54 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/gpu/drm/exynos/ |
H A D | exynos_drm_fimd.c | 194 atomic_t triggering; member 995 * Skips triggering if in triggering state, because multiple triggering in fimd_trigger() 998 if (atomic_read(&ctx->triggering)) in fimd_trigger() 1001 /* Enters triggering mode */ in fimd_trigger() 1002 atomic_set(&ctx->triggering, 1); in fimd_trigger() 1009 * Exits triggering mode if vblank is not enabled yet, because when the in fimd_trigger() 1010 * VIDINTCON0 register is not set, it can not exit from triggering mode. in fimd_trigger() 1013 atomic_set(&ctx->triggering, 0); in fimd_trigger() 1097 /* Exits triggering mode */ in fimd_irq_handler() 1098 atomic_set(&ctx->triggering, 0); in fimd_irq_handler()
|
/linux/drivers/comedi/drivers/ |
H A D | ni_at_a2150.c | 33 * - 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 D | uncore-power.json | 182 …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 D | uncore-power.json | 182 …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 D | uncore-power.json | 191 …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 D | uncore-power.json | 184 …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 D | uncore-power.json | 184 …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/include/acpi/ |
H A D | acrestyp.h | 56 /* 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 D | uncore-power.json | 192 …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 D | lis3lv02d.h | 16 * @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 D | hung_task_tests.c | 85 /* 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 D | compiler.h | 227 * 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/lib/ |
H A D | bug.c | 186 * before triggering the exception handler, so we must add the in __report_bug() 188 * extra debugging message it writes before triggering the handler. in __report_bug()
|
/linux/tools/testing/selftests/bpf/benchs/ |
H A D | bench_trigger.c | 61 /* BPF triggering benchmarks */ 178 /* Batched, staying mostly in-kernel triggering setups */ 354 * triggering, so this shouldn't affect benchmark results much in usetup()
|