Home
last modified time | relevance | path

Searched refs:constraints (Results 1 – 160 of 160) sorted by relevance

/linux-4.1.27/drivers/regulator/
Dof_regulator.c32 struct regulation_constraints *constraints = &(*init_data)->constraints; in of_get_regulation_constraints() local
38 constraints->name = of_get_property(np, "regulator-name", NULL); in of_get_regulation_constraints()
42 constraints->min_uV = be32_to_cpu(*min_uV); in of_get_regulation_constraints()
45 constraints->max_uV = be32_to_cpu(*max_uV); in of_get_regulation_constraints()
48 if (constraints->min_uV != constraints->max_uV) in of_get_regulation_constraints()
49 constraints->valid_ops_mask |= REGULATOR_CHANGE_VOLTAGE; in of_get_regulation_constraints()
51 if (min_uV && max_uV && constraints->min_uV == constraints->max_uV) in of_get_regulation_constraints()
52 constraints->apply_uV = true; in of_get_regulation_constraints()
55 constraints->uV_offset = pval; in of_get_regulation_constraints()
57 constraints->min_uA = pval; in of_get_regulation_constraints()
[all …]
Dcore.c120 if (rdev->constraints && rdev->constraints->name) in rdev_get_name()
121 return rdev->constraints->name; in rdev_get_name()
162 if (!rdev->constraints) in _regulator_can_change_status()
165 if (rdev->constraints->valid_ops_mask & REGULATOR_CHANGE_STATUS) in _regulator_can_change_status()
177 if (!rdev->constraints) { in regulator_check_voltage()
181 if (!(rdev->constraints->valid_ops_mask & REGULATOR_CHANGE_VOLTAGE)) { in regulator_check_voltage()
186 if (*max_uV > rdev->constraints->max_uV) in regulator_check_voltage()
187 *max_uV = rdev->constraints->max_uV; in regulator_check_voltage()
188 if (*min_uV < rdev->constraints->min_uV) in regulator_check_voltage()
189 *min_uV = rdev->constraints->min_uV; in regulator_check_voltage()
[all …]
Dfixed.c67 init_data->constraints.apply_uV = 0; in of_get_fixed_voltage_config()
69 config->supply_name = init_data->constraints.name; in of_get_fixed_voltage_config()
70 if (init_data->constraints.min_uV == init_data->constraints.max_uV) { in of_get_fixed_voltage_config()
71 config->microvolts = init_data->constraints.min_uV; in of_get_fixed_voltage_config()
78 if (init_data->constraints.boot_on) in of_get_fixed_voltage_config()
Dvexpress.c82 init_data->constraints.apply_uV = 0; in vexpress_regulator_probe()
83 if (init_data->constraints.min_uV && init_data->constraints.max_uV) in vexpress_regulator_probe()
Dmax77693.c59 unsigned int chg_min_uA = rdev->constraints->min_uA; in max77693_chg_get_current_limit()
60 unsigned int chg_max_uA = rdev->constraints->max_uA; in max77693_chg_get_current_limit()
87 unsigned int chg_min_uA = rdev->constraints->min_uA; in max77693_chg_set_current_limit()
Dwm8994-regulator.c112 .constraints = {
118 .constraints = {
163 ldo->init_data.constraints.valid_ops_mask = 0; in wm8994_ldo_probe()
Dmax77843.c54 unsigned int chg_min_uA = rdev->constraints->min_uA; in max77843_reg_get_current_limit()
55 unsigned int chg_max_uA = rdev->constraints->max_uA; in max77843_reg_get_current_limit()
84 unsigned int chg_min_uA = rdev->constraints->min_uA; in max77843_reg_set_current_limit()
Dmax8973-regulator.c277 pdata->reg_init_data->constraints.ramp_delay) { in max8973_init_dcdc()
278 if (pdata->reg_init_data->constraints.ramp_delay < 25000) in max8973_init_dcdc()
280 else if (pdata->reg_init_data->constraints.ramp_delay < 50000) in max8973_init_dcdc()
282 else if (pdata->reg_init_data->constraints.ramp_delay < 200000) in max8973_init_dcdc()
Dtps65090-regulator.c292 if (tps_pdata->reg_init_data->constraints.always_on || in tps65090_regulator_disable_ext_control()
293 tps_pdata->reg_init_data->constraints.boot_on) { in tps65090_regulator_disable_ext_control()
310 if (tps_pdata->reg_init_data->constraints.always_on || in tps65090_configure_regulator_config()
311 tps_pdata->reg_init_data->constraints.boot_on) in tps65090_configure_regulator_config()
Ddummy.c29 .constraints = {
Darizona-micsupp.c177 .constraints = {
189 .constraints = {
Dfixed-helper.c49 data->init_data.constraints.always_on = 1; in regulator_register_always_on()
Darizona-ldo1.c165 .constraints = {
175 .constraints = {
Dwm8350-regulator.c1324 led->isink_init.constraints.min_uA = 0; in wm8350_register_led()
1325 led->isink_init.constraints.max_uA = pdata->max_uA; in wm8350_register_led()
1326 led->isink_init.constraints.valid_ops_mask in wm8350_register_led()
1328 led->isink_init.constraints.valid_modes_mask = REGULATOR_MODE_NORMAL; in wm8350_register_led()
1339 led->dcdc_init.constraints.valid_modes_mask = REGULATOR_MODE_NORMAL; in wm8350_register_led()
1340 led->dcdc_init.constraints.valid_ops_mask = REGULATOR_CHANGE_STATUS; in wm8350_register_led()
Dtps51632-regulator.c245 pdata->base_voltage_uV = pdata->reg_init_data->constraints.min_uV ? : in of_get_tps51632_platform_data()
247 pdata->max_voltage_uV = pdata->reg_init_data->constraints.max_uV ? : in of_get_tps51632_platform_data()
Dfan53555.c377 if (!di->regulator->constraints.ramp_delay) { in fan53555_regulator_probe()
381 di->regulator->constraints.ramp_delay in fan53555_regulator_probe()
Dmax8907-regulator.c326 if (idata && idata->constraints.name) in max8907_regulator_probe()
327 mbatt_rail_name = idata->constraints.name; in max8907_regulator_probe()
Dab8500-ext.c237 struct regulation_constraints *regu_constraints = rdev->constraints; in ab8500_ext_set_voltage()
259 struct regulation_constraints *regu_constraints = rdev->constraints; in ab8500_ext_list_voltage()
Dti-abb-regulator.c515 struct regulation_constraints *c = &rinit_data->constraints; in ti_abb_init_table()
864 c = &initdata->constraints; in ti_abb_probe()
Dmax8952.c230 if (pdata->reg_data->constraints.boot_on) in max8952_pmic_probe()
Dgpio-regulator.c154 config->supply_name = config->init_data->constraints.name; in of_get_gpio_regulator_config()
Dlp8755.c247 .constraints = {\
Dmax8660.c447 boot_on = pdata->subdevs[i].platform_data->constraints.boot_on; in max8660_probe()
Dtps6586x-regulator.c432 sys_rail = pdata->reg_init_data[i]->constraints.name; in tps6586x_parse_regulator_dt()
Dtwl-regulator.c1147 c = &initdata->constraints; in twlreg_probe()
/linux-4.1.27/arch/arm/mach-ux500/
Dboard-mop500-regulators.c23 .constraints = {
47 .constraints = {
364 .constraints = {
378 .constraints = {
394 .constraints = {
409 .constraints = {
418 .constraints = {
427 .constraints = {
436 .constraints = {
445 .constraints = {
[all …]
/linux-4.1.27/arch/arm/mach-s3c64xx/
Dmach-smdk6410.c218 .constraints = {
303 .constraints = {
316 .constraints = {
327 .constraints = {
335 .constraints = {
343 .constraints = {
351 .constraints = {
359 .constraints = {
367 .constraints = {
375 .constraints = {
[all …]
Dmach-crag6410.c344 .constraints = {
410 .constraints = {
428 .constraints = {
441 .constraints = {
448 .constraints = {
461 .constraints = {
471 .constraints = {
479 .constraints = {
487 .constraints = {
495 .constraints = {
[all …]
/linux-4.1.27/arch/arm/mach-omap2/
Dtwl-common.c135 .constraints = {
154 .constraints = {
175 .constraints = {
187 .constraints = {
253 .constraints = {
267 .constraints = {
280 .constraints = {
298 .constraints = {
313 .constraints = {
326 .constraints = {
[all …]
Dboard-omap3pandora.c360 .constraints = {
375 .constraints = {
390 .constraints = {
405 .constraints = {
420 .constraints = {
435 .constraints = {
450 .constraints = {
507 omap3pandora_twldata.vdac->constraints.apply_uV = true; in omap3pandora_i2c_init()
509 omap3pandora_twldata.vpll2->constraints.apply_uV = true; in omap3pandora_i2c_init()
Dboard-rx51-peripherals.c565 .constraints = {
580 .constraints = {
595 .constraints = {
608 .constraints = {
624 .constraints = {
637 .constraints = {
651 .constraints = {
668 .constraints = {
681 .constraints = {
694 .constraints = {
[all …]
Dboard-ldp.c270 .constraints = {
290 .constraints = {
310 .constraints = {
Dboard-overo.c87 .constraints = {
398 .constraints = {
422 overo_twldata.vpll2->constraints.name = "VDVI"; in overo_i2c_init()
Dboard-omap3beagle.c364 .constraints = {
379 .constraints = {
412 beagle_twldata.vpll2->constraints.name = "VDVI"; in omap3_beagle_i2c_init()
Dboard-cm-t35.c337 .constraints = {
352 .constraints = {
366 .constraints = {
Dboard-omap3logic.c61 .constraints = {
Dusb-host.c384 reg_data->constraints.valid_ops_mask = REGULATOR_CHANGE_STATUS; in usbhs_add_regulator()
/linux-4.1.27/arch/arm/mach-imx/
Dmach-mx35_3ds.c329 .constraints = {
343 .constraints = {
351 .constraints = {
359 .constraints = {
367 .constraints = {
374 .constraints = {
381 .constraints = {
388 .constraints = {
395 .constraints = {
402 .constraints = {
[all …]
Dmach-mx31ads.c265 .constraints = {
288 .constraints = {
305 .constraints = {
322 .constraints = {
343 .constraints = {
360 .constraints = {
374 .constraints = {
387 .constraints = {
Dmach-mx31_3ds.c383 .constraints = {
390 .constraints = {
401 .constraints = {
417 .constraints = {
433 .constraints = {
449 .constraints = {
Dmach-mx27_3ds.c265 .constraints = {
277 .constraints = {
293 .constraints = {
307 .constraints = {
Dmach-mx31moboard.c177 .constraints = {
199 .constraints = {
Dmach-mx21ads.c196 .constraints = {
Dmach-mx27ads.c221 .constraints = {
/linux-4.1.27/arch/arm/mach-s3c24xx/
Dmach-gta02.c277 .constraints = {
286 .constraints = {
295 .constraints = {
304 .constraints = {
313 .constraints = {
322 .constraints = {
330 .constraints = {
338 .constraints = {
347 .constraints = {
356 .constraints = {
[all …]
/linux-4.1.27/kernel/power/
Dqos.c57 struct pm_qos_constraints *constraints; member
76 .constraints = &cpu_dma_constraints,
90 .constraints = &network_lat_constraints,
105 .constraints = &network_tput_constraints,
120 .constraints = &memory_bw_constraints,
202 c = qos->constraints; in pm_qos_dbg_show_requests()
397 return pm_qos_read_value(pm_qos_array[pm_qos_class]->constraints); in pm_qos_request()
414 pm_qos_array[req->pm_qos_class]->constraints, in __pm_qos_update_request()
459 pm_qos_update_target(pm_qos_array[pm_qos_class]->constraints, in pm_qos_add_request()
513 pm_qos_array[req->pm_qos_class]->constraints, in pm_qos_update_request_timeout()
[all …]
/linux-4.1.27/arch/arm/mach-pxa/
Dstargate2.c186 .constraints = { /* board default 1.8V */
193 .constraints = { /* board default 2.8V */
200 .constraints = {/* default is 1.8V */
207 .constraints = {
215 .constraints = { /* default 1.8V */
222 .constraints = { /* default 2.8V */
229 .constraints = { /* default 2.8V */
236 .constraints = { /* default 2.8V */
243 .constraints = { /* default 2.8V */
251 .constraints = { /* default 2.8V */
[all …]
Dz2.c629 .constraints = {
639 .constraints = {
646 .constraints = {
653 .constraints = {
660 .constraints = {
Draumfeld.c855 .constraints = {
887 .constraints = {
920 .constraints = {
Dhx4700.c697 .constraints = {
776 .constraints = {
Dzeus.c400 .constraints = {
528 .constraints = {
Dpalm27x.c437 .constraints = {
Dvpac270.c648 .constraints = {
Dmagician.c588 .constraints = {
Dballoon3.c735 .constraints = {
Dcm-x300.c721 .constraints = {
Dmioa701.c597 .constraints = {
Dspitz.c889 .constraints = {
Dem-x270.c1113 .constraints = { \
/linux-4.1.27/arch/arm/mach-shmobile/
Dboard-kzm9g.c391 .constraints = {
421 .constraints = {
614 .constraints = {
625 .constraints = {
641 .constraints = {
654 .constraints = {
665 .constraints = {
676 .constraints = {
687 .constraints = {
700 .constraints = {
[all …]
Dboard-armadillo800eva.c653 .constraints = {
682 .constraints = {
733 .constraints = {
/linux-4.1.27/sound/soc/codecs/
Dssm2518.c116 const struct snd_pcm_hw_constraint_list *constraints; member
619 if (ssm2518->constraints) in ssm2518_startup()
621 SNDRV_PCM_HW_PARAM_RATE, ssm2518->constraints); in ssm2518_startup()
674 ssm2518->constraints = NULL; in ssm2518_set_sysclk()
682 ssm2518->constraints = &ssm2518_constraints_2048000; in ssm2518_set_sysclk()
693 ssm2518->constraints = &ssm2518_constraints_2822000; in ssm2518_set_sysclk()
701 ssm2518->constraints = &ssm2518_constraints_3072000; in ssm2518_set_sysclk()
706 ssm2518->constraints = &ssm2518_constraints_12288000; in ssm2518_set_sysclk()
Dwm8731.c51 const struct snd_pcm_hw_constraint_list *constraints; member
405 wm8731->constraints = NULL; in wm8731_set_dai_sysclk()
408 wm8731->constraints = &wm8731_constraints_12000000; in wm8731_set_dai_sysclk()
412 wm8731->constraints = &wm8731_constraints_12288000_18432000; in wm8731_set_dai_sysclk()
416 wm8731->constraints = &wm8731_constraints_11289600_16934400; in wm8731_set_dai_sysclk()
535 if (wm8731->constraints) in wm8731_startup()
538 wm8731->constraints); in wm8731_startup()
Dadau1977.c122 struct snd_pcm_hw_constraint_list constraints; member
724 SNDRV_PCM_HW_PARAM_RATE, &adau1977->constraints); in adau1977_startup()
847 adau1977->constraints.mask = mask; in adau1977_set_sysclk()
927 adau1977->constraints.list = adau1977_rates; in adau1977_probe()
928 adau1977->constraints.count = ARRAY_SIZE(adau1977_rates); in adau1977_probe()
Dsgtl5000.c103 .constraints = {
/linux-4.1.27/Documentation/ABI/testing/
Dsysfs-class-regulator154 for regulators which support voltage constraints.
169 for regulators which support voltage constraints.
184 microamps, for regulators which support current constraints.
199 microamps, for regulators which support current constraints.
257 implementing suspend voltage configuration constraints.
268 implementing suspend voltage configuration constraints.
279 implementing suspend voltage configuration constraints.
290 configuration constraints.
301 constraints.
312 configuration constraints.
[all …]
Dsysfs-class-powercap91 Each power zone can define one or more constraints. Each
/linux-4.1.27/arch/arm/mach-davinci/
Dboard-mityomapl138.c227 .constraints = {
239 .constraints = {
250 .constraints = {
261 .constraints = {
272 .constraints = {
Dboard-da850-evm.c925 .constraints = {
938 .constraints = {
953 .constraints = {
967 .constraints = {
980 .constraints = {
/linux-4.1.27/drivers/powercap/
Dpowercap_sys.c86 pconst = &power_zone->constraints[id]; \
111 pconst = &power_zone->constraints[id]; \
180 pconst = &power_zone->constraints[id]; in show_constraint_name()
312 pconst = &power_zone->constraints[i]; in create_constraints()
413 kfree(power_zone->constraints); in powercap_release()
547 power_zone->constraints = kzalloc(sizeof(*power_zone->constraints) * in powercap_register_zone()
549 if (!power_zone->constraints) in powercap_register_zone()
580 kfree(power_zone->constraints); in powercap_register_zone()
/linux-4.1.27/Documentation/thermal/
Dcpu-cooling-api.txt26 clip_cpus: cpumask of cpus where the frequency constraints will happen.
37 clip_cpus: cpumask of cpus where the frequency constraints will happen.
/linux-4.1.27/arch/arm/mach-mmp/
Dbrownstone.c117 .constraints = {
141 .constraints = {
Djasper.c112 .constraints = {
/linux-4.1.27/Documentation/power/powercap/
Dpowercap.txt20 well as controls represented in the form of power constraints. If the parts of
154 to be applied (the constraints in the 'package' power zones apply to the whole
155 CPU packages and the subzone constraints only apply to the respective parts of
166 The Intel RAPL technology allows two constraints, short term and long term,
231 The number of constraints in a power zone and the corresponding callbacks have
/linux-4.1.27/Documentation/RCU/
Dlockdep.txt59 and compiler constraints. This is useful when the data
64 but retain the compiler constraints that prevent duplicating
69 retain the compiler constraints that prevent duplicating
104 barriers and compiler constraints, it generates better code than do the
/linux-4.1.27/drivers/mfd/
Ddb8500-prcmu.c2845 .constraints = {
2854 .constraints = {
2860 .constraints = {
2866 .constraints = {
2872 .constraints = {
2878 .constraints = {
2886 .constraints = {
2892 .constraints = {
2899 .constraints = {
2907 .constraints = {
[all …]
Dtwl-core.c800 .constraints.valid_modes_mask = in add_children()
803 .constraints.valid_ops_mask = in add_children()
/linux-4.1.27/fs/jffs2/
DREADME.Locking37 Ordering constraints: See f->sem.
62 Ordering constraints:
115 Ordering constraints:
147 Ordering constraints:
168 Ordering constraints:
/linux-4.1.27/Documentation/power/regulator/
Dmachine.txt45 .constraints = {
68 .constraints = {
Doverview.txt157 voltage/current domains (with constraints) for each regulator. It can
158 provide regulator constraints that will prevent device damage through
/linux-4.1.27/include/linux/regulator/
Dmachine.h184 struct regulation_constraints constraints; member
Ddriver.h371 struct regulation_constraints *constraints; member
/linux-4.1.27/Documentation/power/
Dpm_qos_interface.txt11 constraints and PM QoS flags.
61 PM QoS class constraints list.
128 Returns the aggregated value for a given device's constraints list.
146 Add a request to the device's PM QoS list of resume latency constraints and
152 PM QoS list of resume latency constraints and remove sysfs attribute
171 The callback is called when the aggregated value of the device constraints list
Druntime_pm.txt158 that the following constraints are met with respect to runtime PM callbacks for
/linux-4.1.27/Documentation/prctl/
Dno_new_privs.txt25 add to the permitted set, and LSMs will not relax constraints after
30 Be careful, though: LSMs might also not tighten constraints on exec
/linux-4.1.27/include/linux/
Dpowercap.h164 struct powercap_zone_constraint *constraints; member
/linux-4.1.27/arch/x86/kernel/cpu/
Dperf_event.c654 struct event_constraint **constraints; member
662 static void perf_sched_init(struct perf_sched *sched, struct event_constraint **constraints, in perf_sched_init() argument
671 sched->constraints = constraints; in perf_sched_init()
674 if (constraints[idx]->weight == wmin) in perf_sched_init()
721 c = sched->constraints[sched->state.event]; in __perf_sched_find_counter()
784 c = sched->constraints[sched->state.event]; in perf_sched_next_event()
795 int perf_assign_events(struct event_constraint **constraints, int n, in perf_assign_events() argument
800 perf_sched_init(&sched, constraints, n, wmin, wmax, gpmax); in perf_assign_events()
Dperf_event_intel_uncore_snbep.c764 .constraints = snbep_uncore_cbox_constraints,
995 .constraints = snbep_uncore_r2pcie_constraints,
1004 .constraints = snbep_uncore_r3qpi_constraints,
1437 .constraints = snbep_uncore_cbox_constraints,
1581 .constraints = snbep_uncore_r2pcie_constraints,
1590 .constraints = snbep_uncore_r3qpi_constraints,
1924 .constraints = hswep_uncore_cbox_constraints,
2149 .constraints = hswep_uncore_r2pcie_constraints,
2195 .constraints = hswep_uncore_r3qpi_constraints,
Dperf_event_intel_uncore.h50 struct event_constraint *constraints; member
Dperf_event_intel_uncore_snb.c136 .constraints = snb_uncore_cbox_constraints,
Dperf_event_intel_uncore.c342 if (type->constraints) { in uncore_get_event_constraint()
343 for_each_event_constraint(c, type->constraints) { in uncore_get_event_constraint()
Dperf_event.h730 int perf_assign_events(struct event_constraint **constraints, int n,
Dperf_event_intel_uncore_nhmex.c429 .constraints = nhmex_uncore_bbox_constraints,
/linux-4.1.27/Documentation/devicetree/bindings/mfd/
Ds2mps11.txt45 [standard regulator constraints....];
74 The regulator constraints inside the regulator nodes use the standard regulator
Dmax77686.txt25 standard regulator constraints....
Ds2mpa01.txt22 included in a sub-node named 'regulators'. Regulator nodes and constraints
Dmax14577.txt53 sub-node should contain the constraints and initialization information
Das3722.txt105 Each sub-node should contain the constraints and initialization
/linux-4.1.27/tools/thermal/tmon/
DREADME9 As hardware vendors cope with the thermal constraints on their products, more
/linux-4.1.27/
DKbuild8 # Default sed regexp - multiline due to syntax constraints
/linux-4.1.27/Documentation/i2c/
Dsummary20 meet both SMBus and I2C electrical constraints; and others which can't
/linux-4.1.27/Documentation/arm/OMAP/
Domap_pm7 throughput constraints to the kernel power management code.
24 DaVinci) to add these constraints in a way which won't affect non-OMAP
/linux-4.1.27/Documentation/devicetree/bindings/regulator/
Das3722-regulator.txt24 Each sub-node should contain the constraints and initialization
Dpalmas-pmic.txt23 Each sub-node should contain the constraints and initialization
Dmax77802.txt16 standard regulator constraints....
/linux-4.1.27/security/selinux/ss/
Dpolicydb.h61 struct constraint_node *constraints; /* constraints on class permissions */ member
Dpolicydb.c649 constraint = cladatum->constraints; in cls_destroy()
1358 rc = read_cons_helper(p, &cladatum->constraints, ncons, 0, fp); in class_read()
2852 for (c = cladatum->constraints; c; c = c->next) in class_write()
2882 rc = write_cons_helper(p, cladatum->constraints, fp); in class_write()
Dservices.c680 constraint = tclass_datum->constraints; in context_struct_compute_av()
/linux-4.1.27/Documentation/
Dunaligned-memory-access.txt91 Fortunately, the compiler understands the alignment constraints, so in the
119 to satisfy alignment constraints for arrays of these structures.
129 of the alignment constraints and will generate extra instructions to perform
Ddma-buf-sharing.txt97 helps the exporter to know of device buffer constraints.
198 constraints for the currently-interested devices. This allows preferential
214 if the new buffer-user has stricter 'backing-storage constraints', and the
215 exporter can handle these constraints, the exporter can just stall on the
223 If the exporter cannot fulfill the backing-storage constraints of the new
DDMA-API.txt87 not __get_free_pages(). Also, they understand common hardware constraints
226 Note also that the above constraints on physical contiguity and
579 The DMA-API as described above has some constraints. DMA addresses must be
582 do not violate those constraints. In the worst case such a violation can
DDMA-API-HOWTO.txt430 Also, it understands common hardware constraints for alignment,
945 constraints. You don't need to worry about the architecture data
946 alignment constraints (e.g. the alignment constraints about 64-bit
Dkobject.txt272 until that method is called. If these constraints are not met, the code is
Dkernel-docs.txt169 constraints make this an ``interesting'' part of device driver
Dmemory-barriers.txt288 aligned" means the natural alignment, thus no constraints for
383 showing the ordering constraints.
2127 through *H occur in, other than the constraints imposed by the separate locks
/linux-4.1.27/Documentation/devicetree/bindings/soc/fsl/
Dbman.txt80 The following constraints are relevant to the FBPR private memory:
Dqman.txt97 The following constraints are relevant to the FQD and PFDR private memory:
/linux-4.1.27/arch/mips/jz4740/
Dboard-qi_lb60.c377 .constraints = {
/linux-4.1.27/Documentation/ia64/
Daliasing.txt52 in the system because of constraints imposed by the identity mapping
113 The /dev/mem mmap constraints apply.
/linux-4.1.27/Documentation/devicetree/bindings/reserved-memory/
Dreserved-memory.txt24 optional constraints to request a dynamically allocated block of memory.
/linux-4.1.27/Documentation/sound/alsa/
Dserial-u16550.txt74 timing constraints, so it would be a bit more complicated to implement than
DAudiophile-Usb.txt133 Due to the hardware constraints described above, the device initialization made
308 * Hardware constraints due to the USB bus limitation aren't checked
Dhda_codec.txt195 set up. It may override some setting and constraints additionally.
/linux-4.1.27/arch/arm/mach-omap1/
Dboard-ams-delta.c264 .constraints = {
/linux-4.1.27/Documentation/video4linux/
Dpxa_camera.txt8 This is due to DMA constraints, which transfers only planes of 8 byte
Dfimc.txt11 slightly different capabilities, like pixel alignment constraints, rotator
/linux-4.1.27/arch/sh/boards/mach-ecovec24/
Dsetup.c549 .constraints = {
581 .constraints = {
/linux-4.1.27/Documentation/scheduler/
Dsched-nice-design.txt55 within the constraints of HZ and jiffies and their nasty design level
Dsched-deadline.txt198 this task, as it is not possible to respect its temporal constraints.
275 its own timing constraints needs, in general, a way of declaring:
/linux-4.1.27/drivers/media/
DKconfig200 are strict constraints with regards to the kernel size,
/linux-4.1.27/Documentation/vm/
Dhighmem.txt32 refer to as 'highmem'. There are various architecture dependent constraints on
Dfrontswap.txt201 and works around the constraints of the block I/O subsystem to provide
209 defined dynamically depending on current memory constraints.
Dhugetlbpage.txt255 resources exist, regardless of the task's mempolicy or cpuset constraints.
Dtranshuge.txt272 NOTE: these aren't new constraints to the GUP API, and they match the
Dnuma_memory_policy.txt436 nodes whose memories are allowed by the cpuset constraints. If the nodemask
/linux-4.1.27/Documentation/target/
Dtcmu-design.txt6 c) Design constraints
75 Design constraints:
/linux-4.1.27/Documentation/networking/
Dpacket_mmap.txt106 Next I will describe PACKET_MMAP settings and its constraints,
255 + PACKET_MMAP setting constraints
293 To understand the constraints of PACKET_MMAP, we have to see the structure
372 Other constraints
Dde4x5.txt156 and media. The only lexical constraints are: the board name (dev->name)
Dfilter.txt595 skb pointer). All constraints and restrictions from bpf_check_classic() apply
1080 The eBPF verifier will check that registers match argument constraints.
/linux-4.1.27/Documentation/locking/
Dlglock.txt43 One can relax the migration constraints by acquiring the current
/linux-4.1.27/Documentation/filesystems/
Dtmpfs.txt100 if any, modified by the calling task's cpuset constraints
Ddebugfs.txt8 ABI to user space; in theory, there are no stability constraints placed on
Dxfs-delayed-logging-design.txt782 beginning and end and execution constraints. The only differences are in the
784 Hence delayed logging should not introduce any constraints on log item
/linux-4.1.27/Documentation/arm/
DBooting166 When booting a raw (non-zImage) kernel the constraints are tighter.
/linux-4.1.27/Documentation/timers/
DNO_HZ.txt86 Therefore, systems with aggressive real-time response constraints often
110 for applications with aggressive real-time response constraints because
/linux-4.1.27/arch/blackfin/mach-bf537/boards/
Dstamp.c2097 .constraints = {
2683 .constraints = {
/linux-4.1.27/Documentation/spi/
Dspi-summary289 several types. This example shows generic constraints like the fastest SPI
291 is wired, plus chip-specific constraints like an important delay that's
/linux-4.1.27/Documentation/block/
Dcfq-iosched.txt100 then to meet the latency constraints, throughput may decrease because of less
/linux-4.1.27/scripts/
Dspelling.txt264 contraints||constraints
/linux-4.1.27/Documentation/powerpc/
Dpci_iov_resource_on_powernv.txt128 Since we cannot remap, we have two additional constraints:
/linux-4.1.27/Documentation/cgroups/
Dblkio-controller.txt327 subjected to both the constraints.
Dcpusets.txt379 tasks to itself, within the constraints of such placement mechanisms
/linux-4.1.27/Documentation/devicetree/bindings/arm/
Didle-states.txt110 latency constraints guarantees to work properly, so the OS has to detect the
/linux-4.1.27/Documentation/security/
Dkeys.txt625 constraints applicable to KEYCTL_LINK apply in this case too.
671 that keyring, however all the constraints applying in KEYCTL_LINK apply in
695 that keyring, however all the constraints applying in KEYCTL_LINK apply in
/linux-4.1.27/Documentation/arm64/
Dacpi_object_usage.txt315 to use it within the constraints already defined by the
/linux-4.1.27/Documentation/virtual/kvm/
Dmmu.txt380 To instantiate a large spte, four constraints must be satisfied:
Dtimekeeping.txt269 these workarounds pose unique constraints for virtualization - requiring either
/linux-4.1.27/Documentation/usb/
Dpower-management.txt708 Once a child device is attached additional constraints are
/linux-4.1.27/drivers/pinctrl/sh-pfc/
Dpfc-sh73a0.c3766 .constraints = {
/linux-4.1.27/Documentation/devicetree/
Dbooting-without-of.txt95 - Correct a few more alignment constraints