Home
last modified time | relevance | path

Searched refs:count (Results 1 – 25 of 56) sorted by relevance

123

/include/asm-generic/
A Dio.h193 if (count) { in readsb()
199 } while (--count); in readsb()
209 if (count) { in readsw()
215 } while (--count); in readsw()
225 if (count) { in readsl()
231 } while (--count); in readsl()
242 if (count) { in readsq()
259 if (count) { in writesb()
274 if (count) { in writesw()
289 if (count) { in writesl()
[all …]
A Dgpio.h501 int dm_gpio_get_values_as_int(const struct gpio_desc *desc_list, int count);
526 int count);
710 int gpio_free_list(struct udevice *dev, struct gpio_desc *desc, int count);
718 int gpio_free_list_nodev(struct gpio_desc *desc, int count);
782 int dm_gpios_clrset_flags(struct gpio_desc *desc, int count, ulong clr,
/include/
A Dcharset.h58 size_t utf8_utf16_strnlen(const char *src, size_t count);
78 int utf8_utf16_strncpy(u16 **dst, const char *src, size_t count);
117 size_t utf16_strnlen(const u16 *src, size_t count);
129 size_t utf16_utf8_strnlen(const u16 *src, size_t count);
149 int utf16_utf8_strncpy(char **dst, const u16 *src, size_t count);
237 size_t u16_strnlen(const u16 *in, size_t count);
288 size_t u16_strlcat(u16 *dest, const u16 *src, size_t count);
A Dw1-eeprom.h22 u8 *buf, unsigned int count);
26 u8 *buf, unsigned int count);
A Dhexdump.h55 static inline int hex2bin(u8 *dst, const char *src, size_t count) in hex2bin() argument
57 while (count--) { in hex2bin()
75 static inline char *bin2hex(char *dst, const void *src, size_t count) in bin2hex() argument
79 while (count--) in bin2hex()
A Dtimer.h46 u64 timer_conv_64(u32 count);
55 int timer_get_count(struct udevice *dev, u64 *count);
A Ddisplay_options.h49 int print_buffer(ulong addr, const void *data, uint width, uint count,
74 int hexdump_line(ulong addr, const void *data, uint width, uint count,
A Dtpm_api.h63 u32 tpm_nv_read_value(struct udevice *dev, u32 index, void *data, u32 count);
104 u32 tpm_pcr_read(struct udevice *dev, u32 index, void *data, size_t count);
124 u32 tpm_read_pubek(struct udevice *dev, void *data, size_t count);
172 void *cap, size_t count);
281 u32 tpm_get_random(struct udevice *dev, void *data, u32 count);
A Dw1.h49 int w1_read_buf(struct udevice *dev, u8 *buf, unsigned int count);
52 int w1_write_buf(struct udevice *dev, u8 *buf, unsigned int count);
A Ds_record.h99 int srec_decode (char *input, int *count, ulong *addr, char *data);
A Dalist.h45 u16 count; member
71 return index < lst->count; in alist_has()
108 return lst->count == lst->alloc; in alist_full()
260 ((_struct *)(_lst)->data + (_lst)->count)
A Dreset.h83 unsigned int count; member
343 int reset_release_all(struct reset_ctl *reset_ctl, int count);
359 return reset_release_all(bulk->resets, bulk->count); in reset_release_bulk()
451 static inline int reset_release_all(struct reset_ctl *reset_ctl, int count) in reset_release_all() argument
A Dvideo_osd.h84 size_t buflen, uint count);
161 size_t buflen, uint count);
A Dfdtdec.h701 u32 *array, int count);
717 const char *prop_name, u32 *array, int count);
736 const char *prop_name, int count);
774 u8 *array, int count);
790 const char *prop_name, int count);
1047 const char **compatibles, unsigned int count,
1139 unsigned int count, unsigned long flags);
A Defi_config.h58 int count; member
116 void *eficonfig_create_fixed_menu(const struct eficonfig_item *items, int count);
A Dfdt_region.h75 int count; /* Numnber of regions found */ member
301 int fdt_add_alias_regions(const void *fdt, struct fdt_region *region, int count,
A Dusb_mass_storage.h27 int fsg_init(struct ums *ums_devs, int count, struct udevice *udc);
A Dos.h34 ssize_t os_read(int fd, void *buf, size_t count);
44 ssize_t os_write(int fd, const void *buf, size_t count);
A Dtpm-v2.h92 u32 count; member
98 u32 count; member
147 u32 count; member
502 u32 tpm2_nv_read_value(struct udevice *dev, u32 index, void *data, u32 count);
514 u32 count);
641 u32 tpm2_get_random(struct udevice *dev, void *data, u32 count);
A Dclk.h97 unsigned int count; member
257 int clk_release_all(struct clk *clk, unsigned int count);
308 static inline int clk_release_all(struct clk *clk, unsigned int count) in clk_release_all() argument
425 return clk_release_all(bulk->clks, bulk->count); in clk_release_bulk()
/include/linux/
A Dutf.h8 int count = 0; in utf8_to_utf16le() local
67 count++; in utf8_to_utf16le()
70 return count; in utf8_to_utf16le()
/include/net/pfe_eth/pfe/cbus/
A Dbmu.h32 u32 count; member
/include/reboot-mode/
A Dreboot-mode.h19 u8 count; member
/include/jffs2/
A Dmini_inflate.h25 int *count; /* the number of codes of this bit length */ member
/include/u-boot/
A Dsha512.h26 uint64_t count[2]; member

Completed in 41 milliseconds

123