| /linux-4.4.14/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 | 122 	if (rdev->constraints && rdev->constraints->name)  in rdev_get_name() 123 		return rdev->constraints->name;  in rdev_get_name() 203 	if (!rdev->constraints)  in _regulator_can_change_status() 206 	if (rdev->constraints->valid_ops_mask & REGULATOR_CHANGE_STATUS)  in _regulator_can_change_status() 218 	if (!rdev->constraints) {  in regulator_check_voltage() 222 	if (!(rdev->constraints->valid_ops_mask & REGULATOR_CHANGE_VOLTAGE)) {  in regulator_check_voltage() 227 	if (*max_uV > rdev->constraints->max_uV)  in regulator_check_voltage() 228 		*max_uV = rdev->constraints->max_uV;  in regulator_check_voltage() 229 	if (*min_uV < rdev->constraints->min_uV)  in regulator_check_voltage() 230 		*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 | wm8994-regulator.c | 112 		.constraints = { 118 		.constraints = { 163 			ldo->init_data.constraints.valid_ops_mask = 0;  in wm8994_ldo_probe()
  | 
| D | max77693.c | 72 	unsigned int chg_min_uA = rdev->constraints->min_uA;  in max77693_chg_get_current_limit() 73 	unsigned int chg_max_uA = rdev->constraints->max_uA;  in max77693_chg_get_current_limit() 101 	unsigned int chg_min_uA = rdev->constraints->min_uA;  in max77693_chg_set_current_limit()
  | 
| D | pwm-regulator.c | 114 	int min_uV = rdev->constraints->min_uV;  in pwm_voltage_to_duty_cycle_percentage() 115 	int max_uV = rdev->constraints->max_uV;  in pwm_voltage_to_duty_cycle_percentage() 133 	unsigned int ramp_delay = rdev->constraints->ramp_delay;  in pwm_regulator_set_voltage()
  | 
| D | arizona-ldo1.c | 161 	.constraints = { 171 	.constraints = { 178 	.constraints = {
  | 
| 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 | 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 | 378 		if (!di->regulator->constraints.ramp_delay) {  in fan53555_regulator_probe() 382 			di->regulator->constraints.ramp_delay  in fan53555_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 | 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 | 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 | max8973-regulator.c | 669 			if (ridata && (ridata->constraints.always_on ||  in max8973_probe() 670 					ridata->constraints.boot_on))  in max8973_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.4.14/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.4.14/arch/arm/mach-s3c64xx/ | 
| D | mach-smdk6410.c | 219 	.constraints = { 304 	.constraints = { 317 	.constraints = { 328 	.constraints = { 336 	.constraints = { 344 	.constraints = { 352 	.constraints = { 360 	.constraints = { 368 	.constraints = { 376 	.constraints = { [all …] 
 | 
| D | mach-crag6410.c | 348 	.constraints = { 414 	.constraints = { 432 	.constraints = { 445 	.constraints = { 452 	.constraints = { 465 	.constraints = { 475 	.constraints = { 483 	.constraints = { 491 	.constraints = { 499 	.constraints = { [all …] 
 | 
| /linux-4.4.14/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-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 | usb-host.c | 384 	reg_data->constraints.valid_ops_mask = REGULATOR_CHANGE_STATUS;  in usbhs_add_regulator()
  | 
| D | pdata-quirks.c | 293 	.constraints = {
  | 
| /linux-4.4.14/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.4.14/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.4.14/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.4.14/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 | 632 		.constraints = { 642 		.constraints = { 649 		.constraints = { 656 		.constraints = { 663 		.constraints = {
  | 
| D | raumfeld.c | 859 	.constraints = { 891 	.constraints = { 924 	.constraints = {
  | 
| D | magician.c | 638 	.constraints = { 690 	.constraints = {
  | 
| D | hx4700.c | 694 	.constraints = { 773 	.constraints = {
  | 
| D | zeus.c | 401 	.constraints	= { 529 	.constraints = {
  | 
| D | palm27x.c | 442 	.constraints = {
  | 
| D | vpac270.c | 648 	.constraints = {
  | 
| D | balloon3.c | 735 	.constraints = {
  | 
| D | cm-x300.c | 726 	.constraints = {
  | 
| D | mioa701.c | 601 	.constraints = {
  | 
| D | spitz.c | 889 		.constraints = {
  | 
| D | em-x270.c | 1113 		.constraints = {					\
  | 
| /linux-4.4.14/sound/soc/codecs/ | 
| D | ssm2518.c | 116 	const struct snd_pcm_hw_constraint_list *constraints;  member 614 	if (ssm2518->constraints)  in ssm2518_startup() 616 				SNDRV_PCM_HW_PARAM_RATE, ssm2518->constraints);  in ssm2518_startup() 669 		ssm2518->constraints = NULL;  in ssm2518_set_sysclk() 677 		ssm2518->constraints = &ssm2518_constraints_2048000;  in ssm2518_set_sysclk() 688 		ssm2518->constraints = &ssm2518_constraints_2822000;  in ssm2518_set_sysclk() 696 		ssm2518->constraints = &ssm2518_constraints_3072000;  in ssm2518_set_sysclk() 701 		ssm2518->constraints = &ssm2518_constraints_12288000;  in ssm2518_set_sysclk()
  | 
| D | wm8731.c | 51 	const struct snd_pcm_hw_constraint_list *constraints;  member 401 		wm8731->constraints = NULL;  in wm8731_set_dai_sysclk() 404 		wm8731->constraints = &wm8731_constraints_12000000;  in wm8731_set_dai_sysclk() 408 		wm8731->constraints = &wm8731_constraints_12288000_18432000;  in wm8731_set_dai_sysclk() 412 		wm8731->constraints = &wm8731_constraints_11289600_16934400;  in wm8731_set_dai_sysclk() 533 	if (wm8731->constraints)  in wm8731_startup() 536 					   wm8731->constraints);  in wm8731_startup()
  | 
| D | adau1977.c | 122 	struct snd_pcm_hw_constraint_list constraints;  member 719 		SNDRV_PCM_HW_PARAM_RATE, &adau1977->constraints);  in adau1977_startup() 842 	adau1977->constraints.mask = mask;  in adau1977_set_sysclk() 923 	adau1977->constraints.list = adau1977_rates;  in adau1977_probe() 924 	adau1977->constraints.count = ARRAY_SIZE(adau1977_rates);  in adau1977_probe()
  | 
| D | sgtl5000.c | 103 	.constraints = {
  | 
| /linux-4.4.14/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.4.14/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.4.14/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.4.14/arch/arm/mach-mmp/ | 
| D | brownstone.c | 117 	.constraints	= { 141 	.constraints	= {
  | 
| D | jasper.c | 112 	.constraints	= {
  | 
| /linux-4.4.14/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.4.14/drivers/mfd/ | 
| D | db8500-prcmu.c | 2844 		.constraints = { 2853 		.constraints = { 2859 		.constraints = { 2865 		.constraints = { 2871 		.constraints = { 2877 		.constraints = { 2885 		.constraints = { 2891 		.constraints = { 2898 		.constraints = { 2906 		.constraints = { [all …] 
 | 
| D | twl-core.c | 799 				.constraints.valid_modes_mask =  in add_children() 802 				.constraints.valid_ops_mask =  in add_children()
  | 
| /linux-4.4.14/Documentation/DocBook/ | 
| D | regulator.xml.db | 4 API-struct-regulation-constraints 55 API-regulator-has-full-constraints
  | 
| /linux-4.4.14/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.4.14/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.4.14/Documentation/RCU/ | 
| D | lockdep.txt | 54 		and compiler constraints.  This is useful when the data 59 		but retain the compiler constraints that prevent duplicating 94 barriers and compiler constraints, it generates better code than do the
  | 
| /linux-4.4.14/include/linux/regulator/ | 
| D | machine.h | 194 	struct regulation_constraints constraints;  member
  | 
| D | driver.h | 385 	struct regulation_constraints *constraints;  member
  | 
| /linux-4.4.14/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.4.14/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.4.14/Documentation/leds/ | 
| D | leds-class-flash.txt | 53 	* torch_intensity - constraints for the LED in TORCH mode 55 	* indicator_intensity - constraints for the indicator LED
  | 
| /linux-4.4.14/arch/x86/kernel/cpu/ | 
| 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, 1453 	.constraints		= snbep_uncore_cbox_constraints, 1597 	.constraints	= snbep_uncore_r2pcie_constraints, 1606 	.constraints	= snbep_uncore_r3qpi_constraints, 1940 	.constraints		= hswep_uncore_cbox_constraints, 2165 	.constraints	= hswep_uncore_r2pcie_constraints, 2211 	.constraints	= hswep_uncore_r3qpi_constraints, 2377 	.constraints		= bdx_uncore_cbox_constraints, [all …] 
 | 
| D | perf_event.c | 672 	struct event_constraint	**constraints;  member 680 static void perf_sched_init(struct perf_sched *sched, struct event_constraint **constraints,  in perf_sched_init()  argument 689 	sched->constraints	= constraints;  in perf_sched_init() 692 		if (constraints[idx]->weight == wmin)  in perf_sched_init() 739 	c = sched->constraints[sched->state.event];  in __perf_sched_find_counter() 802 		c = sched->constraints[sched->state.event];  in perf_sched_next_event() 813 int perf_assign_events(struct event_constraint **constraints, int n,  in perf_assign_events()  argument 818 	perf_sched_init(&sched, constraints, n, wmin, wmax, gpmax);  in perf_assign_events()
  | 
| D | perf_event_intel_uncore.h | 50 	struct event_constraint *constraints;  member
  | 
| D | perf_event_intel_uncore_snb.c | 156 	.constraints	= snb_uncore_arb_constraints,
  | 
| D | perf_event_intel_uncore.c | 395 	if (type->constraints) {  in uncore_get_event_constraint() 396 		for_each_event_constraint(c, type->constraints) {  in uncore_get_event_constraint()
  | 
| D | perf_event.h | 748 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.4.14/include/linux/ | 
| D | powercap.h | 164 	struct powercap_zone_constraint *constraints;  member
  | 
| /linux-4.4.14/drivers/crypto/nx/ | 
| D | nx-842.h | 139 	struct nx842_constraints *constraints;  member
  | 
| D | nx-842.c | 265 	struct nx842_constraints c = *ctx->driver->constraints;  in nx842_crypto_compress() 449 	struct nx842_constraints c = *ctx->driver->constraints;  in nx842_crypto_decompress()
  | 
| D | nx-842-powernv.c | 582 	.constraints =	&nx842_powernv_constraints,
  | 
| D | nx-842-pseries.c | 964 	.constraints =	&nx842_pseries_constraints,
  | 
| /linux-4.4.14/Documentation/devicetree/bindings/mfd/ | 
| D | s2mps11.txt | 57 		[standard regulator constraints....]; 86 The regulator constraints inside the regulator nodes use the standard regulator
  | 
| 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.4.14/tools/thermal/tmon/ | 
| D | README | 9 As hardware vendors cope with the thermal constraints on their products, more
  | 
| /linux-4.4.14/Documentation/devicetree/bindings/regulator/ | 
| D | max77686.txt | 17 		standard regulator constraints....
  | 
| 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 | 37 		standard regulator constraints....
  | 
| /linux-4.4.14/Documentation/i2c/ | 
| D | summary | 20 meet both SMBus and I2C electrical constraints; and others which can't
  | 
| /linux-4.4.14/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.4.14/ | 
| D | Kbuild | 9 # Default sed regexp - multiline due to syntax constraints
  | 
| /linux-4.4.14/security/selinux/ss/ | 
| D | policydb.h | 61 	struct constraint_node *constraints;	/* constraints on class permissions */  member
  | 
| D | policydb.c | 654 		constraint = cladatum->constraints;  in cls_destroy() 1363 	rc = read_cons_helper(p, &cladatum->constraints, ncons, 0, fp);  in class_read() 2857 	for (c = cladatum->constraints; c; c = c->next)  in class_write() 2887 	rc = write_cons_helper(p, cladatum->constraints, fp);  in class_write()
  | 
| D | services.c | 717 	constraint = tclass_datum->constraints;  in context_struct_compute_av()
  | 
| /linux-4.4.14/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 220 Note also that the above constraints on physical contiguity and 573 The DMA-API as described above has some constraints. DMA addresses must be 576 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, 950    constraints. You don't need to worry about the architecture data 951    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 | adding-syscalls.txt | 486  - LWN article from Jake Edge describing constraints on 64-bit system call
  | 
| 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. 2116 through *H occur in, other than the constraints imposed by the separate locks
  | 
| /linux-4.4.14/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.4.14/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.4.14/arch/mips/jz4740/ | 
| D | board-qi_lb60.c | 377 	.constraints = {
  | 
| /linux-4.4.14/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.4.14/Documentation/devicetree/bindings/reserved-memory/ | 
| D | reserved-memory.txt | 24 optional constraints to request a dynamically allocated block of memory.
  | 
| /linux-4.4.14/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
  | 
| /linux-4.4.14/arch/arm/mach-omap1/ | 
| D | board-ams-delta.c | 264 	.constraints		= {
  | 
| /linux-4.4.14/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.4.14/arch/sh/boards/mach-ecovec24/ | 
| D | setup.c | 549 	.constraints = { 581 	.constraints = {
  | 
| /linux-4.4.14/Documentation/scheduler/ | 
| D | sched-nice-design.txt | 55 within the constraints of HZ and jiffies and their nasty design level
  | 
| D | sched-deadline.txt | 271  described in this section. Note that the tasks' temporal constraints are 289  this task, as it is not possible to respect its temporal constraints. 399  its own timing constraints needs, in general, a way of declaring:
  | 
| /linux-4.4.14/drivers/media/ | 
| D | Kconfig | 200 	  are strict constraints with regards to the kernel size,
  | 
| /linux-4.4.14/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 | 282 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.4.14/Documentation/target/ | 
| D | tcmu-design.txt | 6   c) Design constraints 75 Design constraints:
  | 
| /linux-4.4.14/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.4.14/Documentation/locking/ | 
| D | lglock.txt | 43 One can relax the migration constraints by acquiring the current
  | 
| /linux-4.4.14/drivers/staging/most/Documentation/ | 
| D | driver_usage.txt | 145 constraints, it is recommended to always double check the configuration and read
  | 
| /linux-4.4.14/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.4.14/Documentation/arm/ | 
| D | Booting | 166 When booting a raw (non-zImage) kernel the constraints are tighter.
  | 
| /linux-4.4.14/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.4.14/arch/blackfin/mach-bf537/boards/ | 
| D | stamp.c | 2097 	.constraints = { 2683 	.constraints = {
  | 
| /linux-4.4.14/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.4.14/Documentation/block/ | 
| D | cfq-iosched.txt | 100 then to meet the latency constraints, throughput may decrease because of less
  | 
| /linux-4.4.14/scripts/ | 
| D | spelling.txt | 275 contraints||constraints
  | 
| /linux-4.4.14/Documentation/powerpc/ | 
| D | pci_iov_resource_on_powernv.txt | 128     Since we cannot remap, we have two additional constraints:
  | 
| /linux-4.4.14/Documentation/devicetree/bindings/arm/ | 
| D | idle-states.txt | 110 latency constraints guarantees to work properly, so the OS has to detect the
  | 
| /linux-4.4.14/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.4.14/Documentation/arm64/ | 
| D | acpi_object_usage.txt | 315                        to use it within the constraints already defined by the
  | 
| /linux-4.4.14/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.4.14/Documentation/virtual/kvm/ | 
| D | mmu.txt | 386 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.4.14/Documentation/usb/ | 
| D | power-management.txt | 720 	Once a child device is attached additional constraints are
  | 
| /linux-4.4.14/drivers/pinctrl/sh-pfc/ | 
| D | pfc-sh73a0.c | 3762 	.constraints = {
  | 
| /linux-4.4.14/Documentation/devicetree/ | 
| D | booting-without-of.txt | 95 			 - Correct a few more alignment constraints
  |