Linux Kernel
3.7.1
|
#include <s5p_mfc_cmd.h>
Data Fields | |
int(* | cmd_host2risc )(struct s5p_mfc_dev *dev, int cmd, struct s5p_mfc_cmd_args *args) |
int(* | sys_init_cmd )(struct s5p_mfc_dev *dev) |
int(* | sleep_cmd )(struct s5p_mfc_dev *dev) |
int(* | wakeup_cmd )(struct s5p_mfc_dev *dev) |
int(* | open_inst_cmd )(struct s5p_mfc_ctx *ctx) |
int(* | close_inst_cmd )(struct s5p_mfc_ctx *ctx) |
Definition at line 24 of file s5p_mfc_cmd.h.
int(* close_inst_cmd)(struct s5p_mfc_ctx *ctx) |
Definition at line 31 of file s5p_mfc_cmd.h.
int(* cmd_host2risc)(struct s5p_mfc_dev *dev, int cmd, struct s5p_mfc_cmd_args *args) |
Definition at line 25 of file s5p_mfc_cmd.h.
int(* open_inst_cmd)(struct s5p_mfc_ctx *ctx) |
Definition at line 30 of file s5p_mfc_cmd.h.
int(* sleep_cmd)(struct s5p_mfc_dev *dev) |
Definition at line 28 of file s5p_mfc_cmd.h.
int(* sys_init_cmd)(struct s5p_mfc_dev *dev) |
Definition at line 27 of file s5p_mfc_cmd.h.
int(* wakeup_cmd)(struct s5p_mfc_dev *dev) |
Definition at line 29 of file s5p_mfc_cmd.h.