Searched refs:hp_sdc (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/serio/
H A Dhp_sdc.c49 * Busy polling for IBF clear wastes CPU cycles and bus cycles. hp_sdc.ibf
53 * hp_sdc state. Whenever a register is written hp_sdc.ibf is set to 1.
56 * starting at 0x70 are kept track of in hp_sdc.wi, and .r7[], respectively,
64 #include <linux/hp_sdc.h>
112 static hp_i8042_sdc hp_sdc; /* All driver state is kept in here. */ variable
120 write_lock_irqsave(&hp_sdc.ibf_lock, flags);
121 status = sdc_readb(hp_sdc.status_io);
123 hp_sdc.ibf = 0;
124 write_unlock_irqrestore(&hp_sdc
[all...]
H A DMakefile18 obj-$(CONFIG_HP_SDC) += hp_sdc.o
H A Dhp_sdc_mlc.c37 #include <linux/hp_sdc.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/misc/
H A Dhp_sdc_rtc.c36 #include <linux/hp_sdc.h>

Completed in 170 milliseconds