Searched refs:DEV_MISCONFIGURED (Results 1 - 16 of 16) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/et61x251/
H A Det61x251_core.c350 if (cam->state & DEV_MISCONFIGURED) {
459 cam->state |= DEV_MISCONFIGURED;
588 cam->state |= DEV_MISCONFIGURED;
1263 if (cam->state & DEV_MISCONFIGURED) {
1270 cam->state &= ~DEV_MISCONFIGURED;
1339 if (cam->state & DEV_MISCONFIGURED) {
1384 (cam->state & DEV_MISCONFIGURED),
1397 if (!timeout || (cam->state & DEV_MISCONFIGURED)) {
1447 if (cam->state & DEV_MISCONFIGURED) {
1525 if (cam->state & DEV_MISCONFIGURED) {
[all...]
H A Det61x251.h113 DEV_MISCONFIGURED = 0x04, enumerator in enum:et61x251_dev_state
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/sn9c102/
H A Dsn9c102.h66 DEV_MISCONFIGURED = 0x04, enumerator in enum:sn9c102_dev_state
H A Dsn9c102_core.c713 if (cam->state & DEV_MISCONFIGURED) {
877 cam->state |= DEV_MISCONFIGURED;
1008 cam->state |= DEV_MISCONFIGURED;
1828 if (cam->state & DEV_MISCONFIGURED) {
1835 cam->state &= ~DEV_MISCONFIGURED;
1902 if (cam->state & DEV_MISCONFIGURED) {
1947 (cam->state & DEV_MISCONFIGURED) );
1957 (cam->state & DEV_MISCONFIGURED),
1976 if (cam->state & DEV_MISCONFIGURED) {
2026 if (cam->state & DEV_MISCONFIGURED) {
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/au0828/
H A Dau0828.h117 DEV_MISCONFIGURED = 0x04 enumerator in enum:au0828_dev_state
H A Dau0828-video.c110 if (dev->dev_state & DEV_MISCONFIGURED) {
534 (dev->dev_state & DEV_MISCONFIGURED))
825 dev->dev_state = DEV_MISCONFIGURED;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/tm6000/
H A Dtm6000.h90 DEV_MISCONFIGURED = 0x04, enumerator in enum:tm6000_core_state
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/cx231xx/
H A Dcx231xx-dvb.c113 if ((dev->state & DEV_DISCONNECTED) || (dev->state & DEV_MISCONFIGURED))
H A Dcx231xx-vbi.c96 if ((dev->state & DEV_DISCONNECTED) || (dev->state & DEV_MISCONFIGURED))
H A Dcx231xx.h291 DEV_MISCONFIGURED = 0x04, enumerator in enum:cx231xx_dev_state
H A Dcx231xx-cards.c847 dev->state |= DEV_MISCONFIGURED;
H A Dcx231xx-video.c328 if ((dev->state & DEV_DISCONNECTED) || (dev->state & DEV_MISCONFIGURED))
886 if (dev->state & DEV_MISCONFIGURED) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/em28xx/
H A Dem28xx-dvb.c122 if ((dev->state & DEV_DISCONNECTED) || (dev->state & DEV_MISCONFIGURED))
H A Dem28xx.h438 DEV_MISCONFIGURED = 0x04, enumerator in enum:em28xx_dev_state
H A Dem28xx-video.c429 if ((dev->state & DEV_DISCONNECTED) || (dev->state & DEV_MISCONFIGURED))
521 if ((dev->state & DEV_DISCONNECTED) || (dev->state & DEV_MISCONFIGURED))
988 if (dev->state & DEV_MISCONFIGURED) {
H A Dem28xx-cards.c3033 dev->state |= DEV_MISCONFIGURED;

Completed in 210 milliseconds