Lines Matching defs:mod
1226 mic_module mod[2];
1344 ai->mod[0].uCtx.valid = 0;
1345 ai->mod[0].mCtx.valid = 0;
1350 age_mic_context(&ai->mod[0].mCtx, &ai->mod[1].mCtx,
1356 age_mic_context(&ai->mod[0].uCtx, &ai->mod[1].uCtx,
1378 memset(&ai->mod[i].mCtx, 0, sizeof(miccntx));
1379 memset(&ai->mod[i].uCtx, 0, sizeof(miccntx));
1410 context = &ai->mod[0].mCtx;
1412 context = &ai->mod[0].uCtx;
1500 context = mcast ? &ai->mod[i].mCtx : &ai->mod[i].uCtx;
8007 * Ancillary flash / mod functions much black magic lurkes here *