Searched refs:hg (Results 1 – 11 of 11) sorted by relevance
/linux-4.1.27/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.1.27/drivers/media/pci/saa7164/ |
D | saa7164-core.c | 176 static void saa7164_histogram_reset(struct saa7164_histogram *hg, char *name) in saa7164_histogram_reset() argument 180 memset(hg, 0, sizeof(struct saa7164_histogram)); in saa7164_histogram_reset() 181 strcpy(hg->name, name); in saa7164_histogram_reset() 185 hg->counter1[0 + i].val = i; in saa7164_histogram_reset() 189 hg->counter1[30 + i].val = 30 + (i * 10); in saa7164_histogram_reset() 193 hg->counter1[48 + i].val = 200 + (i * 200); in saa7164_histogram_reset() 196 hg->counter1[55].val = 2000; in saa7164_histogram_reset() 199 hg->counter1[56].val = 4000; in saa7164_histogram_reset() 202 hg->counter1[57].val = 8000; in saa7164_histogram_reset() 205 hg->counter1[58].val = 15000; in saa7164_histogram_reset() [all …]
|
D | saa7164.h | 492 void saa7164_histogram_update(struct saa7164_histogram *hg, u32 val);
|
/linux-4.1.27/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.1.27/drivers/block/drbd/ |
D | drbd_receiver.c | 2803 int hg, rv = -100; in drbd_asb_recover_1p() local 2821 hg = drbd_asb_recover_0p(peer_device); in drbd_asb_recover_1p() 2822 if (hg == -1 && device->state.role == R_SECONDARY) in drbd_asb_recover_1p() 2823 rv = hg; in drbd_asb_recover_1p() 2824 if (hg == 1 && device->state.role == R_PRIMARY) in drbd_asb_recover_1p() 2825 rv = hg; in drbd_asb_recover_1p() 2833 hg = drbd_asb_recover_0p(peer_device); in drbd_asb_recover_1p() 2834 if (hg == -1 && device->state.role == R_PRIMARY) { in drbd_asb_recover_1p() 2845 rv = hg; in drbd_asb_recover_1p() 2848 rv = hg; in drbd_asb_recover_1p() [all …]
|
/linux-4.1.27/drivers/block/ |
D | xen-blkfront.c | 333 static int blkif_getgeo(struct block_device *bd, struct hd_geometry *hg) in blkif_getgeo() argument 340 hg->heads = 0xff; in blkif_getgeo() 341 hg->sectors = 0x3f; in blkif_getgeo() 342 sector_div(cylinders, hg->heads * hg->sectors); in blkif_getgeo() 343 hg->cylinders = cylinders; in blkif_getgeo() 344 if ((sector_t)(hg->cylinders + 1) * hg->heads * hg->sectors < nsect) in blkif_getgeo() 345 hg->cylinders = 0xffff; in blkif_getgeo()
|
/linux-4.1.27/Documentation/ |
D | intel_txt.txt | 45 repos.hg/tboot.hg.
|
/linux-4.1.27/ |
D | Makefile | 438 -name CVS -o -name .pc -o -name .hg -o -name .git \) \ 441 --exclude CVS --exclude .pc --exclude .hg --exclude .git
|
D | MAINTAINERS | 79 Type is one of: git, hg, quilt, stgit, topgit 5245 T: hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot 11067 T: hg http://linuxtv.org/hg/v4l-dvb
|
/linux-4.1.27/Documentation/watchdog/ |
D | watchdog-parameters.txt | 355 wdt_io: w83697hf/hg WDT io port (default 0x2e, 0 = autodetect)
|
/linux-4.1.27/Documentation/filesystems/ |
D | proc.txt | 474 hg - huge page advise flag
|