/openbmc/linux/arch/arm64/include/asm/ |
H A D | atomic_ll_sc.h | 25 #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 …]
|
/openbmc/u-boot/cmd/ |
H A D | regulator.c | 111 static int constraint(const char *name, int val, const char *val_name) in constraint() function 164 constraint(" - min uV:", uc_pdata->min_uV, NULL); in do_info() 165 constraint(" - max uV:", uc_pdata->max_uV, NULL); in do_info() 166 constraint(" - min uA:", uc_pdata->min_uA, NULL); in do_info() 167 constraint(" - max uA:", uc_pdata->max_uA, NULL); in do_info() 168 constraint(" - always on:", uc_pdata->always_on, in do_info() 170 constraint(" - boot on:", uc_pdata->boot_on, in do_info() 174 constraint("* op modes:", mode_count, NULL); in do_info() 177 constraint(" - mode id:", modes->id, modes->name); in do_info() 192 constraint(" * enable:", enabled, enabled ? "true" : "false"); in do_status_detail() [all …]
|
/openbmc/linux/drivers/net/wireless/marvell/mwifiex/ |
H A D | 11h.c | 31 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()
|
/openbmc/linux/sound/soc/codecs/ |
H A D | ak4613.c | 433 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() 496 constraint = &priv->constraint_channels; in ak4613_hw_constraints() 497 constraint->list = ak4613_channels; in ak4613_hw_constraints() 498 constraint->mask = mask; in ak4613_hw_constraints() [all …]
|
H A D | cs42l43.h | 47 struct snd_pcm_hw_constraint_list constraint; member
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libeigen/libeigen/ |
H A D | 0001-Default-eigen_packet_wrapper-constructor.patch | 20 …c/work/raspberrypi4-webos-linux-gnueabi/fuse-core/0.4.2-1-r0/git/include/fuse_core/constraint.h:37, 21 …ter/tmp-glibc/work/raspberrypi4-webos-linux-gnueabi/fuse-core/0.4.2-1-r0/git/src/constraint.cpp:34: 29 …c/work/raspberrypi4-webos-linux-gnueabi/fuse-core/0.4.2-1-r0/git/include/fuse_core/constraint.h:37, 30 …ter/tmp-glibc/work/raspberrypi4-webos-linux-gnueabi/fuse-core/0.4.2-1-r0/git/src/constraint.cpp:34: 37 …c/work/raspberrypi4-webos-linux-gnueabi/fuse-core/0.4.2-1-r0/git/include/fuse_core/constraint.h:37, 38 …ter/tmp-glibc/work/raspberrypi4-webos-linux-gnueabi/fuse-core/0.4.2-1-r0/git/src/constraint.cpp:34: 46 …c/work/raspberrypi4-webos-linux-gnueabi/fuse-core/0.4.2-1-r0/git/include/fuse_core/constraint.h:37, 47 …ter/tmp-glibc/work/raspberrypi4-webos-linux-gnueabi/fuse-core/0.4.2-1-r0/git/src/constraint.cpp:34:
|
/openbmc/linux/kernel/ |
H A D | resource.c | 624 struct resource_constraint *constraint) in __find_resource() argument 647 resource_clip(&tmp, constraint->min, constraint->max); in __find_resource() 651 avail.start = ALIGN(tmp.start, constraint->align); in __find_resource() 656 alloc.start = constraint->alignf(constraint->alignf_data, &avail, in __find_resource() 657 size, constraint->align); in __find_resource() 682 struct resource_constraint *constraint) in find_resource() argument 684 return __find_resource(root, NULL, new, size, constraint); in find_resource() 699 struct resource_constraint *constraint) in reallocate_resource() argument 707 if ((err = __find_resource(root, old, &new, newsize, constraint))) in reallocate_resource() 758 struct resource_constraint constraint; in allocate_resource() local [all …]
|
/openbmc/linux/Documentation/ABI/testing/ |
H A 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.
|
H A 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
|
/openbmc/linux/drivers/acpi/x86/ |
H A D | s2idle.c | 216 struct lpi_constraints *constraint; in lpi_device_get_constraints() local 246 constraint = &lpi_constraints_table[lpi_constraints_table_size]; in lpi_device_get_constraints() 248 status = acpi_get_handle(NULL, info.name, &constraint->handle); in lpi_device_get_constraints() 255 constraint->min_dstate = -1; in lpi_device_get_constraints() 282 constraint->min_dstate = dev_info.min_dstate; in lpi_device_get_constraints() 287 if (constraint->min_dstate < 0) { in lpi_device_get_constraints()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/libmad/libmad/ |
H A D | fix_for_mips_with_gcc-4.5.0.patch | 1 …s: The MIPS port no longer recognizes the h asm constraint. It was necessary to remove this const…
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/ |
H A D | python3-annotated-types_0.7.0.bb | 1 SUMMARY = "Reusable constraint types to use with typing.Annotated"
|
H A D | python3-kiwisolver_1.4.8.bb | 1 SUMMARY = "A fast implementation of the Cassowary constraint solver"
|
/openbmc/linux/tools/perf/pmu-events/ |
H A D | metric.py | 426 constraint: bool 433 constraint: bool = False): 443 self.constraint = constraint 467 if self.constraint:
|
/openbmc/linux/Documentation/power/powercap/ |
H A D | powercap.rst | 155 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 D | dtpm.rst | 140 * constraint_X_name: The name of the constraint. 147 the constraint will be removed. 150 on the constraint number.
|
/openbmc/linux/include/linux/ |
H A D | oom.h | 54 enum oom_constraint constraint; member
|
H A D | intel_rapl.h | 92 struct powercap_zone_constraint *constraint; member
|
/openbmc/linux/mm/ |
H A D | oom_kill.c | 451 oom_constraint_text[oc->constraint], in dump_oom_summary() 1079 if (oc->constraint != CONSTRAINT_NONE) in check_panic_on_oom() 1150 oc->constraint = constrained_alloc(oc); in out_of_memory() 1151 if (oc->constraint != CONSTRAINT_MEMORY_POLICY) in out_of_memory()
|
/openbmc/linux/drivers/gpu/drm/vc4/tests/ |
H A D | vc4_test_pv_muxing.c | 69 const struct encoder_constraint *constraint = &constraints[i]; in __check_encoder_constraints() local 72 if (constraint->type != type) in __check_encoder_constraints() 75 for (j = 0; j < constraint->nchannels; j++) { in __check_encoder_constraints() 76 unsigned int _channel = constraint->channels[j]; in __check_encoder_constraints()
|
/openbmc/linux/virt/kvm/ |
H A D | Kconfig | 23 # put any explicit constraint on userspace ordering. They can also
|
/openbmc/linux/security/selinux/ss/ |
H A D | services.c | 618 struct constraint_node *constraint; in context_struct_compute_av() local 680 constraint = tclass_datum->constraints; in context_struct_compute_av() 681 while (constraint) { in context_struct_compute_av() 682 if ((constraint->permissions & (avd->allowed)) && in context_struct_compute_av() 684 constraint->expr)) { in context_struct_compute_av() 685 avd->allowed &= ~(constraint->permissions); in context_struct_compute_av() 687 constraint = constraint->next; in context_struct_compute_av() 757 struct constraint_node *constraint; in security_compute_validatetrans() local 806 constraint = tclass_datum->validatetrans; in security_compute_validatetrans() 807 while (constraint) { in security_compute_validatetrans() [all …]
|
/openbmc/linux/sound/soc/sh/rcar/ |
H A D | core.c | 987 struct snd_pcm_hw_constraint_list *constraint = &rdai->constraint; in rsnd_soc_dai_startup() local 1000 constraint->list = rsnd_soc_hw_channels_list; in rsnd_soc_dai_startup() 1001 constraint->count = 0; in rsnd_soc_dai_startup() 1002 constraint->mask = 0; in rsnd_soc_dai_startup() 1007 constraint->count = i + 1; in rsnd_soc_dai_startup() 1013 SNDRV_PCM_HW_PARAM_CHANNELS, constraint); in rsnd_soc_dai_startup()
|
/openbmc/linux/Documentation/arch/arm/ |
H A D | porting.rst | 35 and eventually executed. The following constraint must be valid: 48 Virtual address of the initial RAM disk. The following constraint
|
/openbmc/u-boot/doc/device-tree-bindings/adc/ |
H A D | adc.txt | 5 - use microvolts constraint or
|