Lines Matching refs:hid
49 struct hid_device *hid; member
176 error = hid_hw_power(device->hid, PM_HINT_FULLON); in roccat_open()
182 error = hid_hw_open(device->hid); in roccat_open()
184 hid_hw_power(device->hid, PM_HINT_NORMAL); in roccat_open()
229 hid_hw_power(device->hid, PM_HINT_NORMAL); in roccat_release()
230 hid_hw_close(device->hid); in roccat_release()
297 int roccat_connect(struct class *klass, struct hid_device *hid, int report_size) in roccat_connect() argument
323 device->dev = device_create(klass, &hid->dev, in roccat_connect()
325 "%s%s%d", "roccat", hid->driver->name, minor); in roccat_connect()
342 device->hid = hid; in roccat_connect()
371 hid_hw_close(device->hid); in roccat_disconnect()