Searched refs:dao_set_spos (Results 1 – 4 of 4) sorted by relevance
162 int (*dao_set_spos)(void *blk, unsigned int spos);160 int (*dao_set_spos)(void *blk, unsigned int spos); global() member
917 static int dao_set_spos(void *blk, unsigned int spos) in dao_set_spos() function2204 .dao_set_spos = dao_set_spos,
901 static int dao_set_spos(void *blk, unsigned int spos) in dao_set_spos() function2346 .dao_set_spos = dao_set_spos,
151 dao->hw->dao_set_spos(dao->ctrl_blk, spos); in dao_commit_write()