Searched refs:send (Results 1 – 20 of 20) sorted by relevance
/arch/arm/mach-msm/ |
D | smd.c | 153 ((ch->send->head - ch->send->tail) & ch->fifo_mask); in smd_stream_write_avail() 177 (ch->send->state == SMD_SS_OPENED); in ch_is_open() 198 ch->send->fTAIL = 1; in ch_read_done() 257 unsigned head = ch->send->head; in ch_write_buffer() 258 unsigned tail = ch->send->tail; in ch_write_buffer() 277 ch->send->head = (ch->send->head + count) & ch->fifo_mask; in ch_write_done() 278 ch->send->fHEAD = 1; in ch_write_done() 284 ch->send->fDSR = 1; in ch_set_state() 285 ch->send->fCTS = 1; in ch_set_state() 286 ch->send->fCD = 1; in ch_set_state() [all …]
|
D | smd_private.h | 286 volatile struct smd_half_channel *send; member 352 ch->send = &shared1->ch0; in _smd_alloc_channel() 381 ch->send = &shared2->ch0; in _smd_alloc_channel()
|
D | smd_debug.c | 51 volatile struct smd_half_channel *s = ch->send; in dump_ch()
|
/arch/arm/mach-ixp4xx/ |
D | ixp4xx_npe.c | 414 const u32 *send = msg; in npe_send_message() local 418 what, send[0], send[1]); in npe_send_message() 425 __raw_writel(send[0], &npe->regs->in_out_fifo); in npe_send_message() 432 __raw_writel(send[1], &npe->regs->in_out_fifo); in npe_send_message() 492 u32 *send = msg, recv[2]; in npe_send_recv_message() local 499 if ((recv[0] != send[0]) || (recv[1] != send[1])) { in npe_send_recv_message()
|
/arch/m68k/math-emu/ |
D | fp_entry.S | 76 | send some signal to program here 81 | user space, we correct stackpointer and send a SIGSEGV to 95 | send a trace signal if we are debugged
|
/arch/arm/mach-footbridge/ |
D | Kconfig | 37 Server, send e-mail to <skiff@crl.dec.com>.
|
/arch/um/drivers/ |
D | net_user.c | 140 CATCH_EINTR(n = send(fd, buf, len, 0)); in net_send()
|
/arch/arm/include/debug/ |
D | omap2plus.S | 177 strb \rd, [\rx] @ send lower byte of rd
|
/arch/mn10300/kernel/ |
D | head.S | 265 # send SMP_BOOT_IPI to secondary CPU
|
/arch/parisc/kernel/ |
D | syscall_table.S | 129 ENTRY_SAME(send)
|
/arch/powerpc/include/asm/ |
D | systbl.h | 341 SYSCALL_SPU(send)
|
/arch/m68k/kernel/ |
D | entry.S | 264 pea 1 | send SIGTRAP
|
/arch/m68k/q40/ |
D | README | 137 classic configuration problem - don't send me anything in this case
|
/arch/s390/kernel/ |
D | sclp.S | 174 l %r1,4(%r2) # send mask ok?
|
/arch/powerpc/ |
D | Kconfig.debug | 271 can then be used to read kernel output or send input to the console.
|
/arch/mips/include/asm/octeon/ |
D | cvmx-agl-defs.h | 1680 uint64_t send:1; member 1682 uint64_t send:1;
|
D | cvmx-gmxx-defs.h | 5329 uint64_t send:1; member 5331 uint64_t send:1;
|
/arch/x86/include/asm/uv/ |
D | uv_mmrs.h | 1427 unsigned long send:1; /* WP */ member
|
/arch/arm/tools/ |
D | mach-types | 9 # Please do not send patches to this file; it is automatically generated!
|
/arch/x86/ |
D | Kconfig | 524 firmware with - send email to <Martin.Bligh@us.ibm.com>.
|