Home
last modified time | relevance | path

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

/linux/drivers/hid/
H A Dwacom_sys.c758 struct wacom_hdev_data { struct
834 static struct wacom_hdev_data *wacom_get_hdev_data(struct hid_device *hdev) in wacom_get_hdev_data()
836 struct wacom_hdev_data *data; in wacom_get_hdev_data()
859 struct wacom_hdev_data *data = in wacom_release_shared_data()
860 container_of(kref, struct wacom_hdev_data, kref); in wacom_release_shared_data()
872 struct wacom_hdev_data *data; in wacom_remove_shared_data()
876 data = container_of(wacom_wac->shared, struct wacom_hdev_data, in wacom_remove_shared_data()
893 struct wacom_hdev_data *data; in wacom_add_shared_data()
900 data = kzalloc_obj(struct wacom_hdev_data); in wacom_add_shared_data()