Home
last modified time | relevance | path

Searched refs:pseudo (Results 1 – 25 of 101) sorted by relevance

12345

/linux/drivers/staging/r8188eu/core/
A Drtw_efuse.c90 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 Dresctrl.rst226 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 Dadc128d818.txt10 - Mode 2: 4 pseudo-differential voltage readings
14 2 pseudo-differential voltage readings
/linux/Documentation/networking/dsa/
A Dbcm_sf2.rst71 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 Dcs42l56.txt25 as a pseudo-differential input referenced to AIN1REF/AIN3A.
28 as a pseudo-differential input referenced to AIN2REF/AIN3B.
/linux/Documentation/fb/
A Dinternals.rst84 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 DKconfig103 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 Dmicrochip,pic32-rng.txt3 The PIC32 RNG provides a pseudo random number generator which can be seeded by
/linux/Documentation/devicetree/bindings/arm/
A Dvexpress-sysreg.txt15 - first cell is the pseudo-GPIO line number:
21 Control registers providing pseudo-GPIO lines must be represented
/linux/Documentation/devicetree/bindings/crypto/
A Dqcom,prng.txt1 Qualcomm MSM pseudo random number generator.
/linux/arch/um/drivers/
A DKconfig44 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 Dftrace-design.rst78 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 DKconfig81 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 Dgianfar.rst17 checksums (and always performs the pseudo header checksums), so
/linux/Documentation/pcmcia/
A Ddevicetable.rst12 - device function (actual and pseudo)
/linux/drivers/android/
A DKconfig28 Binderfs is a pseudo-filesystem for the Android Binder IPC driver
/linux/tools/perf/Documentation/
A Dtopdown.txt66 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 Dsched-design-CFS.rst224 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 Dfas216.h303 …void (*pseudo)(struct Scsi_Host *host, struct scsi_pointer *SCp, fasdmadir_t direction, int trans… member
A Darxescsi.c294 info->info.dma.pseudo = arxescsi_dma_pseudo; in arxescsi_probe()
/linux/Documentation/process/
A Dprogramming-language.rst32 The kernel defines pseudo-keywords (e.g. ``__pure``) instead of using
/linux/Documentation/translations/it_IT/process/
A Dprogramming-language.rst38 Il kernel definisce alcune pseudo parole chiave (per esempio ``__pure``)
/linux/Documentation/networking/
A Dchecksum-offloads.rst41 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 Dfpga-programming.rst52 * Indicate where the FPGA image is. This is pseudo-code; you're
/linux/Documentation/virt/kvm/arm/
A Dpsci.rst22 pseudo-registers" that can be manipulated using the GET/SET_ONE_REG

Completed in 34 milliseconds

12345