Searched refs:room (Results 51 - 75 of 91) sorted by relevance

1234

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/serial/
H A Dcypress_m8.c853 int room = 0; local
859 room = kfifo_avail(&priv->write_fifo);
862 dbg("%s - returns %d", __func__, room);
863 return room;
H A Doti6858.c359 int room = 0; local
365 room = kfifo_avail(&port->write_fifo);
368 return room;
H A Dwhiteheat.c822 int room = 0; local
829 room++;
831 room *= port->bulk_out_size;
833 dbg("%s - returns %d", __func__, room);
834 return (room);
H A Dmos7840.c1377 * If successful, we return the amount of room that we have for this port
1385 int room = 0; local
1406 room += URB_TRANSFER_BUFFER_SIZE;
1410 room = (room == 0) ? 0 : room - URB_TRANSFER_BUFFER_SIZE + 1;
1411 dbg("%s - returns %d", __func__, room);
1412 return room;
H A Dmos7720.c1238 * If successful, we return the amount of room that we have for this port
1245 int room = 0; local
1259 room += URB_TRANSFER_BUFFER_SIZE;
1262 dbg("%s - returns %d", __func__, room);
1263 return room;
H A Dti_usb_3410_5052.c716 int room = 0; local
725 room = kfifo_avail(&tport->write_fifo);
728 dbg("%s - returns %d", __func__, room);
729 return room;
1329 /* more room in the buffer for new writes, wakeup */
H A Dio_edgeport.c1125 dbg("%s(%d) of %d byte(s) Fifo room %d -- will copy %d bytes",
1324 * we return the amount of room that we have for this port (the txCredits)
1331 int room; local
1350 room = edge_port->txCredits - edge_port->txfifo.count;
1353 dbg("%s - returns %d", __func__, room);
1354 return room;
H A Dio_ti.c2137 /* there is now more room in the buffer for new writes */
2146 int room = 0; local
2157 room = kfifo_avail(&edge_port->write_fifo);
2160 dbg("%s - returns %d", __func__, room);
2161 return room;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/kernel/
H A Dentry.S180 s %r15,BASED(.Lc_spsize) # make room for registers & psw
445 s %r15,BASED(.Lc_spsize) # make room for registers & psw
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v32/kernel/
H A Dentry.S357 subq 10*4, $sp ; Make room for R9.
404 subq 14*4, $sp ; Make room for R0-R13.
462 subq 14*4, $sp ; Make room for R0-R13.
502 subq 14*4, $sp ; Make room for r0-r13.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/contrib/masmx64/
H A Dgvmat64.asm165 ;;; make room for our stack frame.
209 ;;; It is then shifted into the high word, to make room for the wmask
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/contrib/masmx64/
H A Dgvmat64.asm165 ;;; make room for our stack frame.
209 ;;; It is then shifted into the high word, to make room for the wmask
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/win32/
H A Dgvmat64.asm165 ;;; make room for our stack frame.
209 ;;; It is then shifted into the high word, to make room for the wmask
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v10/kernel/
H A Dentry.S127 move $brp,[$sp=$sp-16]; instruction pointer and room for a fake SBFS frame
131 subq 14*4, $sp ; make room for r0-r13
427 move $brp,[$sp=$sp-16]; instruction pointer and room for a fake SBFS frame
530 move $irp,[$sp=$sp-16]; instruction pointer and room for a fake SBFS frame
555 subq 14*4, $sp ; Make room for r0-r13.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dnozomi.c842 DBG1("No room in tty, don't read data, don't ack interrupt, "
1734 * If the port is unplugged report lots of room and let the bits
1740 int room = 4096; local
1746 room = kfifo_avail(&port->fifo_ul);
1749 return room;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dvorbisenc.c776 int room = FFMIN(highroom, lowroom); local
787 if (posts[i] - predicted > room)
792 if (predicted - posts[i] > room)
H A Dvorbisdec.c1227 unsigned val, highroom, lowroom, room, high_neigh_offs, low_neigh_offs; local
1246 room = highroom * 2;
1248 room = lowroom * 2; // SPEC mispelling
1254 if (val >= room) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dvorbisenc.c783 int room = FFMIN(highroom, lowroom); local
794 if (posts[i] - predicted > room)
799 if (predicted - posts[i] > room)
H A Dvorbisdec.c1255 unsigned val, highroom, lowroom, room, high_neigh_offs, low_neigh_offs; local
1274 room = highroom * 2;
1276 room = lowroom * 2; // SPEC misspelling
1282 if (val >= room) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/contrib/masmx64/
H A Dgvmat64.asm204 ;;; make room for our stack frame.
248 ;;; It is then shifted into the high word, to make room for the wmask
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/contrib/masmx86/
H A Dmatch686.asm201 ;;; make room for our stack frame.
234 ;;; It is then shifted into the high word, to make room for the wmask
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/contrib/masmx64/
H A Dgvmat64.asm204 ;;; make room for our stack frame.
248 ;;; It is then shifted into the high word, to make room for the wmask
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/contrib/masmx86/
H A Dmatch686.asm201 ;;; make room for our stack frame.
234 ;;; It is then shifted into the high word, to make room for the wmask
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/lib/
H A Dfloor1.c1024 int room=(hiroom<loroom?hiroom:loroom)<<1; local
1028 if(val>=room){
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/scsi/
H A Dzfcp_dbf.c30 int room = to_len - sizeof(*dump); local
37 dump->size = min(from_len - offset, room);

Completed in 418 milliseconds

1234