Searched refs:xd_set_err_code (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/staging/rts5208/ |
D | xd.c | 38 static inline void xd_set_err_code(struct rtsx_chip *chip, u8 err_code) in xd_set_err_code() function 1127 xd_set_err_code(chip, XD_PRG_ERROR); in xd_mark_bad_block() 1129 xd_set_err_code(chip, XD_TO_ERROR); in xd_mark_bad_block() 1185 xd_set_err_code(chip, XD_PRG_ERROR); in xd_init_page() 1187 xd_set_err_code(chip, XD_TO_ERROR); in xd_init_page() 1232 xd_set_err_code(chip, XD_NO_CARD); in xd_copy_page() 1259 xd_set_err_code(chip, XD_NO_CARD); in xd_copy_page() 1279 xd_set_err_code(chip, XD_TO_ERROR); in xd_copy_page() 1304 xd_set_err_code(chip, XD_PRG_ERROR); in xd_copy_page() 1307 xd_set_err_code(chip, XD_TO_ERROR); in xd_copy_page() [all …]
|