Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/pcmcia/
Di82092.c79 int card_state; /* 0 = no socket, member
196 sockets[i].card_state = 1; /* 1 = present but empty */ in i82092aa_pci_probe()
211 sockets[i].card_state = 3; in i82092aa_pci_probe()
407 if (sockets[i].card_state==0) /* Inactive socket, should not happen */ in i82092aa_interrupt()
/linux-2.4.37.9/drivers/hotplug/
Dpciehp_hpc.c480 u8 card_state; in hpc_get_adapter_status() local
496 card_state = (u8)((slot_status & PRSN_STATE) >> 6); in hpc_get_adapter_status()
497 *status = (card_state == 1) ? 1 : 0; in hpc_get_adapter_status()
Dshpchp_hpc.c477 u8 card_state; in hpc_get_adapter_status() local
488 card_state = (u8)((slot_status & 0x0C00) >> 10); in hpc_get_adapter_status()
489 *status = (card_state != 0x3) ? 1 : 0; in hpc_get_adapter_status()
/linux-2.4.37.9/drivers/net/
Dtyphoon.c266 u8 card_state; member
1016 if(tp->card_state == Sleeping) in typhoon_get_stats()
1047 if(tp->card_state == Sleeping) { in typhoon_ethtool_gdrvinfo()
1327 tp->card_state = Sleeping; in typhoon_init_interface()
1989 tp->card_state = Running; in typhoon_start_runtime()
2043 tp->card_state = Sleeping; in typhoon_stop_runtime()