/linux/drivers/power/supply/ |
A D | 88pm860x_charger.c | 109 unsigned allowed:1; member 409 info->allowed = 1; in pm860x_charger_handler() 412 info->allowed = 0; in pm860x_charger_handler() 444 info->allowed = 0; in pm860x_temp_handler() 446 info->allowed = 1; in pm860x_temp_handler() 461 info->allowed = 0; in pm860x_exception_handler() 480 info->allowed = 1; in pm860x_done_handler() 488 info->allowed = 0; in pm860x_done_handler() 530 info->allowed = 1; in pm860x_vbattery_handler() 532 info->allowed = 0; in pm860x_vbattery_handler() [all …]
|
/linux/Documentation/devicetree/bindings/regulator/ |
A D | mt6360-regulator.yaml | 51 regulator-allowed-modes = <MT6360_OPMODE_NORMAL 60 regulator-allowed-modes = <MT6360_OPMODE_NORMAL 69 regulator-allowed-modes = <MT6360_OPMODE_NORMAL 77 regulator-allowed-modes = <MT6360_OPMODE_NORMAL 85 regulator-allowed-modes = <MT6360_OPMODE_NORMAL 93 regulator-allowed-modes = <MT6360_OPMODE_NORMAL 101 regulator-allowed-modes = <MT6360_OPMODE_NORMAL 109 regulator-allowed-modes = <MT6360_OPMODE_NORMAL
|
A D | act8945a-regulator.txt | 18 regulator-initial-mode, regulator-allowed-modes and regulator-mode could be 42 regulator-allowed-modes = <ACT8945A_REGULATOR_MODE_FIXED>, 61 regulator-allowed-modes = <ACT8945A_REGULATOR_MODE_FIXED>, 83 regulator-allowed-modes = <ACT8945A_REGULATOR_MODE_NORMAL>,
|
A D | mcp16502-regulator.txt | 42 regulator-allowed-modes = <2>, <4>; 61 regulator-allowed-modes = <2>, <4>; 80 regulator-allowed-modes = <2>, <4>; 99 regulator-allowed-modes = <2>, <4>;
|
A D | mt6315-regulator.yaml | 58 regulator-allowed-modes = <0 1 2 4>; 66 regulator-allowed-modes = <0 1 2 4>;
|
A D | act8865-regulator.txt | 37 regulator-initial-mode, regulator-allowed-modes and regulator-mode could be specified 75 regulator-allowed-modes = <ACT8865_REGULATOR_MODE_FIXED>, 101 regulator-allowed-modes = <ACT8865_REGULATOR_MODE_NORMAL>,
|
/linux/security/selinux/ |
A D | avc.c | 223 if (xpd && xpd->allowed) in avc_xperms_allow_perm() 232 if (xpd->allowed) in avc_xperms_decision_free() 261 memcpy(dest->allowed->p, src->allowed->p, in avc_copy_xperms_decision() 262 sizeof(src->allowed->p)); in avc_copy_xperms_decision() 287 dest->allowed->p[i] = src->allowed->p[i]; in avc_quick_copy_xperms_decision() 309 if (!xpd->allowed) in avc_xperms_decision_alloc() 905 node->ae.avd.allowed |= perms; in avc_update_node() 911 node->ae.avd.allowed &= ~perms; in avc_update_node() 1071 local_xpd.allowed = &allowed; in avc_has_extended_perms() 1082 avd.allowed &= ~requested; in avc_has_extended_perms() [all …]
|
/linux/tools/testing/selftests/wireguard/ |
A D | netns.sh | 103 allowed-ips 192.168.241.2/32,fd00::2/128 109 allowed-ips 192.168.241.1/32,fd00::1/128 225 n1 wg set wg0 peer "$pub2" allowed-ips 192.168.241.0/24 233 n1 wg set wg0 peer "$more_specific_key" allowed-ips 192.168.241.2/32 363 n1 wg set wg0 fwmark 51820 peer "$pub2" allowed-ips 192.168.99.7,abab::1111 520 for ip in $(n0 wg show wg0 allowed-ips); do 542 done < <(n0 wg show wg0 allowed-ips) 565 n0 wg set wg0 peer "$pub2" allowed-ips "$allowedips" 576 } < <(n0 wg show wg0 allowed-ips) 600 n0 wg set wg0 peer "$pub2" allowed-ips 0.0.0.0/0 [all …]
|
/linux/Documentation/hwmon/ |
A D | ltc2992.rst | 37 inX_min Minimum voltage allowed. 38 inX_max Maximum voltage allowed. 45 currX_min Minimum current allowed. 46 currX_max Maximum current allowed.
|
/linux/Documentation/admin-guide/device-mapper/ |
A D | dm-init.rst | 46 `crypt` allowed 47 `delay` allowed 50 `linear` allowed 55 `snapshot-origin` allowed 57 `striped` allowed 61 `verity` allowed
|
/linux/mm/ |
A D | util.c | 848 unsigned long allowed; in vm_commit_limit() local 851 allowed = sysctl_overcommit_kbytes >> (PAGE_SHIFT - 10); in vm_commit_limit() 853 allowed = ((totalram_pages() - hugetlb_total_pages()) in vm_commit_limit() 855 allowed += total_swap_pages; in vm_commit_limit() 857 return allowed; in vm_commit_limit() 903 long allowed; in __vm_enough_memory() local 919 allowed = vm_commit_limit(); in __vm_enough_memory() 924 allowed -= sysctl_admin_reserve_kbytes >> (PAGE_SHIFT - 10); in __vm_enough_memory() 932 allowed -= min_t(long, mm->total_vm / 32, reserve); in __vm_enough_memory() 935 if (percpu_counter_read_positive(&vm_committed_as) < allowed) in __vm_enough_memory()
|
/linux/drivers/usb/core/ |
A D | urb.c | 373 unsigned int allowed; in usb_submit_urb() local 506 allowed = (URB_NO_TRANSFER_DMA_MAP | URB_NO_INTERRUPT | URB_DIR_MASK | in usb_submit_urb() 512 allowed |= URB_ZERO_PACKET; in usb_submit_urb() 516 allowed |= URB_SHORT_NOT_OK; in usb_submit_urb() 519 allowed |= URB_ISO_ASAP; in usb_submit_urb() 522 allowed &= urb->transfer_flags; in usb_submit_urb() 525 if (allowed != urb->transfer_flags) in usb_submit_urb() 527 urb->transfer_flags, allowed); in usb_submit_urb()
|
/linux/drivers/char/ |
A D | mem.c | 147 int allowed, probe; in read_mem() local 152 allowed = page_is_allowed(p >> PAGE_SHIFT); in read_mem() 153 if (!allowed) in read_mem() 157 if (allowed == 2) { in read_mem() 227 int allowed; in write_mem() local 231 allowed = page_is_allowed(p >> PAGE_SHIFT); in write_mem() 232 if (!allowed) in write_mem() 236 if (allowed == 1) { in write_mem()
|
/linux/arch/arm64/boot/dts/mediatek/ |
A D | mt6358.dtsi | 29 regulator-allowed-modes = <0 1>; 39 regulator-allowed-modes = <0 1>; 48 regulator-allowed-modes = <0 1>; 58 regulator-allowed-modes = <0 1>; 68 regulator-allowed-modes = <0 1>; 77 regulator-allowed-modes = <0 1>; 96 regulator-allowed-modes = <0 1>;
|
/linux/Documentation/admin-guide/mm/ |
A D | numa_memory_policy.rst | 253 MPOL_PREFERRED allowed for a mask rather than a single node. 269 nodes allowed by the task's cpuset, then the memory policy is 277 3 is allowed from the user's nodemask, the "interleave" only 279 now allowed, the Default behavior is used. 291 be remapped relative to the new set of allowed nodes. 296 remapped to the new set of allowed nodes. That remap may not 298 set of allowed nodes upon successive rebinds: a nodemask of 300 allowed nodes is restored to its original state. 303 the user's passed nodemask are relative to the set of allowed 308 relative to task or VMA's set of allowed nodes. [all …]
|
/linux/Documentation/admin-guide/LSM/ |
A D | Yama.rst | 26 exist and remain possible if ptrace is allowed to operate as before. 28 builders should be allowed the option to disable this debugging system. 40 other process (and its descendants) are allowed to call ``PTRACE_ATTACH`` 46 so that any otherwise allowed process (even those in external pid namespaces) 64 an allowed debugger PID to call ``PTRACE_ATTACH`` on the inferior.
|
/linux/tools/testing/selftests/vm/ |
A D | compaction_test.c | 59 char allowed; in prereq() local 70 if (read(fd, &allowed, sizeof(char)) != sizeof(char)) { in prereq() 78 if (allowed == '1') in prereq()
|
/linux/arch/mips/kernel/ |
A D | mips-mt-fpaff.c | 161 cpumask_t allowed, mask; in mipsmt_sys_sched_getaffinity() local 180 cpumask_or(&allowed, &p->thread.user_cpus_allowed, p->cpus_ptr); in mipsmt_sys_sched_getaffinity() 181 cpumask_and(&mask, &allowed, cpu_active_mask); in mipsmt_sys_sched_getaffinity()
|
/linux/drivers/media/rc/ |
A D | rc-main.c | 1108 u64 allowed, enabled; in show_protocols() local 1115 allowed = dev->allowed_protocols; in show_protocols() 1116 if (dev->raw && !allowed) in show_protocols() 1127 else if (allowed & proto_names[i].type) in show_protocols() 1130 if (allowed & proto_names[i].type) in show_protocols() 1131 allowed &= ~proto_names[i].type; in show_protocols() 1499 u64 allowed; in show_wakeup_protocols() local 1506 allowed = dev->allowed_wakeup_protocols; in show_wakeup_protocols() 1515 if (allowed & (1ULL << i)) { in show_wakeup_protocols() 1551 u64 allowed; in store_wakeup_protocols() local [all …]
|
/linux/Documentation/userspace-api/media/dvb/ |
A D | frontend_f_open.rst | 33 Multiple opens are allowed with ``O_RDONLY``. In this mode, only 34 query and read ioctls are allowed. 36 Only one open is allowed in ``O_RDWR``. In this mode, all ioctls are 37 allowed.
|
/linux/security/landlock/ |
A D | fs.c | 228 bool allowed = false; in check_access_path() local 275 allowed = true; in check_access_path() 289 allowed = false; in check_access_path() 299 allowed = !!(walker_path.mnt->mnt_flags & MNT_INTERNAL); in check_access_path() 307 return allowed ? 0 : -EACCES; in check_access_path()
|
/linux/drivers/usb/usbip/ |
A D | stub_rx.c | 394 unsigned int allowed; in masking_bogus_flags() local 421 allowed = (URB_NO_TRANSFER_DMA_MAP | URB_NO_INTERRUPT | in masking_bogus_flags() 426 allowed |= URB_ZERO_PACKET; in masking_bogus_flags() 430 allowed |= URB_SHORT_NOT_OK; in masking_bogus_flags() 433 allowed |= URB_ISO_ASAP; in masking_bogus_flags() 436 urb->transfer_flags &= allowed; in masking_bogus_flags()
|
/linux/Documentation/admin-guide/cgroup-v1/ |
A D | cpusets.rst | 61 schedule a task on a CPU that is not allowed in its cpus_allowed 127 allowed in that task's cpuset. 129 those Memory Nodes allowed in that task's cpuset. 147 allowed in that task's cpuset. 149 the CPUs allowed by their cpuset, if possible. 151 Memory Nodes by what's allowed in that task's cpuset. 152 - in page_alloc.c, to restrict memory to allowed nodes. 257 interrupt handlers, is allowed to be taken outside even a 277 goals if they start to use more memory than allowed to them. 642 the task will be allowed to run on any CPU allowed in its new cpuset, [all …]
|
/linux/arch/arm/boot/dts/ |
A D | at91-sama5d2_xplained.dts | 201 regulator-allowed-modes = <ACT8945A_REGULATOR_MODE_FIXED>, 219 regulator-allowed-modes = <ACT8945A_REGULATOR_MODE_FIXED>, 233 regulator-allowed-modes = <ACT8945A_REGULATOR_MODE_FIXED>, 247 regulator-allowed-modes = <ACT8945A_REGULATOR_MODE_NORMAL>, 261 regulator-allowed-modes = <ACT8945A_REGULATOR_MODE_NORMAL>, 275 regulator-allowed-modes = <ACT8945A_REGULATOR_MODE_NORMAL>, 289 regulator-allowed-modes = <ACT8945A_REGULATOR_MODE_NORMAL>,
|
A D | at91-sama5d27_wlsom1.dtsi | 82 regulator-allowed-modes = <2>, <4>; 101 regulator-allowed-modes = <2>, <4>; 124 regulator-allowed-modes = <2>, <4>; 143 regulator-allowed-modes = <2>, <4>;
|