Searched defs:output (Results 1 - 25 of 44) sorted by relevance

12

/u-boot/include/dm/
H A Dof_access.h428 of_property_read_string_index(const struct device_node *np, const char *propname, int index, const char **output) argument
/u-boot/tools/u_boot_pylib/
H A Dcommand.py113 def output(*cmd, **kwargs): function
[all...]
H A Dcros_subprocess.py274 def output(self, stream, data): member in class:TestSubprocess.MyOperation
[all...]
/u-boot/lib/crypt/
H A Dcrypt.c33 u8 output[CRYPT_OUTPUT_SIZE], scratch[ALG_SPECIFIC_SIZE]; local
H A Dcrypt-sha256.c84 crypt_sha256crypt_rn_wrapped(const char *phrase, size_t phr_size, const char *setting, size_t set_size, u8 *output, size_t out_size, void *scratch, size_t scr_size) argument
108 crypt_sha256crypt_rn(const char *phrase, size_t phr_size, const char *setting, size_t ARG_UNUSED (set_size), uint8_t *output, size_t out_size, void *scratch, size_t scr_size) argument
326 gensalt_sha256crypt_rn(unsigned long count, const uint8_t *rbytes, size_t nrbytes, uint8_t *output, size_t output_size) argument
H A Dcrypt-sha512.c84 crypt_sha512crypt_rn_wrapped(const char *phrase, size_t phr_size, const char *setting, size_t set_size, u8 *output, size_t out_size, void *scratch, size_t scr_size) argument
109 crypt_sha512crypt_rn(const char *phrase, size_t phr_size, const char *setting, size_t ARG_UNUSED (set_size), uint8_t *output, size_t out_size, void *scratch, size_t scr_size) argument
341 gensalt_sha512crypt_rn(unsigned long count, const uint8_t *rbytes, size_t nrbytes, uint8_t *output, size_t output_size) argument
/u-boot/arch/x86/lib/
H A Ddiv64.c21 union overlay64 output; local
39 union overlay64 output; local
[all...]
/u-boot/lib/zstd/
H A Dzstd_decompress_module.c84 size_t zstd_decompress_stream(zstd_dstream *dstream, zstd_out_buffer *output, argument
/u-boot/drivers/gpio/
H A Drzg2l-gpio.c55 rzg2l_gpio_set_direction(const struct rzg2l_pfc_data *data, u32 port, u8 pin, bool output) argument
H A Dgpio-rza1.c57 r7s72100_gpio_set_direction(struct udevice *dev, unsigned line, bool output) argument
H A Dgpio-rcar.c73 rcar_gpio_set_direction(struct udevice *dev, unsigned offset, bool output) argument
H A Dnx_gpio.c114 unsigned int output; local
192 unsigned int output; local
H A Dtegra_gpio.c96 static void set_direction(unsigned gpio, int output) argument
[all...]
H A Dtegra186_gpio.c43 tegra186_gpio_set_out(struct udevice *dev, unsigned offset, bool output) argument
/u-boot/lib/
H A Dcrc32.c265 crc32_wd_buf(const unsigned char *input, unsigned int ilen, unsigned char *output, unsigned int chunk_sz) argument
H A Dmd5.c270 md5 (unsigned char *input, int len, unsigned char output[16]) argument
286 md5_wd(const unsigned char *input, unsigned int len, unsigned char output[16], argument
H A Dsha256.c272 sha256_csum_wd(const unsigned char *input, unsigned int ilen, unsigned char *output, unsigned int chunk_sz) argument
H A Dsha1.c281 void sha1_finish (sha1_context * ctx, unsigned char output[20]) argument
310 sha1_csum(const unsigned char *input, unsigned int ilen, unsigned char *output) argument
324 sha1_csum_wd(const unsigned char *input, unsigned int ilen, unsigned char *output, unsigned int chunk_sz) argument
356 sha1_hmac(const unsigned char *key, int keylen, const unsigned char *input, unsigned int ilen, unsigned char *output) argument
[all...]
/u-boot/drivers/video/rockchip/
H A Drk_lvds.c41 int output; member in struct:rk_lvds_priv
[all...]
/u-boot/common/
H A Dcli_simple.c25 int cli_simple_process_macros(const char *input, char *output, int max_size) argument
H A Dhash.c522 static void hash_show(struct hash_algo *algo, ulong addr, ulong len, uint8_t *output) argument
544 u8 *output; local
385 hash_block(const char *algo_name, const void *data, unsigned int len, uint8_t *output, int *output_size) argument
[all...]
/u-boot/drivers/clk/at91/
H A Dpmc.h32 struct clk_range output; member in struct:clk_master_characteristics
40 const struct clk_range *output; member in struct:clk_pll_characteristics
/u-boot/tools/
H A Dmkfwumdata.c242 fwu_make_mdata(size_t images, size_t banks, char *uuids[], char *output) argument
/u-boot/scripts/
H A Dget_maintainer.pl2516 sub output { subroutine
[all...]
/u-boot/drivers/power/regulator/
H A Dstpmic1.c45 stpmic1_output_find_uv(int sel, const struct stpmic1_output *output) argument
61 stpmic1_output_find_sel(int uv, const struct stpmic1_output *output) argument

Completed in 167 milliseconds

12