Home
last modified time | relevance | path

Searched refs:myslot (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/drivers/hotplug/
Dibmphp_core.c265 struct slot myslot; in get_attention_status() local
273 memcpy ((void *) &myslot, (void *) pslot, sizeof (struct slot)); in get_attention_status()
274 hpcrc = ibmphp_hpc_readslot (pslot, READ_SLOTSTATUS, &(myslot.status)); in get_attention_status()
276 hpcrc = ibmphp_hpc_readslot (pslot, READ_EXTSLOTSTATUS, &(myslot.ext_status)); in get_attention_status()
278 *value = SLOT_ATTN (myslot.status, myslot.ext_status); in get_attention_status()
298 struct slot myslot; in get_latch_status() local
305 memcpy ((void *) &myslot, (void *) pslot, sizeof (struct slot)); in get_latch_status()
306 hpcrc = ibmphp_hpc_readslot (pslot, READ_SLOTSTATUS, &(myslot.status)); in get_latch_status()
308 *value = SLOT_LATCH (myslot.status); in get_latch_status()
329 struct slot myslot; in get_power_status() local
[all …]
Dibmphp_hpc.c822 struct slot myslot; in poll_hpc() local
869 memcpy ((void *) &myslot, (void *) pslot, in poll_hpc()
872 if ((myslot.status != pslot->status) in poll_hpc()
873 || (myslot.ext_status != pslot->ext_status)) in poll_hpc()
874 process_changeinstatus (pslot, &myslot); in poll_hpc()
1090 struct slot myslot, *pslot; in process_changeinlatch() local
1103 memcpy ((void *) &myslot, (void *) pslot, sizeof (struct slot)); in process_changeinlatch()
1106 process_changeinstatus (pslot, &myslot); in process_changeinlatch()