Lines Matching defs:in

160 	 * portrait, landscape, etc. Even in multiple audios, one or
163 * of audio cases, flexible configs have been introduced in the
326 "ndev(%u) in rcabin mismatch ndev(%u) in DTS\n",
600 "%s: ndev(%u) in dspbin mismatch ndev(%u) in DTS\n",
635 /* The max number of config in firmware greater than 4 pieces of
832 "block_type should be in range from 2 to 5\n");
946 "%s: ndev(%u) in dspbin mismatch ndev(%u) in DTS\n",
1015 * in the end of tasdevice_rca_ready.
1065 * in the end of tasdevice_rca_ready.
1083 /*Not error in calibration Data file, return directly*/
1129 * in the end of tasdevice_rca_ready.
1193 bool in = false;
1203 in = true;
1208 in = true;
1212 return in;
1218 bool in = false;
1224 in = true;
1228 in = true;
1231 in = check_inpage_yram_rg(cd, reg, len);
1233 return in;
1237 * true -- the registers are in the inpage yram
1238 * false -- the registers are NOT in the inpage yram
1243 bool in = false;
1246 in = check_inpage_yram_bk1(cd, page, reg, len);
1250 in = check_inpage_yram_rg(cd, reg, len);
1253 return in;
1259 bool in = false;
1269 in = true;
1274 in = true;
1279 return in;
1283 * true -- the registers are in the inblock yram
1284 * false -- the registers are NOT in the inblock yram
1289 bool in = false;
1292 in = check_inblock_yram_bk(cd, page, reg, len);
1294 return in;
1300 bool in;
1302 in = check_inpage_yram(cd, book, page, reg, len);
1303 if (in)
1305 in = check_inblock_yram(cd, book, page, reg, len);
1308 return in;
1320 bool in;
1337 in = check_yram(&crc_data, book, page, reg, len);
1338 if (!in)
1382 bool in;
1394 in = check_yram(&crc_data, book, page, reg, 1);
1395 if (!in)
1604 } else if (ret < 0) /*err in current device, skip it*/
1612 } else if (ret < 0) /*err in current device, skip it*/
1817 * released in the tasdevice_codec_remove.
2173 "%s: cfg(%d) is not in range of conf %u\n",
2180 "%s: prm(%d) is not in range of Programs %u\n",
2188 "conf_no:%d should be in range from 0 to %u\n",
2281 "%s: prm(%d) is not in range of Programs %u\n",
2326 "%s: prm(%d) is not in range of Programs %u\n",