Searched refs:hg (Results 1 – 11 of 11) sorted by relevance
/linux-4.4.14/scripts/ |
D | setlocalversion | 85 if test -d .hg && hgid=`hg id 2>/dev/null`; then 88 id=`hg log -r . --template '{latesttag}'` 89 printf '%s%s' -hg "$id" 94 printf '%s%s' -hg "$id"
|
/linux-4.4.14/drivers/media/pci/saa7164/ |
D | saa7164-core.c | 181 static void saa7164_histogram_reset(struct saa7164_histogram *hg, char *name) in saa7164_histogram_reset() argument 185 memset(hg, 0, sizeof(struct saa7164_histogram)); in saa7164_histogram_reset() 186 strcpy(hg->name, name); in saa7164_histogram_reset() 190 hg->counter1[0 + i].val = i; in saa7164_histogram_reset() 194 hg->counter1[30 + i].val = 30 + (i * 10); in saa7164_histogram_reset() 198 hg->counter1[48 + i].val = 200 + (i * 200); in saa7164_histogram_reset() 201 hg->counter1[55].val = 2000; in saa7164_histogram_reset() 204 hg->counter1[56].val = 4000; in saa7164_histogram_reset() 207 hg->counter1[57].val = 8000; in saa7164_histogram_reset() 210 hg->counter1[58].val = 15000; in saa7164_histogram_reset() [all …]
|
D | saa7164.h | 504 void saa7164_histogram_update(struct saa7164_histogram *hg, u32 val);
|
/linux-4.4.14/Documentation/ia64/ |
D | xen.txt | 13 it (aka "hg") is an open-source source code 29 # hg clone http://xenbits.xensource.com/ext/ia64/xen-unstable.hg 30 # cd xen-unstable.hg 31 # hg clone http://xenbits.xensource.com/ext/ia64/linux-2.6.18-xen.hg 43 # make -C linux-2.6.18-xen.hg ARCH=ia64 modules_install \
|
/linux-4.4.14/drivers/block/drbd/ |
D | drbd_receiver.c | 2804 int hg, rv = -100; in drbd_asb_recover_1p() local 2822 hg = drbd_asb_recover_0p(peer_device); in drbd_asb_recover_1p() 2823 if (hg == -1 && device->state.role == R_SECONDARY) in drbd_asb_recover_1p() 2824 rv = hg; in drbd_asb_recover_1p() 2825 if (hg == 1 && device->state.role == R_PRIMARY) in drbd_asb_recover_1p() 2826 rv = hg; in drbd_asb_recover_1p() 2834 hg = drbd_asb_recover_0p(peer_device); in drbd_asb_recover_1p() 2835 if (hg == -1 && device->state.role == R_PRIMARY) { in drbd_asb_recover_1p() 2846 rv = hg; in drbd_asb_recover_1p() 2849 rv = hg; in drbd_asb_recover_1p() [all …]
|
/linux-4.4.14/drivers/block/ |
D | xen-blkfront.c | 410 static int blkif_getgeo(struct block_device *bd, struct hd_geometry *hg) in blkif_getgeo() argument 417 hg->heads = 0xff; in blkif_getgeo() 418 hg->sectors = 0x3f; in blkif_getgeo() 419 sector_div(cylinders, hg->heads * hg->sectors); in blkif_getgeo() 420 hg->cylinders = cylinders; in blkif_getgeo() 421 if ((sector_t)(hg->cylinders + 1) * hg->heads * hg->sectors < nsect) in blkif_getgeo() 422 hg->cylinders = 0xffff; in blkif_getgeo()
|
/linux-4.4.14/Documentation/ |
D | intel_txt.txt | 45 repos.hg/tboot.hg.
|
/linux-4.4.14/ |
D | Makefile | 428 -name CVS -o -name .pc -o -name .hg -o -name .git \) \ 431 --exclude CVS --exclude .pc --exclude .hg --exclude .git
|
D | MAINTAINERS | 79 Type is one of: git, hg, quilt, stgit, topgit 5630 T: hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot 11937 T: hg http://linuxtv.org/hg/v4l-dvb
|
/linux-4.4.14/Documentation/watchdog/ |
D | watchdog-parameters.txt | 358 wdt_io: w83697hf/hg WDT io port (default 0x2e, 0 = autodetect)
|
/linux-4.4.14/Documentation/filesystems/ |
D | proc.txt | 492 hg - huge page advise flag
|