/linux-6.1.9/drivers/power/supply/ |
D | 88pm860x_charger.c | 109 unsigned allowed:1; member 318 (info->present) ? "present" : "N/A", info->allowed); in set_charging_fsm() 323 if (info->online && info->present && info->allowed) { in set_charging_fsm() 344 if (info->online && info->present && info->allowed) { in set_charging_fsm() 355 if (info->online && info->present && info->allowed) { in set_charging_fsm() 366 if (info->online && info->present && info->allowed) { in set_charging_fsm() 390 (info->present) ? "present" : "N/A", info->allowed); in set_charging_fsm() 409 info->allowed = 1; in pm860x_charger_handler() 412 info->allowed = 0; in pm860x_charger_handler() 416 (info->online) ? "online" : "N/A", info->allowed); in pm860x_charger_handler() [all …]
|
/linux-6.1.9/Documentation/devicetree/bindings/regulator/ |
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
|
D | mediatek,mt6332-regulator.yaml | 50 regulator-allowed-modes = <0 1>; 59 regulator-allowed-modes = <0 1>; 70 regulator-allowed-modes = <0 1>; 76 regulator-allowed-modes = <0 1>;
|
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>;
|
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>,
|
D | mediatek,mt6331-regulator.yaml | 97 regulator-allowed-modes = <0 1>; 105 regulator-allowed-modes = <0 1>; 113 regulator-allowed-modes = <0 1>; 121 regulator-allowed-modes = <0 1>; 129 regulator-allowed-modes = <0 1>; 137 regulator-allowed-modes = <0 1>;
|
D | mt6315-regulator.yaml | 59 regulator-allowed-modes = <0 1 2>; 67 regulator-allowed-modes = <0 1 2>;
|
/linux-6.1.9/Documentation/devicetree/bindings/mfd/ |
D | mediatek,mt6360.yaml | 152 regulator-allowed-modes = <MT6360_OPMODE_NORMAL 161 regulator-allowed-modes = <MT6360_OPMODE_NORMAL 170 regulator-allowed-modes = <MT6360_OPMODE_NORMAL 178 regulator-allowed-modes = <MT6360_OPMODE_NORMAL 186 regulator-allowed-modes = <MT6360_OPMODE_NORMAL 194 regulator-allowed-modes = <MT6360_OPMODE_NORMAL 202 regulator-allowed-modes = <MT6360_OPMODE_NORMAL 210 regulator-allowed-modes = <MT6360_OPMODE_NORMAL
|
D | richtek,rt5120.yaml | 74 regulator-allowed-modes: 76 Used to specify the allowed buck converter operating mode 137 regulator-allowed-modes = <0 1>; 144 regulator-allowed-modes = <0 1>; 151 regulator-allowed-modes = <0 1>; 158 regulator-allowed-modes = <0 1>;
|
/linux-6.1.9/security/selinux/ |
D | avc.c | 207 rc = security_xperm_test(xpd->allowed->p, perm); in avc_xperms_has_perm() 223 if (xpd && xpd->allowed) in avc_xperms_allow_perm() 224 security_xperm_set(xpd->allowed->p, perm); in avc_xperms_allow_perm() 232 if (xpd->allowed) in avc_xperms_decision_free() 233 kmem_cache_free(avc_xperms_data_cachep, 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() 307 xpd->allowed = kmem_cache_zalloc(avc_xperms_data_cachep, in avc_xperms_decision_alloc() 309 if (!xpd->allowed) in avc_xperms_decision_alloc() [all …]
|
/linux-6.1.9/tools/testing/selftests/wireguard/ |
D | netns.sh | 105 allowed-ips 192.168.241.2/32,fd00::2/128 111 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 245 n1 wg set wg0 private-key <(echo "$key1") peer "$pub2" preshared-key <(echo "$psk") allowed-ips 192… 246 … <(echo "$key2") listen-port 2 peer "$pub1" preshared-key <(echo "$psk") allowed-ips 192.168.241.1… 249 n2 wg set wg0 peer "$pub3" preshared-key <(echo "$psk") allowed-ips 192.168.241.1/32 peer "$pub1" r… 258 n1 wg set wg0 private-key <(echo "$key1") peer "$pub2" preshared-key <(echo "$psk") allowed-ips fd0… 259 … <(echo "$key2") listen-port 2 peer "$pub1" preshared-key <(echo "$psk") allowed-ips fd00::5:1/128… 268 n1 wg set wg1 listen-port 5 private-key <(echo "$key3") peer "$pub4" allowed-ips 192.168.241.2/32,f… [all …]
|
/linux-6.1.9/Documentation/hwmon/ |
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-6.1.9/arch/arm64/boot/dts/mediatek/ |
D | mt8195-demo.dts | 115 regulator-allowed-modes = <MT6360_OPMODE_NORMAL 126 regulator-allowed-modes = <MT6360_OPMODE_NORMAL 137 regulator-allowed-modes = <MT6360_OPMODE_NORMAL 146 regulator-allowed-modes = <MT6360_OPMODE_NORMAL 155 regulator-allowed-modes = <MT6360_OPMODE_NORMAL 164 regulator-allowed-modes = <MT6360_OPMODE_NORMAL 173 regulator-allowed-modes = <MT6360_OPMODE_NORMAL 182 regulator-allowed-modes = <MT6360_OPMODE_NORMAL
|
D | mt6358.dtsi | 30 regulator-allowed-modes = <0 1>; 40 regulator-allowed-modes = <0 1>; 49 regulator-allowed-modes = <0 1>; 59 regulator-allowed-modes = <0 1>; 69 regulator-allowed-modes = <0 1>; 78 regulator-allowed-modes = <0 1>; 97 regulator-allowed-modes = <0 1>;
|
D | mt6359.dtsi | 29 regulator-allowed-modes = <0 1 2>; 44 regulator-allowed-modes = <0 1 2>; 52 regulator-allowed-modes = <0 1 2>; 73 regulator-allowed-modes = <0 1 2>; 81 regulator-allowed-modes = <0 1 2>;
|
/linux-6.1.9/Documentation/admin-guide/device-mapper/ |
D | dm-init.rst | 46 `crypt` allowed 47 `delay` allowed 50 `linear` allowed 55 `snapshot-origin` allowed 57 `striped` allowed 61 `verity` allowed
|
/linux-6.1.9/drivers/usb/core/ |
D | urb.c | 374 unsigned int allowed; in usb_submit_urb() local 508 allowed = (URB_NO_TRANSFER_DMA_MAP | URB_NO_INTERRUPT | URB_DIR_MASK | in usb_submit_urb() 514 allowed |= URB_ZERO_PACKET; in usb_submit_urb() 518 allowed |= URB_SHORT_NOT_OK; in usb_submit_urb() 521 allowed |= URB_ISO_ASAP; in usb_submit_urb() 524 allowed &= urb->transfer_flags; in usb_submit_urb() 527 if (allowed != urb->transfer_flags) in usb_submit_urb() 529 urb->transfer_flags, allowed); in usb_submit_urb()
|
/linux-6.1.9/mm/ |
D | util.c | 937 unsigned long allowed; in vm_commit_limit() local 940 allowed = sysctl_overcommit_kbytes >> (PAGE_SHIFT - 10); in vm_commit_limit() 942 allowed = ((totalram_pages() - hugetlb_total_pages()) in vm_commit_limit() 944 allowed += total_swap_pages; in vm_commit_limit() 946 return allowed; in vm_commit_limit() 992 long allowed; in __vm_enough_memory() local 1008 allowed = vm_commit_limit(); in __vm_enough_memory() 1013 allowed -= sysctl_admin_reserve_kbytes >> (PAGE_SHIFT - 10); in __vm_enough_memory() 1021 allowed -= min_t(long, mm->total_vm / 32, reserve); in __vm_enough_memory() 1024 if (percpu_counter_read_positive(&vm_committed_as) < allowed) in __vm_enough_memory()
|
/linux-6.1.9/drivers/char/ |
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-6.1.9/tools/testing/selftests/vm/ |
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-6.1.9/arch/mips/kernel/ |
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-6.1.9/Documentation/admin-guide/LSM/ |
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-6.1.9/Documentation/admin-guide/mm/ |
D | numa_memory_policy.rst | 253 MPOL_PREFERRED allowed for a mask rather than a single node. 259 the user should not be remapped if the task or VMA's set of allowed 263 change in the set of allowed nodes, the preferred nodemask (Preferred 265 remapped to the new set of allowed nodes. This may result in nodes 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. 289 set of allowed nodes. The kernel stores the user-passed nodemask, 290 and if the allowed nodes changes, then that original nodemask will 291 be remapped relative to the new set of allowed nodes. [all …]
|
/linux-6.1.9/Documentation/userspace-api/media/dvb/ |
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-6.1.9/drivers/media/rc/ |
D | rc-main.c | 1109 u64 allowed, enabled; in show_protocols() local 1116 allowed = dev->allowed_protocols; in show_protocols() 1117 if (dev->raw && !allowed) in show_protocols() 1118 allowed = ir_raw_get_allowed_protocols(); in show_protocols() 1123 __func__, (long long)allowed, (long long)enabled); in show_protocols() 1126 if (allowed & enabled & proto_names[i].type) in show_protocols() 1128 else if (allowed & proto_names[i].type) in show_protocols() 1131 if (allowed & proto_names[i].type) in show_protocols() 1132 allowed &= ~proto_names[i].type; in show_protocols() 1500 u64 allowed; in show_wakeup_protocols() local [all …]
|