Searched refs:xidx (Results 1 – 3 of 3) sorted by relevance
| /linux/security/apparmor/ |
| H A D | policy_unpack.c | 1519 int xidx, xmax = -1; in verify_perms() local 1526 xidx = pdb->perms[i].xindex & AA_X_INDEX_MASK; in verify_perms() 1527 if (xidx >= pdb->trans.size) in verify_perms() 1529 if (xmax < xidx) in verify_perms() 1530 xmax = xidx; in verify_perms()
|
| /linux/sound/hda/common/ |
| H A D | hda_local.h | 86 #define HDA_CODEC_MUTE_BEEP_MONO_IDX(xname, xcidx, nid, ch, xidx, dir) \ argument 87 HDA_CODEC_MUTE_MONO_IDX(xname, xcidx, nid, ch, xidx, dir)
|
| /linux/sound/pci/rme9652/ |
| H A D | rme9652.c | 1306 #define RME9652_ADAT_SYNC(xname, xindex, xidx) \ argument 1310 .get = snd_rme9652_get_adat_sync, .private_value = xidx }
|