Searched +full:reseed +full:- +full:disable (Results 1 – 7 of 7) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)3 ---5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Jeff LaBundy <jeff@labundy.com>13 The Azoteq IQS269A is an 8-channel capacitive touch controller that features14 additional Hall-effect and inductive sensing capabilities.28 "#address-cells":31 "#size-cells":34 azoteq,hall-enable:37 Enables Hall-effect sensing on channels 6 and 7. In this case, keycodes[all …]
1 // SPDX-License-Identifier: GPL-2.0+8 * inductive keys as well as Hall-effect switches, and one for each of the two149 #define IQS269_ATI_POLL_SLEEP_US (iqs269->delay_mult * 10000)150 #define IQS269_ATI_POLL_TIMEOUT_US (iqs269->delay_mult * 500000)151 #define IQS269_ATI_STABLE_DELAY_MS (iqs269->delay_mult * 150)201 .name = "event-prox",207 .name = "event-prox-alt",214 .name = "event-touch",220 .name = "event-touch-alt",227 .name = "event-deep",[all …]
1 // SPDX-License-Identifier: GPL-2.06 #include <clk-uclass.h>9 #include <asm/arch-rockchip/hardware.h>97 #define trng_write(pdata, pos, val) writel(val, (pdata)->base + (pos))98 #define trng_read(pdata, pos) readl((pdata)->base + (pos))116 if (!pdata->hclk.dev) in rk_rng_do_enable_clk()119 ret = enable ? clk_enable(&pdata->hclk) : clk_disable(&pdata->hclk); in rk_rng_do_enable_clk()120 if (ret == -ENOSYS || !ret) in rk_rng_do_enable_clk()124 enable ? "enable" : "disable", ret); in rk_rng_do_enable_clk()145 return -EINVAL; in rk_rng_read_regs()[all …]
1 // SPDX-License-Identifier: (GPL-2.0 OR BSD-3-Clause)3 * Copyright (C) 2017-2022 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.10 * - Initialization and readiness waiting.11 * - Fast key erasure RNG, the "crng".12 * - Entropy accumulation and extraction routines.13 * - Entropy collection routines.14 * - Userspace reader/writer interfaces.15 * - Sysctl interface.78 * crng_init is protected by base_crng->lock, and only increases79 * its value (from empty->early->ready).[all …]
26 * <<Broadcom-WL-IPTag/Dual:>>62 * BCME_.. error codes are extended by various features - e.g. FTM, NAN, SAE etc.69 * The error codes -4096 ... -5119 are reserved for firmware signing.71 * Next available (inclusive) range: [-8*1024 + 1, -7*1024]76 /* 11ax trigger frame format - versioning info */122 (sizeof(wl_dfs_forced_t) + (((n) < 1) ? (0) : (((n) - 1)* sizeof(chanspec_t))))142 #define DFS_SCAN_S_IDLE -1227 * will see OBSS, [means that, we false detected that OBSS-is-gone537 #define WL_GSCAN_INFO_FIXED_FIELD_SIZE (sizeof(wl_gscan_bss_info_t) - sizeof(wl_bss_info_t))595 uint8 bsscolor_index; /**< bsscolor index 0-1 */[all …]
... -stop-daemon -b -m -S -q -p "$PIDFILE" -x "/sbin/ ...