Searched refs:check_cmd_set (Results 1 – 1 of 1) sorted by relevance
15 static struct mtd_info *check_cmd_set(struct map_info *, int);35 mtd = check_cmd_set(map, 1); /* First the primary cmdset */ in mtd_do_chip_probe()37 mtd = check_cmd_set(map, 0); /* Then the secondary */ in mtd_do_chip_probe()232 static struct mtd_info *check_cmd_set(struct map_info *map, int primary) in check_cmd_set() function