Searched refs:pcomp (Results 1 - 6 of 6) sorted by relevance

/linux-4.1.27/crypto/
H A Dpcompress.c56 strncpy(rpcomp.type, "pcomp", sizeof(rpcomp.type)); crypto_pcomp_report()
76 seq_printf(m, "type : pcomp\n"); crypto_pcomp_show()
H A Dtestmgr.c127 struct pcomp_test_suite pcomp; member in union:alg_test_desc::__anon3263
1281 pr_err("alg: pcomp: compression setup failed on test " test_pcomp()
1288 pr_err("alg: pcomp: compression init failed on test " test_pcomp()
1302 pr_err("alg: pcomp: compression update failed on test " test_pcomp()
1314 pr_err("alg: pcomp: compression update failed on test " test_pcomp()
1326 pr_err("alg: pcomp: compression final failed on test " test_pcomp()
1348 pr_err("alg: pcomp: Compression test %d failed for " test_pcomp()
1362 pr_err("alg: pcomp: decompression setup failed on " test_pcomp()
1369 pr_err("alg: pcomp: decompression init failed on test " test_pcomp()
1383 pr_err("alg: pcomp: decompression update failed on " test_pcomp()
1395 pr_err("alg: pcomp: decompression update failed on " test_pcomp()
1407 pr_err("alg: pcomp: decompression final failed on " test_pcomp()
1430 pr_err("alg: pcomp: Decompression test %d failed for " test_pcomp()
1619 pr_err("alg: pcomp: Failed to load transform for %s: %ld\n", alg_test_pcomp()
1624 err = test_pcomp(tfm, desc->suite.pcomp.comp.vecs, alg_test_pcomp()
1625 desc->suite.pcomp.decomp.vecs, alg_test_pcomp()
1626 desc->suite.pcomp.comp.count, alg_test_pcomp()
1627 desc->suite.pcomp.decomp.count); alg_test_pcomp()
3591 .pcomp = {
/linux-4.1.27/drivers/iio/pressure/
H A Dmpl115.c52 int a1, y1, pcomp; mpl115_comp_pressure() local
75 pcomp = (y1 + ((data->b2 * (int) tadc) >> 1)) >> 9; mpl115_comp_pressure()
77 kpa = pcomp * (115 - 50) / 1023 + (50 << 4); mpl115_comp_pressure()
/linux-4.1.27/drivers/net/wireless/b43/
H A Dphy_n.c4389 struct b43_phy_n_iq_comp *pcomp) b43_nphy_rx_iq_coeffs()
4392 b43_phy_write(dev, B43_NPHY_C1_RXIQ_COMPA0, pcomp->a0); b43_nphy_rx_iq_coeffs()
4393 b43_phy_write(dev, B43_NPHY_C1_RXIQ_COMPB0, pcomp->b0); b43_nphy_rx_iq_coeffs()
4394 b43_phy_write(dev, B43_NPHY_C2_RXIQ_COMPA1, pcomp->a1); b43_nphy_rx_iq_coeffs()
4395 b43_phy_write(dev, B43_NPHY_C2_RXIQ_COMPB1, pcomp->b1); b43_nphy_rx_iq_coeffs()
4397 pcomp->a0 = b43_phy_read(dev, B43_NPHY_C1_RXIQ_COMPA0); b43_nphy_rx_iq_coeffs()
4398 pcomp->b0 = b43_phy_read(dev, B43_NPHY_C1_RXIQ_COMPB0); b43_nphy_rx_iq_coeffs()
4399 pcomp->a1 = b43_phy_read(dev, B43_NPHY_C2_RXIQ_COMPA1); b43_nphy_rx_iq_coeffs()
4400 pcomp->b1 = b43_phy_read(dev, B43_NPHY_C2_RXIQ_COMPB1); b43_nphy_rx_iq_coeffs()
4388 b43_nphy_rx_iq_coeffs(struct b43_wldev *dev, bool write, struct b43_phy_n_iq_comp *pcomp) b43_nphy_rx_iq_coeffs() argument
/linux-4.1.27/drivers/scsi/aic7xxx/
H A Daic79xx_osm.c2727 static void ahd_linux_set_pcomp_en(struct scsi_target *starget, int pcomp) ahd_linux_set_pcomp_en() argument
2746 pcomp ? "Enable" : "Disable"); ahd_linux_set_pcomp_en()
2749 if (pcomp && spi_max_width(starget)) { ahd_linux_set_pcomp_en()
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmsmac/phy/
H A Dphy_n.c26159 struct nphy_iq_comp *pcomp) wlc_phy_rx_iq_coeffs_nphy()
26162 write_phy_reg(pi, 0x9a, pcomp->a0); wlc_phy_rx_iq_coeffs_nphy()
26163 write_phy_reg(pi, 0x9b, pcomp->b0); wlc_phy_rx_iq_coeffs_nphy()
26164 write_phy_reg(pi, 0x9c, pcomp->a1); wlc_phy_rx_iq_coeffs_nphy()
26165 write_phy_reg(pi, 0x9d, pcomp->b1); wlc_phy_rx_iq_coeffs_nphy()
26167 pcomp->a0 = read_phy_reg(pi, 0x9a); wlc_phy_rx_iq_coeffs_nphy()
26168 pcomp->b0 = read_phy_reg(pi, 0x9b); wlc_phy_rx_iq_coeffs_nphy()
26169 pcomp->a1 = read_phy_reg(pi, 0x9c); wlc_phy_rx_iq_coeffs_nphy()
26170 pcomp->b1 = read_phy_reg(pi, 0x9d); wlc_phy_rx_iq_coeffs_nphy()
26158 wlc_phy_rx_iq_coeffs_nphy(struct brcms_phy *pi, u8 write, struct nphy_iq_comp *pcomp) wlc_phy_rx_iq_coeffs_nphy() argument

Completed in 341 milliseconds