Searched refs:hat (Results 1 – 13 of 13) sorted by relevance
/linux-4.4.14/security/apparmor/ |
D | procattr.c | 116 char *hat; in aa_setprocattr_changehat() local 121 hat = split_token_from_name(OP_CHANGE_HAT, args, &token); in aa_setprocattr_changehat() 122 if (IS_ERR(hat)) in aa_setprocattr_changehat() 123 return PTR_ERR(hat); in aa_setprocattr_changehat() 125 if (!hat && !token) { in aa_setprocattr_changehat() 130 if (hat) { in aa_setprocattr_changehat() 138 for (count = 0; (hat < end) && count < 16; ++count) { in aa_setprocattr_changehat() 139 char *next = hat + strlen(hat) + 1; in aa_setprocattr_changehat() 140 hats[count] = hat; in aa_setprocattr_changehat() 141 hat = next; in aa_setprocattr_changehat() [all …]
|
D | domain.c | 608 struct aa_profile *profile, *previous_profile, *hat = NULL; in aa_change_hat() local 644 for (i = 0; i < count && !hat; i++) in aa_change_hat() 646 hat = aa_find_child(root, hats[i]); in aa_change_hat() 647 if (!hat) { in aa_change_hat() 671 hat = aa_new_null_profile(profile, 1); in aa_change_hat() 672 if (!hat) { in aa_change_hat() 679 target = hat->base.hname; in aa_change_hat() 680 if (!PROFILE_IS_HAT(hat)) { in aa_change_hat() 687 error = may_change_ptraced_domain(hat); in aa_change_hat() 695 error = aa_set_current_hat(hat, token); in aa_change_hat() [all …]
|
D | policy.c | 688 struct aa_profile *aa_new_null_profile(struct aa_profile *parent, int hat) in aa_new_null_profile() argument 707 if (hat) in aa_new_null_profile()
|
/linux-4.4.14/drivers/input/joystick/ |
D | sidewinder.c | 303 int hat, i, j; in sw_parse() local 310 if (sw_check(GB(0,64)) || (hat = (GB(6,1) << 3) | GB(60,3)) > 8) in sw_parse() 320 input_report_abs(dev, ABS_HAT0X, sw_hat_to_axis[hat].x); in sw_parse() 321 input_report_abs(dev, ABS_HAT0Y, sw_hat_to_axis[hat].y); in sw_parse() 354 if (!sw_parity(GB(0,48)) || (hat = GB(42,4)) > 8) in sw_parse() 363 input_report_abs(dev, ABS_HAT0X, sw_hat_to_axis[hat].x); in sw_parse() 364 input_report_abs(dev, ABS_HAT0Y, sw_hat_to_axis[hat].y); in sw_parse() 375 if (!sw_parity(GB(0,43)) || (hat = GB(28,4)) > 8) in sw_parse() 383 input_report_abs(dev, ABS_HAT0X, sw_hat_to_axis[hat].x); in sw_parse() 384 input_report_abs(dev, ABS_HAT0Y, sw_hat_to_axis[hat].y); in sw_parse()
|
D | guillemot.c | 62 int hat; member 138 if (guillemot->type->hat) { in guillemot_poll() 243 if (guillemot->type->hat) { in guillemot_connect()
|
/linux-4.4.14/security/apparmor/include/ |
D | policy.h | 244 struct aa_profile *aa_new_null_profile(struct aa_profile *parent, int hat);
|
/linux-4.4.14/Documentation/video4linux/ |
D | cafe_ccic | 42 ten. That number was carefully picked out of a hat and should not be
|
/linux-4.4.14/Documentation/input/ |
D | joystick-api.txt | 77 directions, some only in 4, The driver, however, always reports a hat as two
|
D | joystick.txt | 200 chf | Joystick with a CH Flightstick compatible hat
|
/linux-4.4.14/Documentation/usb/ |
D | gadget_hid.txt | 300 /* set default hat position: neutral */
|
/linux-4.4.14/Documentation/ioctl/ |
D | botching-up-ioctls.txt | 149 frame counter. With a spec laywer hat on this isn't a bug since timeouts can
|
/linux-4.4.14/Documentation/video4linux/bttv/ |
D | Cards | 390 DE hat diverse Treiber fuer diese Modelle (Stand 09/2002):
|
/linux-4.4.14/Documentation/security/ |
D | Smack.txt | 383 ^ Pronounced "hat", a single circumflex character.
|