Home
last modified time | relevance | path

Searched refs:hierarchy (Results 1 – 131 of 131) sorted by relevance

/linux-4.1.27/drivers/media/dvb-frontends/
Das102_fe.c134 switch (c->hierarchy) { in as102_fe_set_frontend()
136 tune_args.hierarchy = HIER_NONE; in as102_fe_set_frontend()
139 tune_args.hierarchy = HIER_ALPHA_1; in as102_fe_set_frontend()
142 tune_args.hierarchy = HIER_ALPHA_2; in as102_fe_set_frontend()
145 tune_args.hierarchy = HIER_ALPHA_4; in as102_fe_set_frontend()
148 tune_args.hierarchy = HIER_UNKNOWN; in as102_fe_set_frontend()
161 if ((tune_args.hierarchy != HIER_NONE) && in as102_fe_set_frontend()
178 tune_args.hierarchy, in as102_fe_set_frontend()
219 switch (tps.hierarchy) { in as102_fe_get_frontend()
221 c->hierarchy = HIERARCHY_NONE; in as102_fe_get_frontend()
[all …]
Dl64781.c169 if (p->hierarchy != HIERARCHY_NONE && in apply_frontend_param()
187 if ((int)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()
Dmt352.c215 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()
Ddib3000mb.c233 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()
Dzl10353.c274 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()
Dcx22702.c171 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()
Dcx22700.c155 if ((int)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()
207 p->hierarchy = HIERARCHY_AUTO; in cx22700_get_tps()
209 p->hierarchy = HIERARCHY_NONE + (val & 0x7); in cx22700_get_tps()
Das102_fe_types.h110 uint8_t hierarchy; member
131 uint8_t hierarchy; member
Dcxd2820r_t.c190 c->hierarchy = HIERARCHY_NONE; in cxd2820r_get_frontend_t()
193 c->hierarchy = HIERARCHY_1; in cxd2820r_get_frontend_t()
196 c->hierarchy = HIERARCHY_2; in cxd2820r_get_frontend_t()
199 c->hierarchy = HIERARCHY_4; in cxd2820r_get_frontend_t()
Drtl2830.c340 c->hierarchy = HIERARCHY_NONE; in rtl2830_get_frontend()
343 c->hierarchy = HIERARCHY_1; in rtl2830_get_frontend()
346 c->hierarchy = HIERARCHY_2; in rtl2830_get_frontend()
349 c->hierarchy = HIERARCHY_4; in rtl2830_get_frontend()
541 unsigned hierarchy, constellation; in rtl2830_stat_work() local
558 hierarchy = (u8tmp >> 4) & 0x07; /* [6:4] */ in rtl2830_stat_work()
559 if (hierarchy > HIERARCHY_NUM - 1) in rtl2830_stat_work()
568 tmp = (constant[constellation][hierarchy] - in rtl2830_stat_work()
Drtl2832.c628 c->hierarchy = HIERARCHY_NONE; in rtl2832_get_frontend()
631 c->hierarchy = HIERARCHY_1; in rtl2832_get_frontend()
634 c->hierarchy = HIERARCHY_2; in rtl2832_get_frontend()
637 c->hierarchy = HIERARCHY_4; in rtl2832_get_frontend()
769 unsigned hierarchy, constellation; in rtl2832_stat_work() local
786 hierarchy = (u8tmp >> 4) & 0x07; /* [6:4] */ in rtl2832_stat_work()
787 if (hierarchy > HIERARCHY_NUM - 1) in rtl2832_stat_work()
796 tmp = (constant[constellation][hierarchy] - in rtl2832_stat_work()
Dtda1004x.c742 (fe_params->hierarchy == HIERARCHY_AUTO)) { in tda1004x_set_fe()
781 switch (fe_params->hierarchy) { in tda1004x_set_fe()
1001 fe_params->hierarchy = HIERARCHY_NONE; in tda1004x_get_fe()
1004 fe_params->hierarchy = HIERARCHY_1; in tda1004x_get_fe()
1007 fe_params->hierarchy = HIERARCHY_2; in tda1004x_get_fe()
1010 fe_params->hierarchy = HIERARCHY_4; in tda1004x_get_fe()
Ddib3000mc.c508 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()
Dtda10048.c612 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()
Daf9013.c724 switch (c->hierarchy) { in af9013_set_frontend()
919 c->hierarchy = HIERARCHY_NONE; in af9013_get_frontend()
922 c->hierarchy = HIERARCHY_1; in af9013_get_frontend()
925 c->hierarchy = HIERARCHY_2; in af9013_get_frontend()
928 c->hierarchy = HIERARCHY_4; in af9013_get_frontend()
Dstv0367.c71 enum stv0367_ter_hierarchy hierarchy; member
1677 if (ter_state->hierarchy == FE_TER_HIER_LOW_PRIO) in stv0367ter_algo()
1871 ter_state->hierarchy = FE_TER_HIER_NONE; in stv0367ter_set_frontend()
1959 p->hierarchy = HIERARCHY_NONE; in stv0367ter_get_frontend()
1962 p->hierarchy = HIERARCHY_1; in stv0367ter_get_frontend()
1965 p->hierarchy = HIERARCHY_2; in stv0367ter_get_frontend()
1968 p->hierarchy = HIERARCHY_4; in stv0367ter_get_frontend()
1971 p->hierarchy = HIERARCHY_AUTO; in stv0367ter_get_frontend()
1976 if (ter_state->hierarchy == FE_TER_HIER_LOW_PRIO) in stv0367ter_get_frontend()
Daf9033.c734 c->hierarchy = HIERARCHY_NONE; in af9033_get_frontend()
737 c->hierarchy = HIERARCHY_1; in af9033_get_frontend()
740 c->hierarchy = HIERARCHY_2; in af9033_get_frontend()
743 c->hierarchy = HIERARCHY_4; in af9033_get_frontend()
Ddib9000.c1269 state->fe[0]->dtv_property_cache.hierarchy = HIERARCHY_NONE; in dib9000_fw_get_channel()
1272 state->fe[0]->dtv_property_cache.hierarchy = HIERARCHY_1; in dib9000_fw_get_channel()
1276 state->fe[0]->dtv_property_cache.hierarchy = HIERARCHY_AUTO; in dib9000_fw_get_channel()
1407 switch (state->fe[0]->dtv_property_cache.hierarchy) { in dib9000_fw_set_channel_union()
1924 state->fe[sub_index_frontend]->dtv_property_cache.hierarchy = in dib9000_get_frontend()
1925 state->fe[index_frontend]->dtv_property_cache.hierarchy; in dib9000_get_frontend()
1950 state->fe[index_frontend]->dtv_property_cache.hierarchy = fe->dtv_property_cache.hierarchy; in dib9000_get_frontend()
Ddib7000m.c880 if (ch->hierarchy == 1) in dib7000m_set_channel()
884 switch ((ch->hierarchy == 0 || 1 == 1) ? ch->code_rate_HP : ch->code_rate_LP) { in dib7000m_set_channel()
975 schan.hierarchy = 0; in dib7000m_autosearch_start()
1187 fep->hierarchy = HIERARCHY_NONE; in dib7000m_get_frontend()
Dlgs8gl5.c352 p->hierarchy = HIERARCHY_NONE; in lgs8gl5_get_frontend()
Dsp8870.c193 switch (p->hierarchy) { in configure_reg0xc05()
Ddib7000p.c1025 if (ch->hierarchy == 1) in dib7000p_set_channel()
1029 switch ((ch->hierarchy == 0 || 1 == 1) ? ch->code_rate_HP : ch->code_rate_LP) { in dib7000p_set_channel()
1131 schan.hierarchy = 0; in dib7000p_autosearch_start()
1459 fep->hierarchy = HIERARCHY_NONE; in dib7000p_get_frontend()
1834 switch ((c->hierarchy == 0 || 1 == 1) ? c->code_rate_HP : c->code_rate_LP) { in dib7000p_get_time_us()
Datbm8830.c324 c->hierarchy = HIERARCHY_NONE; in atbm8830_get_fe()
Dsp887x.c234 switch (p->hierarchy) { in configure_reg0xc05()
Dlgs8gxx.c719 fe_params->hierarchy = HIERARCHY_NONE; in lgs8gxx_get_fe()
Ddrxd_hard.c2021 switch (p->hierarchy) { in DRX_Start()
Ddrxk_hard.c3816 switch (state->props.hierarchy) { in set_dvbt()
/linux-4.1.27/Documentation/cgroups/
Dcgroups.txt56 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 …]
Dunified-hierarchy.txt2 Cgroup unified hierarchy
6 This document describes the changes made by unified hierarchy and
33 cgroup allows an arbitrary number of hierarchies and each hierarchy
41 populated. Another issue is that all controllers bound to a hierarchy
42 are forced to have exactly the same view of the hierarchy. It isn't
46 on the same hierarchy and most configurations resort to putting each
47 controller on its own hierarchy. Only closely related ones, such as
49 hierarchy. This often means that userland ends up managing multiple
50 similar hierarchies repeating the same steps on each hierarchy
51 whenever a hierarchy management operation is necessary.
[all …]
D00-INDEX27 unified-hierarchy.txt
Dblkio-controller.txt7 both at leaf nodes as well as at intermediate nodes in a storage hierarchy.
98 Both CFQ and throttling implement hierarchy support; however,
99 throttling's hierarchy support is enabled iff "sane_behavior" is
103 If somebody created a hierarchy like as follows.
112 hierarchy correctly. For details on CFQ hierarchy support, refer to
Ddevices.txt54 device cgroups maintain hierarchy by making sure a cgroup never has more
114 to devices will be propagated down the hierarchy.
Dmemcg_test.txt179 When using hierarchy, mkdir/rmdir test should be done.
228 the memcg. When hierarchy is used, a task under hierarchy
Dcpuacct.txt7 The CPU accounting controller supports multi-hierarchy groups. An accounting
Dmemory.txt506 # status considering hierarchy (see memory.use_hierarchy settings)
508 hierarchical_memory_limit - # of bytes of memory limit with regard to hierarchy
511 hierarchy under which memory cgroup is.
592 The memory controller supports a deep hierarchy and hierarchical accounting.
593 The hierarchy is created by creating the appropriate cgroups in the
595 hierarchy
613 A memory cgroup by default disables the hierarchy feature. Support
Dcpusets.txt46 hierarchy visible in a virtual file system. These are the essential
131 - The hierarchy of cpusets can be mounted at /dev/cpuset, for
211 These rules, and the natural hierarchy of cpusets, enable efficient
215 to represent the cpuset hierarchy provides for a familiar permission
/linux-4.1.27/Documentation/
DIRQ-domain.txt168 interrupt controller and those irq_domains are organized into hierarchy.
169 When building irq_domain hierarchy, the irq_domain near to the device is
170 child and the irq_domain near to CPU is parent. So a hierarchy structure
180 There are four major interfaces to use hierarchy irq_domain:
190 Following changes are needed to support hierarchy irq_domain.
192 maintain irq_domain hierarchy information.
194 build hierarchy irq_data to match hierarchy irq_domains. The irq_data
196 3) new callbacks are added to struct irq_domain_ops to support hierarchy
199 With support of hierarchy irq_domain and hierarchy irq_data ready, an
202 IRQ. Now we could go one step further to support stacked(hierarchy)
[all …]
Dsysfs-rules.txt96 There is only one valid place in sysfs where hierarchy can be examined
128 at the same level, never in a hierarchy. Assuming the block subsystem to
Dkobject.txt214 in the sysfs hierarchy, and not have to mess with the whole complication of
322 the sysfs hierarchy are constructed in this way.
Dkernel-parameters.txt588 a single hierarchy
/linux-4.1.27/drivers/media/usb/dvb-usb-v2/
Dmxl111sf-demod.c184 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-4.1.27/Documentation/devicetree/bindings/arm/omap/
Dprcm.txt4 a DT hierarchy. Each TI SoC can have multiple PRCM entities listed for it,
5 each describing one module and the clock hierarchy under it. see [1] for
/linux-4.1.27/Documentation/devicetree/bindings/arm/
Dtopology.txt9 In an ARM system, the hierarchy of CPUs is defined through three entities that
17 correspond to physical CPUs and are to be mapped to the hierarchy levels.
19 The bottom hierarchy level sits at core or thread level depending on whether
23 threads existing in the system and map to the hierarchy level "thread" above.
25 in the system and map to the hierarchy level "core" above.
28 corresponding to the system hierarchy; syntactically they are defined as device
94 levels) since name uniqueness will be guaranteed by the device tree hierarchy.
/linux-4.1.27/drivers/media/usb/as102/
Das10x_cmd.c128 preq->body.set_tune.req.args.hierarchy = ptune->hierarchy; in as10x_cmd_set_tune()
254 ptps->hierarchy = prsp->body.get_tps.rsp.tps.hierarchy; in as10x_cmd_get_tps()
/linux-4.1.27/Documentation/devicetree/bindings/power/
Drenesas,sysc-rmobile.txt23 - pm-domains: This node contains a hierarchy of PM domain nodes, which should
52 This shows a subset of the r8a7740 PM domain hierarchy, containing the
/linux-4.1.27/arch/arm/boot/dts/
Dspear1310-evb.dts361 pl022,hierarchy = <0>;
394 pl022,hierarchy = <0>;
410 pl022,hierarchy = <0>;
Dspear1340-evb.dts454 pl022,hierarchy = <0>;
470 pl022,hierarchy = <0>;
504 pl022,hierarchy = <0>;
Ddm816x.dtsi58 * the whole bus hierarchy.
Domap3.dtsi79 * hierarchy.
Dam33xx.dtsi91 * the whole bus hierarchy.
Domap4.dtsi113 * hierarchy.
Domap5.dtsi128 * hierarchy.
Ddra7.dtsi92 * hierarchy.
/linux-4.1.27/Documentation/scheduler/
Dsched-bwc.txt8 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.
Dsched-domains.txt2 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
Dsched-design-CFS.txt142 Classes," an extensible hierarchy of scheduler modules. These modules
/linux-4.1.27/Documentation/devicetree/bindings/arm/msm/
Dqcom,idle-state.txt18 hierarchy to enter standby states, when all cpus are idle. An interrupt brings
20 cache hierarchy is also out of standby, and then the cpu is allowed to resume
39 system state including cache hierarchy is ready before allowing core to
/linux-4.1.27/arch/arm64/boot/dts/amd/
Damd-overdrive.dts55 pl022,hierarchy = <0>;
/linux-4.1.27/Documentation/devicetree/bindings/clock/ti/
Dclockdomain.txt11 hardware hierarchy.
/linux-4.1.27/include/linux/amba/
Dpl022.h282 enum ssp_hierarchy hierarchy; member
/linux-4.1.27/Documentation/PCI/
Dpcieaer-howto.txt122 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-4.1.27/Documentation/ABI/testing/
Dsysfs-firmware-ofw24 hierarchy of directories, one per device tree node. The
Dsysfs-class-powercap42 Power zones may be organized in a hierarchy in which child
/linux-4.1.27/Documentation/driver-model/
Dbinding.txt63 the device's directory in the physical hierarchy.
66 to the device's directory in the physical hierarchy.
Dporting.txt144 the device hierarchy. Accurately setting the parent guarantees that
145 sysfs will accurately represent the hierarchy.
207 that point to the device's directory in the physical hierarchy.
Dbus.txt109 hierarchy:
Dclass.txt103 device's directory in the physical hierarchy:
/linux-4.1.27/Documentation/acpi/
Dnamespace.txt12 hierarchy there is a corresponding symbolic link in the
80 is a hierarchy of objects identified by names and paths.
281 objects in the Linux' device hierarchy that represent "physical" devices
314 The sysfs hierarchy of struct acpi_device objects corresponding to the
Dscan_handlers.txt10 and the hierarchy of those struct acpi_device objects reflects the namespace
/linux-4.1.27/tools/testing/selftests/rcutorture/doc/
DTREE_RCU-kconfig.txt20 CONFIG_RCU_FANOUT -- Cover hierarchy as currently, but overlap with others.
Dinitrd.txt1 This document describes one way to create the initrd directory hierarchy
/linux-4.1.27/Documentation/filesystems/configfs/
Dconfigfs.txt275 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-4.1.27/Documentation/devicetree/bindings/spi/
Dspi_pl022.txt59 pl022,hierarchy = <0>;
/linux-4.1.27/Documentation/locking/
Dlockdep-design.txt135 is some sort of hierarchy within objects of the same type. In these
137 (defined by the properties of the hierarchy), and the kernel grabs the
140 An example of such an object hierarchy that results in "nested locking"
169 check really thoroughly that the hierarchy is correctly mapped; otherwise
/linux-4.1.27/drivers/media/usb/dvb-usb/
Daf9005-fe.c1270 fep->hierarchy = HIERARCHY_NONE; in af9005_fe_get_frontend()
1274 fep->hierarchy = HIERARCHY_1; in af9005_fe_get_frontend()
1278 fep->hierarchy = HIERARCHY_2; in af9005_fe_get_frontend()
1282 fep->hierarchy = HIERARCHY_4; in af9005_fe_get_frontend()
DcinergyT2-fe.c121 switch (op->hierarchy) { in compute_tps()
Dfriio-fe.c295 p->hierarchy = HIERARCHY_AUTO; in jdvbt90502_get_frontend()
/linux-4.1.27/drivers/media/common/siano/
Dsmsdvb-main.c236 c->hierarchy = sms_to_hierarchy(p->hierarchy); in smsdvb_update_tx_params()
299 c->hierarchy = sms_to_hierarchy(p->hierarchy); in smsdvb_update_dvb_stats()
Dsmscoreapi.h719 u32 hierarchy; /* hierarchy from SMSHOSTLIB_HIERARCHY_ET, member
944 u32 hierarchy; /* hierarchy from SMSHOSTLIB_HIERARCHY_ET */ member
Dsmsdvb-debugfs.c102 "hierarchy = %d\n", p->hierarchy); in smsdvb_print_dvb_stats()
/linux-4.1.27/net/bluetooth/
DKconfig78 are run late in the initcall hierarchy.
/linux-4.1.27/Documentation/x86/x86_64/
Dfake-numa-for-cpusets65 cpusets. Since cpusets can form a hierarchy, you can create some pretty
/linux-4.1.27/fs/proc/
DKconfig20 meaning it has to be given a location in the directory hierarchy.
/linux-4.1.27/fs/reiserfs/
DKconfig48 Create under /proc/fs/reiserfs a hierarchy of files, displaying
/linux-4.1.27/drivers/spi/
Dspi-pl022.c1614 if ((chip_info->hierarchy != SSP_MASTER) in verify_controller_parameters()
1615 && (chip_info->hierarchy != SSP_SLAVE)) { in verify_controller_parameters()
1800 .hierarchy = SSP_SLAVE,
1855 chip_info_dt.hierarchy = SSP_MASTER; in pl022_setup()
2039 SSP_WRITE_BITS(chip->cr1, chip_info->hierarchy, SSP_CR1_MASK_MS, 2); in pl022_setup()
/linux-4.1.27/Documentation/block/
Dcfq-iosched.txt160 configured by leaf_weight[_device]. Let's assume a blkio hierarchy
162 weights where the names represent the hierarchy.
175 parent level. Considering only the weights which matter, the hierarchy
Dbiodoc.txt622 or hierarchy of allocation needs to be consistent, just the way one deals
/linux-4.1.27/drivers/media/dvb-core/
Ddvb_frontend.h350 fe_hierarchy_t hierarchy; member
Ddvb_frontend.c1049 c->hierarchy = HIERARCHY_AUTO; in dvb_frontend_clear_cache()
1269 c->hierarchy = p->u.ofdm.hierarchy_information; in dtv_property_cache_sync()
1349 p->u.ofdm.hierarchy_information = c->hierarchy; in dtv_property_legacy_params_sync()
1457 tvp->u.data = c->hierarchy; in dtv_property_process_get()
1925 c->hierarchy = tvp->u.data; in dtv_property_process_set()
2229 if (c->hierarchy == HIERARCHY_NONE && c->code_rate_LP == FEC_NONE) in dtv_set_frontend()
/linux-4.1.27/Documentation/devicetree/bindings/pinctrl/
Dfsl,imx-pinctrl.txt53 name describe the pin function and group hierarchy.
Datmel,at91-pinctrl.txt109 name describe the pin function and group hierarchy.
/linux-4.1.27/Documentation/hid/
Dhiddev.txt112 also returns the level the collection lives in the hierarchy.
186 indicates where in the collection hierarchy this usage sits.
/linux-4.1.27/Documentation/sh/
Dnew-machine.txt20 hierarchy looks like the following:
109 arch/sh/boards and the include/asm-sh/ hierarchy. In order to better
/linux-4.1.27/Documentation/filesystems/
Dsysfs.txt270 directly to the internal kernel device tree, which is a hierarchy of
287 filesystem wanting to export attributes must create its own hierarchy
Dsysfs-pci.txt93 underlying platform supports them. They're located in the PCI class hierarchy,
Ddebugfs.txt187 top-level directory, the entire hierarchy below that directory will be
Dnilfs2.txt252 corresponding checkpoint entry in the cpfile. Thus, the hierarchy
Dproc.txt225 NStgid descendant namespace thread group ID hierarchy
226 NSpid descendant namespace process ID hierarchy
227 NSpgid descendant namespace process group ID hierarchy
228 NSsid descendant namespace session ID hierarchy
1363 by reading files in the hierarchy.
/linux-4.1.27/Documentation/filesystems/caching/
Dnetfs-api.txt18 hierarchy for each netfs is structured according the whim of the netfs.
67 entire in-cache hierarchy for this netfs will be scrapped and begun
184 in the hierarchy may be stored in multiple caches. This function does not
331 The third step is to inform FS-Cache about part of an index hierarchy that can
351 object needs to be created somewhere down the hierarchy. Furthermore, an index
Dfscache.txt107 (6) The netfs is allowed to propose - dynamically - any index hierarchy it
120 them as obsolete and the index hierarchy rooted at that point will get
/linux-4.1.27/Documentation/device-mapper/
Dswitch.txt48 device hierarchy:
/linux-4.1.27/drivers/media/dvb-frontends/drx39xyj/
Ddrx_driver.h1015 enum drx_hierarchy hierarchy; member
1132 enum drx_hierarchy hierarchy; member
/linux-4.1.27/Documentation/power/powercap/
Dpowercap.txt23 controls), those power zones may also be organized in a hierarchy with one
/linux-4.1.27/scripts/
Dspelling.txt461 hierachy||hierarchy
462 hierarchie||hierarchy
/linux-4.1.27/Documentation/arm/
Dvlocks.txt95 vlocks can be cascaded in a voting hierarchy to permit better scaling
/linux-4.1.27/drivers/media/firewire/
Dfiredtv-avc.c505 | (p->hierarchy != HIERARCHY_AUTO ? 1 << 3 : 0) in avc_tuner_dsd_dvb_t()
538 switch (p->hierarchy) { in avc_tuner_dsd_dvb_t()
/linux-4.1.27/Documentation/vm/
Dfrontswap.txt196 swap hierarchy. Perhaps it could be rewritten to accommodate a hierarchy,
/linux-4.1.27/Documentation/RCU/
Dtrace.txt49 Displays the struct rcu_node hierarchy.
345 structure. Each line represents one level of the hierarchy,
384 in working out how the hierarchy is wired together.
/linux-4.1.27/Documentation/usb/
Dmass-storage.txt152 hierarchy. Inside of it the following three files are created:
/linux-4.1.27/Documentation/virtual/kvm/
Dmmu.txt133 The level in the shadow paging hierarchy that this shadow page belongs to.
311 - walk the shadow page hierarchy and drop affected translations
/linux-4.1.27/tools/perf/
Ddesign.txt114 cache references and misses at different levels of the cache hierarchy).
/linux-4.1.27/Documentation/trace/
Devents.txt60 The events available are also listed in /sys/kernel/debug/tracing/events/ hierarchy
/linux-4.1.27/arch/m68k/ifpsp060/src/
Disp.S38 # extra layer of hierarchy adds a slight performance penalty but
Dpfpsp.S38 # extra layer of hierarchy adds a slight performance penalty but
Dfpsp.S39 # extra layer of hierarchy adds a slight performance penalty but
/linux-4.1.27/Documentation/devicetree/
Dusage-model.txt345 same hierarchy is also found in the DT, where I2C device nodes only
Dbooting-without-of.txt1256 hierarchy and routing of interrupts in the hardware.
1301 _device tree_ hierarchy.
/linux-4.1.27/Documentation/power/
Druntime_pm.txt308 removing the device from device hierarchy
657 different levels of device hierarchy. Namely, if a system suspend .prepare()
Dpci.txt244 they are in-band messages that have to pass through the PCI Express hierarchy,
/linux-4.1.27/Documentation/networking/
Dscaling.txt333 which is local to the application thread’s CPU in the cache hierarchy.
/linux-4.1.27/tools/power/cpupower/po/
Dde.po103 msgid "\t -t: show CPU topology/hierarchy\n"
Dcs.po106 msgid "\t -t: show CPU topology/hierarchy\n"
Dit.po103 msgid "\t -t: show CPU topology/hierarchy\n"
Dfr.po103 msgid "\t -t: show CPU topology/hierarchy\n"
Dpt.po101 msgid "\t -t: show CPU topology/hierarchy\n"
/linux-4.1.27/net/sched/
DKconfig52 into a tree-like hierarchy of classes; the leaves of this tree are
/linux-4.1.27/init/
DKconfig630 regardless of imbalances in the hierarchy. This is useful for
634 Without RCU_FANOUT_EXACT, the code will balance the hierarchy.
/linux-4.1.27/Documentation/blockdev/
DREADME.DAC960285 special files created in the /proc/rd/... hierarchy along with the normal
/linux-4.1.27/Documentation/kbuild/
Dmakefiles.txt762 To delete a directory hierarchy use:
/linux-4.1.27/Documentation/virtual/uml/
DUserModeLinux-HOWTO.txt2156 It's possible to boot from a directory hierarchy on the host using
2159 To start, you need that hierarchy. The easiest way is to loop mount
/linux-4.1.27/
DCREDITS116 D: hierarchy and the Linux Device List; various kernel hacks