Lines Matching defs:index
193 u8 index;
206 for (index = 0; index < len; index++)
208 skb->data[FM_CMD_MSG_HDR_SIZE + index]);
218 u8 index;
231 for (index = 0; index < len; index++)
233 skb->data[FM_EVT_MSG_HDR_SIZE + index]);
313 /* Execute interrupt handler where state index points */
537 * interrupt process. Therefore reset stage index to re-enable default
552 * reset stage index & retry count values */
629 u8 index;
654 for (index = 0; index < stat_info->afcache_size; index++) {
655 if (stat_info->af_cache[index] == freq)
659 if (index == stat_info->af_list_max) {
667 if (index == stat_info->afcache_size) {
668 fmdbg("Storing AF %d to cache index %d\n", freq, index);
669 stat_info->af_cache[index] = freq;
681 u8 index = 0;
691 while (index + 1 < FM_RX_RDS_INFO_FIELD_MAX) {
692 swap(rds_buff[index], rds_buff[index + 1]);
693 index += 2;
723 /* Transform the blk type into index sequence (0, 1, 2, 3, 4) */
725 fmdbg("Block index:%d(%s)\n", blk_idx,
1037 * So, reset stage index to 0.