Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/hid/
Dhid-thingm.c55 struct thingm_device *tdev;
63 struct thingm_device { struct
74 static int thingm_send(struct thingm_device *tdev, u8 buf[REPORT_SIZE]) in thingm_send() argument
88 static int thingm_recv(struct thingm_device *tdev, u8 buf[REPORT_SIZE]) in thingm_recv()
104 static int thingm_version(struct thingm_device *tdev) in thingm_version()
219 struct thingm_device *tdev; in thingm_probe()
222 tdev = devm_kzalloc(&hdev->dev, sizeof(struct thingm_device), in thingm_probe()
287 struct thingm_device *tdev = hid_get_drvdata(hdev); in thingm_remove()