ana_capturing      24 drivers/media/pci/cx18/cx18-controls.c 	if (atomic_read(&cx->ana_capturing) > 0)
ana_capturing     605 drivers/media/pci/cx18/cx18-driver.h 	atomic_t ana_capturing;	/* count number of active analog capture streams */
ana_capturing     412 drivers/media/pci/cx18/cx18-fileops.c 	if (atomic_read(&cx->ana_capturing) == 0 && s->id == -1) {
ana_capturing     759 drivers/media/pci/cx18/cx18-fileops.c 		if (atomic_read(&cx->ana_capturing) > 0) {
ana_capturing     805 drivers/media/pci/cx18/cx18-fileops.c 			if (atomic_read(&cx->ana_capturing) > 0) {
ana_capturing     851 drivers/media/pci/cx18/cx18-fileops.c 	if (atomic_read(&cx->ana_capturing)) {
ana_capturing     864 drivers/media/pci/cx18/cx18-fileops.c 	if (atomic_read(&cx->ana_capturing)) {
ana_capturing     273 drivers/media/pci/cx18/cx18-ioctl.c 	if (atomic_read(&cx->ana_capturing) > 0)
ana_capturing     305 drivers/media/pci/cx18/cx18-ioctl.c 	if (!cx18_raw_vbi(cx) && atomic_read(&cx->ana_capturing) > 0)
ana_capturing     338 drivers/media/pci/cx18/cx18-ioctl.c 	if (cx18_raw_vbi(cx) && atomic_read(&cx->ana_capturing) > 0)
ana_capturing     578 drivers/media/pci/cx18/cx18-ioctl.c 	    atomic_read(&cx->ana_capturing) > 0) {
ana_capturing     932 drivers/media/pci/cx18/cx18-ioctl.c 		if (!atomic_read(&cx->ana_capturing))
ana_capturing     948 drivers/media/pci/cx18/cx18-ioctl.c 		if (!atomic_read(&cx->ana_capturing))
ana_capturing     850 drivers/media/pci/cx18/cx18-streams.c 		if (atomic_read(&cx->ana_capturing) == 0)
ana_capturing     940 drivers/media/pci/cx18/cx18-streams.c 		atomic_inc(&cx->ana_capturing);
ana_capturing     986 drivers/media/pci/cx18/cx18-streams.c 		atomic_dec(&cx->ana_capturing);