Searched defs:hid_sensor_custom (Results 1 – 2 of 2) sorted by relevance
35 struct hid_sensor_custom { struct41 struct hid_sensor_custom_field *fields; argument47 struct hid_sensor_custom_field *power_state; argument48 struct hid_sensor_custom_field *report_state; argument49 struct miscdevice custom_dev;50 struct kfifo data_fifo;51 unsigned long misc_opened;52 wait_queue_head_t wait;
38 struct hid_sensor_custom { struct44 struct hid_sensor_custom_field *fields; argument50 struct hid_sensor_custom_field *power_state; argument51 struct hid_sensor_custom_field *report_state; argument52 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;