Home
last modified time | relevance | path

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

/drivers/input/serio/
A Dhp_sdc.c190 curr = hp_sdc.tq[hp_sdc.rcurr]; in hp_sdc_take()
316 curr = hp_sdc.tq[hp_sdc.rcurr]; in hp_sdc_tasklet()
371 if (hp_sdc.rcurr == hp_sdc.wcurr) in hp_sdc_put()
492 w7[hp_sdc.wi - 0x70] == hp_sdc.r7[hp_sdc.wi - 0x70]) { in hp_sdc_put()
515 hp_sdc.r7[hp_sdc.wi - 0x70] = w7[hp_sdc.wi - 0x70]; in hp_sdc_put()
853 memset(&hp_sdc.tq, 0, sizeof(hp_sdc.tq)); in hp_sdc_init()
888 hp_sdc.base_io, hp_sdc.irq, hp_sdc.nmi); in hp_sdc_init()
916 free_irq(hp_sdc.irq, &hp_sdc); in hp_sdc_init()
921 errstr, (void *)hp_sdc.base_io, hp_sdc.irq, hp_sdc.nmi); in hp_sdc_init()
979 free_irq(hp_sdc.nmi, &hp_sdc); in hp_sdc_exit()
[all …]
A DMakefile18 obj-$(CONFIG_HP_SDC) += hp_sdc.o

Completed in 9 milliseconds