• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /asus-wl-520gu-7.0.1.45/src/cfe/cfe/arch/mips/cpu/sb1250/src/

Lines Matching defs:ctx

115 static int sb1250_x1240eeprom_open(cfe_devctx_t *ctx);
116 static int sb1250_x1240eeprom_read(cfe_devctx_t *ctx,iocb_buffer_t *buffer);
117 static int sb1250_x1240eeprom_inpstat(cfe_devctx_t *ctx,iocb_inpstat_t *inpstat);
118 static int sb1250_x1240eeprom_write(cfe_devctx_t *ctx,iocb_buffer_t *buffer);
119 static int sb1250_x1240eeprom_ioctl(cfe_devctx_t *ctx,iocb_buffer_t *buffer);
120 static int sb1250_x1240eeprom_close(cfe_devctx_t *ctx);
412 * sb1250_x1240eeprom_open(ctx)
418 * ctx - device context (can obtain our softc here)
425 static int sb1250_x1240eeprom_open(cfe_devctx_t *ctx)
427 sb1250_x1240eeprom_t *softc = ctx->dev_softc;
486 * sb1250_x1240eeprom_read(ctx,buffer)
491 * ctx - device context (can obtain our softc here)
499 static int sb1250_x1240eeprom_read(cfe_devctx_t *ctx,iocb_buffer_t *buffer)
501 sb1250_x1240eeprom_t *softc = ctx->dev_softc;
529 * sb1250_x1240eeprom_inpstat(ctx,inpstat)
534 * ctx - device context (can obtain our softc here)
542 static int sb1250_x1240eeprom_inpstat(cfe_devctx_t *ctx,iocb_inpstat_t *inpstat)
550 * sb1250_x1240eeprom_write(ctx,buffer)
555 * ctx - device context (can obtain our softc here)
563 static int sb1250_x1240eeprom_write(cfe_devctx_t *ctx,iocb_buffer_t *buffer)
565 sb1250_x1240eeprom_t *softc = ctx->dev_softc;
605 * sb1250_x1240eeprom_ioctl(ctx,buffer)
610 * ctx - device context (can obtain our softc here)
618 static int sb1250_x1240eeprom_ioctl(cfe_devctx_t *ctx,iocb_buffer_t *buffer)
620 sb1250_x1240eeprom_t *softc = ctx->dev_softc;
638 * sb1250_x1240eeprom_close(ctx,buffer)
643 * ctx - device context (can obtain our softc here)
650 static int sb1250_x1240eeprom_close(cfe_devctx_t *ctx)