/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() 87 if (val & pout->changed_mask) { in brcmstb_usb_pinmap_ovr_isr() 88 pinmap_set(pdata->regs, pout->clr_changed_mask); in brcmstb_usb_pinmap_ovr_isr() 89 pinmap_unset(pdata->regs, pout->clr_changed_mask); in brcmstb_usb_pinmap_ovr_isr() 90 bit = val & pout->value_mask; in brcmstb_usb_pinmap_ovr_isr() 91 gpiod_set_value(pout->gpiod, bit ? 1 : 0); in brcmstb_usb_pinmap_ovr_isr() 93 __func__, pout->name, bit ? 1 : 0); in brcmstb_usb_pinmap_ovr_isr() 133 struct out_pin *pout; in parse_pins() local 171 pout = pdata->out_pins; in parse_pins() [all …]
|
/openbmc/qemu/tests/tcg/hexagon/ |
H A D | hvx_misc.c | 32 void *pout = output; in test_load_tmp() local 49 : : "r"(p0), "r"(p1), "r"(pout) in test_load_tmp() 53 pout += sizeof(MMVector); in test_load_tmp() 96 void *pout = output; in test_load_cur() local 103 : : "r"(p0), "r"(pout) : "v2", "memory"); in test_load_cur() 105 pout += sizeof(MMVector); in test_load_cur() 119 void *pout = output; in test_load_aligned() local 125 : : "r"(p0), "r"(pout) : "v2", "memory"); in test_load_aligned() 135 void *pout = output; in test_load_unaligned() local 141 : : "r"(p0), "r"(pout) : "v2", "memory"); in test_load_unaligned() [all …]
|
H A D | v69_hvx.c | 45 void *pout = output; in test_vasrvuhubrndsat() local 56 : : "r"(p0), "r"(p1), "r"(pout) in test_vasrvuhubrndsat() 60 pout += sizeof(MMVector); in test_vasrvuhubrndsat() 82 void *pout = output; in test_vasrvuhubsat() local 93 : : "r"(p0), "r"(p1), "r"(pout) in test_vasrvuhubsat() 97 pout += sizeof(MMVector); in test_vasrvuhubsat() 119 void *pout = output; in test_vasrvwuhrndsat() local 130 : : "r"(p0), "r"(p1), "r"(pout) in test_vasrvwuhrndsat() 134 pout += sizeof(MMVector); in test_vasrvwuhrndsat() 156 void *pout = output; in test_vasrvwuhsat() 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/qemu/tests/tcg/ |
H A D | Makefile.target | 187 -d plugin -D $*.pout \ 190 $(call quiet-command, $(CHECK_PLUGIN_OUTPUT_COMMAND) $*.pout, \ 205 -d plugin -D $*.pout \ 208 $(call quiet-command, $(CHECK_PLUGIN_OUTPUT_COMMAND) $*.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/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/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/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/openbmc/poky/bitbake/lib/bb/ |
H A D | utils.py | 1179 def process_profilelog(fn, pout = None): argument 1181 if not pout: 1182 pout = fn + '.processed' 1184 with open(pout, 'w') as pout: 1187 p = pstats.Stats(*fn, stream=pout) 1189 p = pstats.Stats(fn, stream=pout) 1196 pout.flush()
|
/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 | acbel-fsg032.rst | 72 power2_label "pout"
|
H A D | mp2888.rst | 91 - indexes 2 for "pout";
|
H A D | xdpe152c4.rst | 94 indexes 1, 2 are for "pin" and 3, 4 for "pout":
|
H A D | pxe1610.rst | 99 power[2-4]_label "pout[1-3]"
|