Home
last modified time | relevance | path

Searched full:sensitive (Results 1 – 25 of 656) sorted by relevance

12345678910>>...27

/OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/python3-wpa-supplicant/
H A D0001-cli-drop-the-second-argument-from-click.argument-dec.patch69 -@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 Dfpga.c123 * 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 DCVE-2022-27774-3.patch27 - * 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 Dqcom-pdc.c154 * 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 Dsnps,archs-idu-intc.txt21 4 = active high level-sensitive <<< DEFAULT
22 8 = NOT SUPPORTED (active low level-sensitive)
24 sensitive.
H A Dopen-pic.txt46 1 = active low level-sensitive
47 2 = active high level-sensitive
84 // Interrupt source '42' that is active high level-sensitive.
H A Dimg,pdc-intc.txt44 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 Datmel,aic.txt16 4 = active high level-sensitive.
17 8 = active low level-sensitive.
H A Dnxp,lpc3220-mic.txt12 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 Dallwinner,sun4i-a10-ts.yaml33 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 Dcollator_expression.cpp33 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 Dself-protection.rst70 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 Dtpm2.py553 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 Ddrm_vblank_work.c15 * 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 Dutil.c73 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 Dxics.rst77 * 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 Dgpio-nmk.txt13 4 = active high level-sensitive.
14 8 = active low level-sensitive.
H A Dnvidia,tegra20-gpio.txt19 4 = active high level-sensitive.
20 8 = active low level-sensitive.
H A Dgpio-zynq.txt21 4 = active high level-sensitive.
22 8 = active low level-sensitive.
H A Dgpio-omap.txt21 4 = active high level-sensitive.
22 8 = active low level-sensitive.
H A Dsodaville.txt16 4 - active high level-sensitive
17 8 - active low level-sensitive
H A Dgpio-xlp.txt30 4 = active high level-sensitive.
31 8 = active low level-sensitive.
/OK3568_Linux_fs/u-boot/doc/device-tree-bindings/gpio/
H A Dnvidia,tegra20-gpio.txt19 4 = active high level-sensitive.
20 8 = active low level-sensitive.
/OK3568_Linux_fs/kernel/drivers/net/ethernet/freescale/enetc/
H A DKconfig50 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 Dmpc8xx_irq.h5 * possible level sensitive interrupts assigned and generated internally
8 * as either level or edge sensitive.

12345678910>>...27