Home
last modified time | relevance | path

Searched refs:hg (Results 1 – 15 of 15) sorted by relevance

/Linux-v4.19/scripts/
Dsetlocalversion86 if test -d .hg && hgid=`hg id 2>/dev/null`; then
89 id=`hg log -r . --template '{latesttag}'`
90 printf '%s%s' -hg "$id"
95 printf '%s%s' -hg "$id"
/Linux-v4.19/Documentation/devicetree/bindings/sound/
Dcs35l33.txt45 The cs35l33 node can have a single "cirrus,hg-algo" sub-node that will enable
48 - cirrus,hg-algo : Sub-node for internal Class H/G algorithm that
51 Optional properties for the "cirrus,hg-algo" sub-node:
75 - cirrus,vp-hg-auto : This is a boolean property. When set, class H/G VPhg
78 - cirrus,vp-hg : Class H/G algorithm VPhg. Controls the H/G algorithm's
83 - cirrus,vp-hg-rate : The rate (number of LRCLK periods) at which the VPhg is
89 - cirrus,vp-hg-va : VA calculation reference for automatic VPhg tracking
113 cirrus,hg-algo {
119 cirrus,vp-hg-auto;
120 cirrus,vp-hg=<0xF>;
[all …]
/Linux-v4.19/drivers/media/pci/saa7164/
Dsaa7164-core.c177 static void saa7164_histogram_reset(struct saa7164_histogram *hg, char *name) in saa7164_histogram_reset() argument
181 memset(hg, 0, sizeof(struct saa7164_histogram)); in saa7164_histogram_reset()
182 strcpy(hg->name, name); in saa7164_histogram_reset()
186 hg->counter1[0 + i].val = i; in saa7164_histogram_reset()
190 hg->counter1[30 + i].val = 30 + (i * 10); in saa7164_histogram_reset()
194 hg->counter1[48 + i].val = 200 + (i * 200); in saa7164_histogram_reset()
197 hg->counter1[55].val = 2000; in saa7164_histogram_reset()
200 hg->counter1[56].val = 4000; in saa7164_histogram_reset()
203 hg->counter1[57].val = 8000; in saa7164_histogram_reset()
206 hg->counter1[58].val = 15000; in saa7164_histogram_reset()
[all …]
Dsaa7164.h496 void saa7164_histogram_update(struct saa7164_histogram *hg, u32 val);
/Linux-v4.19/Documentation/ia64/
Dxen.txt13 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-v4.19/sound/soc/codecs/
Dcs35l33.c927 struct device_node *hg; in cs35l33_get_hg_data() local
931 hg = of_get_child_by_name(np, "cirrus,hg-algo"); in cs35l33_get_hg_data()
932 hg_config->enable_hg_algo = hg ? true : false; in cs35l33_get_hg_data()
935 if (of_property_read_u32(hg, "cirrus,mem-depth", &val32) >= 0) in cs35l33_get_hg_data()
937 if (of_property_read_u32(hg, "cirrus,release-rate", in cs35l33_get_hg_data()
940 if (of_property_read_u32(hg, "cirrus,ldo-thld", &val32) >= 0) in cs35l33_get_hg_data()
942 if (of_property_read_u32(hg, "cirrus,ldo-path-disable", in cs35l33_get_hg_data()
945 if (of_property_read_u32(hg, "cirrus,ldo-entry-delay", in cs35l33_get_hg_data()
949 hg_config->vp_hg_auto = of_property_read_bool(hg, in cs35l33_get_hg_data()
952 if (of_property_read_u32(hg, "cirrus,vp-hg", &val32) >= 0) in cs35l33_get_hg_data()
[all …]
/Linux-v4.19/drivers/block/drbd/
Ddrbd_receiver.c3010 int hg, rv = -100; in drbd_asb_recover_1p() local
3028 hg = drbd_asb_recover_0p(peer_device); in drbd_asb_recover_1p()
3029 if (hg == -1 && device->state.role == R_SECONDARY) in drbd_asb_recover_1p()
3030 rv = hg; in drbd_asb_recover_1p()
3031 if (hg == 1 && device->state.role == R_PRIMARY) in drbd_asb_recover_1p()
3032 rv = hg; in drbd_asb_recover_1p()
3040 hg = drbd_asb_recover_0p(peer_device); in drbd_asb_recover_1p()
3041 if (hg == -1 && device->state.role == R_PRIMARY) { in drbd_asb_recover_1p()
3052 rv = hg; in drbd_asb_recover_1p()
3055 rv = hg; in drbd_asb_recover_1p()
[all …]
/Linux-v4.19/drivers/block/
Dxen-blkfront.c475 static int blkif_getgeo(struct block_device *bd, struct hd_geometry *hg) in blkif_getgeo() argument
482 hg->heads = 0xff; in blkif_getgeo()
483 hg->sectors = 0x3f; in blkif_getgeo()
484 sector_div(cylinders, hg->heads * hg->sectors); in blkif_getgeo()
485 hg->cylinders = cylinders; in blkif_getgeo()
486 if ((sector_t)(hg->cylinders + 1) * hg->heads * hg->sectors < nsect) in blkif_getgeo()
487 hg->cylinders = 0xffff; in blkif_getgeo()
/Linux-v4.19/drivers/crypto/cavium/zip/
Dzip_deflate.c63 zip_cmd->s.hg = 0; in prepare_zip_command()
Dzip_inflate.c63 zip_cmd->s.hg = 0; in prepare_inflate_zcmd()
Dzip_regs.h194 u64 hg : 1; member
196 u64 hg : 1;
/Linux-v4.19/Documentation/
Dintel_txt.txt52 repos.hg/tboot.hg.
/Linux-v4.19/
DMakefile455 -name CVS -o -name .pc -o -name .hg -o -name .git \) \
458 --exclude CVS --exclude .pc --exclude .hg --exclude .git
DMAINTAINERS91 Type is one of: git, hg, quilt, stgit, topgit
7600 T: hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
16219 T: hg https://linuxtv.org/hg/v4l-dvb
/Linux-v4.19/Documentation/filesystems/
Dproc.txt493 hg - huge page advise flag