/linux/security/apparmor/ |
A D | procattr.c | 102 char *hat; in aa_setprocattr_changehat() local 107 hat = split_token_from_name(OP_CHANGE_HAT, args, &token); in aa_setprocattr_changehat() 108 if (IS_ERR(hat)) in aa_setprocattr_changehat() 109 return PTR_ERR(hat); in aa_setprocattr_changehat() 111 if (!hat && !token) { in aa_setprocattr_changehat() 116 if (hat) { in aa_setprocattr_changehat() 124 for (count = 0; (hat < end) && count < 16; ++count) { in aa_setprocattr_changehat() 125 char *next = hat + strlen(hat) + 1; in aa_setprocattr_changehat() 126 hats[count] = hat; in aa_setprocattr_changehat() 128 , __func__, current->pid, token, count, hat); in aa_setprocattr_changehat() [all …]
|
A D | domain.c | 1005 hat = aa_find_child(root, name); in build_change_hat() 1006 if (!hat) { in build_change_hat() 1011 if (!hat) { in build_change_hat() 1021 name, hat ? hat->base.hname : NULL, in build_change_hat() 1022 hat ? &hat->label : NULL, GLOBAL_ROOT_UID, info, in build_change_hat() 1029 return &hat->label; in build_change_hat() 1066 hat = aa_find_child(root, name); in change_hat() 1068 if (!hat) { in change_hat() 1072 } else if (!PROFILE_IS_HAT(hat)) { in change_hat() 1075 aa_put_profile(hat); in change_hat() [all …]
|
A D | policy.c | 502 struct aa_profile *aa_new_null_profile(struct aa_profile *parent, bool hat, in aa_new_null_profile() argument 540 if (hat) in aa_new_null_profile()
|
/linux/drivers/input/joystick/ |
A D | sidewinder.c | 287 int hat, i, j; in sw_parse() local 294 if (sw_check(GB(0,64)) || (hat = (GB(6,1) << 3) | GB(60,3)) > 8) in sw_parse() 304 input_report_abs(dev, ABS_HAT0X, sw_hat_to_axis[hat].x); in sw_parse() 305 input_report_abs(dev, ABS_HAT0Y, sw_hat_to_axis[hat].y); in sw_parse() 338 if (!sw_parity(GB(0,48)) || (hat = GB(42,4)) > 8) in sw_parse() 347 input_report_abs(dev, ABS_HAT0X, sw_hat_to_axis[hat].x); in sw_parse() 348 input_report_abs(dev, ABS_HAT0Y, sw_hat_to_axis[hat].y); in sw_parse() 359 if (!sw_parity(GB(0,43)) || (hat = GB(28,4)) > 8) in sw_parse() 367 input_report_abs(dev, ABS_HAT0X, sw_hat_to_axis[hat].x); in sw_parse() 368 input_report_abs(dev, ABS_HAT0Y, sw_hat_to_axis[hat].y); in sw_parse()
|
A D | guillemot.c | 46 int hat; member 122 if (guillemot->type->hat) { in guillemot_poll() 227 if (guillemot->type->hat) { in guillemot_connect()
|
/linux/security/apparmor/include/ |
A D | policy.h | 180 struct aa_profile *aa_new_null_profile(struct aa_profile *parent, bool hat,
|
/linux/Documentation/admin-guide/media/ |
A D | cafe_ccic.rst | 57 ten. That number was carefully picked out of a hat and should not be
|
A D | bttv.rst | 902 DE hat diverse Treiber fuer diese Modelle (Stand 09/2002):
|
/linux/arch/arm64/boot/dts/ti/ |
A D | k3-am642-sk.dts | 495 * EPWM4_A, EPWM4_B is available on Pin 32 and 33 on J4 (RPi hat) 503 * EPWM5_A, EPWM5_B is available on Pin 29 and 31 on J4 (RPi hat)
|
/linux/tools/power/cpupower/po/ |
A D | de.po | 139 msgstr "Wächter %s, Zähler %s hat keine Zählfunktion. Implementierungsfehler\n" 164 msgstr "%s hat %.5f Sekunden gedauert und hat sich mit Status %d beendet\n"
|
/linux/Documentation/usb/ |
A D | gadget_hid.rst | 305 /* set default hat position: neutral */
|
/linux/Documentation/input/joydev/ |
A D | joystick-api.rst | 103 directions, some only in 4. The driver, however, always reports a hat as two
|
A D | joystick.rst | 181 chf Joystick with a CH Flightstick compatible hat
|
/linux/Documentation/process/ |
A D | botching-up-ioctls.rst | 155 frame counter. With a spec lawyer hat on this isn't a bug since timeouts can
|
/linux/drivers/pwm/ |
A D | Kconfig | 442 official RPI PoE hat
|
/linux/Documentation/admin-guide/LSM/ |
A D | Smack.rst | 454 ^ Pronounced "hat", a single circumflex character.
|