Searched refs:hg (Results 1 – 13 of 13) sorted by relevance
/linux-6.3-rc2/Documentation/devicetree/bindings/sound/ |
A D | cs35l33.txt | 45 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 …]
|
/linux-6.3-rc2/drivers/media/pci/saa7164/ |
A D | saa7164-core.c | 170 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 …]
|
A D | saa7164.h | 486 void saa7164_histogram_update(struct saa7164_histogram *hg, u32 val);
|
/linux-6.3-rc2/sound/soc/codecs/ |
A D | cs35l33.c | 924 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() 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() 953 if (of_property_read_u32(hg, "cirrus,vp-hg-va", &val32) >= 0) in cs35l33_get_hg_data() [all …]
|
/linux-6.3-rc2/drivers/block/drbd/ |
A D | drbd_receiver.c | 3118 rv = hg; in drbd_asb_recover_1p() 3120 rv = hg; in drbd_asb_recover_1p() 3143 rv = hg; in drbd_asb_recover_1p() 3193 rv = hg; in drbd_asb_recover_2p() 3479 hg = -hg; in drbd_sync_handshake() 3493 int f = (hg == -100) || abs(hg) == 2; in drbd_sync_handshake() 3496 hg = hg*2; in drbd_sync_handshake() 3511 if (hg == 100 || (hg == -100 && always_asbp)) { in drbd_sync_handshake() 3534 hg = hg*2; in drbd_sync_handshake() 3541 hg = -1; in drbd_sync_handshake() [all …]
|
/linux-6.3-rc2/drivers/block/ |
A D | xen-blkfront.c | 496 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()
|
/linux-6.3-rc2/drivers/crypto/cavium/zip/ |
A D | zip_deflate.c | 63 zip_cmd->s.hg = 0; in prepare_zip_command()
|
A D | zip_inflate.c | 63 zip_cmd->s.hg = 0; in prepare_inflate_zcmd()
|
A D | zip_regs.h | 194 u64 hg : 1; member 196 u64 hg : 1;
|
/linux-6.3-rc2/Documentation/x86/ |
A D | intel_txt.rst | 52 repos.hg/tboot.hg.
|
/linux-6.3-rc2/ |
A D | Makefile | 618 -name CVS -o -name .pc -o -name .hg -o -name .git \) \ 621 --exclude CVS --exclude .pc --exclude .hg --exclude .git
|
A D | MAINTAINERS | 108 Type is one of: git, hg, quilt, stgit, topgit 10649 T: hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
|
/linux-6.3-rc2/Documentation/filesystems/ |
A D | proc.rst | 560 hg huge page advise flag
|
Completed in 51 milliseconds