Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/input/serio/
Dhp_sdc.c326 curr->seq[curr->actidx] |= HP_SDC_ACT_DEAD; in hp_sdc_tasklet()
1053 if ((tq_init_seq[0] & HP_SDC_ACT_DEAD) == HP_SDC_ACT_DEAD) { in hp_sdc_register()
1069 if ((tq_init_seq[0] & HP_SDC_ACT_DEAD) == HP_SDC_ACT_DEAD) { in hp_sdc_register()
/linux-5.19.10/include/linux/
Dhp_sdc.h92 #define HP_SDC_ACT_DEAD 0x60 /* Act timed out. */ macro