| /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 178 #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
|
| /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() 206 static int fastboot_bind(struct usb_configuration *c, struct usb_function *f) in fastboot_bind() 271 static void fastboot_unbind(struct usb_configuration *c, struct usb_function *f) in fastboot_unbind() 278 static void fastboot_disable(struct usb_function *f) in fastboot_disable() 316 static int fastboot_set_alt(struct usb_function *f, in fastboot_set_alt()
|
| A D | f_acm.c | 59 static inline struct f_acm *func_to_acm(struct usb_function *f) in func_to_acm() 209 static int acm_bind(struct usb_configuration *c, struct usb_function *f) in acm_bind() 265 static void acm_unbind(struct usb_configuration *c, struct usb_function *f) in acm_unbind() 367 static int acm_set_alt(struct usb_function *f, unsigned int intf, unsigned int alt) in acm_set_alt() 384 static int acm_setup(struct usb_function *f, const struct usb_ctrlrequest *ctrl) in acm_setup() 448 static void acm_disable(struct usb_function *f) in acm_disable()
|
| A D | f_dfu.c | 55 static inline struct f_dfu *func_to_dfu(struct usb_function *f) in func_to_dfu() 602 dfu_handle(struct usb_function *f, const struct usb_ctrlrequest *ctrl) in dfu_handle() 714 static int dfu_bind(struct usb_configuration *c, struct usb_function *f) in dfu_bind() 760 static void dfu_unbind(struct usb_configuration *c, struct usb_function *f) in dfu_unbind() 787 static int dfu_set_alt(struct usb_function *f, unsigned intf, unsigned alt) in dfu_set_alt() 800 static int __dfu_get_alt(struct usb_function *f, unsigned intf) in __dfu_get_alt() 808 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 | 23 static inline struct f_rockusb *func_to_rockusb(struct usb_function *f) in func_to_rockusb() 150 static int rockusb_bind(struct usb_configuration *c, struct usb_function *f) in rockusb_bind() 194 static void rockusb_unbind(struct usb_configuration *c, struct usb_function *f) in rockusb_unbind() 200 static void rockusb_disable(struct usb_function *f) in rockusb_disable() 243 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 | 349 static inline int needs_ip_only(struct nxp_fspi *f) in needs_ip_only() 393 struct nxp_fspi *f; in nxp_fspi_supports_op() local 484 static void nxp_fspi_prepare_lut(struct nxp_fspi *f, in nxp_fspi_prepare_lut() 635 static void nxp_fspi_fill_txfifo(struct nxp_fspi *f, in nxp_fspi_fill_txfifo() 771 struct nxp_fspi *f; in nxp_fspi_exec_op() local 810 struct nxp_fspi *f; in nxp_fspi_adjust_op_size() local 836 static void erratum_err050568(struct nxp_fspi *f) in erratum_err050568() 941 struct nxp_fspi *f = dev_get_priv(bus); in nxp_fspi_probe() local 952 struct nxp_fspi *f; in nxp_fspi_claim_bus() local 967 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/lib/efi_loader/ |
| A D | efi_load_initrd.c | 98 struct efi_file_handle *f = NULL; in efi_load_file2_initrd() local 162 struct efi_file_handle *f; in check_initrd() local
|
| /u-boot/arch/arm/mach-snapdragon/ |
| A D | clock-sdm845.c | 20 #define F(f, s, h, m, n) { (f), (s), (2 * (h) - 1), (m), (n) } argument 57 const struct freq_tbl *qcom_find_freq(const struct freq_tbl *f, uint rate) in qcom_find_freq()
|
| /u-boot/include/dt-bindings/pinctrl/ |
| A D | r7s72100-pinctrl.h | 15 #define RZA1_PINMUX(b, p, f) \ argument
|
| /u-boot/lib/zstd/common/ |
| A D | error_private.h | 52 #define CHECK_V_F(e, f) size_t const e = f; if (ERR_isError(e)) return e argument 53 #define CHECK_F(f) { CHECK_V_F(_var_err__, f); } argument
|
| /u-boot/tools/ |
| A D | mkeficapsule.c | 171 static int write_capsule_file(FILE *f, void *data, size_t size, const char *msg) in write_capsule_file() 347 FILE *f; in dump_signature() local 412 FILE *f; in create_fwbin() local 586 FILE *f = NULL; in create_empty_capsule() local
|
| A D | relocate-rela.c | 413 static int rela_elf64(char **argv, FILE *f) in rela_elf64() 504 static int rela_elf32(char **argv, FILE *f) in rela_elf32() 642 FILE *f; in main() local
|
| /u-boot/include/k210/ |
| A D | pll.h | 12 u8 f; member
|
| /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/lib/ |
| A D | display_options.c | 57 uint32_t f; in print_freq() local 97 uint64_t f; in print_size() local
|