Searched refs:arg (Results 1 – 12 of 12) sorted by relevance
| /include/ |
| A D | dt-structs.h | 24 int arg[0]; member 38 int arg[1]; member 52 int arg[2]; member
|
| A D | uthread.h | 44 void (*fn)(void *arg); 45 void *arg; member 92 int uthread_create(struct uthread *uthr, void (*fn)(void *), void *arg, 160 void *arg, size_t stack_sz, in uthread_create() argument 163 fn(arg); in uthread_create()
|
| A D | irq_func.h | 15 typedef void (interrupt_handler_t)(void *arg); 20 void irq_install_handler(int vec, interrupt_handler_t *handler, void *arg);
|
| A D | hwconfig.h | 21 extern int hwconfig_arg_cmp_f(const char *opt, const char *arg, char *buf); 41 static inline int hwconfig_arg_cmp_f(const char *opt, const char *arg, in hwconfig_arg_cmp_f() argument 77 static inline int hwconfig_arg_cmp(const char *opt, const char *arg) in hwconfig_arg_cmp() argument 79 return hwconfig_arg_cmp_f(opt, arg, NULL); in hwconfig_arg_cmp()
|
| A D | bootflow.h | 588 int bootflow_cmdline_set_arg(struct bootflow *bflow, const char *arg, 602 int cmdline_get_arg(const char *cmdline, const char *arg, int *posp); 613 int bootflow_cmdline_get_arg(struct bootflow *bflow, const char *arg, 626 int bootflow_cmdline_auto(struct bootflow *bflow, const char *arg);
|
| A D | getopt.h | 35 char *arg; member
|
| A D | tee.h | 223 struct tee_open_session_arg *arg, uint num_param, 243 int (*invoke_func)(struct udevice *dev, struct tee_invoke_arg *arg, 365 int tee_open_session(struct udevice *dev, struct tee_open_session_arg *arg, 387 int tee_invoke_func(struct udevice *dev, struct tee_invoke_arg *arg,
|
| A D | spl.h | 297 void *arg; member
|
| A D | command.h | 188 int cmd_get_data_size(const char *arg, int default_size);
|
| /include/acpi/ |
| A D | acpigen.h | 563 void acpigen_write_not(struct acpi_ctx *ctx, u8 arg, u8 res); 722 void acpigen_write_return_singleton_buffer(struct acpi_ctx *ctx, uint arg); 730 void acpigen_write_return_byte(struct acpi_ctx *ctx, uint arg);
|
| /include/linux/ |
| A D | ioport.h | 189 void *arg, int (*func)(unsigned long, unsigned long, void *));
|
| /include/asm-generic/ |
| A D | gpio.h | 231 unsigned long gpio_flags_xlate(uint32_t arg);
|
Completed in 33 milliseconds