/linux/Documentation/devicetree/bindings/sound/ |
H 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 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 [all...] |
/linux/drivers/media/pci/saa7164/ |
H A D | saa7164-core.c | 165 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 in saa7164_histogram_reset() 212 saa7164_histogram_update(struct saa7164_histogram * hg,u32 val) saa7164_histogram_update() argument 225 saa7164_histogram_print(struct saa7164_port * port,struct saa7164_histogram * hg) saa7164_histogram_print() argument [all...] |
H A D | saa7164.h | 486 void saa7164_histogram_update(struct saa7164_histogram *hg, u32 val);
|
/linux/sound/soc/codecs/ |
H A D | cs35l33.c | 918 struct device_node *hg; in cs35l33_get_hg_data() local 922 hg = of_get_child_by_name(np, "cirrus,hg-algo"); in cs35l33_get_hg_data() 923 hg_config->enable_hg_algo = hg ? true : false; in cs35l33_get_hg_data() 926 if (of_property_read_u32(hg, "cirrus,mem-depth", &val32) >= 0) in cs35l33_get_hg_data() 928 if (of_property_read_u32(hg, "cirrus,release-rate", in cs35l33_get_hg_data() 931 if (of_property_read_u32(hg, "cirrus,ldo-thld", &val32) >= 0) in cs35l33_get_hg_data() 933 if (of_property_read_u32(hg, "cirrus,ldo-path-disable", in cs35l33_get_hg_data() 936 if (of_property_read_u32(hg, "cirrus,ldo-entry-delay", in cs35l33_get_hg_data() 940 hg_config->vp_hg_auto = of_property_read_bool(hg, in cs35l33_get_hg_data() [all...] |
/linux/drivers/block/drbd/ |
H A D | drbd_receiver.c | 2915 int hg, rv = -100; in drbd_asb_recover_1p() local 2933 hg = drbd_asb_recover_0p(peer_device); in drbd_asb_recover_1p() 2934 if (hg == -1 && device->state.role == R_SECONDARY) in drbd_asb_recover_1p() 2935 rv = hg; in drbd_asb_recover_1p() 2936 if (hg == 1 && device->state.role == R_PRIMARY) in drbd_asb_recover_1p() 2937 rv = hg; in drbd_asb_recover_1p() 2945 hg = drbd_asb_recover_0p(peer_device); in drbd_asb_recover_1p() 2946 if (hg == -1 && device->state.role == R_PRIMARY) { in drbd_asb_recover_1p() 2957 rv = hg; in drbd_asb_recover_1p() 2960 rv = hg; in drbd_asb_recover_1p() [all …]
|
/linux/drivers/block/ |
H 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 in blkif_getgeo() [all...] |
/linux/Documentation/arch/x86/ |
H A D | intel_txt.rst | 52 repos.hg/tboot.hg.
|
/linux/Documentation/networking/device_drivers/ethernet/meta/ |
H A D | fbnic.rst | 28 addition to the version the hg commit hash of the build is included as a
|
/linux/ |
H A D | Makefile | 646 -name CVS -o -name .pc -o -name .hg -o -name .git \) \
|
H A D | MAINTAINERS | 32 Type is one of: git, hg, quilt, stgit, topgit 12753 T: hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
|
/linux/Documentation/filesystems/ |
H A D | proc.rst | 602 hg huge page advise flag
|