Home
last modified time | relevance | path

Searched defs:hid_sensor_custom (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/hid/
Dhid-sensor-custom.c35 struct hid_sensor_custom { struct
41 struct hid_sensor_custom_field *fields; argument
47 struct hid_sensor_custom_field *power_state; argument
48 struct hid_sensor_custom_field *report_state; argument
49 struct miscdevice custom_dev;
50 struct kfifo data_fifo;
51 unsigned long misc_opened;
52 wait_queue_head_t wait;
/kernel/linux/linux-6.6/drivers/hid/
Dhid-sensor-custom.c38 struct hid_sensor_custom { struct
44 struct hid_sensor_custom_field *fields; argument
50 struct hid_sensor_custom_field *power_state; argument
51 struct hid_sensor_custom_field *report_state; argument
52 struct miscdevice custom_dev;
53 struct kfifo data_fifo;
54 unsigned long misc_opened;
55 wait_queue_head_t wait;
56 struct platform_device *custom_pdev;