/linux-4.1.27/arch/mips/kernel/ |
D | segment.c | 17 unsigned int am; in build_segment_config() local 23 am = (cfg & MIPS_SEGCFG_AM) >> MIPS_SEGCFG_AM_SHIFT; in build_segment_config() 24 str += sprintf(str, "%-5s", am_str[am]); in build_segment_config() 30 if ((am == 0) || (am > 3)) { in build_segment_config()
|
/linux-4.1.27/drivers/media/tuners/ |
D | fc0012.c | 139 unsigned char reg[7], am, pm, multi, tmp; in fc0012_set_params() local 221 am = (unsigned char)(xdiv - (8 * pm)); in fc0012_set_params() 223 if (am < 2) { in fc0012_set_params() 224 reg[1] = am + 8; in fc0012_set_params() 227 reg[1] = am; in fc0012_set_params()
|
D | fc0013.c | 233 unsigned char reg[7], am, pm, multi, tmp; in fc0013_set_params() local 377 am = (unsigned char)(xdiv - (8 * pm)); in fc0013_set_params() 379 if (am < 2) { in fc0013_set_params() 380 reg[1] = am + 8; in fc0013_set_params() 383 reg[1] = am; in fc0013_set_params()
|
/linux-4.1.27/drivers/video/fbdev/core/ |
D | svgalib.c | 383 u16 am, an, ar; in svga_compute_pll() local 412 am = pll->m_min; in svga_compute_pll() 415 while ((am <= pll->m_max) && (an <= pll->n_max)) { in svga_compute_pll() 416 f_current = (pll->f_base * am) / an; in svga_compute_pll() 421 *m = am; in svga_compute_pll() 426 am ++; in svga_compute_pll()
|
/linux-4.1.27/include/uapi/sound/ |
D | asound_fm.h | 45 unsigned char am; /* amplitude modulation */ member
|
/linux-4.1.27/Documentation/sound/oss/ |
D | MultiSound | 423 touch -am 1231235999 $$.touch >/dev/null 2>&1 530 $shar_touch -am 1204092598 'MultiSound.d/setdigital.c' && 984 $shar_touch -am 1204092598 'MultiSound.d/pinnaclecfg.c' && 1014 $shar_touch -am 1204092398 'MultiSound.d/Makefile' && 1044 $shar_touch -am 0828231798 'MultiSound.d/conv.l' && 1121 $shar_touch -am 1204100698 'MultiSound.d/msndreset.c' &&
|
D | Introduction | 383 And I am sure, several other ways.
|
/linux-4.1.27/include/linux/ |
D | intel-iommu.h | 269 #define QI_IOTLB_AM(am) (((u8)am)) argument
|
/linux-4.1.27/drivers/staging/media/bcm2048/ |
D | TODO | 13 actually read() from the device I am not sure whether the RDS
|
/linux-4.1.27/Documentation/blockdev/ |
D | cpqarray.txt | 22 It should also work with some really old Disk array adapters, but I am
|
/linux-4.1.27/arch/arm/boot/compressed/ |
D | head-sharpsl.S | 19 #error What am I doing here...
|
/linux-4.1.27/Documentation/usb/ |
D | mtouchusb.txt | 64 I am not a MicroTouch/3M employee, nor have I ever been. 3M does not support
|
/linux-4.1.27/Documentation/devicetree/bindings/sound/ |
D | st,sta32x.txt | 63 - st,am-reduction-mode:
|
D | st,sta350.txt | 74 - st,am-reduction-mode:
|
/linux-4.1.27/fs/ocfs2/dlm/ |
D | dlmmaster.c | 2098 item->u.am.lockres = res; /* already have a ref */ in dlm_dispatch_assert_master() 2100 item->u.am.ignore_higher = ignore_higher; in dlm_dispatch_assert_master() 2101 item->u.am.request_from = request_from; in dlm_dispatch_assert_master() 2102 item->u.am.flags = flags; in dlm_dispatch_assert_master() 2128 res = item->u.am.lockres; in dlm_assert_master_worker() 2129 ignore_higher = item->u.am.ignore_higher; in dlm_assert_master_worker() 2130 request_from = item->u.am.request_from; in dlm_assert_master_worker() 2131 flags = item->u.am.flags; in dlm_assert_master_worker()
|
D | dlmcommon.h | 249 struct dlm_assert_master_priv am; member
|
/linux-4.1.27/Documentation/scsi/ |
D | qlogicfas.txt | 31 I am working with the PCMCIA group to make it more flexible, but that
|
D | aic7xxx.txt | 338 Monday to Friday, 3:00 am to 5:00 pm, PDT. 340 Monday to Friday, 3:00 am to 5:00 pm, PDT.
|
D | aic79xx.txt | 441 Monday to Friday, 3:00 am to 5:00 pm, PDT. 443 Monday to Friday, 3:00 am to 5:00 pm, PDT.
|
D | FlashPoint.txt | 149 embedded system. I am presently working on some performance testing and
|
D | BusLogic.txt | 72 Linux community, and I am now working on a Linux driver for the DAC960 PCI RAID
|
D | ChangeLog.1992-1997 | 706 the forbidden regions. I am not sure - I think this is so that 708 address lines for the bios chips, but I am not entirely sure.
|
D | ncr53c8xx.txt | 138 I am not a native speaker of English and there are probably lots of
|
/linux-4.1.27/Documentation/ |
D | static-keys.txt | 60 printk("I am the true branch\n"); 177 + printk("I am the true branch\n");
|
D | email-clients.txt | 8 end, maintainers use `git am` to apply the patches. 11 as raw text including all the headers. Run `git am raw_email.txt` and
|
D | SubmittingPatches | 432 by me, under the same open source license (unless I am 562 have been communicated back to the submitter. I am satisfied
|
D | HOWTO | 468 - "Here is a patch that explains what I am trying to describe."
|
D | devices.txt | 77 to cause conflicts down the road. I am trying to avoid getting in a
|
/linux-4.1.27/arch/blackfin/kernel/ |
D | debug-mmrs.c | 118 static struct dentry *am, *mb; in bfin_debug_mmrs_can() local 122 if (!am) { in bfin_debug_mmrs_can() 123 am = debugfs_create_dir("am", parent); in bfin_debug_mmrs_can() 177 debugfs_create_x16(buf, S_IRUSR|S_IWUSR, am, in bfin_debug_mmrs_can() 180 debugfs_create_x16(buf, S_IRUSR|S_IWUSR, am, in bfin_debug_mmrs_can()
|
/linux-4.1.27/Documentation/networking/ |
D | tlan.txt | 35 I am not sure if 100BaseTX daughterboards (for those cards which
|
D | eql.txt | 31 and 14.4 Kbps connection. However, I am not sure that it really is
|
D | netdev-FAQ.txt | 187 Q: I am working in existing code that has the former comment style and not the
|
/linux-4.1.27/Documentation/RCU/ |
D | rcu.txt | 47 o If I am running on a uniprocessor kernel, which can only do one
|
/linux-4.1.27/drivers/input/misc/ |
D | yealink.c | 76 #define _SEG(t, a, am, b, bm, c, cm, d, dm, e, em, f, fm, g, gm) \ argument 78 .u = { .s = { _LOC(a, am), _LOC(b, bm), _LOC(c, cm), \
|
/linux-4.1.27/sound/drivers/opl3/ |
D | opl3_synth.c | 480 if (voice->am) in snd_opl3_set_voice()
|
/linux-4.1.27/Documentation/filesystems/ |
D | mandatory-locking.txt | 56 Note 1: In saying "file" in the paragraphs above I am actually not telling
|
D | xfs-delayed-logging-design.txt | 400 Discussion Point: I am uncertain as to whether the log item is the most
|
D | coda.txt | 1098 44..1188.. rreennaammee
|
/linux-4.1.27/Documentation/development-process/ |
D | 7.AdvancedTopics | 133 authorship information; the git "am" tool does its best in this regard, but
|
/linux-4.1.27/Documentation/ioctl/ |
D | ioctl-number.txt | 60 most drivers up to 2.6.31, but I know I am missing some. There has been
|
/linux-4.1.27/arch/sparc/lib/ |
D | checksum_32.S | 440 addx %g5, %g0, %g5 ! I am now to lazy to optimize this (question it
|
/linux-4.1.27/Documentation/s390/ |
D | Debugging390.txt | 73 In IBM standard notation I am counting bit 0 as the MSB. 1296 I am not going to give a course in 390 IO architecture as this would take me
|
/linux-4.1.27/Documentation/trace/ |
D | ftrace.txt | 2139 If I am only interested in sys_nanosleep and hrtimer_interrupt:
|