Home
last modified time | relevance | path

Searched refs:arg (Results 1 – 12 of 12) sorted by relevance

/include/
A Ddt-structs.h24 int arg[0]; member
38 int arg[1]; member
52 int arg[2]; member
A Duthread.h44 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 Dirq_func.h15 typedef void (interrupt_handler_t)(void *arg);
20 void irq_install_handler(int vec, interrupt_handler_t *handler, void *arg);
A Dhwconfig.h21 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 Dbootflow.h588 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 Dgetopt.h35 char *arg; member
A Dtee.h223 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 Dspl.h297 void *arg; member
A Dcommand.h188 int cmd_get_data_size(const char *arg, int default_size);
/include/acpi/
A Dacpigen.h563 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 Dioport.h189 void *arg, int (*func)(unsigned long, unsigned long, void *));
/include/asm-generic/
A Dgpio.h231 unsigned long gpio_flags_xlate(uint32_t arg);

Completed in 33 milliseconds