Searched refs:wacom_hdev_data (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/hid/ |
H A D | wacom_sys.c | 743 struct wacom_hdev_data { struct 819 static struct wacom_hdev_data *wacom_get_hdev_data(struct hid_device *hdev) in wacom_get_hdev_data() 821 struct wacom_hdev_data *data; in wacom_get_hdev_data() 844 struct wacom_hdev_data *data = in wacom_release_shared_data() 845 container_of(kref, struct wacom_hdev_data, kref); in wacom_release_shared_data() 857 struct wacom_hdev_data *data; in wacom_remove_shared_data() 861 data = container_of(wacom_wac->shared, struct wacom_hdev_data, in wacom_remove_shared_data() 878 struct wacom_hdev_data *data; in wacom_add_shared_data() 885 data = kzalloc(sizeof(struct wacom_hdev_data), GFP_KERNEL); in wacom_add_shared_data()
|
/kernel/linux/linux-6.6/drivers/hid/ |
H A D | wacom_sys.c | 738 struct wacom_hdev_data { struct 814 static struct wacom_hdev_data *wacom_get_hdev_data(struct hid_device *hdev) in wacom_get_hdev_data() 816 struct wacom_hdev_data *data; in wacom_get_hdev_data() 839 struct wacom_hdev_data *data = in wacom_release_shared_data() 840 container_of(kref, struct wacom_hdev_data, kref); in wacom_release_shared_data() 852 struct wacom_hdev_data *data; in wacom_remove_shared_data() 856 data = container_of(wacom_wac->shared, struct wacom_hdev_data, in wacom_remove_shared_data() 873 struct wacom_hdev_data *data; in wacom_add_shared_data() 880 data = kzalloc(sizeof(struct wacom_hdev_data), GFP_KERNEL); in wacom_add_shared_data()
|
Completed in 13 milliseconds