Home
last modified time | relevance | path

Searched refs:hat (Results 1 – 16 of 16) sorted by relevance

/linux/security/apparmor/
A Dprocattr.c102 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 Ddomain.c1005 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 Dpolicy.c502 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 Dsidewinder.c287 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 Dguillemot.c46 int hat; member
122 if (guillemot->type->hat) { in guillemot_poll()
227 if (guillemot->type->hat) { in guillemot_connect()
/linux/security/apparmor/include/
A Dpolicy.h180 struct aa_profile *aa_new_null_profile(struct aa_profile *parent, bool hat,
/linux/Documentation/admin-guide/media/
A Dcafe_ccic.rst57 ten. That number was carefully picked out of a hat and should not be
A Dbttv.rst902 DE hat diverse Treiber fuer diese Modelle (Stand 09/2002):
/linux/arch/arm64/boot/dts/ti/
A Dk3-am642-sk.dts495 * 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 Dde.po139 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 Dgadget_hid.rst305 /* set default hat position: neutral */
/linux/Documentation/input/joydev/
A Djoystick-api.rst103 directions, some only in 4. The driver, however, always reports a hat as two
A Djoystick.rst181 chf Joystick with a CH Flightstick compatible hat
/linux/Documentation/process/
A Dbotching-up-ioctls.rst155 frame counter. With a spec lawyer hat on this isn't a bug since timeouts can
/linux/drivers/pwm/
A DKconfig442 official RPI PoE hat
/linux/Documentation/admin-guide/LSM/
A DSmack.rst454 ^ Pronounced "hat", a single circumflex character.

Completed in 26 milliseconds