Home
last modified time | relevance | path

Searched refs:cmd_tbl_s (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/u-boot/include/
H A Dcommand.h30 struct cmd_tbl_s { struct
35 int (*cmd)(struct cmd_tbl_s *, int, int, char * const []); argument
46 typedef struct cmd_tbl_s cmd_tbl_t; argument
/OK3568_Linux_fs/u-boot/doc/
H A DREADME.commands11 command: Function pointer (*cmd)(struct cmd_tbl_s *, int, int, char *[]);
/OK3568_Linux_fs/u-boot/common/
H A Dcommand.c458 (int (*)(struct cmd_tbl_s *, int, int, char * const []))addr; in fixup_cmdtable()