Searched refs:hil_ptr (Results 1 - 2 of 2) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/hil/
H A DMakefile33 obj-$(CONFIG_HIL_PTR) += hil_ptr.o
H A Dhil_ptr.c56 struct hil_ptr { struct
79 static void hil_ptr_process_record(struct hil_ptr *ptr)
183 static void hil_ptr_process_err(struct hil_ptr *ptr) {
194 struct hil_ptr *ptr;
198 ptr = (struct hil_ptr *)serio->private;
226 struct hil_ptr *ptr;
228 ptr = (struct hil_ptr *)serio->private;
241 struct hil_ptr *ptr;
248 if (!(ptr = kmalloc(sizeof(struct hil_ptr), GFP_KERNEL))) return;
249 memset(ptr, 0, sizeof(struct hil_ptr));
[all...]

Completed in 54 milliseconds