Home
last modified time | relevance | path

Searched refs:send (Results 1 – 25 of 220) sorted by relevance

123456789

/linux-2.4.37.9/drivers/char/drm/
Ddrm_fops.h125 int send; in DRM() local
155 send = DRM_MIN(avail, count); in DRM()
157 while (send) { in DRM()
159 cur = DRM_MIN(send, dev->buf_wp - dev->buf_rp); in DRM()
161 cur = DRM_MIN(send, dev->buf_end - dev->buf_rp); in DRM()
167 send -= cur; in DRM()
177 int send = strlen(s); in DRM() local
181 left, send, dev->buf_rp, dev->buf_wp); in DRM()
190 while (send) { in DRM()
192 count = DRM_MIN(send, dev->buf_end - dev->buf_wp); in DRM()
[all …]
/linux-2.4.37.9/drivers/char/drm-4.0/
Dfops.c154 int send; in drm_read() local
174 send = DRM_MIN(avail, count); in drm_read()
176 while (send) { in drm_read()
178 cur = DRM_MIN(send, dev->buf_wp - dev->buf_rp); in drm_read()
180 cur = DRM_MIN(send, dev->buf_end - dev->buf_rp); in drm_read()
186 send -= cur; in drm_read()
196 int send = strlen(s); in drm_write_string() local
200 left, send, dev->buf_rp, dev->buf_wp); in drm_write_string()
209 while (send) { in drm_write_string()
211 count = DRM_MIN(send, dev->buf_end - dev->buf_wp); in drm_write_string()
[all …]
/linux-2.4.37.9/net/atm/
Draw.c59 return vcc->dev->ops->send(vcc,skb); in atm_send_aal0()
68 vcc->send = atm_send_aal0; in atm_init_aal0()
78 vcc->send = vcc->dev->ops->send; in atm_init_aal34()
88 vcc->send = vcc->dev->ops->send; in atm_init_aal5()
/linux-2.4.37.9/drivers/isdn/hisax/
Dnetjet.c130 p = bcs->hw.tiger.send; in fill_mem()
147 fill_mem(bcs, bcs->hw.tiger.send, in mode_tiger()
174 fill_mem(bcs, bcs->hw.tiger.send, in mode_tiger()
183 fill_mem(bcs, bcs->hw.tiger.send, in mode_tiger()
191 bcs->hw.tiger.sendp = bcs->hw.tiger.send; in mode_tiger()
685 p = bcs->hw.tiger.send -1; in netjet_fill_dma()
687 sp = bcs->hw.tiger.send -1; in netjet_fill_dma()
695 p = bcs->hw.tiger.send; in netjet_fill_dma()
699 p = bcs->hw.tiger.send; in netjet_fill_dma()
706 p = bcs->hw.tiger.send + 1; in netjet_fill_dma()
[all …]
Dhfc_2bds0.c169 s = bcs->hw.hfc.send[bcs->hw.hfc.f1] - bcs->hw.hfc.send[bcs->hw.hfc.f2]; in GetFreeFifoBytes_B()
183 s = cs->hw.hfcD.send[cs->hw.hfcD.f1] - cs->hw.hfcD.send[cs->hw.hfcD.f2]; in GetFreeFifoBytes_D()
326 …bcs->hw.hfc.send[bcs->hw.hfc.f1] = ReadZReg(cs, HFCB_FIFO | HFCB_Z1 | HFCB_SEND | HFCB_CHANNEL(bcs… in hfc_fill_fifo()
331 bcs->hw.hfc.send[bcs->hw.hfc.f1]); in hfc_fill_fifo()
796 cs->hw.hfcD.send[cs->hw.hfcD.f1] = ReadZReg(cs, HFCD_FIFO | HFCD_Z1 | HFCD_SEND); in hfc_fill_dfifo()
801 cs->hw.hfcD.send[cs->hw.hfcD.f1]); in hfc_fill_dfifo()
1114 int i, *send; in init_send_hfcd() local
1116 if (!(send = kmalloc(cnt * sizeof(unsigned int), GFP_ATOMIC))) { in init_send_hfcd()
1122 send[i] = 0x1fff; in init_send_hfcd()
1123 return(send); in init_send_hfcd()
[all …]
Dhfc_2bs0.c67 s = bcs->hw.hfc.send[bcs->hw.hfc.f1] - bcs->hw.hfc.send[bcs->hw.hfc.f2]; in GetFreeFifoBytes()
280 bcs->hw.hfc.send[bcs->hw.hfc.f1] = ReadZReg(bcs, HFC_Z1 | HFC_SEND | HFC_CHANNEL(bcs->channel)); in hfc_fill_fifo()
284 bcs->hw.hfc.send[bcs->hw.hfc.f1]); in hfc_fill_fifo()
581 if (!(bcs->hw.hfc.send = kmalloc(32 * sizeof(unsigned int), GFP_ATOMIC))) { in init_send()
587 bcs->hw.hfc.send[i] = 0x1fff; in init_send()
607 if (cs->bcs[0].hw.hfc.send) { in releasehfc()
608 kfree(cs->bcs[0].hw.hfc.send); in releasehfc()
609 cs->bcs[0].hw.hfc.send = NULL; in releasehfc()
611 if (cs->bcs[1].hw.hfc.send) { in releasehfc()
612 kfree(cs->bcs[1].hw.hfc.send); in releasehfc()
[all …]
Dhfcscard.c225 cs->hw.hfcD.send = NULL; in setup_hfcs()
226 cs->bcs[0].hw.hfc.send = NULL; in setup_hfcs()
227 cs->bcs[1].hw.hfc.send = NULL; in setup_hfcs()
/linux-2.4.37.9/lib/
Dstring.c303 char *sbegin, *send; in strtok() local
314 send = strpbrk( sbegin, ct); in strtok()
315 if (send && *send != '\0') in strtok()
316 *send++ = '\0'; in strtok()
317 ___strtok = send; in strtok()
/linux-2.4.37.9/include/asm-m68k/
Dstring.h124 char *sbegin, *send;
135 send = strpbrk( sbegin, ct);
136 if (send && *send != '\0')
137 *send++ = '\0';
138 ___strtok = send;
/linux-2.4.37.9/drivers/net/hamradio/soundmodem/
Dsmdma.h55 static inline unsigned int dma_setup(struct sm_state *sm, int send, unsigned int dmanr) in dma_setup() argument
57 if (send) { in dma_setup()
82 static inline unsigned int dma_ptr(struct sm_state *sm, int send, unsigned int dmanr, in dma_ptr() argument
88 if (send) { in dma_ptr()
Dsm_sbc.c254 static void setup_dma_dsp(struct net_device *dev, struct sm_state *sm, int send) in setup_dma_dsp() argument
265 send = !!send; in setup_dma_dsp()
274 write_dsp(dev, SCSTATE->fmt[send]); in setup_dma_dsp()
275 write_dsp(dev, sbcskr[send]); in setup_dma_dsp()
276 nsamps = dma_setup(sm, send, dev->dma) - 1; in setup_dma_dsp()
279 write_dsp(dev, sbc4mode[send]); in setup_dma_dsp()
287 write_dsp(dev, sbcmode[SCSTATE->fmt[send] >= 180][send]); in setup_dma_dsp()
/linux-2.4.37.9/Documentation/isdn/
DINTERFACE.fax16 In send-mode the HL-driver has to handle the <DLE> codes and the bit-order
67 Defines outgoing/send or incoming/receive connection.
87 (+FCSI/+FTSI on send/receive)
131 Value of +FET command in send-mode.
/linux-2.4.37.9/Documentation/filesystems/
Dufs.txt52 Any ufs bug report you can send to daniel.pirkl@email.cz (do not send
/linux-2.4.37.9/Documentation/networking/
Dtcp.txt27 Frames are queued for output by tcp_write. We do our best to send the frames
35 On a timer we walk the retransmit list to send any retransmits, update the
/linux-2.4.37.9/
DREPORTING-BUGS14 wrong person. If you are unsure send it to the person responsible for the
19 If you are totally stumped as to whom to send the report, send it to
/linux-2.4.37.9/Documentation/video4linux/bttv/
DREADME.WINVIEW13 is wrong. If it doesn't work, send me email.
18 use this driver, send an email insult to them, and tell them you won't
/linux-2.4.37.9/drivers/atm/
Deni.c194 if (eni_dev->tx[i].send) in dump()
196 eni_dev->tx[i].send,eni_dev->tx[i].words*4); in dump()
1154 (size/(ATM_CELL_PAYLOAD/4)),tx->send+tx->tx_pos*4); in do_tx()
1159 tx->send+((tx->tx_pos+1) & (tx->words-1))*4); in do_tx()
1162 writel(skb->len,tx->send+ in do_tx()
1192 if (tx->send) in poll_tx()
1245 if (!eni_dev->tx[i].send) return eni_dev->tx+i; in alloc_tx()
1329 tx->send = mem; in reserve_or_set_tx()
1334 ((tx->send-eni_dev->ram) >> (MID_LOC_SKIP+2)), in reserve_or_set_tx()
1351 tx->send = 0; in reserve_or_set_tx()
[all …]
/linux-2.4.37.9/net/ipv6/
DREADME1 To join in the work on Linux IPv6 send mail to:
/linux-2.4.37.9/Documentation/BK-usage/
Dbksend36 bk send -wgzip_uu -r$REV -
Dbk-make-sum35 Mail text in /tmp/linus.txt; please check and send using your favourite
/linux-2.4.37.9/net/decnet/
DTODO19 o Using send/recvmsg() to get at connect/disconnect data (POSIX 1003.1g)
21 send/recvmsg() calls should simply be a vector of set/getsockopt()
/linux-2.4.37.9/arch/m68k/math-emu/
Dfp_entry.S77 | send some signal to program here
82 | user space, we correct stackpointer and send a SIGSEGV to
96 | send a trace signal if we are debugged
/linux-2.4.37.9/drivers/usb/host/
Dhc_sl811_rh.c198 if (hci->rh.send) { in rh_int_timer_do()
279 hci->rh.send = 1; in rh_submit_urb()
486 hci->rh.send = 0; in rh_unlink_urb()
/linux-2.4.37.9/fs/qnx4/
DREADME3 Please send diffs and remarks to <al@alarsen.net> .
/linux-2.4.37.9/drivers/usb/serial/
Dkeyspan_pda.S310 send:
319 djnz r1, send
416 ;; 04 is send break (really "turn break on/off"). TODO
572 ;; is to manually send out all of the data. The consequence of not
854 ;; now send it
874 ;; tx was not running. send the first character, setup the TI int
901 ;; prod rx, which will actually send the message when in2 becomes free
913 ;; tx finished. send another character if we have one
997 ;; special sequence: send a tx unthrottle message
1112 ;; read/send [tx_ring_out+1], then tx_ring_out++

123456789