| /linux/drivers/staging/r8188eu/core/ |
| A D | rtw_efuse.c | 90 bool pseudo) in ReadEFuseByte() argument 96 if (pseudo) { in ReadEFuseByte() 129 u8 efuse_OneByteRead(struct adapter *pAdapter, u16 addr, u8 *data, bool pseudo) in efuse_OneByteRead() argument 134 if (pseudo) { in efuse_OneByteRead() 159 u8 efuse_OneByteWrite(struct adapter *pAdapter, u16 addr, u8 data, bool pseudo) in efuse_OneByteWrite() argument 164 if (pseudo) { in efuse_OneByteWrite() 243 static void Efuse_ReadAllMap(struct adapter *pAdapter, u8 efuseType, u8 *Efuse, bool pseudo) in Efuse_ReadAllMap() argument 249 …rtl8188e_EFUSE_GetEfuseDefinition(pAdapter, efuseType, TYPE_EFUSE_MAP_LEN, (void *)&mapLen, pseudo… in Efuse_ReadAllMap() 251 rtl8188e_ReadEFuse(pAdapter, efuseType, 0, mapLen, Efuse, pseudo); in Efuse_ReadAllMap() 275 bool pseudo) in EFUSE_ShadowMapUpdate() argument [all …]
|
| /linux/Documentation/x86/ |
| A D | resctrl.rst | 226 pseudo-locked region. 252 automatically change to "pseudo-locked". 496 to be pseudo-locked. The cache pseudo-locked region is created as follows: 502 while the pseudo-locked region exists. 524 pseudo-locked region creation. 550 "pseudo-locksetup" to the "mode" file. 570 the pseudo-locked region: 875 unused bits can be pseudo-locked the bits to be pseudo-locked needs to be 889 # echo pseudo-locksetup > newlock/mode 894 exposing the pseudo-locked region will exist:: [all …]
|
| /linux/Documentation/devicetree/bindings/hwmon/ |
| A D | adc128d818.txt | 10 - Mode 2: 4 pseudo-differential voltage readings 14 2 pseudo-differential voltage readings
|
| /linux/Documentation/networking/dsa/ |
| A D | bcm_sf2.rst | 71 in order to properly configure them. By default, the SF2 pseudo-PHY address, and 72 an external switch pseudo-PHY address will both be snooping for incoming MDIO 76 pseudo-PHY addresses. Newer revisions of the SF2 hardware have introduced a 77 configurable pseudo-PHY address which circumvents the initial design limitation.
|
| /linux/Documentation/devicetree/bindings/sound/ |
| A D | cs42l56.txt | 25 as a pseudo-differential input referenced to AIN1REF/AIN3A. 28 as a pseudo-differential input referenced to AIN2REF/AIN3B.
|
| /linux/Documentation/fb/ |
| A D | internals.rst | 84 Grayscale and static grayscale are special variants of pseudo color and static 85 pseudo color, where the red, green and blue components are always equal to
|
| /linux/drivers/tty/ |
| A D | Kconfig | 103 A pseudo terminal (PTY) is a software device consisting of two 111 masters and /dev/ttyxx for slaves of pseudo terminals. This scheme 114 pseudo terminal, a process opens /dev/ptmx; the number of the pseudo 115 terminal is then made available to the process and the pseudo 126 A pseudo terminal (PTY) is a software device consisting of two 134 for masters and /dev/ttyxx for slaves of pseudo
|
| /linux/Documentation/devicetree/bindings/rng/ |
| A D | microchip,pic32-rng.txt | 3 The PIC32 RNG provides a pseudo random number generator which can be seeded by
|
| /linux/Documentation/devicetree/bindings/arm/ |
| A D | vexpress-sysreg.txt | 15 - first cell is the pseudo-GPIO line number: 21 Control registers providing pseudo-GPIO lines must be represented
|
| /linux/Documentation/devicetree/bindings/crypto/ |
| A D | qcom,prng.txt | 1 Qualcomm MSM pseudo random number generator.
|
| /linux/arch/um/drivers/ |
| A D | Kconfig | 44 lines to host pseudo-terminals. Access to both traditional 45 pseudo-terminals (/dev/pty*) and pts pseudo-terminals are controlled 55 (/dev/tty*) and the slave side of pseudo-terminals (/dev/ttyp* and 100 traditional pseudo-terminals.
|
| /linux/Documentation/trace/ |
| A D | ftrace-design.rst | 78 Here is some pseudo code that should help (these functions should actually be 141 Here is the updated mcount pseudo code:: 160 Here is the pseudo code for the new ftrace_graph_caller assembly function:: 182 Here is the pseudo code for the new return_to_handler assembly function. Note 320 Before we get confused anymore, let's check out some pseudo code so you can
|
| /linux/drivers/mtd/ |
| A D | Kconfig | 81 is part of the PCMCIA specification. It uses a kind of pseudo- 98 used on M-Systems' DiskOnChip devices. It uses a kind of pseudo- 123 uses a kind of pseudo-file system on a flash device to emulate
|
| /linux/Documentation/networking/device_drivers/ethernet/freescale/ |
| A D | gianfar.rst | 17 checksums (and always performs the pseudo header checksums), so
|
| /linux/Documentation/pcmcia/ |
| A D | devicetable.rst | 12 - device function (actual and pseudo)
|
| /linux/drivers/android/ |
| A D | Kconfig | 28 Binderfs is a pseudo-filesystem for the Android Binder IPC driver
|
| /linux/tools/perf/Documentation/ |
| A D | topdown.txt | 66 Fixed counter 3 is mapped to a pseudo event event=0x00, umask=04, 69 The metric events are mapped to the pseudo event event=0x00, umask=0x8X. 307 Four pseudo TopDown metric events are exposed for the end-users,
|
| /linux/Documentation/scheduler/ |
| A D | sched-design-CFS.rst | 224 create arbitrary groups of tasks, using the "cgroup" pseudo filesystem. See 228 group created using the pseudo filesystem. See example steps below to create 229 task groups and modify their CPU share using the "cgroups" pseudo filesystem::
|
| /linux/drivers/scsi/arm/ |
| A D | fas216.h | 303 …void (*pseudo)(struct Scsi_Host *host, struct scsi_pointer *SCp, fasdmadir_t direction, int trans… member
|
| A D | arxescsi.c | 294 info->info.dma.pseudo = arxescsi_dma_pseudo; in arxescsi_probe()
|
| /linux/Documentation/process/ |
| A D | programming-language.rst | 32 The kernel defines pseudo-keywords (e.g. ``__pure``) instead of using
|
| /linux/Documentation/translations/it_IT/process/ |
| A D | programming-language.rst | 38 Il kernel definisce alcune pseudo parole chiave (per esempio ``__pure``)
|
| /linux/Documentation/networking/ |
| A D | checksum-offloads.rst | 41 pseudo-header for UDP or TCP). 88 to the complement of the sum of the pseudo header, because everything else gets
|
| /linux/Documentation/driver-api/fpga/ |
| A D | fpga-programming.rst | 52 * Indicate where the FPGA image is. This is pseudo-code; you're
|
| /linux/Documentation/virt/kvm/arm/ |
| A D | psci.rst | 22 pseudo-registers" that can be manipulated using the GET/SET_ONE_REG
|