| /rk3399_rockchip-uboot/examples/standalone/ |
| H A D | stubs.c | 18 #define EXPORT_FUNC(f, a, x, ...) \ argument 31 #define EXPORT_FUNC(f, a, x, ...) \ argument 46 #define EXPORT_FUNC(f, a, x, ...) \ argument 59 #define EXPORT_FUNC(f, a, x, ...) \ argument 76 #define EXPORT_FUNC(f, a, x, ...) \ argument 92 #define EXPORT_FUNC(f, a, x, ...) \ argument 105 #define EXPORT_FUNC(f, a, x, ...) \ argument 121 #define EXPORT_FUNC(f, a, x, ...) \ argument 136 #define EXPORT_FUNC(f, a, x, ...) \ argument 148 #define EXPORT_FUNC(f, a, x, ...) \ argument [all …]
|
| /rk3399_rockchip-uboot/scripts/dtc/ |
| H A D | treesource.c | 49 static void write_prefix(FILE *f, int level) in write_prefix() 64 static void write_propval_string(FILE *f, struct data val) in write_propval_string() 137 static void write_propval_cells(FILE *f, struct data val) in write_propval_cells() 167 static void write_propval_bytes(FILE *f, struct data val) in write_propval_bytes() 195 static void write_propval(FILE *f, struct property *prop) in write_propval() 236 static void write_tree_source_node(FILE *f, struct node *tree, int level) in write_tree_source_node() 266 void dt_to_source(FILE *f, struct dt_info *dti) in dt_to_source()
|
| H A D | flattree.c | 117 static void emit_label(FILE *f, const char *prefix, const char *label) in emit_label() 124 static void emit_offset_label(FILE *f, const char *label, int offset) in emit_offset_label() 130 #define ASM_EMIT_BELONG(f, fmt, ...) \ argument 140 FILE *f = e; in asm_emit_cell() local 149 FILE *f = e; in asm_emit_string() local 159 FILE *f = e; in asm_emit_align() local 166 FILE *f = e; in asm_emit_data() local 188 FILE *f = e; in asm_emit_beginnode() local 201 FILE *f = e; in asm_emit_endnode() local 214 FILE *f = e; in asm_emit_property() local [all …]
|
| H A D | dtc-parser.y | 276 FILE *f = srcfile_relative_open($4.val, NULL); variable 292 FILE *f = srcfile_relative_open($4.val, NULL); variable
|
| H A D | srcpos.c | 119 FILE *f; in srcfile_relative_open() local 298 void srcpos_set_line(char *f, int l) in srcpos_set_line()
|
| H A D | srcpos.h | 28 FILE *f; member
|
| H A D | dtc.c | 142 FILE *f; in guess_input_format() local
|
| /rk3399_rockchip-uboot/arch/sandbox/include/asm/ |
| H A D | getopt.h | 38 #define _SANDBOX_CMDLINE_OPT(f, s, ha, h) \ argument 65 #define SANDBOX_CMDLINE_OPT(f, ha, h) _SANDBOX_CMDLINE_OPT(f, 0, ha, h) argument 70 #define SANDBOX_CMDLINE_OPT_SHORT(f, s, ha, h) _SANDBOX_CMDLINE_OPT(f, s, ha, h) argument
|
| /rk3399_rockchip-uboot/drivers/usb/gadget/ |
| H A D | composite.c | 180 struct usb_function *f; in config_buf() local 319 struct usb_function *f; in reset_config() local 343 struct usb_function *f; in set_config() local 456 struct usb_function *f; in usb_add_config() local 566 struct usb_function *f; in get_string() local 803 struct usb_function *f = NULL; in composite_setup() local 1060 struct usb_function *f; in composite_unbind() local 1152 struct usb_function *f; in composite_suspend() local 1171 struct usb_function *f; in composite_resume() local
|
| H A D | f_thor.c | 38 static inline struct f_thor *func_to_thor(struct usb_function *f) in func_to_thor() 632 thor_func_setup(struct usb_function *f, const struct usb_ctrlrequest *ctrl) in thor_func_setup() 747 static int thor_func_bind(struct usb_configuration *c, struct usb_function *f) in thor_func_bind() 861 static void thor_unbind(struct usb_configuration *c, struct usb_function *f) in thor_unbind() 872 static void thor_func_disable(struct usb_function *f) in thor_func_disable() 898 static int thor_eps_setup(struct usb_function *f) in thor_eps_setup() 970 static int thor_func_set_alt(struct usb_function *f, in thor_func_set_alt()
|
| H A D | f_dfu.c | 54 static inline struct f_dfu *func_to_dfu(struct usb_function *f) in func_to_dfu() 585 dfu_handle(struct usb_function *f, const struct usb_ctrlrequest *ctrl) in dfu_handle() 690 static int dfu_bind(struct usb_configuration *c, struct usb_function *f) in dfu_bind() 736 static void dfu_unbind(struct usb_configuration *c, struct usb_function *f) in dfu_unbind() 763 static int dfu_set_alt(struct usb_function *f, unsigned intf, unsigned alt) in dfu_set_alt() 776 static int __dfu_get_alt(struct usb_function *f, unsigned intf) in __dfu_get_alt() 784 static void dfu_disable(struct usb_function *f) in dfu_disable()
|
| H A D | f_sdp.c | 122 static inline struct f_sdp *func_to_sdp(struct usb_function *f) in func_to_sdp() 415 static int sdp_setup(struct usb_function *f, const struct usb_ctrlrequest *ctrl) in sdp_setup() 470 static int sdp_bind(struct usb_configuration *c, struct usb_function *f) in sdp_bind() 499 static void sdp_unbind(struct usb_configuration *c, struct usb_function *f) in sdp_unbind() 539 static int sdp_set_alt(struct usb_function *f, unsigned intf, unsigned alt) in sdp_set_alt() 561 static int sdp_get_alt(struct usb_function *f, unsigned intf) in sdp_get_alt() 568 static void sdp_disable(struct usb_function *f) in sdp_disable()
|
| H A D | f_fastboot.c | 79 static inline struct f_fastboot *func_to_fastboot(struct usb_function *f) in func_to_fastboot() 331 static int fastboot_bind(struct usb_configuration *c, struct usb_function *f) in fastboot_bind() 385 static void fastboot_unbind(struct usb_configuration *c, struct usb_function *f) in fastboot_unbind() 390 static void fastboot_disable(struct usb_function *f) in fastboot_disable() 428 static int fastboot_set_alt(struct usb_function *f, in fastboot_set_alt()
|
| /rk3399_rockchip-uboot/arch/nios2/include/asm/bitops/ |
| H A D | atomic.h | 22 #define _atomic_spin_lock_irqsave(l,f) do { \ argument 28 #define _atomic_spin_unlock_irqrestore(l,f) do { \ argument 36 # define _atomic_spin_lock_irqsave(l,f) do { local_irq_save(f); } while (0) argument 37 # define _atomic_spin_unlock_irqrestore(l,f) do { local_irq_restore(f); } while (0) argument
|
| /rk3399_rockchip-uboot/scripts/ |
| H A D | mkbootimg | 25 def filesize(f): argument 34 def update_sha(sha, f): argument 43 def pad_file(f, padding): argument
|
| /rk3399_rockchip-uboot/arch/arm/mach-rockchip/ |
| H A D | resource_img.c | 103 static void resource_dump(struct resource_file *f) in resource_dump() 118 struct resource_file *f; in resource_add_file() local 422 struct resource_file *f; in resource_get_file() local 440 struct resource_file *f; in rockchip_read_resource_file() local 493 struct resource_file *f = NULL; in rockchip_read_resource_dtb() local 527 struct resource_file *f; in do_dump_resource() local
|
| /rk3399_rockchip-uboot/drivers/rtc/ |
| H A D | ds1302.c | 84 unsigned int f = GTREGREAD(GPP_VALUE) | mask; in rtc_go_high() local 92 unsigned int f = GTREGREAD(GPP_VALUE) & ~mask; in rtc_go_low() local 100 unsigned int f = GTREGREAD(GPP_IO_CONTROL) & ~mask; in rtc_go_input() local 108 unsigned int f = GTREGREAD(GPP_IO_CONTROL) | mask; in rtc_go_output() local
|
| /rk3399_rockchip-uboot/lib/ |
| H A D | display_options.c | 55 uint32_t f; in print_freq() local 95 uint64_t f; in print_size() local
|
| /rk3399_rockchip-uboot/common/ |
| H A D | exports.c | 17 #define EXPORT_FUNC(f, a, x, ...) gd->jt->x = f; argument
|
| /rk3399_rockchip-uboot/include/dt-bindings/interrupt-router/ |
| H A D | intel-irq.h | 28 #define PCI_BDF(b, d, f) ((b) << 16 | (d) << 11 | (f) << 8) argument
|
| /rk3399_rockchip-uboot/drivers/net/ |
| H A D | xilinx_ll_temac.h | 244 #define MC_CLKDIV(f, m) ((f / (2 * m)) - 1) argument 245 #define MC_CLKDIV_25(f) MC_CLKDIV(f, 2500000) argument 246 #define MC_CLKDIV_20(f) MC_CLKDIV(f, 2000000) argument 247 #define MC_CLKDIV_15(f) MC_CLKDIV(f, 1500000) argument 248 #define MC_CLKDIV_10(f) MC_CLKDIV(f, 1000000) argument
|
| /rk3399_rockchip-uboot/post/lib_powerpc/fpu/ |
| H A D | mul-subnormal-single-1.c | 24 float f; member
|
| /rk3399_rockchip-uboot/tools/ |
| H A D | relocate-rela.c | 65 FILE *f; in main() local
|
| /rk3399_rockchip-uboot/net/ |
| H A D | net.c | 742 void net_set_udp_handler(rxhand_f *f) in net_set_udp_handler() 756 void net_set_arp_handler(rxhand_f *f) in net_set_arp_handler() 766 void net_set_icmp_handler(rxhand_icmp_f *f) in net_set_icmp_handler() 772 void net_set_timeout_handler(ulong iv, thand_f *f) in net_set_timeout_handler()
|
| /rk3399_rockchip-uboot/fs/zfs/ |
| H A D | zfs_sha256.c | 80 uint32_t a, b, c, d, e, f, g, h, t, T1, T2, W[64]; in SHA256Transform() local
|