Searched refs:xd_set_err_code (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/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 1091 xd_set_err_code(chip, XD_PRG_ERROR); in xd_mark_bad_block() 1093 xd_set_err_code(chip, XD_TO_ERROR); in xd_mark_bad_block() 1146 xd_set_err_code(chip, XD_PRG_ERROR); in xd_init_page() 1148 xd_set_err_code(chip, XD_TO_ERROR); in xd_init_page() 1189 xd_set_err_code(chip, XD_NO_CARD); in xd_copy_page() 1215 xd_set_err_code(chip, XD_NO_CARD); in xd_copy_page() 1236 xd_set_err_code(chip, XD_TO_ERROR); in xd_copy_page() 1260 xd_set_err_code(chip, XD_PRG_ERROR); in xd_copy_page() 1263 xd_set_err_code(chip, XD_TO_ERROR); in xd_copy_page() [all …]
|