/linux-4.4.14/drivers/net/wireless/mwifiex/ |
D | 11h.c | 43 struct mwifiex_ie_types_local_pwr_constraint *constraint; in mwifiex_11h_process_infra_join() local 61 constraint = (struct mwifiex_ie_types_local_pwr_constraint *)*buffer; in mwifiex_11h_process_infra_join() 62 constraint->header.type = cpu_to_le16(WLAN_EID_PWR_CONSTRAINT); in mwifiex_11h_process_infra_join() 63 constraint->header.len = cpu_to_le16(2); in mwifiex_11h_process_infra_join() 64 constraint->chan = bss_desc->channel; in mwifiex_11h_process_infra_join() 65 constraint->constraint = bss_desc->local_constraint; in mwifiex_11h_process_infra_join() 66 *buffer += sizeof(*constraint); in mwifiex_11h_process_infra_join()
|
D | fw.h | 1571 u8 constraint; member 1866 u8 constraint; member
|
D | uap_cmd.c | 669 pwr_ct->constraint = bss_cfg->power_constraint; in mwifiex_uap_bss_param_prepare()
|
/linux-4.4.14/kernel/ |
D | resource.c | 570 struct resource_constraint *constraint) in __find_resource() argument 593 resource_clip(&tmp, constraint->min, constraint->max); in __find_resource() 597 avail.start = ALIGN(tmp.start, constraint->align); in __find_resource() 602 alloc.start = constraint->alignf(constraint->alignf_data, &avail, in __find_resource() 603 size, constraint->align); in __find_resource() 627 struct resource_constraint *constraint) in find_resource() argument 629 return __find_resource(root, NULL, new, size, constraint); in find_resource() 644 struct resource_constraint *constraint) in reallocate_resource() argument 652 if ((err = __find_resource(root, old, &new, newsize, constraint))) in reallocate_resource() 703 struct resource_constraint constraint; in allocate_resource() local [all …]
|
/linux-4.4.14/arch/frv/include/asm/ |
D | uaccess.h | 141 #define __put_user_asm(err,x,ptr,dsize,constraint) \ argument 154 : "m" (*__ptr(ptr)), constraint (x), "i"(-EFAULT), "0"(err) \ 229 #define __get_user_asm(err,x,ptr,dtype,constraint) \ argument 242 : "=r" (err), constraint (x) \
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-class-powercap | 92 constraint can have an optional name. Here "X" can have values 110 constraint_X_power_limit_uw to define a power constraint. 119 Maximum allowed power in micro watts for this constraint. 127 Minimum allowed power in micro watts for this constraint. 136 constraint. Here "X" can have values from 0 to max integer. 144 constraint. Here "X" can have values from 0 to max integer.
|
D | sysfs-class-regulator | 156 NOTE: this will return the string 'constraint not defined' if 157 the power domain has no min microvolts constraint defined by 171 NOTE: this will return the string 'constraint not defined' if 172 the power domain has no max microvolts constraint defined by 186 NOTE: this will return the string 'constraint not defined' if 187 the power domain has no min microamps constraint defined by 201 NOTE: this will return the string 'constraint not defined' if 202 the power domain has no max microamps constraint defined by
|
/linux-4.4.14/mm/ |
D | oom_kill.c | 628 void check_panic_on_oom(struct oom_control *oc, enum oom_constraint constraint, in check_panic_on_oom() argument 639 if (constraint != CONSTRAINT_NONE) in check_panic_on_oom() 679 enum oom_constraint constraint = CONSTRAINT_NONE; in out_of_memory() local 707 constraint = constrained_alloc(oc, &totalpages); in out_of_memory() 708 if (constraint != CONSTRAINT_MEMORY_POLICY) in out_of_memory() 710 check_panic_on_oom(oc, constraint, NULL); in out_of_memory()
|
/linux-4.4.14/Documentation/DocBook/ |
D | alsa-driver-api.xml.db | 40 API-snd-pcm-hw-constraint-mask64 41 API-snd-pcm-hw-constraint-integer 42 API-snd-pcm-hw-constraint-minmax 43 API-snd-pcm-hw-constraint-list 44 API-snd-pcm-hw-constraint-ranges 45 API-snd-pcm-hw-constraint-ratnums 46 API-snd-pcm-hw-constraint-ratdens 47 API-snd-pcm-hw-constraint-msbits 48 API-snd-pcm-hw-constraint-step 49 API-snd-pcm-hw-constraint-pow2 [all …]
|
D | device-drivers.xml.db | 657 API-snd-pcm-hw-constraint-single 750 API-snd-pcm-hw-constraint-mask64 751 API-snd-pcm-hw-constraint-integer 752 API-snd-pcm-hw-constraint-minmax 753 API-snd-pcm-hw-constraint-list 754 API-snd-pcm-hw-constraint-ranges 755 API-snd-pcm-hw-constraint-ratnums 756 API-snd-pcm-hw-constraint-ratdens 757 API-snd-pcm-hw-constraint-msbits 758 API-snd-pcm-hw-constraint-step [all …]
|
/linux-4.4.14/Documentation/power/powercap/ |
D | powercap.txt | 153 max_energy_range_uj) and constraint attributes (constraint_*) allowing controls 168 each zone there are 2 attributes representing the constraint names, 2 power 170 constraint_j_* attributes correspond to the jth constraint (j = 0,1). 206 constraint_X_name (ro): An optional name of the constraint
|
/linux-4.4.14/include/linux/ |
D | oom.h | 86 enum oom_constraint constraint,
|
/linux-4.4.14/security/selinux/ss/ |
D | services.c | 654 struct constraint_node *constraint; in context_struct_compute_av() local 717 constraint = tclass_datum->constraints; in context_struct_compute_av() 718 while (constraint) { in context_struct_compute_av() 719 if ((constraint->permissions & (avd->allowed)) && in context_struct_compute_av() 721 constraint->expr)) { in context_struct_compute_av() 722 avd->allowed &= ~(constraint->permissions); in context_struct_compute_av() 724 constraint = constraint->next; in context_struct_compute_av() 788 struct constraint_node *constraint; in security_validate_transition() local 831 constraint = tclass_datum->validatetrans; in security_validate_transition() 832 while (constraint) { in security_validate_transition() [all …]
|
D | policydb.c | 646 struct constraint_node *constraint, *ctemp; in cls_destroy() local 654 constraint = cladatum->constraints; in cls_destroy() 655 while (constraint) { in cls_destroy() 656 e = constraint->expr; in cls_destroy() 662 ctemp = constraint; in cls_destroy() 663 constraint = constraint->next; in cls_destroy() 667 constraint = cladatum->validatetrans; in cls_destroy() 668 while (constraint) { in cls_destroy() 669 e = constraint->expr; in cls_destroy() 675 ctemp = constraint; in cls_destroy() [all …]
|
/linux-4.4.14/Documentation/blockdev/drbd/ |
D | drbd-connection-state-overview.dot | 70 WFBitMapT -> WFSyncUUID [minlen=0.1,constraint=false]
|
/linux-4.4.14/Documentation/arm/ |
D | Porting | 31 and eventually executed. The following constraint must be valid: 44 Virtual address of the initial RAM disk. The following constraint
|
/linux-4.4.14/drivers/video/fbdev/omap2/dss/ |
D | Kconfig | 117 If this is set to 0, there's no extra constraint on the
|
/linux-4.4.14/sound/soc/codecs/ |
D | arizona.c | 1375 const struct snd_pcm_hw_constraint_list *constraint; in arizona_startup() local 1393 constraint = &arizona_44k1_constraint; in arizona_startup() 1395 constraint = &arizona_48k_constraint; in arizona_startup() 1399 constraint); in arizona_startup()
|
/linux-4.4.14/Documentation/power/regulator/ |
D | overview.txt | 124 If the regulator request passes all the constraint tests
|
/linux-4.4.14/Documentation/scheduler/ |
D | sched-rt-group.txt | 154 The constraint on the period is that a subgroup must have a smaller or
|
D | sched-deadline.txt | 402 - a time constraint by which each instance must be completed.
|
/linux-4.4.14/Documentation/crypto/ |
D | async-tx-api.txt | 116 contexts are permitted provided constraint #2 is not violated.
|
/linux-4.4.14/Documentation/thermal/ |
D | intel_powerclamp.txt | 31 reduced at runtime, due to power budget, thermal constraint, or noise
|
/linux-4.4.14/Documentation/serial/ |
D | driver | 365 min..max constraint, 9600 baud will be returned. termios will
|
/linux-4.4.14/drivers/powercap/ |
D | intel_rapl.c | 143 struct powercap_zone_constraint *constraint; member
|
/linux-4.4.14/Documentation/development-process/ |
D | 5.Posting | 165 for the change as well as possible given the one-line constraint. The
|
/linux-4.4.14/Documentation/nvdimm/ |
D | nvdimm.txt | 681 can occur in any order, the only constraint is that 'uuid' must be set
|
/linux-4.4.14/Documentation/cgroups/ |
D | unified-hierarchy.txt | 223 structural constraint:
|
/linux-4.4.14/Documentation/gpio/ |
D | gpio-legacy.txt | 228 setup or driver probe/teardown code, so this is an easy constraint.)
|
/linux-4.4.14/Documentation/scsi/ |
D | ChangeLog.1992-1997 | 1208 * ultrastor.c: Change constraint on asm() operand so that it works
|
/linux-4.4.14/Documentation/devicetree/ |
D | booting-without-of.txt | 675 constraint.
|
/linux-4.4.14/Documentation/networking/ |
D | bonding.txt | 1175 Because of this constraint, users must manually configure a
|
/linux-4.4.14/Documentation/ |
D | kernel-parameters.txt | 670 placement constraint by the physical address range of
|