Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/hid/
Dwacom_sys.c740 struct wacom_hdev_data { struct
816 static struct wacom_hdev_data *wacom_get_hdev_data(struct hid_device *hdev) in wacom_get_hdev_data()
818 struct wacom_hdev_data *data; in wacom_get_hdev_data()
841 struct wacom_hdev_data *data = in wacom_release_shared_data()
842 container_of(kref, struct wacom_hdev_data, kref); in wacom_release_shared_data()
854 struct wacom_hdev_data *data; in wacom_remove_shared_data()
858 data = container_of(wacom_wac->shared, struct wacom_hdev_data, in wacom_remove_shared_data()
875 struct wacom_hdev_data *data; in wacom_add_shared_data()
882 data = kzalloc(sizeof(struct wacom_hdev_data), GFP_KERNEL); in wacom_add_shared_data()