/u-boot/examples/standalone/ |
A D | stubs.c | 20 #define EXPORT_FUNC(f, a, x, ...) \ argument 33 #define EXPORT_FUNC(f, a, x, ...) \ argument 48 #define EXPORT_FUNC(f, a, x, ...) \ argument 61 #define EXPORT_FUNC(f, a, x, ...) \ argument 78 #define EXPORT_FUNC(f, a, x, ...) \ argument 94 #define EXPORT_FUNC(f, a, x, ...) \ argument 107 #define EXPORT_FUNC(f, a, x, ...) \ argument 123 #define EXPORT_FUNC(f, a, x, ...) \ argument 169 #define EXPORT_FUNC(f, a, x, ...) \ argument 182 #define EXPORT_FUNC(f, a, x, ...) \ argument [all …]
|
/u-boot/scripts/dtc/ |
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()
|
A D | flattree.c | 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 360 void dt_to_blob(FILE *f, struct dt_info *dti, int version) in dt_to_blob() 461 void dt_to_asm(FILE *f, struct dt_info *dti, int version) in dt_to_asm() [all …]
|
A D | dtc-parser.y | 294 FILE *f = srcfile_relative_open($4.val, NULL); variable 310 FILE *f = srcfile_relative_open($4.val, NULL); variable
|
A D | srcpos.c | 119 FILE *f; in srcfile_relative_open() local 293 void srcpos_set_line(char *f, int l) in srcpos_set_line()
|
/u-boot/arch/sandbox/include/asm/ |
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
|
/u-boot/drivers/usb/gadget/ |
A D | composite.c | 203 struct usb_function *f; in config_buf() local 354 struct usb_function *f; in reset_config() local 378 struct usb_function *f; in set_config() local 487 struct usb_function *f; in usb_add_config() local 615 struct usb_function *f; in get_string() local 856 struct usb_function *f; in count_ext_compat() local 880 struct usb_function *f; in fill_ext_compat() local 909 struct usb_function *f; in count_ext_prop() local 927 struct usb_function *f; in len_ext_prop() local 945 struct usb_function *f; in fill_ext_prop() local [all …]
|
A D | f_thor.c | 42 static inline struct f_thor *func_to_thor(struct usb_function *f) in func_to_thor() 636 thor_func_setup(struct usb_function *f, const struct usb_ctrlrequest *ctrl) in thor_func_setup() 753 static int thor_func_bind(struct usb_configuration *c, struct usb_function *f) in thor_func_bind() 867 static void thor_unbind(struct usb_configuration *c, struct usb_function *f) in thor_unbind() 878 static void thor_func_disable(struct usb_function *f) in thor_func_disable() 904 static int thor_eps_setup(struct usb_function *f) in thor_eps_setup() 976 static int thor_func_set_alt(struct usb_function *f, in thor_func_set_alt()
|
A D | f_fastboot.c | 68 static inline struct f_fastboot *func_to_fastboot(struct usb_function *f) in func_to_fastboot() 205 static int fastboot_bind(struct usb_configuration *c, struct usb_function *f) in fastboot_bind() 270 static void fastboot_unbind(struct usb_configuration *c, struct usb_function *f) in fastboot_unbind() 277 static void fastboot_disable(struct usb_function *f) in fastboot_disable() 315 static int fastboot_set_alt(struct usb_function *f, in fastboot_set_alt()
|
A D | f_dfu.c | 55 static inline struct f_dfu *func_to_dfu(struct usb_function *f) in func_to_dfu() 586 dfu_handle(struct usb_function *f, const struct usb_ctrlrequest *ctrl) in dfu_handle() 696 static int dfu_bind(struct usb_configuration *c, struct usb_function *f) in dfu_bind() 742 static void dfu_unbind(struct usb_configuration *c, struct usb_function *f) in dfu_unbind() 769 static int dfu_set_alt(struct usb_function *f, unsigned intf, unsigned alt) in dfu_set_alt() 782 static int __dfu_get_alt(struct usb_function *f, unsigned intf) in __dfu_get_alt() 790 static void dfu_disable(struct usb_function *f) in dfu_disable()
|
A D | f_sdp.c | 133 static inline struct f_sdp *func_to_sdp(struct usb_function *f) in func_to_sdp() 467 static int sdp_setup(struct usb_function *f, const struct usb_ctrlrequest *ctrl) in sdp_setup() 524 static int sdp_bind(struct usb_configuration *c, struct usb_function *f) in sdp_bind() 566 static void sdp_unbind(struct usb_configuration *c, struct usb_function *f) in sdp_unbind() 617 static int sdp_set_alt(struct usb_function *f, unsigned intf, unsigned alt) in sdp_set_alt() 651 static int sdp_get_alt(struct usb_function *f, unsigned intf) in sdp_get_alt() 658 static void sdp_disable(struct usb_function *f) in sdp_disable()
|
A D | f_rockusb.c | 24 static inline struct f_rockusb *func_to_rockusb(struct usb_function *f) in func_to_rockusb() 151 static int rockusb_bind(struct usb_configuration *c, struct usb_function *f) in rockusb_bind() 195 static void rockusb_unbind(struct usb_configuration *c, struct usb_function *f) in rockusb_unbind() 201 static void rockusb_disable(struct usb_function *f) in rockusb_disable() 244 static int rockusb_set_alt(struct usb_function *f, unsigned int interface, in rockusb_set_alt()
|
/u-boot/drivers/spi/ |
A D | nxp_fspi.c | 380 struct nxp_fspi *f; in nxp_fspi_supports_op() local 471 static void nxp_fspi_prepare_lut(struct nxp_fspi *f, in nxp_fspi_prepare_lut() 622 static void nxp_fspi_fill_txfifo(struct nxp_fspi *f, in nxp_fspi_fill_txfifo() 666 static void nxp_fspi_read_rxfifo(struct nxp_fspi *f, in nxp_fspi_read_rxfifo() 758 struct nxp_fspi *f; in nxp_fspi_exec_op() local 795 struct nxp_fspi *f; in nxp_fspi_adjust_op_size() local 814 static int nxp_fspi_default_setup(struct nxp_fspi *f) in nxp_fspi_default_setup() 885 struct nxp_fspi *f = dev_get_priv(bus); in nxp_fspi_probe() local 896 struct nxp_fspi *f; in nxp_fspi_claim_bus() local 911 struct nxp_fspi *f = dev_get_priv(bus); in nxp_fspi_set_speed() local [all …]
|
/u-boot/drivers/pinctrl/meson/ |
A D | pinctrl-meson-axg.h | 25 #define BANK_PMX(n, f, l, r, o) \ argument 38 #define PMX_DATA(f) \ argument 43 #define GROUP(grp, f) \ argument
|
/u-boot/arch/nios2/include/asm/bitops/ |
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
|
/u-boot/include/dt-bindings/pinctrl/ |
A D | r7s72100-pinctrl.h | 15 #define RZA1_PINMUX(b, p, f) \ argument
|
/u-boot/drivers/rtc/ |
A D | ds1302.c | 83 unsigned int f = GTREGREAD(GPP_VALUE) | mask; in rtc_go_high() local 91 unsigned int f = GTREGREAD(GPP_VALUE) & ~mask; in rtc_go_low() local 99 unsigned int f = GTREGREAD(GPP_IO_CONTROL) & ~mask; in rtc_go_input() local 107 unsigned int f = GTREGREAD(GPP_IO_CONTROL) | mask; in rtc_go_output() local
|
/u-boot/lib/ |
A D | display_options.c | 56 uint32_t f; in print_freq() local 96 uint64_t f; in print_size() local
|
/u-boot/common/ |
A D | exports.c | 20 #define EXPORT_FUNC(f, a, x, ...) gd->jt->x = f; argument
|
/u-boot/include/dt-bindings/interrupt-router/ |
A D | intel-irq.h | 27 #define PCI_BDF(b, d, f) ((b) << 16 | (d) << 11 | (f) << 8) argument
|
/u-boot/test/dm/ |
A D | k210_pll.c | 16 u64 f, r, od, max_r, inv_ratio; in dm_test_k210_pll_calc_config() local
|
/u-boot/drivers/tee/ |
A D | tee-uclass.c | 104 u32 f = flags; in tee_shm_alloc() local 114 u32 f = flags & ~TEE_SHM_ALLOC; in tee_shm_register() local
|
/u-boot/post/lib_powerpc/fpu/ |
A D | mul-subnormal-single-1.c | 23 float f; member
|
/u-boot/tools/ |
A D | relocate-rela.c | 64 FILE *f; in main() local
|
/u-boot/drivers/clk/kendryte/ |
A D | pll.c | 251 u64 r, f, od; in k210_pll_calc_config() local 474 u64 r, f, od; in k210_pll_get_rate() local
|