Home
last modified time | relevance | path

Searched defs:new (Results 1 – 25 of 46) sorted by relevance

12

/u-boot/lib/
A Drbtree.c53 __rb_rotate_set_parents(struct rb_node *old, struct rb_node *new, in __rb_rotate_set_parents()
64 void (*augment_rotate)(struct rb_node *old, struct rb_node *new)) in __rb_insert()
193 void (*augment_rotate)(struct rb_node *old, struct rb_node *new)) in ____rb_erase_color()
355 void (*augment_rotate)(struct rb_node *old, struct rb_node *new)) in __rb_erase_color()
369 static inline void dummy_copy(struct rb_node *old, struct rb_node *new) {} in dummy_copy()
370 static inline void dummy_rotate(struct rb_node *old, struct rb_node *new) {} in dummy_rotate()
399 void (*augment_rotate)(struct rb_node *old, struct rb_node *new)) in __rb_insert_augmented()
495 void rb_replace_node(struct rb_node *victim, struct rb_node *new, in rb_replace_node()
A Dnet_utils.c84 uint add_ip_checksums(uint offset, uint sum, uint new) in add_ip_checksums()
/u-boot/lib/acpi/
A Dacpi_dp.c202 struct acpi_dp *new; in acpi_dp_new() local
230 struct acpi_dp *new; in acpi_dp_add_integer() local
244 struct acpi_dp *new; in acpi_dp_add_string() local
257 struct acpi_dp *new; in acpi_dp_add_reference() local
270 struct acpi_dp *new; in acpi_dp_add_child() local
287 struct acpi_dp *new; in acpi_dp_add_array() local
/u-boot/scripts/dtc/
A Dutil.h54 void *new = malloc(len); in xmalloc() local
64 void *new = realloc(p, len); in xrealloc() local
A Dlivetree.c29 struct label *new; in add_label() local
55 struct property *new = xmalloc(sizeof(*new)); in build_property() local
67 struct property *new = xmalloc(sizeof(*new)); in build_property_delete() local
102 struct node *new = xmalloc(sizeof(*new)); in build_node() local
119 struct node *new = xmalloc(sizeof(*new)); in build_node_delete() local
361 struct reserve_info *new = xmalloc(sizeof(*new)); in build_reserve_entry() local
381 struct reserve_info *new) in add_reserve_entry()
/u-boot/tools/libfdt/
A Dfdt_rw.c5 int fdt_remove_unused_strings(const void *old, void *new) in fdt_remove_unused_strings()
/u-boot/include/asm-generic/
A Datomic-long.h135 #define atomic_long_cmpxchg(l, old, new) \ argument
137 #define atomic_long_xchg(v, new) \ argument
254 #define atomic_long_cmpxchg(l, old, new) \ argument
256 #define atomic_long_xchg(v, new) \ argument
/u-boot/drivers/sound/
A Dmaxim_codec.c73 unsigned char old, new; in maxim_bic_or() local
/u-boot/arch/mips/lib/
A Dreloc.c49 uint8_t new; in read_uint() local
/u-boot/arch/sh/include/asm/
A Dsystem.h198 unsigned long new) in __cmpxchg_u32()
218 unsigned long new, int size) in __cmpxchg()
/u-boot/include/linux/
A Dlist.h43 static inline void __list_add(struct list_head *new, in __list_add()
61 static inline void list_add(struct list_head *new, struct list_head *head) in list_add()
74 static inline void list_add_tail(struct list_head *new, struct list_head *head) in list_add_tail()
113 struct list_head *new) in list_replace()
122 struct list_head *new) in list_replace_init()
A Drbtree_augmented.h98 __rb_change_child(struct rb_node *old, struct rb_node *new, in __rb_change_child()
/u-boot/arch/arm/cpu/arm926ejs/mxs/
A Dtimer.c127 uint32_t old, new, incr; in __udelay() local
/u-boot/common/
A Diomux.c143 int iomux_replace_device(const int console, const char *old, const char *new) in iomux_replace_device()
A Dusb_kbd.c112 uint8_t *new; member
287 uint8_t *new; in usb_kbd_service_key() local
/u-boot/drivers/net/fm/
A Dfm.c387 struct udevice *new; in fm_init_common() local
474 struct udevice *new; in fm_init_common() local
/u-boot/env/
A Deeprom.c153 ulong crc, len, new; in env_eeprom_load() local
A Dsf.c43 struct udevice *new; in setup_flash_device() local
/u-boot/drivers/net/pfe_eth/
A Dpfe_firmware.c175 struct udevice *new; in pfe_spi_flash_init() local
/u-boot/cmd/
A Dsf.c95 struct udevice *new, *bus_dev; in do_spi_flash_probe() local
98 struct spi_flash *new; in do_spi_flash_probe() local
A Dmbr.c33 char *new = NULL; in extract_val() local
/u-boot/arch/arm/include/asm/xen/
A Dsystem.h16 #define synch_cmpxchg(ptr, old, new) \ argument
/u-boot/drivers/rtc/
A Dftrtc010.c99 unsigned long new; in rtc_set() local
/u-boot/drivers/virtio/
A Dvirtio_ring.c107 u16 new, old; in virtqueue_kick_prepare() local
/u-boot/examples/standalone/
A Dsched.c187 #define SWITCH(new) \ in thread_yield() argument

Completed in 27 milliseconds

12