Searched refs:remove_pending (Results 1 - 9 of 9) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Ddabusb.h28 int remove_pending; member in struct:__anon5039
H A Ddabusb.c199 if (atomic_dec_and_test (&s->pending_io) && !s->remove_pending && s->state != _stopped) {
489 if (s->remove_pending)
540 if (s->remove_pending) {
628 if (!s->remove_pending) {
648 if (s->remove_pending)
741 s->remove_pending = 0;
791 s->remove_pending = 1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/usbvideo/
H A Dusbvideo.h79 (!(uvd)->remove_pending))
240 volatile int remove_pending; /* If set then about to exit */ member in struct:uvd
H A Dusbvideo.c824 * We set uvd->remove_pending flag as early as possible, and after that
852 uvd->remove_pending = 1; /* Now all ISO data will be ignored */
983 uvd->remove_pending = 0;
1236 if (uvd->remove_pending) {
1805 if (!uvd->remove_pending) {
H A Dkonicawc.c536 if (!uvd->remove_pending) {
H A Dquickcam_messenger.c714 if (!uvd->remove_pending) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/usbvision/
H A Dusbvision.h220 (!(udevice)->remove_pending))
430 volatile int remove_pending; /* If set then about to exit */ member in struct:usb_usbvision
H A Dusbvision-video.c483 if (usbvision->remove_pending) {
1294 if (usbvision->remove_pending) {
1862 usbvision->remove_pending = 0;
1912 usbvision->remove_pending = 1; // Now all ISO data will be ignored
H A Dusbvision-core.c2515 if (!usbvision->remove_pending) {

Completed in 99 milliseconds