/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-wpa-supplicant/ |
H A D | 0001-cli-drop-the-second-argument-from-click.argument-dec.patch | 69 -@click.argument('name', 'Name of property (case sensitive)') 72 """Method: Get Property (case sensitive)""" 78 -@click.argument('name', 'Name of property (case sensitive)') 83 """Method: Set Property (case sensitive)""" 89 -@click.argument('name', 'Name of property (case sensitive)') 93 """Method: Get Property (case sensitive)""" 98 -@click.argument('name', 'Name of property (case sensitive)') 104 """Method: Set Property (case sensitive)""" 109 -@click.argument('name', 'Name of property (case sensitive)') 113 """Method: Get Property (case sensitive)""" [all …]
|
/openbmc/linux/drivers/irqchip/ |
H A D | qcom-pdc.c | 110 * Level sensitive active low LOW 111 * Rising edge sensitive NOT USED 112 * Falling edge sensitive LOW 113 * Dual Edge sensitive NOT USED 114 * Level sensitive active High HIGH 115 * Falling Edge sensitive NOT USED 116 * Rising edge sensitive HIGH 117 * Dual Edge sensitive HIGH
|
/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/ |
H A D | snps,archs-idu-intc.txt | 21 4 = active high level-sensitive <<< DEFAULT 22 8 = NOT SUPPORTED (active low level-sensitive) 24 sensitive.
|
H A D | open-pic.txt | 46 1 = active low level-sensitive 47 2 = active high level-sensitive 84 // Interrupt source '42' that is active high level-sensitive.
|
H A D | img,pdc-intc.txt | 44 4 = active-high level-sensitive (required for perip irqs) 45 8 = active-low level-sensitive 102 // Interrupt source SysWake 0 that is active-low level-sensitive
|
H A D | atmel,aic.txt | 16 4 = active high level-sensitive. 17 8 = active low level-sensitive.
|
H A D | nxp,lpc3220-mic.txt | 12 IRQ_TYPE_LEVEL_HIGH = active high level-sensitive, 13 IRQ_TYPE_LEVEL_LOW = active low level-sensitive.
|
/openbmc/linux/Documentation/devicetree/bindings/mfd/ |
H A D | allwinner,sun4i-a10-ts.yaml | 33 allwinner,tp-sensitive-adjust: 71 /* sensitive/noisy touch panel */ 72 allwinner,tp-sensitive-adjust = <0>;
|
/openbmc/qemu/hw/ppc/ |
H A D | ppc.c | 87 /* Level sensitive - active high */ in ppc6xx_set_irq() 96 /* Level sensitive - active high */ in ppc6xx_set_irq() 101 /* Level sensitive - active high */ in ppc6xx_set_irq() 106 /* Negative edge sensitive */ in ppc6xx_set_irq() 116 /* Level sensitive - active low */ in ppc6xx_set_irq() 125 /* Level sensitive - active low */ in ppc6xx_set_irq() 167 /* Level sensitive - active high */ in ppc970_set_irq() 172 /* Level sensitive - active high */ in ppc970_set_irq() 177 /* Negative edge sensitive */ in ppc970_set_irq() 187 /* Level sensitive - active low */ in ppc970_set_irq() [all …]
|
/openbmc/qemu/include/crypto/ |
H A D | secret.h | 40 * other kind of sensitive data that is represented as 43 * The sensitive data associated with the secret can 58 * property. When passing sensitive data directly 61 * sensitive data being exposed in the process listing
|
/openbmc/linux/Documentation/security/ |
H A D | self-protection.rst | 70 Function pointers and sensitive variables must not be writable 167 the kernel's preallocated stack space and into sensitive structures. Two 169 sensitive thread_info structure elsewhere, and adding a faulting memory 258 By performing a per-build randomization of the layout of sensitive 267 Since the locations of sensitive structures are the primary target for 270 addresses or other sensitive things like canary values). 275 Printing kernel addresses to userspace leaks sensitive information about 316 it should automatically censor sensitive values.
|
/openbmc/qemu/include/hw/intc/ |
H A D | aspeed_vic.h | 45 /* 0=low-sensitive/falling-edge, 1=high-sensitive/rising-edge */
|
/openbmc/linux/Documentation/virt/kvm/devices/ |
H A D | xics.rst | 77 * Level sensitive flag, 1 bit 79 This bit is 1 for a level-sensitive interrupt source, or 0 for 80 edge-sensitive (or MSI).
|
/openbmc/phosphor-dbus-interfaces/yaml/org/open_power/Control/TPM/ |
H A D | SecurityKeys.interface.yaml | 11 conditions will be checked by the host to clear/reset the sensitive 18 Bit 0 - Clear All : Clear/reset all the sensitive data controlled by
|
/openbmc/linux/drivers/gpu/drm/ |
H A D | drm_vblank_work.c | 15 * Many DRM drivers need to program hardware in a time-sensitive manner, many 18 * simply do said time-sensitive programming in the driver's IRQ handler, 24 * doesn't need to be concerned with extremely time-sensitive programming, 26 * hardware may require that certain time-sensitive programming be handled 41 * time-sensitive hardware programming on time, even when the system is under
|
/openbmc/linux/Documentation/devicetree/bindings/gpio/ |
H A D | gpio-nmk.txt | 13 4 = active high level-sensitive. 14 8 = active low level-sensitive.
|
H A D | sodaville.txt | 16 4 - active high level-sensitive 17 8 - active low level-sensitive
|
H A D | nvidia,tegra20-gpio.yaml | 53 4 = active high level-sensitive. 54 8 = active low level-sensitive.
|
H A D | socionext,uniphier-gpio.yaml | 35 4 = active high level-sensitive 36 8 = active low level-sensitive
|
H A D | brcm,brcmstb-gpio.yaml | 59 4 = active high level-sensitive 60 8 = active low level-sensitive
|
/openbmc/u-boot/doc/device-tree-bindings/gpio/ |
H A D | nvidia,tegra20-gpio.txt | 19 4 = active high level-sensitive. 20 8 = active low level-sensitive.
|
/openbmc/linux/tools/testing/selftests/tpm2/ |
H A D | tpm2.py | 554 sensitive = SensitiveCreate(user_auth=auth_value) 572 (len(auth_cmd), len(sensitive), len(public)) 581 len(sensitive), 582 bytes(sensitive), 600 sensitive = SensitiveCreate(user_auth=auth_value, data=data) 610 (len(auth_cmd), len(sensitive), len(public)) 619 len(sensitive), 620 bytes(sensitive),
|
/openbmc/u-boot/include/ |
H A D | mpc8xx_irq.h | 5 * possible level sensitive interrupts assigned and generated internally 8 * as either level or edge sensitive.
|
/openbmc/linux/drivers/net/ethernet/freescale/enetc/ |
H A D | Kconfig | 70 bool "ENETC hardware Time-sensitive Network support" 73 There are Time-Sensitive Network(TSN) capabilities(802.1Qbv/802.1Qci
|
/openbmc/qemu/qapi/ |
H A D | trace.json | 48 # @name: Event name pattern (case-sensitive glob). 69 # @name: Event name pattern (case-sensitive glob).
|