Lines Matching defs:index
194 u8 index;
207 for (index = 0; index < len; index++)
209 skb->data[FM_CMD_MSG_HDR_SIZE + index]);
219 u8 index;
232 for (index = 0; index < len; index++)
234 skb->data[FM_EVT_MSG_HDR_SIZE + index]);
314 /* Execute interrupt handler where state index points */
538 * interrupt process. Therefore reset stage index to re-enable default
553 * reset stage index & retry count values */
630 u8 index;
655 for (index = 0; index < stat_info->afcache_size; index++) {
656 if (stat_info->af_cache[index] == freq)
660 if (index == stat_info->af_list_max) {
668 if (index == stat_info->afcache_size) {
669 fmdbg("Storing AF %d to cache index %d\n", freq, index);
670 stat_info->af_cache[index] = freq;
682 u8 index = 0;
692 while (index + 1 < FM_RX_RDS_INFO_FIELD_MAX) {
693 swap(rds_buff[index], rds_buff[index + 1]);
694 index += 2;
724 /* Transform the blk type into index sequence (0, 1, 2, 3, 4) */
726 fmdbg("Block index:%d(%s)\n", blk_idx,
1038 * So, reset stage index to 0.