Home
last modified time | relevance | path

Searched refs:max_count (Results 1 – 8 of 8) sorted by relevance

/u-boot/board/alliedtelesis/common/
A Dgpio_hog.c13 int gpio_hog_list(struct gpio_desc *gpiod, int max_count, in gpio_hog_list() argument
27 gpio_name, gpiod, max_count, in gpio_hog_list()
A Dgpio_hog.h6 int gpio_hog_list(struct gpio_desc *gpiod, int max_count, const char *node_name,
/u-boot/scripts/dtc/libfdt/
A Dlibfdt_env.h85 static inline size_t fdt_strnlen(const char *string, size_t max_count) in fdt_strnlen() argument
87 const char *p = memchr(string, 0, max_count); in fdt_strnlen()
88 return p ? p - string : max_count; in fdt_strnlen()
/u-boot/lib/zlib/
A Dtrees.c722 int max_count = 7; /* max repeat count */ local
725 if (nextlen == 0) max_count = 138, min_count = 3;
730 if (++count < max_count && curlen == nextlen) {
744 max_count = 138, min_count = 3;
746 max_count = 6, min_count = 3;
748 max_count = 7, min_count = 4;
767 int max_count = 7; /* max repeat count */ local
771 if (nextlen == 0) max_count = 138, min_count = 3;
795 max_count = 138, min_count = 3;
797 max_count = 6, min_count = 3;
[all …]
/u-boot/drivers/input/
A Dcros_ec_keyb.c44 int max_count, bool *samep) in check_for_keys() argument
95 if ((data & mask) && num_keys < max_count) { in check_for_keys()
/u-boot/include/asm-generic/
A Dgpio.h530 struct gpio_desc *desc_list, int max_count,
574 struct gpio_desc *desc_list, int max_count,
/u-boot/drivers/tpm/
A Dtpm_tis_infineon.c127 unsigned int sleep_time_us, u8 max_count) in tpm_tis_i2c_write_generic() argument
143 for (count = 0; count < max_count; count++) { in tpm_tis_i2c_write_generic()
/u-boot/drivers/gpio/
A Dgpio-uclass.c1063 struct gpio_desc *desc, int max_count, in gpio_request_list_by_name_nodev() argument
1069 for (count = 0; count < max_count; count++) { in gpio_request_list_by_name_nodev()
1088 struct gpio_desc *desc, int max_count, in gpio_request_list_by_name() argument
1097 max_count, flags); in gpio_request_list_by_name()

Completed in 12 milliseconds