Searched refs:s5p_mfc_cmd_host2risc_v6 (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/media/platform/samsung/s5p-mfc/ |
H A D | s5p_mfc_cmd_v6.c | 17 static int s5p_mfc_cmd_host2risc_v6(struct s5p_mfc_dev *dev, int cmd, in s5p_mfc_cmd_host2risc_v6() function 44 return s5p_mfc_cmd_host2risc_v6(dev, S5P_FIMV_H2R_CMD_SYS_INIT_V6, in s5p_mfc_sys_init_cmd_v6() 53 return s5p_mfc_cmd_host2risc_v6(dev, S5P_FIMV_H2R_CMD_SLEEP_V6, in s5p_mfc_sleep_cmd_v6() 62 return s5p_mfc_cmd_host2risc_v6(dev, S5P_FIMV_H2R_CMD_WAKEUP_V6, in s5p_mfc_wakeup_cmd_v6() 132 return s5p_mfc_cmd_host2risc_v6(dev, S5P_FIMV_H2R_CMD_OPEN_INSTANCE_V6, in s5p_mfc_open_inst_cmd_v6() 146 ret = s5p_mfc_cmd_host2risc_v6(dev, in s5p_mfc_close_inst_cmd_v6() 158 .cmd_host2risc = s5p_mfc_cmd_host2risc_v6,
|