|
| int(* | init )(iop_device_t *) |
| |
| int(* | deinit )(iop_device_t *) |
| |
| int(* | format )(iop_file_t *) |
| |
| int(* | open )(iop_file_t *, const char *, int) |
| |
| int(* | close )(iop_file_t *) |
| |
| int(* | read )(iop_file_t *, void *, int) |
| |
| int(* | write )(iop_file_t *, void *, int) |
| |
| int(* | lseek )(iop_file_t *, int, int) |
| |
Definition at line 27 of file imgdrv.c.
◆ close
| int(* iop_device_ops_short_t::close) (iop_file_t *) |
◆ deinit
| int(* iop_device_ops_short_t::deinit) (iop_device_t *) |
◆ format
| int(* iop_device_ops_short_t::format) (iop_file_t *) |
◆ init
| int(* iop_device_ops_short_t::init) (iop_device_t *) |
◆ lseek
| int(* iop_device_ops_short_t::lseek) (iop_file_t *, int, int) |
◆ open
| int(* iop_device_ops_short_t::open) (iop_file_t *, const char *, int) |
◆ read
| int(* iop_device_ops_short_t::read) (iop_file_t *, void *, int) |
◆ write
| int(* iop_device_ops_short_t::write) (iop_file_t *, void *, int) |
The documentation for this struct was generated from the following file: