Home
last modified time | relevance | path

Searched refs:constraint (Results 1 – 33 of 33) sorted by relevance

/linux-4.4.14/drivers/net/wireless/mwifiex/
D11h.c43 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()
Dfw.h1571 u8 constraint; member
1866 u8 constraint; member
Duap_cmd.c669 pwr_ct->constraint = bss_cfg->power_constraint; in mwifiex_uap_bss_param_prepare()
/linux-4.4.14/kernel/
Dresource.c570 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/
Duaccess.h141 #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/
Dsysfs-class-powercap92 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.
Dsysfs-class-regulator156 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/
Doom_kill.c628 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/
Dalsa-driver-api.xml.db40 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 …]
Ddevice-drivers.xml.db657 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/
Dpowercap.txt153 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/
Doom.h86 enum oom_constraint constraint,
/linux-4.4.14/security/selinux/ss/
Dservices.c654 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 …]
Dpolicydb.c646 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/
Ddrbd-connection-state-overview.dot70 WFBitMapT -> WFSyncUUID [minlen=0.1,constraint=false]
/linux-4.4.14/Documentation/arm/
DPorting31 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/
DKconfig117 If this is set to 0, there's no extra constraint on the
/linux-4.4.14/sound/soc/codecs/
Darizona.c1375 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/
Doverview.txt124 If the regulator request passes all the constraint tests
/linux-4.4.14/Documentation/scheduler/
Dsched-rt-group.txt154 The constraint on the period is that a subgroup must have a smaller or
Dsched-deadline.txt402 - a time constraint by which each instance must be completed.
/linux-4.4.14/Documentation/crypto/
Dasync-tx-api.txt116 contexts are permitted provided constraint #2 is not violated.
/linux-4.4.14/Documentation/thermal/
Dintel_powerclamp.txt31 reduced at runtime, due to power budget, thermal constraint, or noise
/linux-4.4.14/Documentation/serial/
Ddriver365 min..max constraint, 9600 baud will be returned. termios will
/linux-4.4.14/drivers/powercap/
Dintel_rapl.c143 struct powercap_zone_constraint *constraint; member
/linux-4.4.14/Documentation/development-process/
D5.Posting165 for the change as well as possible given the one-line constraint. The
/linux-4.4.14/Documentation/nvdimm/
Dnvdimm.txt681 can occur in any order, the only constraint is that 'uuid' must be set
/linux-4.4.14/Documentation/cgroups/
Dunified-hierarchy.txt223 structural constraint:
/linux-4.4.14/Documentation/gpio/
Dgpio-legacy.txt228 setup or driver probe/teardown code, so this is an easy constraint.)
/linux-4.4.14/Documentation/scsi/
DChangeLog.1992-19971208 * ultrastor.c: Change constraint on asm() operand so that it works
/linux-4.4.14/Documentation/devicetree/
Dbooting-without-of.txt675 constraint.
/linux-4.4.14/Documentation/networking/
Dbonding.txt1175 Because of this constraint, users must manually configure a
/linux-4.4.14/Documentation/
Dkernel-parameters.txt670 placement constraint by the physical address range of