Home
last modified time | relevance | path

Searched refs:treatment (Results 1 – 11 of 11) sorted by relevance

/linux-4.1.27/net/wireless/
Dreg.c1882 enum reg_request_treatment treatment; in reg_process_hint_user() local
1884 treatment = __reg_process_hint_user(user_request); in reg_process_hint_user()
1885 if (treatment == REG_REQ_IGNORE || in reg_process_hint_user()
1886 treatment == REG_REQ_ALREADY_SET) { in reg_process_hint_user()
1888 return treatment; in reg_process_hint_user()
1891 user_request->intersect = treatment == REG_REQ_INTERSECT; in reg_process_hint_user()
1939 enum reg_request_treatment treatment; in reg_process_hint_driver() local
1941 treatment = __reg_process_hint_driver(driver_request); in reg_process_hint_driver()
1943 switch (treatment) { in reg_process_hint_driver()
1948 return treatment; in reg_process_hint_driver()
[all …]
/linux-4.1.27/Documentation/input/
Dnotifier.txt19 - KBD_POST_KEYSYM events are sent after the treatment of non-unicode keysyms.
/linux-4.1.27/Documentation/
Dzorro.txt75 The treatment of these regions depends on the type of Zorro space:
DSAK.txt74 Vixie cron also seems to have this problem, and needs the same treatment.
/linux-4.1.27/arch/powerpc/boot/dts/fsl/
Dmpc8536si-post.dtsi173 /* mark compat w/8572 to get some erratum treatment */
/linux-4.1.27/Documentation/ia64/
Dfsys.txt217 left fsys-mode, so no special treatment is needed.
233 would be the normal & expected behavior, so no special treatment is
/linux-4.1.27/Documentation/accounting/
Dtaskstats.txt23 use of tgid, there is no special treatment for the task that is thread group
/linux-4.1.27/Documentation/usb/
Dpersist.txt91 different from what the kernel remembers, then the treatment is what
/linux-4.1.27/Documentation/virtual/kvm/
Dmmu.txt171 treatment of cr0.wp=0 below).
175 treatment of cr0.wp=0 below).
/linux-4.1.27/Documentation/cgroups/
Dunified-hierarchy.txt237 requires special treatment from most controllers. How resource
/linux-4.1.27/Documentation/development-process/
D2.Process144 treatment will come in later sections.