Home
last modified time | relevance | path

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

123

/OK3568_Linux_fs/kernel/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 …]
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-4.4/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"
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-4.4/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"
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-4.19/scripts/
H A Dsetlocalversion129 if test -d .hg && hgid=`hg id 2>/dev/null`; then
132 id=`hg log -r . --template '{latesttag}'`
133 printf '%s%s' -hg "$id"
138 printf '%s%s' -hg "$id"
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-4.19/scripts/
H A Dsetlocalversion129 if test -d .hg && hgid=`hg id 2>/dev/null`; then
132 id=`hg log -r . --template '{latesttag}'`
133 printf '%s%s' -hg "$id"
138 printf '%s%s' -hg "$id"
/OK3568_Linux_fs/u-boot/scripts/
H A Dsetlocalversion92 if test -d .hg && hgid=`hg id 2>/dev/null`; then
95 id=`hg log -r . --template '{latesttag}'`
96 printf '%s%s' -hg "$id"
101 printf '%s%s' -hg "$id"
/OK3568_Linux_fs/kernel/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 …]
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-5.10/scripts/
H A Dsetlocalversion128 if hgid=$(hg id 2>/dev/null); then
131 id=$(hg log -r . --template '{latesttag}')
132 printf '%s%s' -hg "$id"
137 printf '%s%s' -hg "$id"
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-5.10/scripts/
H A Dsetlocalversion128 if hgid=$(hg id 2>/dev/null); then
131 id=$(hg log -r . --template '{latesttag}')
132 printf '%s%s' -hg "$id"
137 printf '%s%s' -hg "$id"
/OK3568_Linux_fs/kernel/scripts/
H A Dsetlocalversion128 if hgid=$(hg id 2>/dev/null); then
131 id=$(hg log -r . --template '{latesttag}')
132 printf '%s%s' -hg "$id"
137 printf '%s%s' -hg "$id"
H A Dbmpconvert270 for hg in range(abs(self.biHeight)):
274 self.file.write(pack("<B", self.bmp_data[hg][wd][2]))
275 self.file.write(pack("<B", self.bmp_data[hg][wd][1]))
276 self.file.write(pack("<B", self.bmp_data[hg][wd][0]))
278 self.file.write(pack("<B", self.bmp_data[hg][wd][0]))
279 self.file.write(pack("<B", self.bmp_data[hg][wd][1]))
280 self.file.write(pack("<B", self.bmp_data[hg][wd][2]))
/OK3568_Linux_fs/buildroot/support/scripts/
H A Dsetlocalversion54 if hgid=`HGRCPATH= hg id --id --tags 2>/dev/null`; then
60 latesttag=`HGRCPATH= hg log -r. -T '{latesttag}' 2>/dev/null`
70 printf '%s%s%s' "${latesttag}" -hg "$id"
/OK3568_Linux_fs/kernel/sound/soc/codecs/
H A Dcs35l33.c924 struct device_node *hg; in cs35l33_get_hg_data() local
928 hg = of_get_child_by_name(np, "cirrus,hg-algo"); in cs35l33_get_hg_data()
929 hg_config->enable_hg_algo = hg ? true : false; in cs35l33_get_hg_data()
932 if (of_property_read_u32(hg, "cirrus,mem-depth", &val32) >= 0) in cs35l33_get_hg_data()
934 if (of_property_read_u32(hg, "cirrus,release-rate", in cs35l33_get_hg_data()
937 if (of_property_read_u32(hg, "cirrus,ldo-thld", &val32) >= 0) in cs35l33_get_hg_data()
939 if (of_property_read_u32(hg, "cirrus,ldo-path-disable", in cs35l33_get_hg_data()
942 if (of_property_read_u32(hg, "cirrus,ldo-entry-delay", in cs35l33_get_hg_data()
946 hg_config->vp_hg_auto = of_property_read_bool(hg, in cs35l33_get_hg_data()
949 if (of_property_read_u32(hg, "cirrus,vp-hg", &val32) >= 0) in cs35l33_get_hg_data()
[all …]
/OK3568_Linux_fs/kernel/drivers/block/drbd/
H A Ddrbd_receiver.c3138 int hg, rv = -100; in drbd_asb_recover_1p() local
3156 hg = drbd_asb_recover_0p(peer_device); in drbd_asb_recover_1p()
3157 if (hg == -1 && device->state.role == R_SECONDARY) in drbd_asb_recover_1p()
3158 rv = hg; in drbd_asb_recover_1p()
3159 if (hg == 1 && device->state.role == R_PRIMARY) in drbd_asb_recover_1p()
3160 rv = hg; in drbd_asb_recover_1p()
3168 hg = drbd_asb_recover_0p(peer_device); in drbd_asb_recover_1p()
3169 if (hg == -1 && device->state.role == R_PRIMARY) { in drbd_asb_recover_1p()
3180 rv = hg; in drbd_asb_recover_1p()
3183 rv = hg; in drbd_asb_recover_1p()
[all …]
/OK3568_Linux_fs/buildroot/package/dvb-apps/
H A Ddvb-apps.mk8 DVB_APPS_SITE = http://linuxtv.org/hg/dvb-apps
9 DVB_APPS_SITE_METHOD = hg
H A DConfig.in11 http://linuxtv.org/hg/dvb-apps
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Down-mirrors.bbclass6 hg://.*/.* ${SOURCE_MIRROR_URL} \
H A Dmirrors.bbclass46 hg://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \
57 hg://.*/.* http://sources.openembedded.org/ \
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/pidgin/
H A Dlibgnt_2.14.1.bb11 # SRC_URI = "hg://keep.imfreedom.org/${BPN};module=${BPN}
/OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/
H A Ddvb-apps_1.1.1.bb7 SRC_URI = "hg://linuxtv.org/hg;module=dvb-apps;protocol=http \
/OK3568_Linux_fs/buildroot/package/sdl_sound/
H A D0003-renamed-physfs-export.patch2 https://aur.archlinux.org/packages/sdl_sound-patched-hg/
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/mercurial/
H A Dmercurial_6.1.bb30 …-e 's:${STAGING_BINDIR_NATIVE}/python3-native/python3:${USRBINPATH}/env python3:g' ${D}${bindir}/hg
/OK3568_Linux_fs/buildroot/package/dillo/
H A D0003-Support-OpenSSL-1.1.0.patch9 Upstream: https://hg.dillo.org/dillo/rev/b171b8610400
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/python3-pip/
H A Dno_shebang_mangling.patch13 https://hg.mozilla.org/mozilla-central/file/tip/mach
/OK3568_Linux_fs/kernel/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()

123