| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/bits/ |
| H A D | basic_ios.h | 286 * @brief Fetches the current @e tied stream. in _GLIBCXX_VISIBILITY() 287 * @return A pointer to the tied stream, or NULL if the stream is in _GLIBCXX_VISIBILITY() 288 * not tied. in _GLIBCXX_VISIBILITY() 290 * A stream may be @e tied (or synchronized) to a second output in _GLIBCXX_VISIBILITY() 291 * stream. When this stream performs any I/O, the tied stream is in _GLIBCXX_VISIBILITY() 292 * first flushed. For example, @c std::cin is tied to @c std::cout. in _GLIBCXX_VISIBILITY() 301 * @return The previously tied output stream, or NULL if the stream in _GLIBCXX_VISIBILITY() 302 * was not tied. in _GLIBCXX_VISIBILITY()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/bits/ |
| H A D | basic_ios.h | 286 * @brief Fetches the current @e tied stream. in _GLIBCXX_VISIBILITY() 287 * @return A pointer to the tied stream, or NULL if the stream is in _GLIBCXX_VISIBILITY() 288 * not tied. in _GLIBCXX_VISIBILITY() 290 * A stream may be @e tied (or synchronized) to a second output in _GLIBCXX_VISIBILITY() 291 * stream. When this stream performs any I/O, the tied stream is in _GLIBCXX_VISIBILITY() 292 * first flushed. For example, @c std::cin is tied to @c std::cout. in _GLIBCXX_VISIBILITY() 301 * @return The previously tied output stream, or NULL if the stream in _GLIBCXX_VISIBILITY() 302 * was not tied. in _GLIBCXX_VISIBILITY()
|
| /OK3568_Linux_fs/kernel/drivers/pcmcia/ |
| H A D | bcm63xx_pcmcia.c | 134 /* VS1 tied to CD1, VS2 float */ 137 /* VS1 grounded, VS2 tied to CD2 */ 140 /* VS1 tied to CD2, VS2 grounded */ 146 /* VS1 float, VS2 tied to CD2 */ 149 /* VS1 float, VS2 tied to CD1 */ 152 /* VS1 tied to CD2, VS2 float */ 155 /* VS2 grounded, VS1 is tied to CD1, CD2 is grounded */
|
| H A D | ti113x.h | 551 /* if IRQs are configured as tied, align irq of func1 with func0 */ in ti12xx_irqroute_func1() 579 "TI: all-serial interrupts, tied ok\n"); in ti12xx_irqroute_func1() 633 "TI: parallel PCI interrupts, tied ok\n"); in ti12xx_irqroute_func1() 716 * if the interrupt is tied to another function. in ti12xx_2nd_slot_empty() 759 * all serial/tied: only disable when modparm set. always doing it in ti12xx_power_hook()
|
| H A D | sa1111_neponset.c | 37 * The MAX1600 CODE pin is tied to ground, placing the device in
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
| H A D | vga.c | 143 /* CR44 takes values 0 (head A), 3 (head B) and 4 (heads tied) 153 * b) in tied mode (4) head B is programmed to the values set on head A, and 155 * tied mode in init once we know to what cr44 should be restored on exit 166 u32 tied = nvkm_rd32(device, 0x001084) & 0x10000000; in nvkm_rdvgaowner() local 167 if (tied == 0) { in nvkm_rdvgaowner()
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/soc/qcom/ |
| H A D | qcom,smd.txt | 61 In turn, subnodes of the "edges" represent devices tied to SMD channels on that 69 Definition: a list of channels tied to this device, used for matching 75 "rpm" subsystem. For the "rpm" subsystem we have a device tied to the
|
| H A D | qcom,glink.txt | 41 Each subnode of the GLINK node represent function tied to a virtual 49 Definition: a list of channels tied to this function, used for matching
|
| /OK3568_Linux_fs/kernel/include/linux/regulator/ |
| H A D | tps62360.h | 22 * @vsel0_gpio: Gpio number for vsel0. It should be -1 if this is tied with 24 * @vsel1_gpio: Gpio number for vsel1. It should be -1 if this is tied with
|
| H A D | max8973-regulator.h | 54 * @dvs_gpio: GPIO for dvs. It should be -1 if this is tied with fixed logic.
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/nvdimm/ |
| H A D | security.rst | 93 An key with the current passphrase payload that is tied to the nvdimm should be 101 An key with the current passphrase payload that is tied to the nvdimm should be 115 An encrypted-key with the current user passphrase that is tied to the nvdimm
|
| /OK3568_Linux_fs/kernel/Documentation/spi/ |
| H A D | spi-lm70llp.rst | 66 collector is tied to VCC. 72 hand, the transistor is cut off and the voltage tied to it's collector is
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/iio/adc/ |
| H A D | adi,ad7606.yaml | 78 this pin is tied to a logic high, the analog input range is ±10V for 79 all channels. If this pin is tied to a logic low, the analog input range
|
| H A D | ti,ads8688.yaml | 26 REFSEL input tied low to enable the internal reference.
|
| /OK3568_Linux_fs/kernel/arch/openrisc/include/asm/ |
| H A D | serial.h | 23 * this, on the other hand, assumes the UART clock is tied to the system
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/freescale/ |
| H A D | fsl_pq_mdio.c | 90 * (tied to a single interface), waiting until the write is done before 92 * control interfaces like onchip SERDES and are always tied to the local 126 * SERDES and are always tied to the local mdio pins, which may not be the
|
| /OK3568_Linux_fs/kernel/include/sound/ |
| H A D | wm8962.h | 49 bool spk_mono; /* Speaker outputs tied together as mono */
|
| /OK3568_Linux_fs/kernel/include/linux/rpmsg/ |
| H A D | mtk_rpmsg.h | 15 * struct mtk_rpmsg_info - IPI functions tied to the rpmsg device.
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/mmc/ |
| H A D | sdhci-atmel.txt | 20 For instance on SAMA5D2, the pin is usually tied to the GND with a resistor
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/microchip/wilc1000/ |
| H A D | Kconfig | 36 immediately following reset when pin 9 (SDIO_SPI_CFG) is tied to
|
| /OK3568_Linux_fs/kernel/sound/soc/sof/ |
| H A D | probe.c | 22 * tag will be tied to DSP for extraction for the entire lifetime of 180 * match equivalent DMA_ADD. Detach only when all probes tied to
|
| /OK3568_Linux_fs/kernel/drivers/cpuidle/ |
| H A D | driver.c | 29 * __cpuidle_get_cpu_driver - return the cpuidle driver tied to a CPU. 314 * cpuidle_get_driver - return the driver tied to the current CPU.
|
| /OK3568_Linux_fs/kernel/drivers/iio/accel/ |
| H A D | adxl345_i2c.c | 7 * 7-bit I2C slave address: 0x1D (ALT ADDRESS pin tied to VDDIO) or
|
| /OK3568_Linux_fs/kernel/drivers/clk/versatile/ |
| H A D | clk-icst.c | 73 * bits of the v PLL divider. Bit 8 is tied low and always zero, in vco_get() 88 * access the low eight bits of the v PLL divider. Bit 8 is tied low in vco_get() 120 * of the v PLL divider. Bit 8 is tied low and always zero, in vco_get()
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/ |
| H A D | ioctl.rst | 238 is not tied to a physical device or constrained by the file system 248 that is not tied to a file descriptor.
|