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

/haiku/src/add-ons/kernel/drivers/input/wacom/
H A Dwacom.c36 typedef struct wacom_device wacom_device; typedef in typeref:struct:wacom_device
38 struct wacom_device { struct
39 wacom_device* next;
64 static wacom_device* sDeviceList = NULL;
108 static wacom_device*
111 wacom_device *device = NULL;
177 if ((device = (wacom_device *) malloc(sizeof(wacom_device))) == NULL)
274 // configure the rest of the wacom_device
[all...]

Completed in 75 milliseconds