Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/staging/media/atomisp/pci/
Datomisp_internal.h213 #define ATOMISP_DEVICE_STREAMING_STOPPING 2 macro
Datomisp_ioctl.c1334 if (asd->streaming == ATOMISP_DEVICE_STREAMING_STOPPING) { in atomisp_qbuf()
1559 if (asd->streaming == ATOMISP_DEVICE_STREAMING_STOPPING) { in atomisp_dqbuf()
1823 if (asd->streaming == ATOMISP_DEVICE_STREAMING_STOPPING) { in atomisp_streamon()
2138 asd->streaming = ATOMISP_DEVICE_STREAMING_STOPPING; in __atomisp_streamoff()
Datomisp_cmd.c1358 asd->streaming = ATOMISP_DEVICE_STREAMING_STOPPING; in __atomisp_css_recover()