/openbmc/linux/drivers/usb/misc/ |
H A D | brcmstb-usb-pinmap.c | 78 struct out_pin *pout; in brcmstb_usb_pinmap_ovr_isr() local 84 pout = pdata->out_pins; in brcmstb_usb_pinmap_ovr_isr() 133 struct out_pin *pout; in parse_pins() local 183 pout->name); in parse_pins() 190 pout->name); in parse_pins() 197 pout->name); in parse_pins() 204 pout->name); in parse_pins() 211 pout->name); in parse_pins() 214 pout++; in parse_pins() 221 struct out_pin *pout; in sync_all_pins() local [all …]
|
/openbmc/qemu/tests/tcg/hexagon/ |
H A D | hvx_misc.c | 32 void *pout = output; in test_load_tmp() local 53 pout += sizeof(MMVector); in test_load_tmp() 96 void *pout = output; in test_load_cur() local 119 void *pout = output; in test_load_aligned() local 135 void *pout = output; in test_load_unaligned() local 152 void *pout = output; in test_store_aligned() local 168 void *pout = output; in test_store_unaligned() local 186 void *pout = output; in test_masked_store() local 235 void *pout = output; in test_new_value_store() local 264 void *pout = output; in test_max_temps() local [all …]
|
H A D | v69_hvx.c | 45 void *pout = output; in test_vasrvuhubrndsat() local 60 pout += sizeof(MMVector); in test_vasrvuhubrndsat() 82 void *pout = output; in test_vasrvuhubsat() local 97 pout += sizeof(MMVector); in test_vasrvuhubsat() 119 void *pout = output; in test_vasrvwuhrndsat() local 134 pout += sizeof(MMVector); in test_vasrvwuhrndsat() 156 void *pout = output; in test_vasrvwuhsat() local 171 pout += sizeof(MMVector); in test_vasrvwuhsat() 192 void *pout = output; in test_vassign_tmp() local 231 void *pout = output; in test_vcombine_tmp() local [all …]
|
H A D | hvx_misc.h | 101 void *pout = output; \ 103 VEC_OP1(ASM, EL, pin, pout); \ 105 pout += sizeof(MMVector); \ 120 void *pout = output; \ 122 VEC_OP2(ASM, EL, p0, p1, pout); \ 125 pout += sizeof(MMVector); \ 156 void *pout = output; \ 159 PRED_OP2(ASM, p0, p1, pout, INV); \ 162 pout += sizeof(MMVector); \
|
H A D | v68_hvx.c | 53 void *pout = output; in test_v6mpy() local 65 : : "r"(p00), "r"(p01), "r"(p10), "r"(p11), "r"(pout) in test_v6mpy() 71 pout += sizeof(MMVector); in test_v6mpy()
|
/openbmc/u-boot/drivers/crypto/ |
H A D | ace_sha.c | 28 unsigned char *pout, unsigned int hash_type) in ace_sha_hash_digest() argument 38 memcpy(pout, sha1_digest_emptymsg, SHA1_SUM_LEN); in ace_sha_hash_digest() 40 memcpy(pout, sha256_digest_emptymsg, SHA256_SUM_LEN); in ace_sha_hash_digest() 90 pdigest = (unsigned int *)pout; in ace_sha_hash_digest() 103 unsigned char *pout, unsigned int chunk_size) in hw_sha256() argument 105 if (ace_sha_hash_digest(pbuf, buf_len, pout, ACE_SHA_TYPE_SHA256)) in hw_sha256() 110 unsigned char *pout, unsigned int chunk_size) in hw_sha1() argument 112 if (ace_sha_hash_digest(pbuf, buf_len, pout, ACE_SHA_TYPE_SHA1)) in hw_sha1()
|
H A D | aspeed_hace_v1.c | 118 unsigned char *pout, unsigned int chunk_size) in hw_sha1() argument 122 rc = digest_object(pbuf, buf_len, pout, HACE_ALGO_SHA1); in hw_sha1() 128 unsigned char *pout, unsigned int chunk_size) in hw_sha256() argument 132 rc = digest_object(pbuf, buf_len, pout, HACE_ALGO_SHA256); in hw_sha256() 138 unsigned char *pout, unsigned int chunk_size) in hw_sha384() argument 142 rc = digest_object(pbuf, buf_len, pout, HACE_ALGO_SHA384); in hw_sha384() 148 unsigned char *pout, unsigned int chunk_size) in hw_sha512() argument 152 rc = digest_object(pbuf, buf_len, pout, HACE_ALGO_SHA512); in hw_sha512()
|
H A D | aspeed_hace.c | 350 unsigned char *pout, unsigned int chunk_size) in hw_sha1() argument 354 rc = sha_digest(pbuf, buf_len, pout, ASPEED_SHA_TYPE_SHA1); in hw_sha1() 360 unsigned char *pout, unsigned int chunk_size) in hw_sha256() argument 364 rc = sha_digest(pbuf, buf_len, pout, ASPEED_SHA_TYPE_SHA256); in hw_sha256() 370 unsigned char *pout, unsigned int chunk_size) in hw_sha384() argument 374 rc = sha_digest(pbuf, buf_len, pout, ASPEED_SHA_TYPE_SHA384); in hw_sha384() 380 unsigned char *pout, unsigned int chunk_size) in hw_sha512() argument 384 rc = sha_digest(pbuf, buf_len, pout, ASPEED_SHA_TYPE_SHA512); in hw_sha512()
|
/openbmc/u-boot/drivers/crypto/fsl/ |
H A D | fsl_hash.c | 162 unsigned char *pout, enum caam_hash_algos algo) in caam_hash() argument 175 !IS_ALIGNED((uintptr_t)pout, ARCH_DMA_MINALIGN)) { in caam_hash() 183 inline_cnstr_jobdesc_hash(desc, pbuf, buf_len, pout, in caam_hash() 194 invalidate_dcache_range((unsigned long)pout, in caam_hash() 195 (unsigned long)pout + size); in caam_hash() 202 unsigned char *pout, unsigned int chunk_size) in hw_sha256() argument 204 if (caam_hash(pbuf, buf_len, pout, SHA256)) in hw_sha256() 209 unsigned char *pout, unsigned int chunk_size) in hw_sha1() argument 211 if (caam_hash(pbuf, buf_len, pout, SHA1)) in hw_sha1()
|
/openbmc/linux/drivers/gpu/drm/loongson/ |
H A D | lsdc_pixpll.c | 151 struct lsdc_pixpll_parms *pout) in lsdc_pixpll_find() argument 161 pout->div_ref = pt->div_ref; in lsdc_pixpll_find() 162 pout->loopc = pt->loopc; in lsdc_pixpll_find() 163 pout->div_out = pt->div_out; in lsdc_pixpll_find() 194 struct lsdc_pixpll_parms *pout) in lsdc_pixel_pll_compute() argument 203 if (!lsdc_pixpll_find(this, clock, pout)) in lsdc_pixel_pll_compute() 230 *pout = *pparms; in lsdc_pixel_pll_compute() 240 *pout = *pparms; in lsdc_pixel_pll_compute()
|
H A D | lsdc_pixpll.h | 56 struct lsdc_pixpll_parms *pout);
|
/openbmc/phosphor-power/phosphor-regulators/src/ |
H A D | sensors.hpp | 46 pout, enumerator 105 case SensorType::pout: in toString()
|
/openbmc/phosphor-power/phosphor-regulators/test/ |
H A D | sensors_tests.cpp | 28 EXPECT_EQ(toString(SensorType::pout), "pout"); in TEST()
|
/openbmc/phosphor-power/phosphor-regulators/docs/config_file/ |
H A D | pmbus_read_sensor.md | 20 | pout | Output power | 75 | pout | power | 104 … type. Specify one of the following: "iout", "iout_peak", "iout_valley", "pout", "temperature", "t…
|
/openbmc/qemu/tests/tcg/ |
H A D | Makefile.target | 180 -d plugin -D $*.pout \ 194 -d plugin -D $*.pout \
|
/openbmc/phosphor-power/phosphor-regulators/test/actions/ |
H A D | pmbus_read_sensor_action_tests.cpp | 234 SensorType type{SensorType::pout}; in TEST() 400 SensorType type{SensorType::pout}; in TEST() 548 SensorType type{SensorType::pout}; in TEST() 553 EXPECT_EQ(action.getType(), SensorType::pout); in TEST()
|
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/ |
H A D | trx.c | 150 s8 pout = -6; in query_rxphystatus() local 154 rx_pwr_all = pout - 32 - (2*vga_idx); in query_rxphystatus() 157 rx_pwr_all = pout - 24 - (2*vga_idx); in query_rxphystatus() 160 rx_pwr_all = pout - 11 - (2*vga_idx); in query_rxphystatus() 163 rx_pwr_all = pout + 5 - (2*vga_idx); in query_rxphystatus() 166 rx_pwr_all = pout + 21 - (2*vga_idx); in query_rxphystatus()
|
/openbmc/linux/Documentation/hwmon/ |
H A D | isl68137.rst | 462 power[2-3]_label "pout[1-2]" 507 power2_label "pout" 552 power[3-4]_label "pout[1-2]" 597 power[4-6]_label "pout[1-3]"
|
H A D | mp2856.rst | 80 - indexes 2, 3 for "pout";
|
H A D | inspur-ipsps1.rst | 63 power2_label "pout"
|
H A D | mp2888.rst | 91 - indexes 2 for "pout";
|
H A D | acbel-fsg032.rst | 72 power2_label "pout"
|
H A D | ir35221.rst | 80 power[2-3]_label "pout[1-2]"
|
H A D | pxe1610.rst | 99 power[2-4]_label "pout[1-3]"
|
/openbmc/openbmc/poky/bitbake/lib/bb/ |
H A D | utils.py | 1153 def process_profilelog(fn, pout = None): argument 1155 if not pout: 1156 pout = fn + '.processed' 1158 with open(pout, 'w') as pout: 1161 p = pstats.Stats(*fn, stream=pout) 1163 p = pstats.Stats(fn, stream=pout) 1170 pout.flush()
|