| /rk3399_rockchip-uboot/drivers/mtd/ubi/ |
| H A D | wl.c | 145 static void wl_tree_add(struct ubi_wl_entry *e, struct rb_root *root) in wl_tree_add() 181 static void wl_entry_destroy(struct ubi_device *ubi, struct ubi_wl_entry *e) in wl_entry_destroy() 242 static int in_wl_tree(struct ubi_wl_entry *e, struct rb_root *root) in in_wl_tree() 283 static void prot_queue_add(struct ubi_device *ubi, struct ubi_wl_entry *e) in prot_queue_add() 307 struct ubi_wl_entry *e, *prev_e = NULL; in find_wl_entry() local 349 struct ubi_wl_entry *e, *first, *last; in find_mean_wl_entry() local 377 struct ubi_wl_entry *e; in wl_get_wle() local 408 struct ubi_wl_entry *e; in prot_queue_del() local 431 static int sync_erase(struct ubi_device *ubi, struct ubi_wl_entry *e, in sync_erase() 493 struct ubi_wl_entry *e, *tmp; in serve_prot_queue() local [all …]
|
| H A D | fastmap-wl.c | 37 struct ubi_wl_entry *e, *victim = NULL; in find_anchor_wl_entry() local 59 struct ubi_wl_entry *e; in return_unused_pool_pebs() local 71 struct ubi_wl_entry *e; in anchor_pebs_avalible() local 91 struct ubi_wl_entry *e = NULL; in ubi_wl_get_fm_peb() local 122 struct ubi_wl_entry *e; in ubi_refill_pools() local 329 struct ubi_wl_entry *e; in ubi_wl_put_fm_peb() local 388 struct ubi_wl_entry *e, in may_reserve_for_fm()
|
| H A D | wl.h | 29 struct ubi_wl_entry *e, in may_reserve_for_fm()
|
| /rk3399_rockchip-uboot/scripts/kconfig/ |
| H A D | expr.c | 19 struct expr *e = xcalloc(1, sizeof(*e)); in expr_alloc_symbol() local 27 struct expr *e = xcalloc(1, sizeof(*e)); in expr_alloc_one() local 35 struct expr *e = xcalloc(1, sizeof(*e)); in expr_alloc_two() local 44 struct expr *e = xcalloc(1, sizeof(*e)); in expr_alloc_comp() local 67 struct expr *e; in expr_copy() local 106 void expr_free(struct expr *e) in expr_free() 246 static struct expr *expr_eliminate_yn(struct expr *e) in expr_eliminate_yn() 332 struct expr *expr_trans_bool(struct expr *e) in expr_trans_bool() 571 struct expr *expr_eliminate_dups(struct expr *e) in expr_eliminate_dups() 594 struct expr *expr_transform(struct expr *e) in expr_transform() [all …]
|
| H A D | symbol.c | 282 struct expr *e; in sym_choice_default() local 308 struct expr *e; in sym_calc_choice() local 340 struct expr *e; in sym_calc_value() local 416 struct expr *e; in sym_calc_value() local 540 struct expr *e; in sym_set_tristate_value() local 1188 static struct symbol *sym_check_expr_deps(struct expr *e) in sym_check_expr_deps() 1261 struct expr *e; in sym_check_choice_deps() local
|
| H A D | qconf.cc | 293 void ConfigLineEdit::keyPressEvent(QKeyEvent* e) in keyPressEvent() 770 void ConfigList::mousePressEvent(QMouseEvent* e) in mousePressEvent() 777 void ConfigList::mouseReleaseEvent(QMouseEvent* e) in mouseReleaseEvent() 831 void ConfigList::mouseMoveEvent(QMouseEvent* e) in mouseMoveEvent() 838 void ConfigList::mouseDoubleClickEvent(QMouseEvent* e) in mouseDoubleClickEvent() 865 void ConfigList::focusInEvent(QFocusEvent *e) in focusInEvent() 879 void ConfigList::contextMenuEvent(QContextMenuEvent *e) in contextMenuEvent() 1247 void ConfigInfoView::contextMenuEvent(QContextMenuEvent *e) in contextMenuEvent() 1720 void ConfigMainWindow::closeEvent(QCloseEvent* e) in closeEvent()
|
| /rk3399_rockchip-uboot/include/linux/ |
| H A D | build_bug.h | 9 #define BUILD_BUG_ON_ZERO(e) (0) argument 10 #define BUILD_BUG_ON_NULL(e) ((void *)0) argument 11 #define BUILD_BUG_ON_INVALID(e) (0) argument 29 #define BUILD_BUG_ON_ZERO(e) (sizeof(struct { int:(-!!(e)); })) argument 30 #define BUILD_BUG_ON_NULL(e) ((void *)sizeof(struct { int:(-!!(e)); })) argument 37 #define BUILD_BUG_ON_INVALID(e) ((void)(sizeof((__force long)(e)))) argument
|
| /rk3399_rockchip-uboot/drivers/power/dvfs/ |
| H A D | rockchip_wtemp_dvfs.c | 145 struct pm_element *e) in wtemp_get_lowlevel_rate() 163 static ulong __wtemp_clk_get_rate(struct pm_element *e) in __wtemp_clk_get_rate() 172 static ulong __wtemp_clk_set_rate(struct pm_element *e, ulong rate) in __wtemp_clk_set_rate() 185 static int __wtemp_regulator_get_value(struct pm_element *e) in __wtemp_regulator_get_value() 190 static int __wtemp_regulator_set_value(struct pm_element *e, int value) in __wtemp_regulator_set_value() 202 static void wtemp_dvfs_low_temp_adjust(struct udevice *dev, struct pm_element *e) in wtemp_dvfs_low_temp_adjust() 241 static void wtemp_dvfs_high_temp_adjust(struct udevice *dev, struct pm_element *e) in wtemp_dvfs_high_temp_adjust() 271 static bool wtemp_dvfs_is_effect(struct pm_element *e, in wtemp_dvfs_is_effect() 289 static int __wtemp_dvfs_apply(struct udevice *dev, struct pm_element *e, in __wtemp_dvfs_apply() 316 static int __wtemp_common_ofdata_to_platdata(ofnode node, struct pm_element *e) in __wtemp_common_ofdata_to_platdata() [all …]
|
| /rk3399_rockchip-uboot/scripts/dtc/ |
| H A D | flattree.c | 60 static void bin_emit_cell(void *e, cell_t val) in bin_emit_cell() 67 static void bin_emit_string(void *e, const char *str, int len) in bin_emit_string() 78 static void bin_emit_align(void *e, int a) in bin_emit_align() 85 static void bin_emit_data(void *e, struct data d) in bin_emit_data() 92 static void bin_emit_beginnode(void *e, struct label *labels) in bin_emit_beginnode() 97 static void bin_emit_endnode(void *e, struct label *labels) in bin_emit_endnode() 102 static void bin_emit_property(void *e, struct label *labels) in bin_emit_property() 138 static void asm_emit_cell(void *e, cell_t val) in asm_emit_cell() 147 static void asm_emit_string(void *e, const char *str, int len) in asm_emit_string() 157 static void asm_emit_align(void *e, int a) in asm_emit_align() [all …]
|
| H A D | dtc-lexer.l | 163 char *e; variable
|
| /rk3399_rockchip-uboot/cmd/ |
| H A D | tftp_update.c | 109 struct image_element *e; in update_cleanup() local 134 struct image_element *e; in update_populate_image() local 427 struct image_element *e) in update_ignore_image() 444 static int download_image(void *fit, struct image_element *e) in download_image() 479 static int update_flash_image(struct image_element *e) in update_flash_image() 512 static int update_download_image(void *fit, struct image_element *e) in update_download_image() 530 struct image_element *e; in update_write_gpt() local 614 struct image_element *e; in do_tftp_full_update() local
|
| /rk3399_rockchip-uboot/lib/rsa/ |
| H A D | rsa-sign.c | 27 const BIGNUM **n, const BIGNUM **e, const BIGNUM **d) in RSA_get0_key() 326 ENGINE *e; in rsa_engine_init() local 379 static void rsa_engine_remove(ENGINE *e) in rsa_engine_remove() 519 ENGINE *e = NULL; in rsa_sign() local 560 static int rsa_get_exponent(RSA *key, uint64_t *e) in rsa_get_exponent() 614 BIGNUM *n, *e, *r, *r_squared, *tmp, *c_factor, *np_factor; in rsa_get_params() local 731 void *n, *e, *c, *np; in rsa_set_key_hash() local 862 ENGINE *e = NULL; in rsa_add_verify_data() local
|
| /rk3399_rockchip-uboot/lib/ |
| H A D | net_utils.c | 18 char *e; in string_to_ip() local
|
| /rk3399_rockchip-uboot/common/ |
| H A D | image-android-dt.c | 46 const struct dt_table_entry *e; in android_dt_get_fdt_by_index() local 130 const struct dt_table_entry *e; in android_dt_print_contents() local
|
| /rk3399_rockchip-uboot/fs/yaffs2/ |
| H A D | yaffs_error.c | 47 const struct error_entry *e = error_list; in yaffs_error_to_str() local
|
| /rk3399_rockchip-uboot/fs/jffs2/ |
| H A D | mergesort.c | 16 struct b_node *p, *q, *e, **tail; in sort_list() local
|
| /rk3399_rockchip-uboot/board/freescale/mx53loco/ |
| H A D | mx53loco_video.c | 95 char const *e = env_get("panel"); in board_video_skip() local
|
| /rk3399_rockchip-uboot/fs/ubifs/ |
| H A D | recovery.c | 1266 struct size_entry *e; in add_ino() local 1300 struct size_entry *e; in find_ino() local 1321 struct size_entry *e = find_ino(c, inum); in remove_ino() local 1335 struct size_entry *e, *n; in ubifs_destroy_size_tree() local 1375 struct size_entry *e; in ubifs_recover_size_accum() local 1420 static int fix_size_in_place(struct ubifs_info *c, struct size_entry *e) in fix_size_in_place() 1486 struct size_entry *e; in ubifs_recover_size() local
|
| /rk3399_rockchip-uboot/board/freescale/mx51evk/ |
| H A D | mx51evk_video.c | 79 char const *e = env_get("panel"); in board_video_skip() local
|
| /rk3399_rockchip-uboot/net/ |
| H A D | bootp.c | 405 #define put_vci(e, str) \ argument 414 static u8 *add_vci(u8 *e) in add_vci() 438 static int dhcp_extended(u8 *e, int message_type, struct in_addr server_ip, in dhcp_extended() 605 static int bootp_extended(u8 *e) in bootp_extended()
|
| /rk3399_rockchip-uboot/board/syteco/zmx25/ |
| H A D | zmx25.c | 108 const char *e; in board_late_init() local
|
| /rk3399_rockchip-uboot/tools/gdb/ |
| H A D | error.c | 50 int e = errno; in Perror() local
|
| /rk3399_rockchip-uboot/board/phytec/phycore_rk3288/ |
| H A D | phycore-rk3288.c | 20 unsigned char *e = p + sizeof(struct rk3288_som) - 1; in valid_rk3288_som() local
|
| /rk3399_rockchip-uboot/drivers/crypto/fsl/ |
| H A D | rsa_caam.h | 18 const uint8_t *e; /* public exponent as byte array */ member
|
| /rk3399_rockchip-uboot/drivers/usb/musb-new/ |
| H A D | musb_gadget_ep0.c | 903 static int musb_g_ep0_disable(struct usb_ep *e) in musb_g_ep0_disable() 910 musb_g_ep0_queue(struct usb_ep *e, struct usb_request *r, gfp_t gfp_flags) in musb_g_ep0_queue() 997 static int musb_g_ep0_halt(struct usb_ep *e, int value) in musb_g_ep0_halt()
|