Searched refs:card_state (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pcmcia/
H A Di82092.c62 int card_state; /* 0 = no socket, member in struct:socket_info
113 sockets[i].card_state = 1; /* 1 = present but empty */
125 sockets[i].card_state = 3;
307 if (sockets[i].card_state==0) /* Inactive socket, should not happen */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dtyphoon.c233 u8 card_state; member in struct:typhoon
265 /* These are the values for the typhoon.card_state variable.
961 if(tp->card_state == Sleeping)
993 if(tp->card_state == Sleeping) {
1265 tp->card_state = Sleeping;
1963 tp->card_state = Running;
2015 tp->card_state = Sleeping;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dnozomi.c192 enum card_state { enum
395 enum card_state state;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ipw2x00/
H A Dipw2100.c891 u32 card_state; local
892 u32 len = sizeof(card_state);
897 &card_state, &len);
907 if ((card_state == state) ||

Completed in 110 milliseconds