Home
last modified time | relevance | path

Searched refs:ctab (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/security/selinux/ss/
Dconditional.h76 void cond_compute_av(struct avtab *ctab, struct avtab_key *key, struct av_decision *avd);
Dconditional.c618 void cond_compute_av(struct avtab *ctab, struct avtab_key *key, struct av_decision *avd) in cond_compute_av() argument
622 if (!ctab || !key || !avd) in cond_compute_av()
625 for (node = avtab_search_node(ctab, key); node; in cond_compute_av()
/linux-4.1.27/drivers/media/usb/gspca/
Dov519.c4635 static const u8 ctab[] = { in setcontrast() local
4640 i2c_w(sd, 0x64, ctab[val >> 5]); in setcontrast()
4645 static const u8 ctab[] = { in setcontrast() local
4651 i2c_w(sd, 0x64, ctab[val >> 4]); in setcontrast()