/Linux-v4.19/security/apparmor/ |
D | procattr.c | 108 char *hat; in aa_setprocattr_changehat() local 113 hat = split_token_from_name(OP_CHANGE_HAT, args, &token); in aa_setprocattr_changehat() 114 if (IS_ERR(hat)) in aa_setprocattr_changehat() 115 return PTR_ERR(hat); in aa_setprocattr_changehat() 117 if (!hat && !token) { in aa_setprocattr_changehat() 122 if (hat) { in aa_setprocattr_changehat() 130 for (count = 0; (hat < end) && count < 16; ++count) { in aa_setprocattr_changehat() 131 char *next = hat + strlen(hat) + 1; in aa_setprocattr_changehat() 132 hats[count] = hat; in aa_setprocattr_changehat() 134 , __func__, current->pid, token, count, hat); in aa_setprocattr_changehat() [all …]
|
D | domain.c | 1008 struct aa_profile *root, *hat = NULL; in build_change_hat() local 1022 hat = aa_find_child(root, name); in build_change_hat() 1023 if (!hat) { in build_change_hat() 1026 hat = aa_new_null_profile(profile, true, name, in build_change_hat() 1028 if (!hat) { in build_change_hat() 1038 name, hat ? hat->base.hname : NULL, in build_change_hat() 1039 hat ? &hat->label : NULL, GLOBAL_ROOT_UID, info, in build_change_hat() 1041 if (!hat || (error && error != -ENOENT)) in build_change_hat() 1046 return &hat->label; in build_change_hat() 1056 struct aa_profile *profile, *root, *hat = NULL; in change_hat() local [all …]
|
D | policy.c | 504 struct aa_profile *aa_new_null_profile(struct aa_profile *parent, bool hat, in aa_new_null_profile() argument 542 if (hat) in aa_new_null_profile()
|
/Linux-v4.19/drivers/input/joystick/ |
D | sidewinder.c | 299 int hat, i, j; in sw_parse() local 306 if (sw_check(GB(0,64)) || (hat = (GB(6,1) << 3) | GB(60,3)) > 8) in sw_parse() 316 input_report_abs(dev, ABS_HAT0X, sw_hat_to_axis[hat].x); in sw_parse() 317 input_report_abs(dev, ABS_HAT0Y, sw_hat_to_axis[hat].y); in sw_parse() 350 if (!sw_parity(GB(0,48)) || (hat = GB(42,4)) > 8) in sw_parse() 359 input_report_abs(dev, ABS_HAT0X, sw_hat_to_axis[hat].x); in sw_parse() 360 input_report_abs(dev, ABS_HAT0Y, sw_hat_to_axis[hat].y); in sw_parse() 371 if (!sw_parity(GB(0,43)) || (hat = GB(28,4)) > 8) in sw_parse() 379 input_report_abs(dev, ABS_HAT0X, sw_hat_to_axis[hat].x); in sw_parse() 380 input_report_abs(dev, ABS_HAT0Y, sw_hat_to_axis[hat].y); in sw_parse()
|
D | guillemot.c | 58 int hat; member 134 if (guillemot->type->hat) { in guillemot_poll() 239 if (guillemot->type->hat) { in guillemot_connect()
|
/Linux-v4.19/security/apparmor/include/ |
D | policy.h | 181 struct aa_profile *aa_new_null_profile(struct aa_profile *parent, bool hat,
|
/Linux-v4.19/Documentation/media/v4l-drivers/ |
D | cafe_ccic.rst | 55 ten. That number was carefully picked out of a hat and should not be
|
D | bttv.rst | 1064 DE hat diverse Treiber fuer diese Modelle (Stand 09/2002):
|
/Linux-v4.19/Documentation/usb/ |
D | gadget_hid.txt | 300 /* set default hat position: neutral */
|
/Linux-v4.19/Documentation/input/joydev/ |
D | joystick-api.rst | 103 directions, some only in 4, The driver, however, always reports a hat as two
|
D | joystick.rst | 181 chf Joystick with a CH Flightstick compatible hat
|
/Linux-v4.19/Documentation/ioctl/ |
D | botching-up-ioctls.txt | 154 frame counter. With a spec lawyer hat on this isn't a bug since timeouts can
|
/Linux-v4.19/Documentation/admin-guide/LSM/ |
D | Smack.rst | 454 ^ Pronounced "hat", a single circumflex character.
|