/linux-4.4.14/Documentation/rapidio/ |
D | sysfs.txt | 147 drwxr-xr-x 3 root root 0 Feb 11 15:10 00:e:0001 148 drwxr-xr-x 3 root root 0 Feb 11 15:10 00:e:0004 149 drwxr-xr-x 3 root root 0 Feb 11 15:10 00:e:0007 150 drwxr-xr-x 3 root root 0 Feb 11 15:10 00:s:0002 151 drwxr-xr-x 3 root root 0 Feb 11 15:10 00:s:0003 152 drwxr-xr-x 3 root root 0 Feb 11 15:10 00:s:0005 155 drwxr-xr-x 2 root root 0 Feb 11 15:11 power
|
/linux-4.4.14/Documentation/cpuidle/ |
D | sysfs.txt | 31 drwxr-xr-x 2 root root 0 Feb 8 10:42 state0 32 drwxr-xr-x 2 root root 0 Feb 8 10:42 state1 33 drwxr-xr-x 2 root root 0 Feb 8 10:42 state2 34 drwxr-xr-x 2 root root 0 Feb 8 10:42 state3
|
/linux-4.4.14/Documentation/cris/ |
D | README | 181 -rwxr-xr-x 1 342 100 10356 Jan 01 00:00 ifconfig 182 -rwxr-xr-x 1 342 100 17548 Jan 01 00:00 init 183 -rwxr-xr-x 1 342 100 9488 Jan 01 00:00 route 184 -rwxr-xr-x 1 342 100 46036 Jan 01 00:00 sftpd 185 -rwxr-xr-x 1 342 100 48104 Jan 01 00:00 sh 186 -rwxr-xr-x 1 342 100 16252 Jan 01 00:00 telnetd
|
/linux-4.4.14/Documentation/isdn/ |
D | README.avmb1 | 80 dr-xr-xr-x 2 root root 0 Jul 1 14:03 . 81 dr-xr-xr-x 82 root root 0 Jun 30 19:08 ..
|
/linux-4.4.14/Documentation/ |
D | cpu-hotplug.txt | 163 drwxr-xr-x 10 root root 0 Sep 19 07:44 . 164 drwxr-xr-x 13 root root 0 Sep 19 07:45 .. 165 drwxr-xr-x 3 root root 0 Sep 19 07:44 cpu0 166 drwxr-xr-x 3 root root 0 Sep 19 07:44 cpu1 167 drwxr-xr-x 3 root root 0 Sep 19 07:44 cpu2 168 drwxr-xr-x 3 root root 0 Sep 19 07:44 cpu3 169 drwxr-xr-x 3 root root 0 Sep 19 07:44 cpu4 170 drwxr-xr-x 3 root root 0 Sep 19 07:44 cpu5 171 drwxr-xr-x 3 root root 0 Sep 19 07:44 cpu6 172 drwxr-xr-x 3 root root 0 Sep 19 07:48 cpu7
|
/linux-4.4.14/crypto/ |
D | camellia_generic.c | 357 #define CAMELLIA_F(xl, xr, kl, kr, yl, yr, il, ir, t0, t1) ({ \ argument 359 ir = xr ^ kr; \ 847 #define CAMELLIA_ROUNDSM(xl, xr, kl, kr, yl, yr, il, ir) ({ \ argument 850 ir = camellia_sp1110[(u8)xr]; \ 852 ir ^= camellia_sp0222[(u8)(xr >> 24)]; \ 854 ir ^= camellia_sp3033[(u8)(xr >> 16)]; \ 856 ir ^= camellia_sp4404[(u8)(xr >> 8)]; \
|
/linux-4.4.14/Documentation/cpu-freq/ |
D | cpufreq-stats.txt | 45 drwxr-xr-x 2 root root 0 May 14 16:06 . 46 drwxr-xr-x 3 root root 0 May 14 15:58 ..
|
/linux-4.4.14/arch/s390/net/ |
D | bpf_jit.S | 105 xr %r3,%r3; /* Set cc to zero */ \
|
/linux-4.4.14/Documentation/target/ |
D | tcm_mod_builder.txt | 72 drwxr-xr-x 2 root root 4096 2010-10-05 03:23 . 73 drwxr-xr-x 9 root root 4096 2010-10-05 03:22 ..
|
/linux-4.4.14/sound/pci/ |
D | sonicvibes.c | 488 unsigned int xm, xn, xr, xd, metric = ~0U; in snd_sonicvibes_pll() local 498 xr = ((SV_REFFREQUENCY / SV_ADCMULT) * xm) / xn; in snd_sonicvibes_pll() 499 if (xr >= rate) in snd_sonicvibes_pll() 500 xd = xr - rate; in snd_sonicvibes_pll() 502 xd = rate - xr; in snd_sonicvibes_pll()
|
D | cmipci.c | 625 int xm, xn, xr; in snd_cmipci_pll_rmn() local 636 xr = ((CM_REFFREQ_XIN/adcmult) * xm) / xn; in snd_cmipci_pll_rmn() 638 if (xr < rate) in snd_cmipci_pll_rmn() 639 delta = rate - xr; in snd_cmipci_pll_rmn() 641 delta = xr - rate; in snd_cmipci_pll_rmn()
|
/linux-4.4.14/Documentation/DocBook/ |
D | alsa-driver-api.xml.db | 294 API-snd-soc-info-xr-sx 295 API-snd-soc-get-xr-sx 296 API-snd-soc-put-xr-sx
|
/linux-4.4.14/fs/ocfs2/ |
D | xattr.c | 2900 struct ocfs2_xattr_tree_root *xr = &xblk->xb_attrs.xb_root; in ocfs2_create_xattr_block() local 2901 xr->xt_clusters = cpu_to_le32(1); in ocfs2_create_xattr_block() 2902 xr->xt_last_eb_blk = 0; in ocfs2_create_xattr_block() 2903 xr->xt_list.l_tree_depth = 0; in ocfs2_create_xattr_block() 2904 xr->xt_list.l_count = cpu_to_le16( in ocfs2_create_xattr_block() 2906 xr->xt_list.l_next_free_rec = cpu_to_le16(1); in ocfs2_create_xattr_block() 4270 struct ocfs2_xattr_tree_root *xr; in ocfs2_xattr_create_index_block() local 4331 xr = &xb->xb_attrs.xb_root; in ocfs2_xattr_create_index_block() 4332 xr->xt_clusters = cpu_to_le32(1); in ocfs2_xattr_create_index_block() 4333 xr->xt_last_eb_blk = 0; in ocfs2_xattr_create_index_block() [all …]
|
/linux-4.4.14/fs/jffs2/ |
D | wbuf.c | 483 struct jffs2_xattr_datum *xr = (void *)ic; in jffs2_wbuf_recover() local 484 BUG_ON(xr->node != raw); in jffs2_wbuf_recover() 485 adjust_ref = &xr->node; in jffs2_wbuf_recover()
|
/linux-4.4.14/tools/perf/Documentation/ |
D | perf-script-python.txt | 389 drwxr-xr-x 4 trz trz 4096 2010-01-26 22:30 . 390 drwxr-xr-x 4 trz trz 4096 2010-01-26 22:29 .. 391 drwxr-xr-x 2 trz trz 4096 2010-01-26 22:29 bin 393 drwxr-xr-x 3 trz trz 4096 2010-01-26 22:49 Perf-Trace-Util
|
/linux-4.4.14/Documentation/networking/ |
D | eql.txt | 63 -rwxr-xr-x guru/ncm 16111 Jan 12 22:29 1995 eql-1.1/eql_enslave
|
/linux-4.4.14/drivers/s390/char/ |
D | raw3270.c | 449 int xr; member
|