Home
last modified time | relevance | path

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

123

/linux/arch/arm64/include/asm/
H A Datomic_ll_sc.h25 #define ATOMIC_OP(op, asm_op, constraint) \ argument
39 : __stringify(constraint) "r" (i)); \
42 #define ATOMIC_OP_RETURN(name, mb, acq, rel, cl, op, asm_op, constraint)\ argument
57 : __stringify(constraint) "r" (i) \
63 #define ATOMIC_FETCH_OP(name, mb, acq, rel, cl, op, asm_op, constraint) \ argument
78 : __stringify(constraint) "r" (i) \
121 #define ATOMIC64_OP(op, asm_op, constraint) \ in ATOMIC_OPS() argument
135 : __stringify(constraint) "r" (i)); \ in ATOMIC_OPS()
138 #define ATOMIC64_OP_RETURN(name, mb, acq, rel, cl, op, asm_op, constraint)\ argument
153 : __stringify(constraint) "r" (i) \
[all …]
/linux/drivers/net/wireless/marvell/mwifiex/
H A D11h.c31 struct mwifiex_ie_types_local_pwr_constraint *constraint; in mwifiex_11h_process_infra_join() local
49 constraint = (struct mwifiex_ie_types_local_pwr_constraint *)*buffer; in mwifiex_11h_process_infra_join()
50 constraint->header.type = cpu_to_le16(WLAN_EID_PWR_CONSTRAINT); in mwifiex_11h_process_infra_join()
51 constraint->header.len = cpu_to_le16(2); in mwifiex_11h_process_infra_join()
52 constraint->chan = bss_desc->channel; in mwifiex_11h_process_infra_join()
53 constraint->constraint = bss_desc->local_constraint; in mwifiex_11h_process_infra_join()
54 *buffer += sizeof(*constraint); in mwifiex_11h_process_infra_join()
/linux/sound/soc/codecs/
H A Dak4613.c433 struct snd_pcm_hw_constraint_list *constraint; in ak4613_hw_constraints() local
441 constraint = &priv->constraint_rates; in ak4613_hw_constraints()
442 constraint->list = ak4613_rates; in ak4613_hw_constraints()
443 constraint->mask = 0; in ak4613_hw_constraints()
444 constraint->count = 0; in ak4613_hw_constraints()
462 constraint->count = i + 1; in ak4613_hw_constraints()
466 SNDRV_PCM_HW_PARAM_RATE, constraint); in ak4613_hw_constraints()
476 * the constraint is same as working mode. in ak4613_hw_constraints()
483 * the constraint is based on board configs. in ak4613_hw_constraints()
496 constraint in ak4613_hw_constraints()
[all...]
H A Dak4619.c154 struct snd_pcm_hw_constraint_list constraint; member
708 struct snd_pcm_hw_constraint_list *constraint = &ak4619->constraint; in ak4619_hw_constraints() local
759 constraint->list = ak4619_sr; in ak4619_hw_constraints()
760 constraint->mask = ak4619_rate_mask; in ak4619_hw_constraints()
761 constraint->count = ARRAY_SIZE(ak4619_sr); in ak4619_hw_constraints()
763 snd_pcm_hw_constraint_list(runtime, 0, SNDRV_PCM_HW_PARAM_RATE, constraint); in ak4619_hw_constraints()
H A Darizona.c1637 dai_priv->constraint.mask = ARIZONA_RATE_MASK; in arizona_startup()
1639 dai_priv->constraint.mask = ARIZONA_44K1_RATE_MASK; in arizona_startup()
1641 dai_priv->constraint.mask = ARIZONA_48K_RATE_MASK; in arizona_startup()
1645 &dai_priv->constraint); in arizona_startup()
2045 dai_priv->constraint = arizona_constraint; in arizona_init_dai()
/linux/Documentation/ABI/testing/
H 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.
H 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/drivers/acpi/x86/
H A Ds2idle.c219 struct lpi_constraints *constraint; in lpi_device_get_constraints() local
249 constraint = &lpi_constraints_table[lpi_constraints_table_size]; in lpi_device_get_constraints()
251 status = acpi_get_handle(NULL, info.name, &constraint->handle); in lpi_device_get_constraints()
258 constraint->min_dstate = -1; in lpi_device_get_constraints()
285 constraint->min_dstate = dev_info.min_dstate; in lpi_device_get_constraints()
290 if (constraint->min_dstate < 0) { in lpi_device_get_constraints()
/linux/sound/soc/sdca/
H A Dsdca_asoc.c1456 struct snd_pcm_hw_constraint_list *constraint; in sdca_asoc_get_port()
1487 dev_dbg(dev, "%s: set channel constraint mask: %#x\n", in set_cluster()
1490 constraint = kzalloc_obj(*constraint); in set_cluster()
1491 if (!constraint) in set_cluster()
1494 constraint->count = ARRAY_SIZE(channel_list); in set_cluster()
1495 constraint->list = channel_list; in set_cluster()
1496 constraint->mask = channel_mask; in set_cluster()
1500 constraint); in set_cluster()
1502 dev_err(dev, "%s: failed to add constraint in set_cluster()
1318 struct snd_pcm_hw_constraint_list *constraint; sdca_asoc_set_constraints() local
1385 struct snd_pcm_hw_constraint_list *constraint = dai->priv; sdca_asoc_free_constraints() local
[all...]
/linux/Documentation/power/powercap/
H 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
H A Ddtpm.rst140 * constraint_X_name: The name of the constraint.
147 the constraint will be removed.
150 on the constraint number.
/linux/tools/perf/pmu-events/
H A Dmetric.py599 constraint: MetricConstraint
607 constraint: MetricConstraint = MetricConstraint.GROUPED_EVENTS,
620 self.constraint = constraint
646 if self.constraint != MetricConstraint.GROUPED_EVENTS:
647 result['MetricConstraint'] = self.constraint.name
H A Dintel_metrics.py392 flop_c, "flops/cycle", constraint=nmi_constraint),
919 constraint=ldst_ret_constraint),
922 constraint=ldst_ret_constraint),
929 constraint=ldst_ret_constraint),
932 constraint=ldst_ret_constraint),
/linux/include/linux/
H A Doom.h53 enum oom_constraint constraint; member
/linux/security/selinux/ss/
H A Dservices.c255 * Return the boolean value of a constraint expression
529 * on boundary constraint.
627 struct constraint_node *constraint; in context_struct_compute_av()
684 * Remove any permissions prohibited by a constraint (this includes in context_struct_compute_av()
687 constraint = tclass_datum->constraints; in context_struct_compute_av()
688 while (constraint) { in context_struct_compute_av()
689 if ((constraint->permissions & (avd->allowed)) && in context_struct_compute_av()
691 constraint->expr)) { in context_struct_compute_av()
692 avd->allowed &= ~(constraint->permissions); in context_struct_compute_av()
694 constraint in context_struct_compute_av()
629 struct constraint_node *constraint; context_struct_compute_av() local
766 struct constraint_node *constraint; security_compute_validatetrans() local
[all...]
H A Dpolicydb.c227 struct constraint_node *constraint, *ctemp; in cls_destroy()
235 constraint = cladatum->constraints; in cls_destroy()
236 while (constraint) { in cls_destroy()
237 e = constraint->expr; in cls_destroy()
243 ctemp = constraint; in cls_destroy()
244 constraint = constraint->next; in cls_destroy()
248 constraint = cladatum->validatetrans; in cls_destroy()
249 while (constraint) { in cls_destroy()
250 e = constraint in cls_destroy()
226 struct constraint_node *constraint, *ctemp; cls_destroy() local
[all...]
/linux/sound/soc/renesas/rcar/
H A Dcore.c980 struct snd_pcm_hw_constraint_list *constraint = &rdai->constraint; in rsnd_soc_dai_startup()
993 constraint->list = rsnd_soc_hw_channels_list; in rsnd_soc_dai_startup()
994 constraint->count = 0; in rsnd_soc_dai_startup()
995 constraint->mask = 0; in rsnd_soc_dai_startup()
1000 constraint->count = i + 1; in rsnd_soc_dai_startup()
1006 SNDRV_PCM_HW_PARAM_CHANNELS, constraint); in rsnd_soc_dai_startup()
964 struct snd_pcm_hw_constraint_list *constraint = &rdai->constraint; rsnd_soc_dai_startup() local
/linux/Documentation/arch/arm/
H A Dporting.rst35 and eventually executed. The following constraint must be valid:
48 Virtual address of the initial RAM disk. The following constraint
/linux/virt/kvm/
H A DKconfig24 # put any explicit constraint on userspace ordering. They can also
/linux/Documentation/admin-guide/blockdev/drbd/
H A Ddrbd-connection-state-overview.dot70 WFBitMapT -> WFSyncUUID [minlen=0.1,constraint=false]
/linux/Documentation/userspace-api/media/v4l/
H A Dvidioc-g-selection.rst124 Size adjustments with constraint flags.
126 Behaviour of rectangle adjustment for different constraint flags.
H A Dselection-api-configuration.rst21 :ref:`constraint flags <v4l2-selection-flags>`.
64 :ref:`constraint flags <v4l2-selection-flags>`.
/linux/Documentation/sound/designs/
H 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/
H A DKconfig95 If this is set to 0, there's no extra constraint on the
/linux/drivers/gpu/drm/omapdrm/
H A DKconfig119 If this is set to 0, there's no extra constraint on the

123