Searched refs:xd_set_err_code (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/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 1028 xd_set_err_code(chip, XD_PRG_ERROR); in xd_mark_bad_block() 1030 xd_set_err_code(chip, XD_TO_ERROR); in xd_mark_bad_block() 1081 xd_set_err_code(chip, XD_PRG_ERROR); in xd_init_page() 1083 xd_set_err_code(chip, XD_TO_ERROR); in xd_init_page() 1121 xd_set_err_code(chip, XD_NO_CARD); in xd_copy_page() 1147 xd_set_err_code(chip, XD_NO_CARD); in xd_copy_page() 1168 xd_set_err_code(chip, XD_TO_ERROR); in xd_copy_page() 1192 xd_set_err_code(chip, XD_PRG_ERROR); in xd_copy_page() 1195 xd_set_err_code(chip, XD_TO_ERROR); in xd_copy_page() [all …]
|