Home
last modified time | relevance | path

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

123

/linux/arch/arm64/include/asm/
A Datomic_ll_sc.h38 #define ATOMIC_OP(op, asm_op, constraint) \ argument
53 : __stringify(constraint) "r" (i)); \
56 #define ATOMIC_OP_RETURN(name, mb, acq, rel, cl, op, asm_op, constraint)\ argument
72 : __stringify(constraint) "r" (i) \
78 #define ATOMIC_FETCH_OP(name, mb, acq, rel, cl, op, asm_op, constraint) \ argument
94 : __stringify(constraint) "r" (i) \
137 #define ATOMIC64_OP(op, asm_op, constraint) \ in ATOMIC_OPS() argument
152 : __stringify(constraint) "r" (i)); \ in ATOMIC_OPS()
171 : __stringify(constraint) "r" (i) \
193 : __stringify(constraint) "r" (i) \
[all …]
/linux/drivers/net/wireless/marvell/mwifiex/
A 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()
/linux/sound/soc/codecs/
A Dak4613.c94 struct snd_pcm_hw_constraint_list constraint; member
270 struct snd_pcm_hw_constraint_list *constraint = &priv->constraint; in ak4613_hw_constraints() local
274 constraint->list = ak4613_rates; in ak4613_hw_constraints()
275 constraint->mask = 0; in ak4613_hw_constraints()
276 constraint->count = 0; in ak4613_hw_constraints()
294 constraint->count = i + 1; in ak4613_hw_constraints()
298 SNDRV_PCM_HW_PARAM_RATE, constraint); in ak4613_hw_constraints()
A Darizona.c1639 dai_priv->constraint.mask = ARIZONA_RATE_MASK; in arizona_startup()
1641 dai_priv->constraint.mask = ARIZONA_44K1_RATE_MASK; in arizona_startup()
1643 dai_priv->constraint.mask = ARIZONA_48K_RATE_MASK; in arizona_startup()
1647 &dai_priv->constraint); in arizona_startup()
2047 dai_priv->constraint = arizona_constraint; in arizona_init_dai()
/linux/drivers/acpi/x86/
A Ds2idle.c204 struct lpi_constraints *constraint; in lpi_device_get_constraints() local
234 constraint = &lpi_constraints_table[lpi_constraints_table_size]; in lpi_device_get_constraints()
236 status = acpi_get_handle(NULL, info.name, &constraint->handle); in lpi_device_get_constraints()
243 constraint->min_dstate = -1; in lpi_device_get_constraints()
270 constraint->min_dstate = dev_info.min_dstate; in lpi_device_get_constraints()
275 if (constraint->min_dstate < 0) { in lpi_device_get_constraints()
/linux/kernel/
A Dresource.c606 struct resource_constraint *constraint) in __find_resource() argument
629 resource_clip(&tmp, constraint->min, constraint->max); in __find_resource()
638 alloc.start = constraint->alignf(constraint->alignf_data, &avail, in __find_resource()
639 size, constraint->align); in __find_resource()
664 struct resource_constraint *constraint) in find_resource() argument
740 struct resource_constraint constraint; in allocate_resource() local
745 constraint.min = min; in allocate_resource()
746 constraint.max = max; in allocate_resource()
747 constraint.align = align; in allocate_resource()
748 constraint.alignf = alignf; in allocate_resource()
[all …]
/linux/Documentation/ABI/testing/
A 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.
A 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/Documentation/power/powercap/
A Dpowercap.rst155 max_energy_range_uj) and constraint attributes (constraint_*) allowing controls
173 All the zones contain attributes representing the constraint names,
176 correspond to the jth constraint (j = 0,1,2).
226 An optional name of the constraint
A Ddtpm.rst140 * constraint_X_name: The name of the constraint.
147 the constraint will be removed.
150 on the constraint number.
/linux/Documentation/devicetree/bindings/thermal/
A Dthermal-idle.yaml40 The exit latency constraint in microsecond for the injected idle state
41 for the device. It is the latency constraint to apply when selecting an
/linux/mm/
A Doom_kill.c447 oom_constraint_text[oc->constraint], in dump_oom_summary()
1017 if (oc->constraint != CONSTRAINT_NONE) in check_panic_on_oom()
1090 oc->constraint = constrained_alloc(oc); in out_of_memory()
1091 if (oc->constraint != CONSTRAINT_MEMORY_POLICY) in out_of_memory()
/linux/include/linux/
A Doom.h54 enum oom_constraint constraint; member
A Dintel_rapl.h73 struct powercap_zone_constraint *constraint; member
/linux/sound/soc/sh/rcar/
A Dcore.c968 struct snd_pcm_hw_constraint_list *constraint = &rdai->constraint; in rsnd_soc_dai_startup() local
979 constraint->list = rsnd_soc_hw_channels_list; in rsnd_soc_dai_startup()
980 constraint->count = 0; in rsnd_soc_dai_startup()
981 constraint->mask = 0; in rsnd_soc_dai_startup()
986 constraint->count = i + 1; in rsnd_soc_dai_startup()
992 SNDRV_PCM_HW_PARAM_CHANNELS, constraint); in rsnd_soc_dai_startup()
/linux/security/selinux/ss/
A Dservices.c626 struct constraint_node *constraint; in context_struct_compute_av() local
688 constraint = tclass_datum->constraints; in context_struct_compute_av()
689 while (constraint) { in context_struct_compute_av()
692 constraint->expr)) { in context_struct_compute_av()
693 avd->allowed &= ~(constraint->permissions); in context_struct_compute_av()
695 constraint = constraint->next; in context_struct_compute_av()
767 struct constraint_node *constraint; in security_compute_validatetrans() local
816 constraint = tclass_datum->validatetrans; in security_compute_validatetrans()
817 while (constraint) { in security_compute_validatetrans()
820 constraint->expr)) { in security_compute_validatetrans()
[all …]
A Dpolicydb.c221 struct constraint_node *constraint, *ctemp; in cls_destroy() local
229 constraint = cladatum->constraints; in cls_destroy()
230 while (constraint) { in cls_destroy()
231 e = constraint->expr; in cls_destroy()
237 ctemp = constraint; in cls_destroy()
238 constraint = constraint->next; in cls_destroy()
242 constraint = cladatum->validatetrans; in cls_destroy()
243 while (constraint) { in cls_destroy()
244 e = constraint->expr; in cls_destroy()
250 ctemp = constraint; in cls_destroy()
[all …]
/linux/Documentation/arm/
A Dporting.rst35 and eventually executed. The following constraint must be valid:
48 Virtual address of the initial RAM disk. The following constraint
/linux/Documentation/admin-guide/blockdev/drbd/
A Ddrbd-connection-state-overview.dot70 WFBitMapT -> WFSyncUUID [minlen=0.1,constraint=false]
/linux/Documentation/userspace-api/media/v4l/
A Dvidioc-g-selection.rst124 Size adjustments with constraint flags.
126 Behaviour of rectangle adjustment for different constraint flags.
A Dselection-api-configuration.rst20 :ref:`constraint flags <v4l2-selection-flags>`.
63 :ref:`constraint flags <v4l2-selection-flags>`.
/linux/Documentation/sound/designs/
A Dtracepoints.rst156 device, rules of constraint and name of the changed parameter, in order. The
157 field for rules of constraint consists of two sub-fields; index of applied rule
/linux/drivers/video/fbdev/omap2/omapfb/dss/
A DKconfig95 If this is set to 0, there's no extra constraint on the
/linux/drivers/gpu/drm/omapdrm/
A DKconfig114 If this is set to 0, there's no extra constraint on the
/linux/Documentation/devicetree/bindings/power/supply/
A Drohm,bd99954.yaml16 secondary battery intended to be used in space-constraint equipment such

Completed in 41 milliseconds

123