Home
last modified time | relevance | path

Searched refs:sw_contex (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.10/drivers/staging/media/atomisp/pci/
Datomisp_internal.h262 struct atomisp_sw_contex sw_contex; member
Datomisp_fops.c688 isp->sw_contex.file_input = false; in atomisp_dev_init_struct()
699 isp->sw_contex.running_freq = ISP_FREQ_200MHZ; in atomisp_dev_init_struct()
960 if (!isp->sw_contex.file_input && asd->fmt_auto->val) { in atomisp_release()
972 if (isp->sw_contex.file_input && asd->fmt_auto->val) { in atomisp_release()
Datomisp_ioctl.c742 if (!isp->sw_contex.file_input && motor) in atomisp_s_input()
1779 if (isp->sw_contex.file_input) in atomisp_streamon()
1803 if (!isp->sw_contex.file_input) { in atomisp_streamon()
1984 if (isp->sw_contex.file_input) in __atomisp_streamoff()
2006 if (!isp->sw_contex.file_input) in __atomisp_streamoff()
2061 if (!isp->sw_contex.file_input) in __atomisp_streamoff()
2089 if (isp->sw_contex.power_state == ATOM_ISP_POWER_UP) { in __atomisp_streamoff()
2682 isp->sw_contex.file_input = true; in atomisp_s_parm_file()
Datomisp_v4l2.c615 if (isp->sw_contex.power_state == ATOM_ISP_POWER_DOWN) { in atomisp_mrfld_pre_power_down()
807 if (isp->sw_contex.power_state == ATOM_ISP_POWER_DOWN) { in atomisp_runtime_resume()
1563 isp->sw_contex.power_state = ATOM_ISP_POWER_UP; in atomisp_pci_probe()
Datomisp_cmd.c219 if (isp->sw_contex.power_state != ATOM_ISP_POWER_UP) { in atomisp_freq_scaling()
297 if ((new_freq == isp->sw_contex.running_freq) && !force) in atomisp_freq_scaling()
304 isp->sw_contex.running_freq = new_freq; in atomisp_freq_scaling()
529 if (isp->sw_contex.power_state != ATOM_ISP_POWER_UP || in atomisp_isr()
1299 if (!isp->sw_contex.file_input) in __atomisp_css_recover()
1412 if (!isp->sw_contex.file_input) { in __atomisp_css_recover()
1632 isp->sw_contex.file_input ? in atomisp_wdt_work()
1669 isp->sw_contex.file_input ? in atomisp_css_flush()
1909 && isp->sw_contex.file_input) in atomisp_isr_thread()
5450 !asd->params.online_process && !isp->sw_contex.file_input && in atomisp_set_fmt_to_isp()
[all …]