Home
last modified time | relevance | path

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

/linux-6.3-rc2/security/apparmor/
A Dprocattr.c101 char *hat; in aa_setprocattr_changehat() local
106 hat = split_token_from_name(OP_CHANGE_HAT, args, &token); in aa_setprocattr_changehat()
107 if (IS_ERR(hat)) in aa_setprocattr_changehat()
108 return PTR_ERR(hat); in aa_setprocattr_changehat()
110 if (!hat && !token) { in aa_setprocattr_changehat()
115 if (hat) { in aa_setprocattr_changehat()
123 for (count = 0; (hat < end) && count < 16; ++count) { in aa_setprocattr_changehat()
124 char *next = hat + strlen(hat) + 1; in aa_setprocattr_changehat()
125 hats[count] = hat; in aa_setprocattr_changehat()
127 , __func__, current->pid, token, count, hat); in aa_setprocattr_changehat()
[all …]
A Ddomain.c1007 hat = aa_find_child(root, name); in build_change_hat()
1008 if (!hat) { in build_change_hat()
1013 if (!hat) { in build_change_hat()
1023 name, hat ? hat->base.hname : NULL, in build_change_hat()
1024 hat ? &hat->label : NULL, GLOBAL_ROOT_UID, info, in build_change_hat()
1031 return &hat->label; in build_change_hat()
1068 hat = aa_find_child(root, name); in change_hat()
1070 if (!hat) { in change_hat()
1074 } else if (!PROFILE_IS_HAT(hat)) { in change_hat()
1077 aa_put_profile(hat); in change_hat()
[all …]
A Dpolicy.c625 struct aa_profile *aa_new_learning_profile(struct aa_profile *parent, bool hat, in aa_new_learning_profile() argument
661 if (hat) in aa_new_learning_profile()
/linux-6.3-rc2/drivers/input/joystick/
A Dsidewinder.c284 int hat, i, j; in sw_parse() local
291 if (sw_check(GB(0,64)) || (hat = (GB(6,1) << 3) | GB(60,3)) > 8) in sw_parse()
301 input_report_abs(dev, ABS_HAT0X, sw_hat_to_axis[hat].x); in sw_parse()
302 input_report_abs(dev, ABS_HAT0Y, sw_hat_to_axis[hat].y); in sw_parse()
335 if (!sw_parity(GB(0,48)) || (hat = GB(42,4)) > 8) in sw_parse()
344 input_report_abs(dev, ABS_HAT0X, sw_hat_to_axis[hat].x); in sw_parse()
345 input_report_abs(dev, ABS_HAT0Y, sw_hat_to_axis[hat].y); in sw_parse()
356 if (!sw_parity(GB(0,43)) || (hat = GB(28,4)) > 8) in sw_parse()
364 input_report_abs(dev, ABS_HAT0X, sw_hat_to_axis[hat].x); in sw_parse()
365 input_report_abs(dev, ABS_HAT0Y, sw_hat_to_axis[hat].y); in sw_parse()
A Dguillemot.c43 int hat; member
119 if (guillemot->type->hat) { in guillemot_poll()
224 if (guillemot->type->hat) { in guillemot_connect()
/linux-6.3-rc2/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-6.3-rc2/security/apparmor/include/
A Dpolicy.h239 struct aa_profile *aa_new_learning_profile(struct aa_profile *parent, bool hat,
/linux-6.3-rc2/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-6.3-rc2/Documentation/usb/
A Dgadget_hid.rst305 /* set default hat position: neutral */
/linux-6.3-rc2/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-6.3-rc2/Documentation/process/
A Dbotching-up-ioctls.rst155 frame counter. With a spec lawyer hat on this isn't a bug since timeouts can
/linux-6.3-rc2/drivers/pwm/
A DKconfig452 official RPI PoE hat
/linux-6.3-rc2/Documentation/admin-guide/LSM/
A DSmack.rst454 ^ Pronounced "hat", a single circumflex character.

Completed in 36 milliseconds