Searched refs:pen (Results 1 – 8 of 8) sorted by relevance
/drivers/input/touchscreen/ |
D | surface3_spi.c | 128 struct surface3_ts_data_pen *pen) in surface3_spi_report_pen() argument 131 int st = pen->status; in surface3_spi_report_pen() 154 get_unaligned_le16(&pen->x)); in surface3_spi_report_pen() 157 get_unaligned_le16(&pen->y)); in surface3_spi_report_pen() 160 get_unaligned_le16(&pen->pressure)); in surface3_spi_report_pen() 166 struct surface3_ts_data_pen *pen; in surface3_spi_process_pen() local 168 pen = (struct surface3_ts_data_pen *)&data[15]; in surface3_spi_process_pen() 170 surface3_spi_report_pen(ts_data, pen); in surface3_spi_process_pen()
|
/drivers/acpi/pmic/ |
D | intel_pmic_crc.c | 147 int pen; in intel_crc_pmic_get_policy() local 149 if (regmap_read(regmap, reg, &pen)) in intel_crc_pmic_get_policy() 151 *value = pen >> 7; in intel_crc_pmic_get_policy()
|
/drivers/rtc/ |
D | rtc-pcf8563.c | 162 unsigned char *pen) in pcf8563_get_alarm_mode() argument 173 if (pen) in pcf8563_get_alarm_mode() 174 *pen = !!(buf & PCF8563_BIT_AF); in pcf8563_get_alarm_mode()
|
/drivers/hid/ |
D | wacom_wac.h | 198 struct hid_device *pen; member
|
D | wacom_sys.c | 219 bool pen = WACOM_PEN_FIELD(field); in wacom_usage_mapping() local 226 if (pen) in wacom_usage_mapping() 267 if (pen) in wacom_usage_mapping() 655 else if (wacom_wac->shared->pen == wacom->hdev) in wacom_remove_shared_data() 656 wacom_wac->shared->pen = NULL; in wacom_remove_shared_data() 697 wacom_wac->shared->pen = hdev; in wacom_add_shared_data()
|
D | wacom_wac.c | 1971 int prox = 0, x = 0, y = 0, p = 0, d = 0, pen = 0, btn1 = 0, btn2 = 0; in wacom_bpt_pen() local 2015 pen = data[1] & 0x01; in wacom_bpt_pen() 2022 input_report_key(input, BTN_TOUCH, pen); in wacom_bpt_pen() 2074 hid_input_report(wacom->shared->pen, HID_INPUT_REPORT, data, in wacom_bamboo_pad_pen_event()
|
/drivers/input/tablet/ |
D | Kconfig | 84 Staedtler Digital ballpoint pen 990 01,
|
/drivers/media/usb/dvb-usb/ |
D | Kconfig | 228 tristate "WideView WT-200U and WT-220U (pen) DVB-T USB2.0 support (Yakumo/Hama/Typhoon/Yuan)" 235 The WT-220U and its clones are pen-sized.
|