pstreaming 881 drivers/media/platform/vivid/vivid-kthread-cap.c int vivid_start_generating_vid_cap(struct vivid_dev *dev, bool *pstreaming) pstreaming 888 drivers/media/platform/vivid/vivid-kthread-cap.c if (pstreaming == &dev->vid_cap_streaming) pstreaming 892 drivers/media/platform/vivid/vivid-kthread-cap.c *pstreaming = true; pstreaming 912 drivers/media/platform/vivid/vivid-kthread-cap.c *pstreaming = true; pstreaming 919 drivers/media/platform/vivid/vivid-kthread-cap.c void vivid_stop_generating_vid_cap(struct vivid_dev *dev, bool *pstreaming) pstreaming 926 drivers/media/platform/vivid/vivid-kthread-cap.c *pstreaming = false; pstreaming 927 drivers/media/platform/vivid/vivid-kthread-cap.c if (pstreaming == &dev->vid_cap_streaming) { pstreaming 943 drivers/media/platform/vivid/vivid-kthread-cap.c if (pstreaming == &dev->vbi_cap_streaming) { pstreaming 11 drivers/media/platform/vivid/vivid-kthread-cap.h int vivid_start_generating_vid_cap(struct vivid_dev *dev, bool *pstreaming); pstreaming 12 drivers/media/platform/vivid/vivid-kthread-cap.h void vivid_stop_generating_vid_cap(struct vivid_dev *dev, bool *pstreaming); pstreaming 227 drivers/media/platform/vivid/vivid-kthread-out.c int vivid_start_generating_vid_out(struct vivid_dev *dev, bool *pstreaming) pstreaming 234 drivers/media/platform/vivid/vivid-kthread-out.c if (pstreaming == &dev->vid_out_streaming) pstreaming 238 drivers/media/platform/vivid/vivid-kthread-out.c *pstreaming = true; pstreaming 257 drivers/media/platform/vivid/vivid-kthread-out.c *pstreaming = true; pstreaming 264 drivers/media/platform/vivid/vivid-kthread-out.c void vivid_stop_generating_vid_out(struct vivid_dev *dev, bool *pstreaming) pstreaming 271 drivers/media/platform/vivid/vivid-kthread-out.c *pstreaming = false; pstreaming 272 drivers/media/platform/vivid/vivid-kthread-out.c if (pstreaming == &dev->vid_out_streaming) { pstreaming 288 drivers/media/platform/vivid/vivid-kthread-out.c if (pstreaming == &dev->vbi_out_streaming) { pstreaming 11 drivers/media/platform/vivid/vivid-kthread-out.h int vivid_start_generating_vid_out(struct vivid_dev *dev, bool *pstreaming); pstreaming 12 drivers/media/platform/vivid/vivid-kthread-out.h void vivid_stop_generating_vid_out(struct vivid_dev *dev, bool *pstreaming);