Home
last modified time | relevance | path

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

123

/linux-2.6.39/drivers/staging/ft1000/ft1000-pcmcia/
Dft1000_hw.c1795 } pseudo; in ft1000_copy_down_pkt() local
1828 pseudo.blk.length = len; in ft1000_copy_down_pkt()
1830 pseudo.blk.length = ntohs(len); in ft1000_copy_down_pkt()
1832 pseudo.blk.source = DSPID; // Need to swap to get in correct order in ft1000_copy_down_pkt()
1833 pseudo.blk.destination = HOSTID; in ft1000_copy_down_pkt()
1834 pseudo.blk.portdest = NETWORKID; // Need to swap to get in correct order in ft1000_copy_down_pkt()
1835 pseudo.blk.portsrc = DSPAIRID; in ft1000_copy_down_pkt()
1836 pseudo.blk.sh_str_id = 0; in ft1000_copy_down_pkt()
1837 pseudo.blk.control = 0; in ft1000_copy_down_pkt()
1838 pseudo.blk.rsvd1 = 0; in ft1000_copy_down_pkt()
[all …]
Dft1000.h289 PSEUDO_HDR pseudo; member
296 PSEUDO_HDR pseudo; member
308 PSEUDO_HDR pseudo; member
315 PSEUDO_HDR pseudo; member
328 PSEUDO_HDR pseudo; member
/linux-2.6.39/arch/um/
DKconfig.char47 lines to host pseudo-terminals. Access to both traditional
48 pseudo-terminals (/dev/pty*) and pts pseudo-terminals are controlled
58 (/dev/tty*) and the slave side of pseudo-terminals (/dev/ttyp* and
103 traditional pseudo-terminals.
111 A pseudo terminal (PTY) is a software device consisting of two
119 masters and /dev/ttyxx for slaves of pseudo terminals. This scheme
122 pseudo terminal, a process opens /dev/ptmx; the number of the pseudo
123 terminal is then made available to the process and the pseudo
134 A pseudo terminal (PTY) is a software device consisting of two
142 for masters and /dev/ttyxx for slaves of pseudo
/linux-2.6.39/arch/h8300/
DKconfig179 A pseudo terminal (PTY) is a software device consisting of two
187 masters and /dev/ttyxx for slaves of pseudo terminals. This scheme
190 pseudo terminal, a process opens /dev/ptmx; the number of the pseudo
191 terminal is then made available to the process and the pseudo
202 pseudo terminals. It's safe to say N.
/linux-2.6.39/drivers/staging/ft1000/ft1000-usb/
Dft1000_usb.h55 struct pseudo_hdr pseudo; member
67 struct pseudo_hdr pseudo; member
449 struct pseudo_hdr pseudo; member
/linux-2.6.39/Documentation/fb/
Dinternals.txt79 Grayscale and static grayscale are special variants of pseudo color and static
80 pseudo color, where the red, green and blue components are always equal to
/linux-2.6.39/drivers/tty/
DKconfig89 A pseudo terminal (PTY) is a software device consisting of two
97 masters and /dev/ttyxx for slaves of pseudo terminals. This scheme
100 pseudo terminal, a process opens /dev/ptmx; the number of the pseudo
101 terminal is then made available to the process and the pseudo
123 A pseudo terminal (PTY) is a software device consisting of two
131 for masters and /dev/ttyxx for slaves of pseudo
/linux-2.6.39/drivers/staging/spectra/
DKconfig8 Enable the FTL pseudo-filesystem used with the NAND Flash
/linux-2.6.39/Documentation/trace/
Dftrace-design.txt69 Here is some pseudo code that should help (these functions should actually be
116 This additional pseudo code would simply be:
154 Here is the updated mcount pseudo code:
172 Here is the pseudo code for the new ftrace_graph_caller assembly function:
193 Here is the pseudo code for the new return_to_handler assembly function. Note
321 Before we get confused anymore, let's check out some pseudo code so you can
/linux-2.6.39/Documentation/pcmcia/
Ddevicetable.txt8 - device function (actual and pseudo)
/linux-2.6.39/drivers/staging/easycap/
DREADME101 In addition, the driver offers "custom" pseudo-standards with a framerate
102 which is 20% of the usual framerate. These pseudo-standards are named:
/linux-2.6.39/drivers/net/
Dhamachi.c1306 u32 pseudo; in hamachi_start_xmit() local
1307 pseudo_csum_udp(pseudo, ih, uh); in hamachi_start_xmit()
1308 pseudo = htons(pseudo); in hamachi_start_xmit()
1310 uh->check, pseudo); in hamachi_start_xmit()
1316 tagval = (14 << 24) | (offset << 16) | pseudo; in hamachi_start_xmit()
/linux-2.6.39/drivers/scsi/arm/
Dfas216.h310 …void (*pseudo)(struct Scsi_Host *host, struct scsi_pointer *SCp, fasdmadir_t direction, int trans… member
Darxescsi.c320 info->info.dma.pseudo = arxescsi_dma_pseudo; in arxescsi_probe()
Dpowertec.c357 info->info.dma.pseudo = NULL; in powertecscsi_probe()
/linux-2.6.39/Documentation/scsi/
Ddtc3x80.txt32 the driver polls for data-ready in the pseudo-DMA transfer routine.
/linux-2.6.39/Documentation/blockdev/
Dmflash.txt34 configuration file is all. Here is some pseudo example.
/linux-2.6.39/Documentation/networking/
Dgianfar.txt42 checksums (and always performs the pseudo header checksums), so
/linux-2.6.39/Documentation/scheduler/
Dsched-design-CFS.txt219 create arbitrary groups of tasks, using the "cgroup" pseudo filesystem. See
223 group created using the pseudo filesystem. See example steps below to create
224 task groups and modify their CPU share using the "cgroups" pseudo filesystem.
/linux-2.6.39/net/ipv6/
DKconfig29 pseudo-random global-scope unicast address(es) will be assigned to
32 We use our standard pseudo-random algorithm to generate the
/linux-2.6.39/Documentation/filesystems/nfs/
Dnfs.txt47 writes the result into the rpc_pipefs pseudo-file
/linux-2.6.39/drivers/mtd/
DKconfig230 is part of the PCMCIA specification. It uses a kind of pseudo-
247 used on M-Systems' DiskOnChip devices. It uses a kind of pseudo-
272 uses a kind of pseudo-file system on a flash device to emulate
/linux-2.6.39/sound/soc/blackfin/
DKconfig73 mode (pseudo AC97 interface).
/linux-2.6.39/arch/blackfin/
DKconfig.debug257 bool "Support pseudo debug instructions"
260 This option allows the kernel to emulate some pseudo instructions which
/linux-2.6.39/Documentation/usb/
Dusbmon.txt302 Second, it waits for an event to be present in the buffer, unless the pseudo-
328 Then, execute a loop similar to the one written in pseudo-code below:
351 the end of the buffer, so the above pseudo-code does not need any gathering.

123