Home
last modified time | relevance | path

Searched refs:restricted (Results 1 – 7 of 7) sorted by relevance

/drivers/hwmon/
A Ddell-smm-hwmon.c126 static bool restricted = true; variable
127 module_param(restricted, bool, 0);
128 MODULE_PARM_DESC(restricted, "Restrict fan control and serial number to CAP_SYS_ADMIN (default: 1)"…
588 if (restricted && !capable(CAP_SYS_ADMIN)) in i8k_ioctl()
628 if (restricted && !capable(CAP_SYS_ADMIN)) in i8k_ioctl()
699 (restricted && !capable(CAP_SYS_ADMIN)) ? "-1" : data->bios_machineid, in i8k_proc_show()
/drivers/fwctl/
A DKconfig5 fwctl provides a userspace API for restricted access to communicate
/drivers/phy/freescale/
A DKconfig63 Only useful for a restricted set of Ethernet protocols.
/drivers/cxl/
A DKconfig224 invalidation mechanism. For example usage of wbinvd is restricted to
/drivers/s390/net/
A Dqeth_core_main.c6896 netdev_features_t restricted = 0; in qeth_features_check() local
6899 restricted |= NETIF_F_ALL_TSO; in qeth_features_check()
6904 restricted |= NETIF_F_IP_CSUM; in qeth_features_check()
6906 if (restricted && qeth_next_hop_is_local_v4(card, skb)) in qeth_features_check()
6907 features &= ~restricted; in qeth_features_check()
6911 restricted |= NETIF_F_IPV6_CSUM; in qeth_features_check()
6913 if (restricted && qeth_next_hop_is_local_v6(card, skb)) in qeth_features_check()
6914 features &= ~restricted; in qeth_features_check()
/drivers/acpi/
A DKconfig477 resulting kernel will be smaller but it will also be restricted to
/drivers/firmware/arm_scmi/vendors/imx/
A Dimx95.rst965 protocol is not desired. The LMM protocol is more restricted to just boot,

Completed in 40 milliseconds