Home
last modified time | relevance | path

Searched full:hat (Results 1 – 25 of 1969) sorted by relevance

12345678910>>...79

/linux/security/apparmor/
H A Dprocattr.c103 char *hat; in aa_setprocattr_changehat() local
108 hat = split_token_from_name(OP_CHANGE_HAT, args, &token); in aa_setprocattr_changehat()
109 if (IS_ERR(hat)) in aa_setprocattr_changehat()
110 return PTR_ERR(hat); in aa_setprocattr_changehat()
112 if (!hat && !token) { in aa_setprocattr_changehat()
113 AA_ERROR("change_hat: Invalid input, NULL hat and NULL magic"); in aa_setprocattr_changehat()
117 if (hat) { in aa_setprocattr_changehat()
118 /* set up hat name vector, args guaranteed null terminated in aa_setprocattr_changehat()
121 * If there are multiple hat names in the buffer each is in aa_setprocattr_changehat()
125 for (count = 0; (hat < end) && count < 16; ++count) { in aa_setprocattr_changehat()
[all …]
H A Ddomain.c1053 * Returns: label for hat transition OR ERR_PTR. Does NOT return NULL
1059 struct aa_profile *root, *hat = NULL; in build_change_hat() local
1073 hat = aa_find_child(root, name); in build_change_hat()
1074 if (!hat) { in build_change_hat()
1077 hat = aa_new_learning_profile(profile, true, name, in build_change_hat()
1079 if (!hat) { in build_change_hat()
1090 name, hat ? hat->base.hname : NULL, in build_change_hat()
1091 hat ? &hat->label : NULL, GLOBAL_ROOT_UID, info, in build_change_hat()
1093 if (!hat || (error && error != -ENOENT)) in build_change_hat()
1095 /* if hat && error - complain mode, already audited and we adjust for in build_change_hat()
[all …]
H A Dtask.c108 * aa_set_current_hat - set the current tasks hat
109 * @label: label to set as the current hat (NOT NULL)
110 * @token: token value that must be specified to change from the hat
112 * Do switch of tasks hat. If the task is currently in a hat
149 * aa_restore_previous_label - exit from hat context restoring previous label
150 * @token: the token that must be matched to exit hat context
152 * Attempt to return out of a hat to the previous label. The token
/linux/Documentation/devicetree/bindings/pwm/
H A Dargon40,fan-hat.yaml4 $id: http://devicetree.org/schemas/pwm/argon40,fan-hat.yaml#
7 title: Argon40 Fan HAT PWM controller
13 The trivial PWM on Argon40 Fan HAT, which is a RaspberryPi blower fan
14 hat which can be controlled over I2C, generates a fixed 30 kHz period
23 const: argon40,fan-hat
44 compatible = "argon40,fan-hat";
/linux/include/uapi/linux/
H A Daio_abi.h3 * Copyright 2000,2001,2002 Red Hat.
13 * warranty, express or implied. Red Hat makes no representations about
16 * IN NO EVENT SHALL RED HAT BE LIABLE TO ANY PARTY FOR DIRECT, INDIRECT,
18 * THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF RED HAT HAS BEEN ADVISED
21 * RED HAT DISCLAIMS ANY WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
24 * RED HAT HAS NO OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES,
/linux/drivers/pwm/
H A Dpwm-argon-fan-hat.c9 * Argon Fan HAT https://argon40.com/products/argon-fan-hat
91 { .compatible = "argon40,fan-hat" },
98 .name = "argon-fan-hat",
108 MODULE_DESCRIPTION("Argon40 Fan HAT");
H A Dpwm-raspberrypi-poe.c4 * For more information on Raspberry Pi's PoE hat see:
5 * https://www.raspberrypi.org/products/poe-hat/
H A DKconfig70 tristate "Argon40 Fan HAT support"
73 Generic PWM framework driver for Argon40 Fan HAT.
76 will be called pwm-argon-fan-hat.
539 tristate "Raspberry Pi Firmware PoE Hat PWM support"
545 official RPI PoE hat
/linux/Documentation/networking/device_drivers/ethernet/dlink/
H A Ddl2k.rst33 . Red Hat v6.2 (update kernel to 2.4.7)
34 . Red Hat v7.0 (update kernel to 2.4.7)
35 . Red Hat v7.1 (kernel 2.4.7)
36 . Red Hat v7.2 (kernel 2.4.7-10)
174 is based on a Red Hat 6.0/7.0 distribution, but it can easily be ported to
177 Red Hat v6.x/v7.x
193 4. Note that for most Linux distributions, Red Hat included, a configuration
/linux/arch/x86/kernel/
H A Dtls.h5 * Copyright (C) 2007 Red Hat, Inc. All rights reserved.
7 * Red Hat Author: Roland McGrath.
/linux/drivers/platform/x86/intel/int3472/
H A Dtps68470.h5 * Copyright (c) 2021 Red Hat Inc.
7 * Red Hat authors:
/linux/drivers/input/mouse/
H A Dfocaltech.h5 * Copyright (c) 2014 Red Hat Inc.
8 * Red Hat authors:
/linux/include/linux/platform_data/
H A Dtps68470.h5 * Copyright (c) 2021 Red Hat Inc.
7 * Red Hat authors:
/linux/drivers/input/joystick/
H A Dsensehat-joystick.c3 * Raspberry Pi Sense HAT joystick driver
85 sensehat_joystick->keys_dev->name = "Raspberry Pi Sense HAT Joystick"; in sensehat_joystick_probe()
132 MODULE_DESCRIPTION("Raspberry Pi Sense HAT joystick driver");
H A Dguillemot.c43 int hat; member
119 if (guillemot->type->hat) { in guillemot_poll()
224 if (guillemot->type->hat) { in guillemot_connect()
/linux/fs/cachefiles/
H A Dmain.c5 * Copyright (C) 2021 Red Hat, Inc. All Rights Reserved.
31 MODULE_AUTHOR("Red Hat, Inc.");
/linux/crypto/asymmetric_keys/
H A Dselftest.c4 * Copyright (C) 2022 Red Hat, Inc. All Rights Reserved.
71 MODULE_AUTHOR("Red Hat, Inc.");
H A Dpkcs7_key_type.c4 * Copyright (C) 2014 Red Hat, Inc. All Rights Reserved.
18 MODULE_AUTHOR("Red Hat, Inc.");
/linux/tools/testing/selftests/hid/tests/
H A Dbase_gamepad.py97 :param hat_switch: an absolute angular value of the hat switch
159 :param hat_switch: an absolute angular value of the hat switch
219 :param hat_switch: an absolute angular value of the hat switch
/linux/fs/dlm/
H A Dmain.c6 ** Copyright (C) 2004-2007 Red Hat, Inc. All rights reserved.
98 MODULE_AUTHOR("Red Hat, Inc.");
/linux/drivers/char/hw_random/
H A Dgeode-rng.c9 * (c) Copyright 2003 Red Hat Inc <jgarzik@redhat.com>
14 * (c) Copyright 2001 Red Hat Inc
/linux/drivers/ata/
H A Dpata_piccolo.c7 * Copyright 2005 Red Hat Inc, all rights reserved.
11 * Portions (C) Copyright 2002 Red Hat Inc <alan@redhat.com>
/linux/fs/netfs/
H A Dmain.c4 * Copyright (C) 2022 Red Hat, Inc. All Rights Reserved.
18 MODULE_AUTHOR("Red Hat, Inc.");
/linux/fs/gfs2/
H A Dmain.c4 * Copyright (C) 2004-2006 Red Hat, Inc. All rights reserved.
256 MODULE_AUTHOR("Red Hat, Inc.");
/linux/lib/
H A Doid_registry.c4 * Copyright (C) 2012 Red Hat, Inc. All Rights Reserved.
18 MODULE_AUTHOR("Red Hat, Inc.");

12345678910>>...79