Searched refs:inpstat (Results 1 - 25 of 41) sorted by relevance

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/cfe/cfe/dev/
H A Ddev_null.c63 static int nulldrv_inpstat(cfe_devctx_t *ctx,iocb_inpstat_t *inpstat);
111 static int nulldrv_inpstat(cfe_devctx_t *ctx,iocb_inpstat_t *inpstat) argument
115 inpstat->inp_status = 0;
H A Ddev_promice.c99 static int promice_inpstat(cfe_devctx_t *ctx,iocb_inpstat_t *inpstat);
284 * promice_inpstat(ctx,inpstat)
290 * inpstat - input status structure
296 static int promice_inpstat(cfe_devctx_t *ctx,iocb_inpstat_t *inpstat) argument
300 inpstat->inp_status = (*(softc->status) & HDA) ? 1 : 0;
H A Ddev_bcm1250.c77 static int bcm1250_inpstat(cfe_devctx_t *ctx,iocb_inpstat_t *inpstat);
214 bcm1250_inpstat(cfe_devctx_t *ctx, iocb_inpstat_t *inpstat) argument
H A Ddev_ds17887clock.c129 static int ds17887_clock_inpstat(cfe_devctx_t *ctx,iocb_inpstat_t *inpstat);
359 * ds17887_clock_inpstat(ctx,inpstat)
365 * inpstat - input status descriptor to receive value
372 static int ds17887_clock_inpstat(cfe_devctx_t *ctx,iocb_inpstat_t *inpstat) argument
374 inpstat->inp_status = 1;
H A Ddev_ns16550.c83 static int ns16550_uart_inpstat(cfe_devctx_t *ctx,iocb_inpstat_t *inpstat);
224 static int ns16550_uart_inpstat(cfe_devctx_t *ctx, iocb_inpstat_t *inpstat) argument
228 inpstat->inp_status = (READCSR(softc,R_UART_LSR) & LSR_RXRDY) ? 1 : 0;
H A Ddev_sflash.c86 sflash_cfe_inpstat(cfe_devctx_t *ctx, iocb_inpstat_t *inpstat) argument
88 inpstat->inp_status = 1;
H A Ddev_flash.c92 static int flashdrv_inpstat(cfe_devctx_t *ctx,iocb_inpstat_t *inpstat);
1098 * flashdrv_inpstat(ctx,inpstat)
1104 * inpstat - input status structure
1110 static int flashdrv_inpstat(cfe_devctx_t *ctx,iocb_inpstat_t *inpstat) argument
1114 inpstat->inp_status = 1;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/cfe/cfe/net/
H A Ddev_tcpconsole.c87 static int tcpconsole_inpstat(cfe_devctx_t *ctx,iocb_inpstat_t *inpstat);
271 static int tcpconsole_inpstat(cfe_devctx_t *ctx, iocb_inpstat_t *inpstat) argument
279 inpstat->inp_status = 0;
286 inpstat->inp_status = (rxbytes > 0);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/cfe/cfe/arch/mips/cpu/sb1250/src/
H A Ddev_jtag.c78 static int jtag_inpstat(cfe_devctx_t *ctx,iocb_inpstat_t *inpstat);
264 * jtag_inpstat(ctx,inpstat)
270 * inpstat - input status structure
276 static int jtag_inpstat(cfe_devctx_t *ctx,iocb_inpstat_t *inpstat) argument
284 inpstat->inp_status = softc->waiting_input ? 1 : 0;
H A Ddev_sb1250_pcihost.c69 static int sb1250_host_inpstat(cfe_devctx_t *ctx, iocb_inpstat_t *inpstat);
191 sb1250_host_inpstat(cfe_devctx_t *ctx, iocb_inpstat_t *inpstat) argument
H A Ddev_sb1250_24lc128eeprom.c74 static int sb1250_24lc128eeprom_inpstat(cfe_devctx_t *ctx,iocb_inpstat_t *inpstat);
445 * sb1250_24lc128eeprom_inpstat(ctx,inpstat)
451 * inpstat - input status descriptor to receive value
458 static int sb1250_24lc128eeprom_inpstat(cfe_devctx_t *ctx,iocb_inpstat_t *inpstat) argument
460 inpstat->inp_status = 1;
H A Ddev_sb1250_at24c02eeprom.c74 static int sb1250_at24c02eeprom_inpstat(cfe_devctx_t *ctx,iocb_inpstat_t *inpstat);
430 * sb1250_at24c02eeprom_inpstat(ctx,inpstat)
436 * inpstat - input status descriptor to receive value
443 static int sb1250_at24c02eeprom_inpstat(cfe_devctx_t *ctx,iocb_inpstat_t *inpstat) argument
445 inpstat->inp_status = 1;
H A Ddev_sb1250_uart.c81 static int sb1250_uart_inpstat(cfe_devctx_t *ctx,iocb_inpstat_t *inpstat);
225 static int sb1250_uart_inpstat(cfe_devctx_t *ctx,iocb_inpstat_t *inpstat) argument
229 inpstat->inp_status = (SBDUARTREAD(softc,uart_status) & M_DUART_RX_RDY) ? 1 : 0;
H A Ddev_sb1250_x1240eeprom.c117 static int sb1250_x1240eeprom_inpstat(cfe_devctx_t *ctx,iocb_inpstat_t *inpstat);
529 * sb1250_x1240eeprom_inpstat(ctx,inpstat)
535 * inpstat - input status descriptor to receive value
542 static int sb1250_x1240eeprom_inpstat(cfe_devctx_t *ctx,iocb_inpstat_t *inpstat) argument
544 inpstat->inp_status = 1;
H A Ddev_sb1250_m41t81clock.c139 static int m41t81_clock_inpstat(cfe_devctx_t *ctx,iocb_inpstat_t *inpstat);
602 * m41t81_clock_inpstat(ctx,inpstat)
608 * inpstat - input status descriptor to receive value
615 static int m41t81_clock_inpstat(cfe_devctx_t *ctx,iocb_inpstat_t *inpstat) argument
617 inpstat->inp_status = 1;
H A Ddev_sb1250_x1241clock.c117 static int x1241_clock_inpstat(cfe_devctx_t *ctx,iocb_inpstat_t *inpstat);
610 * x1241_clock_inpstat(ctx,inpstat)
616 * inpstat - input status descriptor to receive value
623 static int x1241_clock_inpstat(cfe_devctx_t *ctx,iocb_inpstat_t *inpstat) argument
625 inpstat->inp_status = 1;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/cfe/cfe/pccons/
H A Ddev_pcconsole.c95 static int pcconsole_inpstat(cfe_devctx_t *ctx,iocb_inpstat_t *inpstat);
293 static int pcconsole_inpstat(cfe_devctx_t *ctx,iocb_inpstat_t *inpstat) argument
299 inpstat->inp_status = kbd_inpstat(&(softc->ks)) ? 1 : 0;
H A Ddev_pcconsole2.c94 static int pcconsole_inpstat(cfe_devctx_t *ctx,iocb_inpstat_t *inpstat);
235 static int pcconsole_inpstat(cfe_devctx_t *ctx,iocb_inpstat_t *inpstat) argument
241 inpstat->inp_status = (softc->kbd_in != softc->kbd_out);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/cfe/cfe/include/
H A Dcfe_device.h90 int (*dev_inpstat)(cfe_devctx_t *ctx,iocb_inpstat_t *inpstat);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/cfe/cfe/usb/
H A Dusbserial.c116 static int usb_uart_inpstat(cfe_devctx_t *ctx,iocb_inpstat_t *inpstat);
560 static int usb_uart_inpstat(cfe_devctx_t *ctx, iocb_inpstat_t *inpstat) argument
566 inpstat->inp_status = 0;
570 inpstat->inp_status = (user->user_inbuf_in != user->user_inbuf_out);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/cfe/cfe/arch/mips/board/bcm97115/src/
H A Ddev_bcm7115_uart.c22 static int bcm97115_uart_inpstat(cfe_devctx_t *ctx,iocb_inpstat_t *inpstat);
172 static int bcm97115_uart_inpstat(cfe_devctx_t *ctx,iocb_inpstat_t *inpstat) argument
176 inpstat->inp_status = READREG(softc->rxstat) ? 1 : 0;
H A Ddev_bcm4413_eth.c98 static int bcm4413_ether_inpstat(cfe_devctx_t *ctx,iocb_inpstat_t *inpstat);
659 static int bcm4413_ether_inpstat( cfe_devctx_t * ctx, iocb_inpstat_t * inpstat )
666 inpstat->inp_status = stat;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/cfe/cfe/arch/mips/board/bcm963xx/src/
H A Ddev_bcm63xx_uart.c65 static int bcm63xx_uart_inpstat(cfe_devctx_t *ctx,iocb_inpstat_t *inpstat);
233 static int bcm63xx_uart_inpstat(cfe_devctx_t *ctx,iocb_inpstat_t *inpstat) argument
237 inpstat->inp_status = READREG(softc->uart_status) & RXFIFONE;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/cfe/cfe/arch/mips/board/bcm96345/src/
H A Ddev_bcm6345_eth.c34 static int bcm6345_ether_inpstat(cfe_devctx_t *ctx,iocb_inpstat_t *inpstat);
473 static int bcm6345_ether_inpstat( cfe_devctx_t * ctx, iocb_inpstat_t * inpstat )
485 if( inpstat == NULL ) {
486 xprintf( "No inpstat buffer\n" );
502 inpstat->inp_status = (CurrentBdPtr->status & DMA_OWN) ? 0 : 1;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/cfe/cfe/arch/mips/board/bcm9635x/src/
H A Ddev_bcm635x_enet.c63 static int bcm6352_enet_inpstat( cfe_devctx_t *ctx, iocb_inpstat_t *inpstat );
680 static int bcm6352_enet_inpstat( cfe_devctx_t *ctx, iocb_inpstat_t *inpstat )
692 if( inpstat == NULL ) {
693 xprintf( "No inpstat buffer\n" );
709 inpstat->inp_status = (CurrentBdPtr->status & DMA_OWN) ? 0 : 1;

Completed in 104 milliseconds

12