| /OK3568_Linux_fs/kernel/drivers/power/supply/ |
| H A 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 …]
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/ |
| H A D | xorg-wrapper.c | 83 static void parse_config(int *allowed, int *needs_root_rights) in parse_config() argument 126 *allowed = ROOT_ONLY; in parse_config() 128 *allowed = CONSOLE_ONLY; in parse_config() 130 *allowed = ANYBODY; in parse_config() 201 int allowed = CONSOLE_ONLY; in main() local 207 parse_config(&allowed, &needs_root_rights); in main() 211 switch (allowed) { in main()
|
| /OK3568_Linux_fs/external/xserver/Xext/ |
| H A D | security.c | 118 Mask requested, Mask allowed) in SecurityDoCheck() argument 126 if ((requested | allowed) == allowed) in SecurityDoCheck() 700 Mask allowed = SecurityDeviceMask; in SecurityDevice() local 707 allowed = requested; in SecurityDevice() 709 if (SecurityDoCheck(subj, obj, requested, allowed) != Success) { in SecurityDevice() 745 Mask allowed = SecurityResourceMask; in SecurityResource() local 756 allowed |= SecurityWindowExtraMask; in SecurityResource() 762 allowed |= SecurityRootWindowExtraMask; in SecurityResource() 766 allowed = requested; in SecurityResource() 770 allowed |= DixReadAccess; in SecurityResource() [all …]
|
| /OK3568_Linux_fs/kernel/security/selinux/ |
| H A D | avc.c | 210 rc = security_xperm_test(xpd->allowed->p, perm); in avc_xperms_has_perm() 226 if (xpd && xpd->allowed) in avc_xperms_allow_perm() 227 security_xperm_set(xpd->allowed->p, perm); in avc_xperms_allow_perm() 235 if (xpd->allowed) in avc_xperms_decision_free() 236 kmem_cache_free(avc_xperms_data_cachep, xpd->allowed); in avc_xperms_decision_free() 264 memcpy(dest->allowed->p, src->allowed->p, in avc_copy_xperms_decision() 265 sizeof(src->allowed->p)); in avc_copy_xperms_decision() 290 dest->allowed->p[i] = src->allowed->p[i]; in avc_quick_copy_xperms_decision() 310 xpd->allowed = kmem_cache_zalloc(avc_xperms_data_cachep, in avc_xperms_decision_alloc() 312 if (!xpd->allowed) in avc_xperms_decision_alloc() [all …]
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/wireguard/ |
| H 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 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 …]
|
| /OK3568_Linux_fs/u-boot/doc/device-tree-bindings/regulator/ |
| H A D | sandbox.txt | 22 - regulator-min-microvolt: minimum allowed Voltage to set 23 - regulator-max-microvolt: minimum allowed Voltage to set 24 - regulator-min-microamps: minimum allowed Current limit to set (LDO1/BUCK1) 25 - regulator-max-microamps: minimum allowed Current limit to set (LDO1/BUCK1)
|
| H A D | regulator.txt | 32 - regulator-min-microvolt: a minimum allowed Voltage value 33 - regulator-max-microvolt: a maximum allowed Voltage value 34 - regulator-min-microamp: a minimum allowed Current value 35 - regulator-max-microamp: a maximum allowed Current value
|
| /OK3568_Linux_fs/kernel/arch/mips/kvm/ |
| H A D | interrupt.c | 81 int allowed = 0; in kvm_mips_irq_deliver_cb() local 94 allowed = 1; in kvm_mips_irq_deliver_cb() 99 if (allowed) { in kvm_mips_irq_deliver_cb() 128 return allowed; in kvm_mips_irq_deliver_cb()
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/device-mapper/ |
| H A D | dm-init.rst | 46 `crypt` allowed 47 `delay` allowed 50 `linear` allowed 55 `snapshot-origin` allowed 57 `striped` allowed 61 `verity` allowed
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | util.c | 865 unsigned long allowed; in vm_commit_limit() local 868 allowed = sysctl_overcommit_kbytes >> (PAGE_SHIFT - 10); in vm_commit_limit() 870 allowed = ((totalram_pages() - hugetlb_total_pages()) in vm_commit_limit() 872 allowed += total_swap_pages; in vm_commit_limit() 874 return allowed; in vm_commit_limit() 920 long allowed; in __vm_enough_memory() local 936 allowed = vm_commit_limit(); in __vm_enough_memory() 941 allowed -= sysctl_admin_reserve_kbytes >> (PAGE_SHIFT - 10); in __vm_enough_memory() 949 allowed -= min_t(long, mm->total_vm / 32, reserve); in __vm_enough_memory() 952 if (percpu_counter_read_positive(&vm_committed_as) < allowed) in __vm_enough_memory()
|
| /OK3568_Linux_fs/kernel/drivers/usb/core/ |
| H A D | urb.c | 373 unsigned int allowed; in usb_submit_urb() local 497 allowed = (URB_NO_TRANSFER_DMA_MAP | URB_NO_INTERRUPT | URB_DIR_MASK | in usb_submit_urb() 503 allowed |= URB_ZERO_PACKET; in usb_submit_urb() 507 allowed |= URB_SHORT_NOT_OK; in usb_submit_urb() 510 allowed |= URB_ISO_ASAP; in usb_submit_urb() 513 allowed &= urb->transfer_flags; in usb_submit_urb() 516 if (allowed != urb->transfer_flags) in usb_submit_urb() 518 urb->transfer_flags, allowed); in usb_submit_urb()
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/regulator/ |
| H 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>,
|
| H A D | mcp16502-regulator.txt | 41 regulator-allowed-modes = <2>, <4>; 60 regulator-allowed-modes = <2>, <4>; 79 regulator-allowed-modes = <2>, <4>; 98 regulator-allowed-modes = <2>, <4>;
|
| /OK3568_Linux_fs/buildroot/package/binutils/2.37/ |
| H A D | 0007-i386-Allow-GOT32-relocations-against-ABS-symbols.patch | 6 GOT32 relocations are allowed since absolute value + addend is stored in 29 - are allowed since absolute value + addend is stored in the 32 + relocations are allowed since absolute value + addend is
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/mediatek/ |
| H A D | mt6358.dtsi | 28 regulator-allowed-modes = <0 1>; 38 regulator-allowed-modes = <0 1>; 47 regulator-allowed-modes = <0 1>; 57 regulator-allowed-modes = <0 1>; 67 regulator-allowed-modes = <0 1>; 76 regulator-allowed-modes = <0 1>; 95 regulator-allowed-modes = <0 1>;
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/mm/ |
| H A D | numa_memory_policy.rst | 252 the user should not be remapped if the task or VMA's set of allowed 256 change in the set of allowed nodes, the node (Preferred) or 258 allowed nodes. This may result in nodes being used that were 262 nodes allowed by the task's cpuset, then the memory policy is 270 3 is allowed from the user's nodemask, the "interleave" only 272 now allowed, the Default behavior is used. 282 set of allowed nodes. The kernel stores the user-passed nodemask, 283 and if the allowed nodes changes, then that original nodemask will 284 be remapped relative to the new set of allowed nodes. 287 mempolicy is rebound because of a change in the set of allowed [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/LSM/ |
| H 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.
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/vm/ |
| H 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()
|
| /OK3568_Linux_fs/kernel/arch/mips/kernel/ |
| H 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()
|
| /OK3568_Linux_fs/kernel/drivers/media/rc/ |
| H 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() 1117 allowed = ir_raw_get_allowed_protocols(); in show_protocols() 1122 __func__, (long long)allowed, (long long)enabled); in show_protocols() 1125 if (allowed & enabled & proto_names[i].type) 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 [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth/ |
| H A D | 0002-fluid_synth_nwrite_float-Allow-zero-pointer-for-left.patch | 35 …dio-channels buffers, each of \c len in size). Since 2.0.3: NULL allowed / NULL allowed for array … 36 …re right channel of planar audio (size: dito). Since 2.0.3: NULL allowed / NULL allowed for array … 37 … synth.effects-channels buffers, each of \c len in size). Since 2.0.3: NULL allowed for array entry 38 …loat buffers to store right effect channels (size: dito). Since 2.0.3: NULL allowed for array entry
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/dvb/ |
| H 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.
|
| /OK3568_Linux_fs/u-boot/doc/ |
| H A D | README.sched | 36 - Only seven threads are allowed. These can be easily increased by 43 - Only one master/parent thread is allowed, and it cannot be 44 stopped or deleted. Any given thread is NOT allowed to stop or
|
| /OK3568_Linux_fs/buildroot/boot/grub2/ |
| H A D | 0041-commands-Restrict-commands-that-can-load-BIOS-or-DT-.patch | 11 existing OSes. This should not be allowed when locked down. 14 should not be allowed when locked down. 18 not be allowed when locked down. 39 +Note: The command is not allowed when lockdown is enforced (@pxref{Lockdown}).
|
| /OK3568_Linux_fs/kernel/drivers/char/ |
| H A D | mem.c | 151 int allowed, probe; in read_mem() local 156 allowed = page_is_allowed(p >> PAGE_SHIFT); in read_mem() 157 if (!allowed) in read_mem() 161 if (allowed == 2) { in read_mem() 231 int allowed; in write_mem() local 235 allowed = page_is_allowed(p >> PAGE_SHIFT); in write_mem() 236 if (!allowed) in write_mem() 240 if (allowed == 1) { in write_mem()
|