Home
last modified time | relevance | path

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

12

/openbmc/u-boot/scripts/
H A Dsetlocalversion85 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"
/openbmc/linux/Documentation/devicetree/bindings/sound/
H A 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
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>;
121 cirrus,vp-hg-rate=<0x2>;
[all …]
/openbmc/linux/drivers/media/pci/saa7164/
H A Dsaa7164-core.c170 strscpy(hg->name, name, sizeof(hg->name)); in saa7164_histogram_reset()
174 hg->counter1[0 + i].val = i; in saa7164_histogram_reset()
185 hg->counter1[55].val = 2000; in saa7164_histogram_reset()
188 hg->counter1[56].val = 4000; in saa7164_histogram_reset()
191 hg->counter1[57].val = 8000; in saa7164_histogram_reset()
194 hg->counter1[58].val = 15000; in saa7164_histogram_reset()
197 hg->counter1[59].val = 30000; in saa7164_histogram_reset()
200 hg->counter1[60].val = 60000; in saa7164_histogram_reset()
217 hg->counter1[i].count++; in saa7164_histogram_update()
236 hg->counter1[i].val, in saa7164_histogram_print()
[all …]
H A Dsaa7164.h486 void saa7164_histogram_update(struct saa7164_histogram *hg, u32 val);
/openbmc/linux/sound/soc/codecs/
H A Dcs35l33.c922 struct device_node *hg; in cs35l33_get_hg_data() local
926 hg = of_get_child_by_name(np, "cirrus,hg-algo"); in cs35l33_get_hg_data()
927 hg_config->enable_hg_algo = hg ? true : false; in cs35l33_get_hg_data()
932 if (of_property_read_u32(hg, "cirrus,release-rate", in cs35l33_get_hg_data()
935 if (of_property_read_u32(hg, "cirrus,ldo-thld", &val32) >= 0) in cs35l33_get_hg_data()
937 if (of_property_read_u32(hg, "cirrus,ldo-path-disable", in cs35l33_get_hg_data()
940 if (of_property_read_u32(hg, "cirrus,ldo-entry-delay", in cs35l33_get_hg_data()
944 hg_config->vp_hg_auto = of_property_read_bool(hg, in cs35l33_get_hg_data()
947 if (of_property_read_u32(hg, "cirrus,vp-hg", &val32) >= 0) in cs35l33_get_hg_data()
951 if (of_property_read_u32(hg, "cirrus,vp-hg-va", &val32) >= 0) in cs35l33_get_hg_data()
[all …]
/openbmc/linux/drivers/block/drbd/
H A Ddrbd_receiver.c3119 rv = hg; in drbd_asb_recover_1p()
3121 rv = hg; in drbd_asb_recover_1p()
3144 rv = hg; in drbd_asb_recover_1p()
3194 rv = hg; in drbd_asb_recover_2p()
3481 hg = -hg; in drbd_sync_handshake()
3495 int f = (hg == -100) || abs(hg) == 2; in drbd_sync_handshake()
3498 hg = hg*2; in drbd_sync_handshake()
3513 if (hg == 100 || (hg == -100 && always_asbp)) { in drbd_sync_handshake()
3536 hg = hg*2; in drbd_sync_handshake()
3543 hg = -1; in drbd_sync_handshake()
[all …]
/openbmc/openbmc/poky/meta/classes/
H A Down-mirrors.bbclass12 hg://.*/.* ${SOURCE_MIRROR_URL} \
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pidgin/
H A Dlibgnt_2.14.1.bb11 # SRC_URI = "hg://keep.imfreedom.org/${BPN};module=${BPN}
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/mercurial/
H A Dmercurial_6.5.bb30 …-e 's:${STAGING_BINDIR_NATIVE}/python3-native/python3:${USRBINPATH}/env python3:g' ${D}${bindir}/hg
/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-pip/
H A Dno_shebang_mangling.patch21 https://hg.mozilla.org/mozilla-central/file/tip/mach
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/nss/nss/
H A Dblank-key4.db15 &��j�ޚ����LJ�+�hg�5Aŝ
/openbmc/linux/drivers/crypto/cavium/zip/
H A Dzip_deflate.c63 zip_cmd->s.hg = 0; in prepare_zip_command()
H A Dzip_inflate.c63 zip_cmd->s.hg = 0; in prepare_inflate_zcmd()
H A Dzip_regs.h194 u64 hg : 1; member
196 u64 hg : 1;
/openbmc/linux/drivers/block/
H A Dxen-blkfront.c496 static int blkif_getgeo(struct block_device *bd, struct hd_geometry *hg) in blkif_getgeo() argument
503 hg->heads = 0xff; in blkif_getgeo()
504 hg->sectors = 0x3f; in blkif_getgeo()
505 sector_div(cylinders, hg->heads * hg->sectors); in blkif_getgeo()
506 hg->cylinders = cylinders; in blkif_getgeo()
507 if ((sector_t)(hg->cylinders + 1) * hg->heads * hg->sectors < nsect) in blkif_getgeo()
508 hg->cylinders = 0xffff; in blkif_getgeo()
/openbmc/openbmc/poky/meta/classes-global/
H A Dmirrors.bbclass52 hg://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \
63 hg://.*/.* http://sources.openembedded.org/ \
/openbmc/qemu/tests/unit/
H A Dtest-smp-parse.c55 he, e, hf, f, hg, g) \ argument
63 .has_maxcpus = hg, .maxcpus = g, \
85 d, he, e, hf, f, hg, g) \ argument
93 .has_maxcpus = hg, .maxcpus = g, \
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/
H A Ddvb-apps_1.1.1.20140321.bb6 SRC_URI = "https://www.linuxtv.org/hg/dvb-apps/archive/3d43b280298c.tar.bz2;downloadfilename=${BPN}…
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/freediameter/
H A Dfreediameter_1.4.0.bb17 …http://www.freediameter.net/hg/${fd_pkgname}/archive/${PV}.tar.gz;downloadfilename=${fd_pkgname}-$…
/openbmc/openbmc/meta-phosphor/conf/distro/include/
H A Dphosphor-base.inc17 hg://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \
/openbmc/openbmc/poky/bitbake/
H A DChangeLog69 - Add mercurial (hg) fetcher from Robert Schuster (#2913)
148 - Fix hg fetcher username/password handling and fix crash
173 - Fix hg checkouts of specific revisions (from Poky)
/openbmc/linux/Documentation/arch/x86/
H A Dintel_txt.rst52 repos.hg/tboot.hg.
/openbmc/openbmc/poky/documentation/migration-guides/
H A Dmigration-1.3.rst82 - ``hg://``
/openbmc/openbmc/meta-openembedded/meta-oe/classes/
H A Dsocorro-syms.bbclass114 # Here we can add support for other VCSs like hg, svn, cvs, etc.
/openbmc/linux/
H A DMakefile622 -name CVS -o -name .pc -o -name .hg -o -name .git \) \
625 --exclude CVS --exclude .pc --exclude .hg --exclude .git

12