Lines Matching refs:vfe_id
266 static int ispif_vfe_reset(struct ispif_device *ispif, u8 vfe_id) in ispif_vfe_reset() argument
273 if (vfe_id >= camss->res->vfe_num) { in ispif_vfe_reset()
275 "Error: asked reset for invalid VFE%d\n", vfe_id); in ispif_vfe_reset()
279 reinit_completion(&ispif->reset_complete[vfe_id]); in ispif_vfe_reset()
299 if (vfe_id == 1) in ispif_vfe_reset()
304 time = wait_for_completion_timeout(&ispif->reset_complete[vfe_id], in ispif_vfe_reset()
308 "ISPIF for VFE%d reset timeout\n", vfe_id); in ispif_vfe_reset()
321 static int ispif_reset(struct ispif_device *ispif, u8 vfe_id) in ispif_reset() argument
340 ret = ispif_vfe_reset(ispif, vfe_id); in ispif_reset()
385 ret = ispif_reset(ispif, line->vfe_id); in ispif_set_power()
392 ispif->intf_cmd[line->vfe_id].cmd_0 = CMD_ALL_NO_CHANGE; in ispif_set_power()
393 ispif->intf_cmd[line->vfe_id].cmd_1 = CMD_ALL_NO_CHANGE; in ispif_set_power()
809 u8 vfe = line->vfe_id; in ispif_set_stream()
1322 ispif_get_vfe_id(remote->entity, &line->vfe_id); in ispif_link_setup()