/linux/security/apparmor/ |
H A D | procattr.c | 103 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 D | domain.c | 1053 * 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 D | task.c | 108 * 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 D | argon40,fan-hat.yaml | 4 $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 D | aio_abi.h | 3 * 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 D | pwm-argon-fan-hat.c | 9 * 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 D | pwm-raspberrypi-poe.c | 4 * For more information on Raspberry Pi's PoE hat see: 5 * https://www.raspberrypi.org/products/poe-hat/
|
H A D | Kconfig | 70 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 D | dl2k.rst | 33 . 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 D | tls.h | 5 * Copyright (C) 2007 Red Hat, Inc. All rights reserved. 7 * Red Hat Author: Roland McGrath.
|
/linux/drivers/platform/x86/intel/int3472/ |
H A D | tps68470.h | 5 * Copyright (c) 2021 Red Hat Inc. 7 * Red Hat authors:
|
/linux/drivers/input/mouse/ |
H A D | focaltech.h | 5 * Copyright (c) 2014 Red Hat Inc. 8 * Red Hat authors:
|
/linux/include/linux/platform_data/ |
H A D | tps68470.h | 5 * Copyright (c) 2021 Red Hat Inc. 7 * Red Hat authors:
|
/linux/drivers/input/joystick/ |
H A D | sensehat-joystick.c | 3 * 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 D | guillemot.c | 43 int hat; member 119 if (guillemot->type->hat) { in guillemot_poll() 224 if (guillemot->type->hat) { in guillemot_connect()
|
/linux/fs/cachefiles/ |
H A D | main.c | 5 * Copyright (C) 2021 Red Hat, Inc. All Rights Reserved. 31 MODULE_AUTHOR("Red Hat, Inc.");
|
/linux/crypto/asymmetric_keys/ |
H A D | selftest.c | 4 * Copyright (C) 2022 Red Hat, Inc. All Rights Reserved. 71 MODULE_AUTHOR("Red Hat, Inc.");
|
H A D | pkcs7_key_type.c | 4 * Copyright (C) 2014 Red Hat, Inc. All Rights Reserved. 18 MODULE_AUTHOR("Red Hat, Inc.");
|
/linux/tools/testing/selftests/hid/tests/ |
H A D | base_gamepad.py | 97 :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 D | main.c | 6 ** Copyright (C) 2004-2007 Red Hat, Inc. All rights reserved. 98 MODULE_AUTHOR("Red Hat, Inc.");
|
/linux/drivers/char/hw_random/ |
H A D | geode-rng.c | 9 * (c) Copyright 2003 Red Hat Inc <jgarzik@redhat.com> 14 * (c) Copyright 2001 Red Hat Inc
|
/linux/drivers/ata/ |
H A D | pata_piccolo.c | 7 * Copyright 2005 Red Hat Inc, all rights reserved. 11 * Portions (C) Copyright 2002 Red Hat Inc <alan@redhat.com>
|
/linux/fs/netfs/ |
H A D | main.c | 4 * Copyright (C) 2022 Red Hat, Inc. All Rights Reserved. 18 MODULE_AUTHOR("Red Hat, Inc.");
|
/linux/fs/gfs2/ |
H A D | main.c | 4 * Copyright (C) 2004-2006 Red Hat, Inc. All rights reserved. 256 MODULE_AUTHOR("Red Hat, Inc.");
|
/linux/lib/ |
H A D | oid_registry.c | 4 * Copyright (C) 2012 Red Hat, Inc. All Rights Reserved. 18 MODULE_AUTHOR("Red Hat, Inc.");
|