Searched refs:hats (Results 1 – 7 of 7) sorted by relevance
/linux-3.4.99/security/apparmor/ |
D | procattr.c | 118 const char *hats[16]; /* current hard limit on # of names */ in aa_setprocattr_changehat() local 140 hats[count] = hat; in aa_setprocattr_changehat() 148 return aa_change_hat(hats, count, token, test); in aa_setprocattr_changehat()
|
D | domain.c | 601 int aa_change_hat(const char *hats[], int count, u64 token, bool permtest) in aa_change_hat() argument 632 hat = aa_find_child(root, hats[i]); in aa_change_hat() 652 name = new_compound_name(root->base.hname, hats[0]); in aa_change_hat()
|
/linux-3.4.99/drivers/input/joystick/ |
D | adi.c | 119 char hats; member 242 for (i = 0; i < adi->hats; i++) { in adi_decode() 345 if ((t = adi_get_bits(adi, 4)) & ADI_FLAG_HAT) adi->hats++; in adi_id_decode() 358 if (adi_get_bits(adi, 6) != 8 && adi->hats) { in adi_id_decode() 365 adi->hats += adi_get_bits(adi, 4); in adi_id_decode() 380 t = 8 + adi->buttons + adi->axes10 * 10 + adi->axes8 * 8 + adi->hats * 4; in adi_id_decode() 436 for (i = 0; i < adi->axes10 + adi->axes8 + (adi->hats + (adi->pad != -1)) * 2; i++) in adi_init_input() 452 for (i = 0; i < adi->axes10 + adi->axes8 + (adi->hats + (adi->pad != -1)) * 2; i++) { in adi_init_center()
|
D | tmdc.c | 97 char hats; member 340 for (i = 0; i < model->hats && i < TMDC_ABS_HAT; i++) in tmdc_setup_port()
|
D | Kconfig | 24 with rudders, additional hats and buttons compatible with CH
|
/linux-3.4.99/security/apparmor/include/ |
D | domain.h | 32 int aa_change_hat(const char *hats[], int count, u64 token, bool permtest);
|
/linux-3.4.99/Documentation/input/ |
D | joystick.txt | 169 It also supports extensions like additional hats and buttons compatible 181 For other joystick types (more/less axes, hats, and buttons) support 201 fullchf | CH Flightstick compatible with two hats and 6 buttons
|