Home
last modified time | relevance | path

Searched refs:ssize_t (Results 1 – 25 of 72) sorted by relevance

123

/u-boot/include/cavium/
A Datf.h9 ssize_t atf_read_mmc(uintptr_t offset, void *buffer, size_t size);
10 ssize_t atf_read_nor(uintptr_t offset, void *buffer, size_t size);
11 ssize_t atf_get_pcount(void);
12 ssize_t atf_get_part(struct storage_partition *part, unsigned int index);
13 ssize_t atf_erase_nor(uintptr_t offset, size_t size);
14 ssize_t atf_write_nor(uintptr_t offset, const void *buffer, size_t size);
15 ssize_t atf_write_mmc(uintptr_t offset, const void *buffer, size_t size);
16 ssize_t atf_dram_size(unsigned int node);
17 ssize_t atf_node_count(void);
18 ssize_t atf_env_count(void);
[all …]
/u-boot/test/lib/
A Defi_device_path.c31 ut_asserteq((ssize_t)-EINVAL, efi_dp_check_length(p1, SIZE_MAX)); in lib_test_efi_dp_check_length()
32 ut_asserteq((ssize_t)sizeof(d1), efi_dp_check_length(p1, sizeof(d1))); in lib_test_efi_dp_check_length()
33 ut_asserteq((ssize_t)sizeof(d1), in lib_test_efi_dp_check_length()
35 ut_asserteq((ssize_t)-1, efi_dp_check_length(p1, sizeof(d1) - 1)); in lib_test_efi_dp_check_length()
37 ut_asserteq((ssize_t)-1, efi_dp_check_length(p2, sizeof(d2))); in lib_test_efi_dp_check_length()
39 ut_asserteq((ssize_t)-1, efi_dp_check_length(p3, sizeof(d3) - 1)); in lib_test_efi_dp_check_length()
40 ut_asserteq((ssize_t)sizeof(d3), efi_dp_check_length(p3, sizeof(d3))); in lib_test_efi_dp_check_length()
41 ut_asserteq((ssize_t)sizeof(d3), efi_dp_check_length(p3, SSIZE_MAX)); in lib_test_efi_dp_check_length()
42 ut_asserteq((ssize_t)-EINVAL, in lib_test_efi_dp_check_length()
44 ut_asserteq((ssize_t)sizeof(d3), in lib_test_efi_dp_check_length()
/u-boot/arch/arm/include/asm/arch-octeontx2/
A Dsmc.h13 ssize_t smc_configure_ooo(unsigned int val);
14 ssize_t smc_dram_size(unsigned int node);
15 ssize_t smc_disable_rvu_lfs(unsigned int node);
16 ssize_t smc_flsf_fw_booted(void);
/u-boot/drivers/video/
A Dmipi_dsi.c434 ssize_t err; in mipi_dsi_dcs_write()
495 ssize_t err; in mipi_dsi_dcs_nop()
513 ssize_t err; in mipi_dsi_dcs_soft_reset()
533 ssize_t err; in mipi_dsi_dcs_get_power_mode()
558 ssize_t err; in mipi_dsi_dcs_get_pixel_format()
582 ssize_t err; in mipi_dsi_dcs_enter_sleep_mode()
601 ssize_t err; in mipi_dsi_dcs_exit_sleep_mode()
620 ssize_t err; in mipi_dsi_dcs_set_display_off()
639 ssize_t err; in mipi_dsi_dcs_set_display_on()
662 ssize_t err; in mipi_dsi_dcs_set_column_address()
[all …]
/u-boot/board/Marvell/octeontx2/
A Dsmc.c17 ssize_t smc_dram_size(unsigned int node) in smc_dram_size()
28 ssize_t smc_disable_rvu_lfs(unsigned int node) in smc_disable_rvu_lfs()
39 ssize_t smc_configure_ooo(unsigned int val) in smc_configure_ooo()
50 ssize_t smc_flsf_fw_booted(void) in smc_flsf_fw_booted()
/u-boot/board/cavium/thunderx/
A Datf.c21 ssize_t atf_read_mmc(uintptr_t offset, void *buffer, size_t size) in atf_read_mmc()
34 ssize_t atf_read_nor(uintptr_t offset, void *buffer, size_t size) in atf_read_nor()
47 ssize_t atf_get_pcount(void) in atf_get_pcount()
57 ssize_t atf_get_part(struct storage_partition *part, unsigned int index) in atf_get_part()
69 ssize_t atf_erase_nor(uintptr_t offset, size_t size) in atf_erase_nor()
81 ssize_t atf_write_nor(uintptr_t offset, const void *buffer, size_t size) in atf_write_nor()
109 ssize_t atf_dram_size(unsigned int node) in atf_dram_size()
120 ssize_t atf_node_count(void) in atf_node_count()
130 ssize_t atf_env_count(void) in atf_env_count()
140 ssize_t atf_env_string(size_t index, char *str) in atf_env_string()
[all …]
A Dthunderx.c87 ssize_t node_count = atf_node_count(); in dram_init()
88 ssize_t dram_size; in dram_init()
/u-boot/include/
A Dtpm-v2.h389 const ssize_t pw_sz);
443 u32 tpm2_dam_reset(struct udevice *dev, const char *pw, const ssize_t pw_sz);
458 const ssize_t pw_sz, unsigned int max_tries,
475 const ssize_t newpw_sz, const char *oldpw,
476 const ssize_t oldpw_sz);
490 const ssize_t pw_sz, u32 index, const char *key);
505 const ssize_t pw_sz, u32 index, const char *key,
506 const ssize_t key_sz);
A Dmipi_dsi.h95 ssize_t (*transfer)(struct mipi_dsi_host *host,
268 ssize_t mipi_dsi_generic_write(struct mipi_dsi_device *dsi, const void *payload,
270 ssize_t mipi_dsi_generic_read(struct mipi_dsi_device *dsi, const void *params,
303 ssize_t mipi_dsi_dcs_write_buffer(struct mipi_dsi_device *dsi,
318 ssize_t mipi_dsi_dcs_write(struct mipi_dsi_device *dsi, u8 cmd,
330 ssize_t mipi_dsi_dcs_read(struct mipi_dsi_device *dsi, u8 cmd, void *data,
A Dos.h27 ssize_t os_read(int fd, void *buf, size_t count);
37 ssize_t os_write(int fd, const void *buf, size_t count);
A Dsearch.h95 ssize_t hexport_r(struct hsearch_data *htab, const char sep, int flag,
/u-boot/cmd/
A Dtpm-v2.c71 const ssize_t pw_sz = pw ? strlen(pw) : 0; in do_tpm2_clear()
212 const ssize_t pw_sz = pw ? strlen(pw) : 0; in do_tpm_dam_reset()
233 const ssize_t pw_sz = pw ? strlen(pw) : 0; in do_tpm_dam_parameters()
279 const ssize_t newpw_sz = strlen(newpw); in do_tpm_change_auth()
280 const ssize_t oldpw_sz = oldpw ? strlen(oldpw) : 0; in do_tpm_change_auth()
315 const ssize_t pw_sz = pw ? strlen(pw) : 0; in do_tpm_pcr_setauthpolicy()
338 const ssize_t key_sz = strlen(key); in do_tpm_pcr_setauthvalue()
340 const ssize_t pw_sz = pw ? strlen(pw) : 0; in do_tpm_pcr_setauthvalue()
/u-boot/lib/
A Dtpm-v2.c48 const ssize_t pw_sz) in tpm2_clear()
197 u32 tpm2_dam_reset(struct udevice *dev, const char *pw, const ssize_t pw_sz) in tpm2_dam_reset()
233 const ssize_t pw_sz, unsigned int max_tries, in tpm2_dam_parameters()
282 const ssize_t newpw_sz, const char *oldpw, in tpm2_change_auth()
283 const ssize_t oldpw_sz) in tpm2_change_auth()
327 const ssize_t pw_sz, u32 index, const char *key) in tpm2_pcr_setauthpolicy()
382 const ssize_t pw_sz, u32 index, const char *key, in tpm2_pcr_setauthvalue()
383 const ssize_t key_sz) in tpm2_pcr_setauthvalue()
/u-boot/arch/arm/include/asm/arch-octeontx/
A Dsmc.h18 ssize_t smc_dram_size(unsigned int node);
/u-boot/board/Marvell/octeontx/
A Dsmc.c15 ssize_t smc_dram_size(unsigned int node) in smc_dram_size()
/u-boot/arch/arm/mach-aspeed/ast2600/
A Dspl.c29 struct image_header *spl_get_load_buffer(ssize_t offset, size_t size) in spl_get_load_buffer()
/u-boot/arch/arm/include/asm/arch-meson/
A Dsm.h9 ssize_t meson_sm_read_efuse(uintptr_t offset, void *buffer, size_t size);
/u-boot/board/amlogic/p200/
A Dp200.c26 ssize_t len; in misc_init_r()
/u-boot/board/amlogic/p201/
A Dp201.c26 ssize_t len; in misc_init_r()
/u-boot/board/amlogic/q200/
A Dq200.c27 ssize_t len; in misc_init_r()
/u-boot/board/amlogic/p212/
A Dp212.c27 ssize_t len; in misc_init_r()
/u-boot/board/amlogic/beelink-s922x/
A Dbeelink-s922x.c25 ssize_t len; in misc_init_r()
/u-boot/drivers/mtd/
A Dmtdcore.c207 static ssize_t mtd_type_show(struct device *dev, in mtd_type_show()
246 static ssize_t mtd_flags_show(struct device *dev, in mtd_flags_show()
256 static ssize_t mtd_size_show(struct device *dev, in mtd_size_show()
267 static ssize_t mtd_erasesize_show(struct device *dev, in mtd_erasesize_show()
277 static ssize_t mtd_writesize_show(struct device *dev, in mtd_writesize_show()
287 static ssize_t mtd_subpagesize_show(struct device *dev, in mtd_subpagesize_show()
298 static ssize_t mtd_oobsize_show(struct device *dev, in mtd_oobsize_show()
308 static ssize_t mtd_numeraseregions_show(struct device *dev, in mtd_numeraseregions_show()
319 static ssize_t mtd_name_show(struct device *dev, in mtd_name_show()
329 static ssize_t mtd_ecc_strength_show(struct device *dev, in mtd_ecc_strength_show()
[all …]
/u-boot/drivers/net/pfe_eth/
A Dpfe_cmd.c191 static ssize_t tmu_queue_stats(char *buf, int tmu, int queue) in tmu_queue_stats()
193 ssize_t len = 0; in tmu_queue_stats()
212 static ssize_t tmu_queues(char *buf, int tmu) in tmu_queues()
214 ssize_t len = 0; in tmu_queues()
/u-boot/board/amlogic/odroid-n2/
A Dodroid-n2.c112 ssize_t len; in misc_init_r()

Completed in 43 milliseconds

123