Home
last modified time | relevance | path

Searched defs:pos (Results 1 – 25 of 124) sorted by relevance

12345

/u-boot/include/linux/
A Dlist.h370 #define list_for_each(pos, head) \ argument
384 #define __list_for_each(pos, head) \ argument
392 #define list_for_each_prev(pos, head) \ argument
402 #define list_for_each_safe(pos, n, head) \ argument
412 #define list_for_each_prev_safe(pos, n, head) \ argument
423 #define list_for_each_entry(pos, head, member) \ argument
447 #define list_prepare_entry(pos, head, member) \ argument
486 #define list_for_each_entry_from(pos, head, member) \ argument
641 #define hlist_for_each(pos, head) \ argument
645 #define hlist_for_each_safe(pos, n, head) \ argument
[all …]
/u-boot/drivers/mtd/nand/
A Dcore.c28 bool nanddev_isbad(struct nand_device *nand, const struct nand_pos *pos) in nanddev_isbad()
67 int nanddev_markbad(struct nand_device *nand, const struct nand_pos *pos) in nanddev_markbad()
108 bool nanddev_isreserved(struct nand_device *nand, const struct nand_pos *pos) in nanddev_isreserved()
132 int nanddev_erase(struct nand_device *nand, const struct nand_pos *pos) in nanddev_erase()
170 struct nand_pos pos, last; in nanddev_mtd_erase() local
A Dbbt.c82 unsigned long *pos = nand->bbt.cache + in nanddev_bbt_get_block_status() local
115 unsigned long *pos = nand->bbt.cache + in nanddev_bbt_set_block_status() local
/u-boot/fs/yaffs2/
A Dyaffs_nameval.c35 int pos = 0; in nval_find() local
59 int pos = 0; in nval_used() local
75 int pos = nval_find(xb, xb_size, name, NULL); in nval_del() local
92 int pos; in nval_set() local
132 int pos = nval_find(xb, xb_size, name, NULL); in nval_get() local
169 int pos = 0; in nval_list() local
/u-boot/lib/efi_selftest/
A Defi_selftest_console.c28 u16 *pos = *buf; in mac() local
58 u16 *pos = *buf; in printx() local
83 u16 *pos = *buf; in uint2dec() local
124 u16 *pos = *buf; in int2dec() local
148 u16 *pos = buf; in efi_st_printc() local
A Dinitrddump.c82 u16 *pos = buf; in printx() local
152 efi_uintn_t pos = 0; in efi_input() local
206 static u16 *skip_whitespace(u16 *pos) in skip_whitespace()
428 u16 *pos; in efi_main() local
A Ddtbdump.c111 efi_uintn_t pos = 0; in efi_input() local
203 u16 *skip_whitespace(u16 *pos) in skip_whitespace()
518 u16 *pos; in efi_main() local
/u-boot/tools/
A Datmelimage.c57 size_t pos; in atmel_find_pmecc_parameter_in_token() local
118 size_t pos; in atmel_verify_header() local
188 size_t pos; in atmel_print_header() local
212 size_t pos = 5; in atmel_set_header() local
244 size_t pos; in atmel_vrec_header() local
/u-boot/scripts/dtc/
A Dsrcpos.c212 void srcpos_update(struct srcpos *pos, const char *text, int len) in srcpos_update()
234 srcpos_copy(struct srcpos *pos) in srcpos_copy()
245 srcpos_string(struct srcpos *pos) in srcpos_string()
269 void srcpos_verror(struct srcpos *pos, const char *prefix, in srcpos_verror()
283 void srcpos_error(struct srcpos *pos, const char *prefix, in srcpos_error()
/u-boot/arch/arm/cpu/armv8/fsl-layerscape/
A Dmp.c221 static int is_pos_valid(unsigned int pos) in is_pos_valid()
229 int pos = id_to_core(cpu_id); in is_core_online() local
277 int pos; in cpu_status() local
302 int pos; in cpu_release() local
/u-boot/test/
A Dunicode_ut.c185 char *pos; in unicode_test_utf8_put() local
276 u16 *pos; in unicode_test_utf8_utf16_strcpy() local
321 u16 *pos; in unicode_test_utf8_utf16_strncpy() local
391 u16 *pos; in unicode_test_utf16_put() local
465 char *pos; in unicode_test_utf16_utf8_strcpy() local
510 char *pos; in unicode_test_utf16_utf8_strncpy() local
717 u16 *pos; in unicode_test_efi_create_indexed_name() local
/u-boot/lib/
A Dsmbios-parser.c42 u8 *pos = ((u8 *)curr) + curr->length; in next_header() local
73 u8 *pos; in string_from_smbios_table() local
A Dcharset.c317 struct capitalization_table *pos = capitalization_table; in utf_to_lower() local
336 struct capitalization_table *pos = capitalization_table; in utf_to_upper() local
380 const char *pos = in; in u16_strlen() local
505 const char *pos; in utf8_to_cp437_stream() local
529 const char *pos; in utf8_to_utf32_stream() local
/u-boot/include/linux/mtd/
A Dnand.h97 struct nand_pos pos; member
442 struct nand_pos *pos) in nanddev_offs_to_pos()
496 const struct nand_pos *pos) in nanddev_pos_to_offs()
521 const struct nand_pos *pos) in nanddev_pos_to_row()
537 struct nand_pos *pos) in nanddev_pos_next_target()
555 struct nand_pos *pos) in nanddev_pos_next_lun()
575 struct nand_pos *pos) in nanddev_pos_next_eraseblock()
594 struct nand_pos *pos) in nanddev_pos_next_page()
727 const struct nand_pos *pos) in nanddev_bbt_pos_to_entry()
/u-boot/drivers/gpio/
A Dsh_pfc.c76 unsigned long pos; in gpio_read_bit() local
90 unsigned long pos; in gpio_write_bit() local
138 unsigned long mask, pos; in read_config_reg() local
154 unsigned long mask, pos, data; in write_config_reg() local
255 int k, m, n, pos, bit_pos; in get_config_reg() local
295 int pos, pinmux_enum_t *enum_idp) in get_gpio_enum_id()
332 int in_range, pos, field, value; in pinmux_config_gpio() local
/u-boot/drivers/core/
A Ddevice-remove.c27 struct udevice *pos, *n; in device_chld_unbind() local
50 struct udevice *pos, *n; in device_chld_remove() local
/u-boot/drivers/video/
A Defi.c16 u8 pos; member
30 static void efi_find_pixel_bits(u32 mask, u8 *pos, u8 *size) in efi_find_pixel_bits()
/u-boot/include/dm/
A Duclass.h403 #define uclass_id_foreach_dev(id, pos, uc) \ argument
417 #define uclass_foreach_dev(pos, uc) \ argument
432 #define uclass_foreach_dev_safe(pos, next, uc) \ argument
/u-boot/cmd/
A Dconsole.c20 struct list_head *pos; in do_coninfo() local
/u-boot/drivers/input/
A Dkey_matrix.c60 int pos; in key_matrix_decode() local
109 int map_keycode, int *pos) in create_keymap()
/u-boot/fs/ubifs/
A Dlpt.c280 uint32_t ubifs_unpack_bits(uint8_t **addr, int *pos, int nrbits) in ubifs_unpack_bits()
351 int i, pos = 0; in ubifs_pack_pnode() local
384 int i, pos = 0; in ubifs_pack_nnode() local
416 int i, pos = 0; in ubifs_pack_ltab() local
440 int i, pos = 0; in ubifs_pack_lsave() local
913 int pos = 0; in check_lpt_crc() local
939 int *pos, int type) in check_lpt_type()
965 int i, pos = 0, err; in unpack_pnode() local
1002 int i, pos = 0, err; in ubifs_unpack_nnode() local
1034 int i, pos = 0, err; in unpack_ltab() local
[all …]
/u-boot/scripts/kconfig/
A Dlist.h49 #define list_for_each_entry(pos, head, member) \ argument
61 #define list_for_each_entry_safe(pos, n, head, member) \ argument
/u-boot/fs/jffs2/
A Dcompr_rtime.c56 int pos; in rtime_decompress() local
/u-boot/fs/sandbox/
A Dsandboxfs.c21 int sandbox_fs_read_at(const char *filename, loff_t pos, void *buffer, in sandbox_fs_read_at()
58 int sandbox_fs_write_at(const char *filename, loff_t pos, void *buffer, in sandbox_fs_write_at()
/u-boot/drivers/spi/
A Dspi-mem-nodm.c14 unsigned int pos = 0; in spi_mem_exec_op() local

Completed in 36 milliseconds

12345