Home
last modified time | relevance | path

Searched refs:current_id (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/drivers/input/tablet/
Dhanwang.c76 unsigned int current_id; member
136 hanwang->current_id = 0; in hanwang_parse_packet()
144 hanwang->current_id = STYLUS_DEVICE_ID; in hanwang_parse_packet()
150 hanwang->current_id = ERASER_DEVICE_ID; in hanwang_parse_packet()
155 hanwang->current_id = 0; in hanwang_parse_packet()
194 input_report_abs(input_dev, ABS_MISC, hanwang->current_id); in hanwang_parse_packet()
201 hanwang->current_id = PAD_DEVICE_ID; in hanwang_parse_packet()
232 input_report_abs(input_dev, ABS_MISC, hanwang->current_id); in hanwang_parse_packet()
/linux-2.6.39/drivers/staging/gma500/
Dpsb_intel_bios.c35 u8 current_id; in find_section() local
43 current_id = *(base + index); in find_section()
47 if (current_id == section_id) in find_section()
/linux-2.6.39/drivers/gpu/drm/i915/
Dintel_bios.c45 u8 current_id; in find_section() local
53 current_id = *(base + index); in find_section()
57 if (current_id == section_id) in find_section()