|
Linux Kernel
3.7.1
|
#include <linux/blkdev.h>#include <linux/kthread.h>#include <linux/sched.h>#include "rtsx.h"#include "rtsx_transport.h"#include "rtsx_scsi.h"#include "rtsx_card.h"#include "spi.h"Go to the source code of this file.
Functions | |
| int | spi_erase_eeprom_chip (struct rtsx_chip *chip) |
| int | spi_erase_eeprom_byte (struct rtsx_chip *chip, u16 addr) |
| int | spi_read_eeprom (struct rtsx_chip *chip, u16 addr, u8 *val) |
| int | spi_write_eeprom (struct rtsx_chip *chip, u16 addr, u8 val) |
| int | spi_get_status (struct scsi_cmnd *srb, struct rtsx_chip *chip) |
| int | spi_set_parameter (struct scsi_cmnd *srb, struct rtsx_chip *chip) |
| int | spi_read_flash_id (struct scsi_cmnd *srb, struct rtsx_chip *chip) |
| int | spi_read_flash (struct scsi_cmnd *srb, struct rtsx_chip *chip) |
| int | spi_write_flash (struct scsi_cmnd *srb, struct rtsx_chip *chip) |
| int | spi_erase_flash (struct scsi_cmnd *srb, struct rtsx_chip *chip) |
| int | spi_write_flash_status (struct scsi_cmnd *srb, struct rtsx_chip *chip) |
1.8.2