/linux-4.1.27/drivers/regulator/ |
D | of_regulator.c | 32 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 …]
|
D | core.c | 120 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 …]
|
D | fixed.c | 67 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()
|
D | vexpress.c | 82 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()
|
D | max77693.c | 59 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()
|
D | wm8994-regulator.c | 112 .constraints = { 118 .constraints = { 163 ldo->init_data.constraints.valid_ops_mask = 0; in wm8994_ldo_probe()
|
D | max77843.c | 54 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()
|
D | max8973-regulator.c | 277 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()
|
D | tps65090-regulator.c | 292 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()
|
D | dummy.c | 29 .constraints = {
|
D | arizona-micsupp.c | 177 .constraints = { 189 .constraints = {
|
D | fixed-helper.c | 49 data->init_data.constraints.always_on = 1; in regulator_register_always_on()
|
D | arizona-ldo1.c | 165 .constraints = { 175 .constraints = {
|
D | wm8350-regulator.c | 1324 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()
|
D | tps51632-regulator.c | 245 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()
|
D | fan53555.c | 377 if (!di->regulator->constraints.ramp_delay) { in fan53555_regulator_probe() 381 di->regulator->constraints.ramp_delay in fan53555_regulator_probe()
|
D | max8907-regulator.c | 326 if (idata && idata->constraints.name) in max8907_regulator_probe() 327 mbatt_rail_name = idata->constraints.name; in max8907_regulator_probe()
|
D | ab8500-ext.c | 237 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()
|
D | ti-abb-regulator.c | 515 struct regulation_constraints *c = &rinit_data->constraints; in ti_abb_init_table() 864 c = &initdata->constraints; in ti_abb_probe()
|
D | max8952.c | 230 if (pdata->reg_data->constraints.boot_on) in max8952_pmic_probe()
|
D | gpio-regulator.c | 154 config->supply_name = config->init_data->constraints.name; in of_get_gpio_regulator_config()
|
D | lp8755.c | 247 .constraints = {\
|
D | max8660.c | 447 boot_on = pdata->subdevs[i].platform_data->constraints.boot_on; in max8660_probe()
|
D | tps6586x-regulator.c | 432 sys_rail = pdata->reg_init_data[i]->constraints.name; in tps6586x_parse_regulator_dt()
|
D | twl-regulator.c | 1147 c = &initdata->constraints; in twlreg_probe()
|
/linux-4.1.27/arch/arm/mach-ux500/ |
D | board-mop500-regulators.c | 23 .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/ |
D | mach-smdk6410.c | 218 .constraints = { 303 .constraints = { 316 .constraints = { 327 .constraints = { 335 .constraints = { 343 .constraints = { 351 .constraints = { 359 .constraints = { 367 .constraints = { 375 .constraints = { [all …]
|
D | mach-crag6410.c | 344 .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/ |
D | twl-common.c | 135 .constraints = { 154 .constraints = { 175 .constraints = { 187 .constraints = { 253 .constraints = { 267 .constraints = { 280 .constraints = { 298 .constraints = { 313 .constraints = { 326 .constraints = { [all …]
|
D | board-omap3pandora.c | 360 .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()
|
D | board-rx51-peripherals.c | 565 .constraints = { 580 .constraints = { 595 .constraints = { 608 .constraints = { 624 .constraints = { 637 .constraints = { 651 .constraints = { 668 .constraints = { 681 .constraints = { 694 .constraints = { [all …]
|
D | board-ldp.c | 270 .constraints = { 290 .constraints = { 310 .constraints = {
|
D | board-overo.c | 87 .constraints = { 398 .constraints = { 422 overo_twldata.vpll2->constraints.name = "VDVI"; in overo_i2c_init()
|
D | board-omap3beagle.c | 364 .constraints = { 379 .constraints = { 412 beagle_twldata.vpll2->constraints.name = "VDVI"; in omap3_beagle_i2c_init()
|
D | board-cm-t35.c | 337 .constraints = { 352 .constraints = { 366 .constraints = {
|
D | board-omap3logic.c | 61 .constraints = {
|
D | usb-host.c | 384 reg_data->constraints.valid_ops_mask = REGULATOR_CHANGE_STATUS; in usbhs_add_regulator()
|
/linux-4.1.27/arch/arm/mach-imx/ |
D | mach-mx35_3ds.c | 329 .constraints = { 343 .constraints = { 351 .constraints = { 359 .constraints = { 367 .constraints = { 374 .constraints = { 381 .constraints = { 388 .constraints = { 395 .constraints = { 402 .constraints = { [all …]
|
D | mach-mx31ads.c | 265 .constraints = { 288 .constraints = { 305 .constraints = { 322 .constraints = { 343 .constraints = { 360 .constraints = { 374 .constraints = { 387 .constraints = {
|
D | mach-mx31_3ds.c | 383 .constraints = { 390 .constraints = { 401 .constraints = { 417 .constraints = { 433 .constraints = { 449 .constraints = {
|
D | mach-mx27_3ds.c | 265 .constraints = { 277 .constraints = { 293 .constraints = { 307 .constraints = {
|
D | mach-mx31moboard.c | 177 .constraints = { 199 .constraints = {
|
D | mach-mx21ads.c | 196 .constraints = {
|
D | mach-mx27ads.c | 221 .constraints = {
|
/linux-4.1.27/arch/arm/mach-s3c24xx/ |
D | mach-gta02.c | 277 .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/ |
D | qos.c | 57 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/ |
D | stargate2.c | 186 .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 …]
|
D | z2.c | 629 .constraints = { 639 .constraints = { 646 .constraints = { 653 .constraints = { 660 .constraints = {
|
D | raumfeld.c | 855 .constraints = { 887 .constraints = { 920 .constraints = {
|
D | hx4700.c | 697 .constraints = { 776 .constraints = {
|
D | zeus.c | 400 .constraints = { 528 .constraints = {
|
D | palm27x.c | 437 .constraints = {
|
D | vpac270.c | 648 .constraints = {
|
D | magician.c | 588 .constraints = {
|
D | balloon3.c | 735 .constraints = {
|
D | cm-x300.c | 721 .constraints = {
|
D | mioa701.c | 597 .constraints = {
|
D | spitz.c | 889 .constraints = {
|
D | em-x270.c | 1113 .constraints = { \
|
/linux-4.1.27/arch/arm/mach-shmobile/ |
D | board-kzm9g.c | 391 .constraints = { 421 .constraints = { 614 .constraints = { 625 .constraints = { 641 .constraints = { 654 .constraints = { 665 .constraints = { 676 .constraints = { 687 .constraints = { 700 .constraints = { [all …]
|
D | board-armadillo800eva.c | 653 .constraints = { 682 .constraints = { 733 .constraints = {
|
/linux-4.1.27/sound/soc/codecs/ |
D | ssm2518.c | 116 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()
|
D | wm8731.c | 51 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()
|
D | adau1977.c | 122 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()
|
D | sgtl5000.c | 103 .constraints = {
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | sysfs-class-regulator | 154 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 …]
|
D | sysfs-class-powercap | 91 Each power zone can define one or more constraints. Each
|
/linux-4.1.27/arch/arm/mach-davinci/ |
D | board-mityomapl138.c | 227 .constraints = { 239 .constraints = { 250 .constraints = { 261 .constraints = { 272 .constraints = {
|
D | board-da850-evm.c | 925 .constraints = { 938 .constraints = { 953 .constraints = { 967 .constraints = { 980 .constraints = {
|
/linux-4.1.27/drivers/powercap/ |
D | powercap_sys.c | 86 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/ |
D | cpu-cooling-api.txt | 26 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/ |
D | brownstone.c | 117 .constraints = { 141 .constraints = {
|
D | jasper.c | 112 .constraints = {
|
/linux-4.1.27/Documentation/power/powercap/ |
D | powercap.txt | 20 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/ |
D | lockdep.txt | 59 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/ |
D | db8500-prcmu.c | 2845 .constraints = { 2854 .constraints = { 2860 .constraints = { 2866 .constraints = { 2872 .constraints = { 2878 .constraints = { 2886 .constraints = { 2892 .constraints = { 2899 .constraints = { 2907 .constraints = { [all …]
|
D | twl-core.c | 800 .constraints.valid_modes_mask = in add_children() 803 .constraints.valid_ops_mask = in add_children()
|
/linux-4.1.27/fs/jffs2/ |
D | README.Locking | 37 Ordering constraints: See f->sem. 62 Ordering constraints: 115 Ordering constraints: 147 Ordering constraints: 168 Ordering constraints:
|
/linux-4.1.27/Documentation/power/regulator/ |
D | machine.txt | 45 .constraints = { 68 .constraints = {
|
D | overview.txt | 157 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/ |
D | machine.h | 184 struct regulation_constraints constraints; member
|
D | driver.h | 371 struct regulation_constraints *constraints; member
|
/linux-4.1.27/Documentation/power/ |
D | pm_qos_interface.txt | 11 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
|
D | runtime_pm.txt | 158 that the following constraints are met with respect to runtime PM callbacks for
|
/linux-4.1.27/Documentation/prctl/ |
D | no_new_privs.txt | 25 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/ |
D | powercap.h | 164 struct powercap_zone_constraint *constraints; member
|
/linux-4.1.27/arch/x86/kernel/cpu/ |
D | perf_event.c | 654 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()
|
D | perf_event_intel_uncore_snbep.c | 764 .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,
|
D | perf_event_intel_uncore.h | 50 struct event_constraint *constraints; member
|
D | perf_event_intel_uncore_snb.c | 136 .constraints = snb_uncore_cbox_constraints,
|
D | perf_event_intel_uncore.c | 342 if (type->constraints) { in uncore_get_event_constraint() 343 for_each_event_constraint(c, type->constraints) { in uncore_get_event_constraint()
|
D | perf_event.h | 730 int perf_assign_events(struct event_constraint **constraints, int n,
|
D | perf_event_intel_uncore_nhmex.c | 429 .constraints = nhmex_uncore_bbox_constraints,
|
/linux-4.1.27/Documentation/devicetree/bindings/mfd/ |
D | s2mps11.txt | 45 [standard regulator constraints....]; 74 The regulator constraints inside the regulator nodes use the standard regulator
|
D | max77686.txt | 25 standard regulator constraints....
|
D | s2mpa01.txt | 22 included in a sub-node named 'regulators'. Regulator nodes and constraints
|
D | max14577.txt | 53 sub-node should contain the constraints and initialization information
|
D | as3722.txt | 105 Each sub-node should contain the constraints and initialization
|
/linux-4.1.27/tools/thermal/tmon/ |
D | README | 9 As hardware vendors cope with the thermal constraints on their products, more
|
/linux-4.1.27/ |
D | Kbuild | 8 # Default sed regexp - multiline due to syntax constraints
|
/linux-4.1.27/Documentation/i2c/ |
D | summary | 20 meet both SMBus and I2C electrical constraints; and others which can't
|
/linux-4.1.27/Documentation/arm/OMAP/ |
D | omap_pm | 7 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/ |
D | as3722-regulator.txt | 24 Each sub-node should contain the constraints and initialization
|
D | palmas-pmic.txt | 23 Each sub-node should contain the constraints and initialization
|
D | max77802.txt | 16 standard regulator constraints....
|
/linux-4.1.27/security/selinux/ss/ |
D | policydb.h | 61 struct constraint_node *constraints; /* constraints on class permissions */ member
|
D | policydb.c | 649 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()
|
D | services.c | 680 constraint = tclass_datum->constraints; in context_struct_compute_av()
|
/linux-4.1.27/Documentation/ |
D | unaligned-memory-access.txt | 91 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
|
D | dma-buf-sharing.txt | 97 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
|
D | DMA-API.txt | 87 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
|
D | DMA-API-HOWTO.txt | 430 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
|
D | kobject.txt | 272 until that method is called. If these constraints are not met, the code is
|
D | kernel-docs.txt | 169 constraints make this an ``interesting'' part of device driver
|
D | memory-barriers.txt | 288 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/ |
D | bman.txt | 80 The following constraints are relevant to the FBPR private memory:
|
D | qman.txt | 97 The following constraints are relevant to the FQD and PFDR private memory:
|
/linux-4.1.27/arch/mips/jz4740/ |
D | board-qi_lb60.c | 377 .constraints = {
|
/linux-4.1.27/Documentation/ia64/ |
D | aliasing.txt | 52 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/ |
D | reserved-memory.txt | 24 optional constraints to request a dynamically allocated block of memory.
|
/linux-4.1.27/Documentation/sound/alsa/ |
D | serial-u16550.txt | 74 timing constraints, so it would be a bit more complicated to implement than
|
D | Audiophile-Usb.txt | 133 Due to the hardware constraints described above, the device initialization made 308 * Hardware constraints due to the USB bus limitation aren't checked
|
D | hda_codec.txt | 195 set up. It may override some setting and constraints additionally.
|
/linux-4.1.27/arch/arm/mach-omap1/ |
D | board-ams-delta.c | 264 .constraints = {
|
/linux-4.1.27/Documentation/video4linux/ |
D | pxa_camera.txt | 8 This is due to DMA constraints, which transfers only planes of 8 byte
|
D | fimc.txt | 11 slightly different capabilities, like pixel alignment constraints, rotator
|
/linux-4.1.27/arch/sh/boards/mach-ecovec24/ |
D | setup.c | 549 .constraints = { 581 .constraints = {
|
/linux-4.1.27/Documentation/scheduler/ |
D | sched-nice-design.txt | 55 within the constraints of HZ and jiffies and their nasty design level
|
D | sched-deadline.txt | 198 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/ |
D | Kconfig | 200 are strict constraints with regards to the kernel size,
|
/linux-4.1.27/Documentation/vm/ |
D | highmem.txt | 32 refer to as 'highmem'. There are various architecture dependent constraints on
|
D | frontswap.txt | 201 and works around the constraints of the block I/O subsystem to provide 209 defined dynamically depending on current memory constraints.
|
D | hugetlbpage.txt | 255 resources exist, regardless of the task's mempolicy or cpuset constraints.
|
D | transhuge.txt | 272 NOTE: these aren't new constraints to the GUP API, and they match the
|
D | numa_memory_policy.txt | 436 nodes whose memories are allowed by the cpuset constraints. If the nodemask
|
/linux-4.1.27/Documentation/target/ |
D | tcmu-design.txt | 6 c) Design constraints 75 Design constraints:
|
/linux-4.1.27/Documentation/networking/ |
D | packet_mmap.txt | 106 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
|
D | de4x5.txt | 156 and media. The only lexical constraints are: the board name (dev->name)
|
D | filter.txt | 595 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/ |
D | lglock.txt | 43 One can relax the migration constraints by acquiring the current
|
/linux-4.1.27/Documentation/filesystems/ |
D | tmpfs.txt | 100 if any, modified by the calling task's cpuset constraints
|
D | debugfs.txt | 8 ABI to user space; in theory, there are no stability constraints placed on
|
D | xfs-delayed-logging-design.txt | 782 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/ |
D | Booting | 166 When booting a raw (non-zImage) kernel the constraints are tighter.
|
/linux-4.1.27/Documentation/timers/ |
D | NO_HZ.txt | 86 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/ |
D | stamp.c | 2097 .constraints = { 2683 .constraints = {
|
/linux-4.1.27/Documentation/spi/ |
D | spi-summary | 289 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/ |
D | cfq-iosched.txt | 100 then to meet the latency constraints, throughput may decrease because of less
|
/linux-4.1.27/scripts/ |
D | spelling.txt | 264 contraints||constraints
|
/linux-4.1.27/Documentation/powerpc/ |
D | pci_iov_resource_on_powernv.txt | 128 Since we cannot remap, we have two additional constraints:
|
/linux-4.1.27/Documentation/cgroups/ |
D | blkio-controller.txt | 327 subjected to both the constraints.
|
D | cpusets.txt | 379 tasks to itself, within the constraints of such placement mechanisms
|
/linux-4.1.27/Documentation/devicetree/bindings/arm/ |
D | idle-states.txt | 110 latency constraints guarantees to work properly, so the OS has to detect the
|
/linux-4.1.27/Documentation/security/ |
D | keys.txt | 625 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/ |
D | acpi_object_usage.txt | 315 to use it within the constraints already defined by the
|
/linux-4.1.27/Documentation/virtual/kvm/ |
D | mmu.txt | 380 To instantiate a large spte, four constraints must be satisfied:
|
D | timekeeping.txt | 269 these workarounds pose unique constraints for virtualization - requiring either
|
/linux-4.1.27/Documentation/usb/ |
D | power-management.txt | 708 Once a child device is attached additional constraints are
|
/linux-4.1.27/drivers/pinctrl/sh-pfc/ |
D | pfc-sh73a0.c | 3766 .constraints = {
|
/linux-4.1.27/Documentation/devicetree/ |
D | booting-without-of.txt | 95 - Correct a few more alignment constraints
|