/linux-3.4.99/drivers/staging/media/as102/ |
D | as102_fe.c | 366 switch (as10x_tps->hierarchy) { in as10x_fe_copy_tps_parameters() 368 fe_tps->hierarchy = HIERARCHY_NONE; in as10x_fe_copy_tps_parameters() 371 fe_tps->hierarchy = HIERARCHY_1; in as10x_fe_copy_tps_parameters() 374 fe_tps->hierarchy = HIERARCHY_2; in as10x_fe_copy_tps_parameters() 377 fe_tps->hierarchy = HIERARCHY_4; in as10x_fe_copy_tps_parameters() 543 switch (params->hierarchy) { in as102_fe_copy_tune_parameters() 545 tune_args->hierarchy = HIER_NONE; in as102_fe_copy_tune_parameters() 548 tune_args->hierarchy = HIER_ALPHA_1; in as102_fe_copy_tune_parameters() 551 tune_args->hierarchy = HIER_ALPHA_2; in as102_fe_copy_tune_parameters() 554 tune_args->hierarchy = HIER_ALPHA_4; in as102_fe_copy_tune_parameters() [all …]
|
D | as10x_types.h | 116 uint8_t hierarchy; member 137 uint8_t hierarchy; member
|
D | as10x_cmd.c | 145 preq->body.set_tune.req.args.hierarchy = ptune->hierarchy; in as10x_cmd_set_tune() 283 ptps->hierarchy = prsp->body.get_tps.rsp.tps.hierarchy; in as10x_cmd_get_tps()
|
/linux-3.4.99/Documentation/cgroups/ |
D | cgroups.txt | 56 A *hierarchy* is a set of cgroups arranged in a tree, such that 58 hierarchy, and a set of subsystems; each subsystem has system-specific 59 state attached to each cgroup in the hierarchy. Each hierarchy has 63 cgroups. Each hierarchy is a partition of all tasks in the system. 68 a cgroup. Those creations and assignments only affect the hierarchy 95 Multiple hierarchy support is provided to allow for situations where 98 hierarchy to be a natural division of tasks, without having to handle 104 separate hierarchy; at the other extreme, all subsystems 105 would be attached to the same hierarchy. 143 With only a single hierarchy, he now would potentially have to create [all …]
|
D | memory.txt | 426 # status considering hierarchy (see memory.use_hierarchy settings) 428 hierarchical_memory_limit - # of bytes of memory limit with regard to hierarchy 431 hierarchy under which memory cgroup is. 468 Similar to /proc/sys/vm/swappiness, but affecting a hierarchy of groups only. 476 - a cgroup which uses hierarchy and it has other cgroup(s) below it. 477 - a cgroup which uses hierarchy and not the root of hierarchy. 518 The memory controller supports a deep hierarchy and hierarchical accounting. 519 The hierarchy is created by creating the appropriate cgroups in the 521 hierarchy 539 A memory cgroup by default disables the hierarchy feature. Support [all …]
|
/linux-3.4.99/drivers/media/dvb/frontends/ |
D | l64781.c | 169 if (p->hierarchy != HIERARCHY_NONE && in apply_frontend_param() 187 if (p->hierarchy < HIERARCHY_NONE || in apply_frontend_param() 188 p->hierarchy > HIERARCHY_4) in apply_frontend_param() 212 if (p->hierarchy != HIERARCHY_NONE) in apply_frontend_param() 215 val0x06 = (p->hierarchy << 2) | p->modulation; in apply_frontend_param() 335 p->hierarchy = HIERARCHY_NONE; in get_frontend() 338 p->hierarchy = HIERARCHY_1; in get_frontend() 341 p->hierarchy = HIERARCHY_2; in get_frontend() 344 p->hierarchy = HIERARCHY_4; in get_frontend()
|
D | mt352.c | 215 if (op->hierarchy == HIERARCHY_AUTO || in mt352_set_parameters() 216 op->hierarchy == HIERARCHY_NONE) in mt352_set_parameters() 264 switch (op->hierarchy) { in mt352_set_parameters() 386 op->hierarchy = HIERARCHY_NONE; in mt352_get_parameters() 389 op->hierarchy = HIERARCHY_1; in mt352_get_parameters() 392 op->hierarchy = HIERARCHY_2; in mt352_get_parameters() 395 op->hierarchy = HIERARCHY_4; in mt352_get_parameters() 398 op->hierarchy = HIERARCHY_AUTO; in mt352_get_parameters()
|
D | dib3000mb.c | 233 switch (c->hierarchy) { in dib3000mb_set_frontend() 257 if (c->hierarchy == HIERARCHY_NONE) { in dib3000mb_set_frontend() 262 } else if (c->hierarchy != HIERARCHY_AUTO) { in dib3000mb_set_frontend() 341 c->hierarchy == HIERARCHY_AUTO || in dib3000mb_set_frontend() 516 c->hierarchy = HIERARCHY_NONE; in dib3000mb_get_frontend() 520 c->hierarchy = HIERARCHY_1; in dib3000mb_get_frontend() 524 c->hierarchy = HIERARCHY_2; in dib3000mb_get_frontend() 528 c->hierarchy = HIERARCHY_4; in dib3000mb_get_frontend() 541 c->hierarchy = HIERARCHY_NONE; in dib3000mb_get_frontend()
|
D | zl10353.c | 274 if (c->hierarchy == HIERARCHY_AUTO || in zl10353_set_parameters() 275 c->hierarchy == HIERARCHY_NONE) in zl10353_set_parameters() 323 switch (c->hierarchy) { in zl10353_set_parameters() 442 c->hierarchy = HIERARCHY_NONE; in zl10353_get_parameters() 445 c->hierarchy = HIERARCHY_1; in zl10353_get_parameters() 448 c->hierarchy = HIERARCHY_2; in zl10353_get_parameters() 451 c->hierarchy = HIERARCHY_4; in zl10353_get_parameters() 454 c->hierarchy = HIERARCHY_AUTO; in zl10353_get_parameters()
|
D | cx22702.c | 171 p->hierarchy = HIERARCHY_NONE; in cx22702_get_tps() 174 p->hierarchy = HIERARCHY_1; in cx22702_get_tps() 177 p->hierarchy = HIERARCHY_2; in cx22702_get_tps() 180 p->hierarchy = HIERARCHY_4; in cx22702_get_tps() 298 if ((p->hierarchy == HIERARCHY_AUTO) || in cx22702_set_tps() 333 switch (p->hierarchy) { /* mask 0x07 */ in cx22702_set_tps()
|
D | cx22700.c | 155 if (p->hierarchy < HIERARCHY_NONE || in cx22700_set_tps() 156 p->hierarchy > HIERARCHY_4) in cx22700_set_tps() 168 val |= p->hierarchy - HIERARCHY_NONE; in cx22700_set_tps() 204 p->hierarchy = HIERARCHY_AUTO; in cx22700_get_tps() 206 p->hierarchy = HIERARCHY_NONE + (val & 0x7); in cx22700_get_tps()
|
D | cxd2820r_t.c | 193 c->hierarchy = HIERARCHY_NONE; in cxd2820r_get_frontend_t() 196 c->hierarchy = HIERARCHY_1; in cxd2820r_get_frontend_t() 199 c->hierarchy = HIERARCHY_2; in cxd2820r_get_frontend_t() 202 c->hierarchy = HIERARCHY_4; in cxd2820r_get_frontend_t()
|
D | tda1004x.c | 738 (fe_params->hierarchy == HIERARCHY_AUTO)) { in tda1004x_set_fe() 777 switch (fe_params->hierarchy) { in tda1004x_set_fe() 988 fe_params->hierarchy = HIERARCHY_NONE; in tda1004x_get_fe() 991 fe_params->hierarchy = HIERARCHY_1; in tda1004x_get_fe() 994 fe_params->hierarchy = HIERARCHY_2; in tda1004x_get_fe() 997 fe_params->hierarchy = HIERARCHY_4; in tda1004x_get_fe()
|
D | dib3000mc.c | 508 if (ch->hierarchy == 1) in dib3000mc_set_channel_cfg() 512 switch ((ch->hierarchy == 0 || 1 == 1) ? ch->code_rate_HP : ch->code_rate_LP) { in dib3000mc_set_channel_cfg() 567 schan.hierarchy = 0; in dib3000mc_autosearch_start() 667 fep->hierarchy = HIERARCHY_NONE; in dib3000mc_get_frontend()
|
D | tda10048.c | 612 p->hierarchy = HIERARCHY_NONE; in tda10048_get_tps() 615 p->hierarchy = HIERARCHY_1; in tda10048_get_tps() 618 p->hierarchy = HIERARCHY_2; in tda10048_get_tps() 621 p->hierarchy = HIERARCHY_4; in tda10048_get_tps()
|
D | af9013.c | 706 switch (c->hierarchy) { in af9013_set_frontend() 898 c->hierarchy = HIERARCHY_NONE; in af9013_get_frontend() 901 c->hierarchy = HIERARCHY_1; in af9013_get_frontend() 904 c->hierarchy = HIERARCHY_2; in af9013_get_frontend() 907 c->hierarchy = HIERARCHY_4; in af9013_get_frontend()
|
/linux-3.4.99/drivers/media/dvb/dvb-usb/ |
D | mxl111sf-demod.c | 184 fe_hierarchy_t *hierarchy) in mxl1x1sf_demod_get_tps_hierarchy() argument 194 *hierarchy = HIERARCHY_NONE; in mxl1x1sf_demod_get_tps_hierarchy() 197 *hierarchy = HIERARCHY_1; in mxl1x1sf_demod_get_tps_hierarchy() 200 *hierarchy = HIERARCHY_2; in mxl1x1sf_demod_get_tps_hierarchy() 203 *hierarchy = HIERARCHY_4; in mxl1x1sf_demod_get_tps_hierarchy() 531 &p->hierarchy); in mxl111sf_demod_get_frontend()
|
/linux-3.4.99/arch/arm/mach-u300/ |
D | spi.c | 38 .hierarchy = SSP_MASTER,
|
/linux-3.4.99/Documentation/scheduler/ |
D | sched-bwc.txt | 8 specification of the maximum CPU bandwidth available to a group or hierarchy. 14 hierarchy will be throttled and are not allowed to run again until the next 81 within a hierarchy.
|
D | sched-domains.txt | 2 hierarchy is built from these base domains via the ->parent pointer. ->parent 50 The "base" domain will "span" the first level of the hierarchy. In the case
|
/linux-3.4.99/include/linux/amba/ |
D | pl022.h | 287 enum ssp_hierarchy hierarchy; member
|
/linux-3.4.99/Documentation/PCI/ |
D | pcieaer-howto.txt | 122 hierarchy and links. These errors do not include any device specific 155 with downstream device drivers associated with a hierarchy in question 179 pci_channel_io_normal) to all drivers associated within a hierarchy in 182 If Upstream port A captures an AER error, the hierarchy consists of 191 a hierarchy in question. Then, performing link reset at upstream is
|
/linux-3.4.99/Documentation/driver-model/ |
D | binding.txt | 63 the device's directory in the physical hierarchy. 66 to the device's directory in the physical hierarchy.
|
/linux-3.4.99/Documentation/filesystems/configfs/ |
D | configfs.txt | 275 the item hierarchy. If a client needs to do some cleanup before this 332 config_items are arranged in a hierarchy due to the fact that they 334 parts, but the subsystem might be interested in this hierarchy. For 335 this reason, the hierarchy is mirrored via the config_group->cg_children 340 management of the hierarchy, so configfs uses the subsystem mutex to 342 hierarchy, it must do so under the protection of the subsystem 346 allocated item has not been linked into this hierarchy. Similarly, it
|
/linux-3.4.99/drivers/media/dvb/siano/ |
D | smsdvb.c | 838 fep->hierarchy = HIERARCHY_NONE; in smsdvb_get_frontend() 841 fep->hierarchy = HIERARCHY_1; in smsdvb_get_frontend() 844 fep->hierarchy = HIERARCHY_2; in smsdvb_get_frontend() 847 fep->hierarchy = HIERARCHY_4; in smsdvb_get_frontend()
|