| /OK3568_Linux_fs/yocto/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 …]
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-omap1/ |
| H A D | fpga.c | 123 * edge-sensitive; the touchscreen is level-sensitive. The edge-sensitive 125 * status register from the FPGA. The edge-sensitive interrupt inputs 155 * The touchscreen interrupt is level-sensitive, so in omap1510_fpga_init_irq() 163 * edge-sensitive, so we won't mask them. in omap1510_fpga_init_irq()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-support/curl/curl/ |
| H A D | CVE-2022-27774-3.patch | 27 - * allow_auth_to_host() tells if autentication, cookies or other "sensitive 30 + * "sensitive data" can (still) be sent to this host. 48 /* be careful of sending this potentially sensitive header to 65 + * "sensitive data" can (still) be sent to this host.
|
| /OK3568_Linux_fs/kernel/drivers/irqchip/ |
| H A D | qcom-pdc.c | 154 * Level sensitive active low LOW 155 * Rising edge sensitive NOT USED 156 * Falling edge sensitive LOW 157 * Dual Edge sensitive NOT USED 158 * Level sensitive active High HIGH 159 * Falling Edge sensitive NOT USED 160 * Rising edge sensitive HIGH 161 * Dual Edge sensitive HIGH
|
| /OK3568_Linux_fs/kernel/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.
|
| /OK3568_Linux_fs/kernel/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>;
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/expression/ |
| H A D | collator_expression.cpp | 33 const optional<Convertible> caseSensitiveOption = objectMember(options, "case-sensitive"); in parse() 44 …onst optional<Convertible> diacriticSensitiveOption = objectMember(options, "diacritic-sensitive"); in parse() 90 options["case-sensitive"] = caseSensitive->serialize(); in serialize() 91 options["diacritic-sensitive"] = diacriticSensitive->serialize(); in serialize()
|
| /OK3568_Linux_fs/kernel/Documentation/security/ |
| H A D | self-protection.rst | 70 Function pointers and sensitive variables must not be writable 168 the kernel's preallocated stack space and into sensitive structures. Two 170 sensitive thread_info structure elsewhere, and adding a faulting memory 259 By performing a per-build randomization of the layout of sensitive 268 Since the locations of sensitive structures are the primary target for 271 addresses or other sensitive things like canary values). 276 Printing kernel addresses to userspace leaks sensitive information about 317 it should automatically censor sensitive values.
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/tpm2/ |
| H A D | tpm2.py | 553 sensitive = SensitiveCreate(user_auth=auth_value) 571 (len(auth_cmd), len(sensitive), len(public)) 580 len(sensitive), 581 bytes(sensitive), 599 sensitive = SensitiveCreate(user_auth=auth_value, data=data) 609 (len(auth_cmd), len(sensitive), len(public)) 618 len(sensitive), 619 bytes(sensitive),
|
| /OK3568_Linux_fs/kernel/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
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | util.c | 73 sox_bool sensitive = !!(flags & lsx_find_enum_item_case_sensitive); in lsx_find_enum_text() local 76 if ((!sensitive && !strcasecmp(text, enum_items->text)) || in lsx_find_enum_text() 77 ( sensitive && ! strcmp(text, enum_items->text))) in lsx_find_enum_text() 79 if ((!sensitive && !strncasecmp(text, enum_items->text, strlen(text))) || in lsx_find_enum_text() 80 ( sensitive && ! strncmp(text, enum_items->text, strlen(text)))) { in lsx_find_enum_text()
|
| /OK3568_Linux_fs/kernel/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).
|
| /OK3568_Linux_fs/kernel/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 | nvidia,tegra20-gpio.txt | 19 4 = active high level-sensitive. 20 8 = active low level-sensitive.
|
| H A D | gpio-zynq.txt | 21 4 = active high level-sensitive. 22 8 = active low level-sensitive.
|
| H A D | gpio-omap.txt | 21 4 = active high level-sensitive. 22 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 | gpio-xlp.txt | 30 4 = active high level-sensitive. 31 8 = active low level-sensitive.
|
| /OK3568_Linux_fs/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.
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/freescale/enetc/ |
| H A D | Kconfig | 50 bool "ENETC hardware Time-sensitive Network support" 53 There are Time-Sensitive Network(TSN) capabilities(802.1Qbv/802.1Qci
|
| /OK3568_Linux_fs/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.
|