Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/hil/
Dhp_sdc.c289 curr->seq[curr->actidx] |= HP_SDC_ACT_DEAD; in hp_sdc_tasklet()
934 if ((tq_init_seq[0] & HP_SDC_ACT_DEAD) == HP_SDC_ACT_DEAD) { in hp_sdc_register()
950 if ((tq_init_seq[0] & HP_SDC_ACT_DEAD) == HP_SDC_ACT_DEAD) { in hp_sdc_register()
/linux-2.4.37.9/include/linux/
Dhp_sdc.h89 #define HP_SDC_ACT_DEAD 0x60 /* Act timed out. */ macro