Home
last modified time | relevance | path

Searched refs:hg (Results 1 – 25 of 34) 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
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 …]
/openbmc/linux/drivers/media/pci/saa7164/
H A Dsaa7164-core.c165 static void saa7164_histogram_reset(struct saa7164_histogram *hg, char *name) in saa7164_histogram_reset() argument
169 memset(hg, 0, sizeof(struct saa7164_histogram)); in saa7164_histogram_reset()
170 strscpy(hg->name, name, sizeof(hg->name)); in saa7164_histogram_reset()
174 hg->counter1[0 + i].val = i; in saa7164_histogram_reset()
178 hg->counter1[30 + i].val = 30 + (i * 10); in saa7164_histogram_reset()
182 hg->counter1[48 + i].val = 200 + (i * 200); 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()
[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()
930 if (of_property_read_u32(hg, "cirrus,mem-depth", &val32) >= 0) 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()
[all …]
/openbmc/linux/drivers/block/drbd/
H A Ddrbd_receiver.c3099 int hg, rv = -100; in drbd_asb_recover_1p() local
3117 hg = drbd_asb_recover_0p(peer_device); in drbd_asb_recover_1p()
3118 if (hg == -1 && device->state.role == R_SECONDARY) in drbd_asb_recover_1p()
3119 rv = hg; in drbd_asb_recover_1p()
3120 if (hg == 1 && device->state.role == R_PRIMARY) in drbd_asb_recover_1p()
3121 rv = hg; in drbd_asb_recover_1p()
3129 hg = drbd_asb_recover_0p(peer_device); in drbd_asb_recover_1p()
3130 if (hg == -1 && device->state.role == R_PRIMARY) { in drbd_asb_recover_1p()
3141 rv = hg; in drbd_asb_recover_1p()
3144 rv = hg; in drbd_asb_recover_1p()
[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.6.3.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/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/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/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-phosphor/conf/distro/include/
H A Dphosphor-base.inc15 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
/openbmc/u-boot/
H A DMakefile411 -name CVS -o -name .pc -o -name .hg -o -name .git \) \
414 --exclude CVS --exclude .pc --exclude .hg --exclude .git
/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/
H A D__init__.py2093 from . import hg
2116 methods.append(hg.Hg())

12