• 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

72 static int sb1250_at24c02eeprom_open(cfe_devctx_t *ctx);
73 static int sb1250_at24c02eeprom_read(cfe_devctx_t *ctx,iocb_buffer_t *buffer);
74 static int sb1250_at24c02eeprom_inpstat(cfe_devctx_t *ctx,iocb_inpstat_t *inpstat);
75 static int sb1250_at24c02eeprom_write(cfe_devctx_t *ctx,iocb_buffer_t *buffer);
76 static int sb1250_at24c02eeprom_ioctl(cfe_devctx_t *ctx,iocb_buffer_t *buffer);
77 static int sb1250_at24c02eeprom_close(cfe_devctx_t *ctx);
360 * sb1250_at24c02eeprom_open(ctx)
365 * ctx - device context (can obtain our softc here)
372 static int sb1250_at24c02eeprom_open(cfe_devctx_t *ctx)
374 sb1250_at24c02eeprom_t *softc = ctx->dev_softc;
387 * sb1250_at24c02eeprom_read(ctx,buffer)
392 * ctx - device context (can obtain our softc here)
400 static int sb1250_at24c02eeprom_read(cfe_devctx_t *ctx,iocb_buffer_t *buffer)
402 sb1250_at24c02eeprom_t *softc = ctx->dev_softc;
430 * sb1250_at24c02eeprom_inpstat(ctx,inpstat)
435 * ctx - device context (can obtain our softc here)
443 static int sb1250_at24c02eeprom_inpstat(cfe_devctx_t *ctx,iocb_inpstat_t *inpstat)
451 * sb1250_at24c02eeprom_write(ctx,buffer)
456 * ctx - device context (can obtain our softc here)
464 static int sb1250_at24c02eeprom_write(cfe_devctx_t *ctx,iocb_buffer_t *buffer)
466 sb1250_at24c02eeprom_t *softc = ctx->dev_softc;
495 * sb1250_at24c02eeprom_ioctl(ctx,buffer)
500 * ctx - device context (can obtain our softc here)
508 static int sb1250_at24c02eeprom_ioctl(cfe_devctx_t *ctx,iocb_buffer_t *buffer)
510 sb1250_at24c02eeprom_t *softc = ctx->dev_softc;
528 * sb1250_at24c02eeprom_close(ctx,buffer)
533 * ctx - device context (can obtain our softc here)
540 static int sb1250_at24c02eeprom_close(cfe_devctx_t *ctx)