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

12

/asus-wl-520gu-7.0.1.45/src/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.c87 sflash_cfe_inpstat(cfe_devctx_t *ctx, iocb_inpstat_t *inpstat) argument
89 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;
H A Ddev_ide_common.c953 * idecommon_inpstat(ctx,inpstat)
960 * inpstat - input status structure
966 int idecommon_inpstat(cfe_devctx_t *ctx,iocb_inpstat_t *inpstat) argument
970 inpstat->inp_status = 1;
H A Ddev_newflash.c97 static int flashdrv_inpstat(cfe_devctx_t *ctx,iocb_inpstat_t *inpstat);
1189 * flashdrv_inpstat(ctx,inpstat)
1195 * inpstat - input status structure
1201 static int flashdrv_inpstat(cfe_devctx_t *ctx,iocb_inpstat_t *inpstat) argument
1203 inpstat->inp_status = 1;
/asus-wl-520gu-7.0.1.45/src/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);
/asus-wl-520gu-7.0.1.45/src/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;
/asus-wl-520gu-7.0.1.45/src/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);
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/include/
H A Dcfe_device.h90 int (*dev_inpstat)(cfe_devctx_t *ctx,iocb_inpstat_t *inpstat);
H A Ddev_ide_common.h197 extern int idecommon_inpstat(cfe_devctx_t *ctx,iocb_inpstat_t *inpstat);
/asus-wl-520gu-7.0.1.45/src/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);
H A Dusbeth.c735 static int usbeth_ether_inpstat( cfe_devctx_t * ctx, iocb_inpstat_t * inpstat )
740 inpstat->inp_status = usbeth_data_rx( (usbeth_softc_t *) ctx->dev_softc );
/asus-wl-520gu-7.0.1.45/src/et/sys/
H A Det_cfe.c328 * ETHER_INPSTAT(ctx,inpstat)
334 * inpstat - pointer to input status structure
341 et_inpstat(cfe_devctx_t *ctx, iocb_inpstat_t *inpstat) argument
347 inpstat->inp_status = ((events & INTR_RX) ? 1 : 0);

Completed in 99 milliseconds

12