Searched refs:xd_set_err_code (Results 1 – 1 of 1) sorted by relevance
/drivers/staging/rts5208/ |
D | xd.c | 27 static inline void xd_set_err_code(struct rtsx_chip *chip, u8 err_code) in xd_set_err_code() function 1035 xd_set_err_code(chip, XD_PRG_ERROR); in xd_mark_bad_block() 1037 xd_set_err_code(chip, XD_TO_ERROR); in xd_mark_bad_block() 1088 xd_set_err_code(chip, XD_PRG_ERROR); in xd_init_page() 1090 xd_set_err_code(chip, XD_TO_ERROR); in xd_init_page() 1128 xd_set_err_code(chip, XD_NO_CARD); in xd_copy_page() 1154 xd_set_err_code(chip, XD_NO_CARD); in xd_copy_page() 1175 xd_set_err_code(chip, XD_TO_ERROR); in xd_copy_page() 1199 xd_set_err_code(chip, XD_PRG_ERROR); in xd_copy_page() 1202 xd_set_err_code(chip, XD_TO_ERROR); in xd_copy_page() [all …]
|