Searched defs:hid_sensor_hub_callbacks (Results 1 – 2 of 2) sorted by relevance
| /kernel/linux/linux-6.6/include/linux/ |
| D | hid-sensor-hub.h | 87 struct hid_sensor_hub_callbacks { struct 88 struct platform_device *pdev; 89 int (*suspend)(struct hid_sensor_hub_device *hsdev, void *priv); 90 int (*resume)(struct hid_sensor_hub_device *hsdev, void *priv); 91 int (*capture_sample)(struct hid_sensor_hub_device *hsdev, 94 int (*send_event)(struct hid_sensor_hub_device *hsdev, u32 usage_id,
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | hid-sensor-hub.h | 87 struct hid_sensor_hub_callbacks { struct 88 struct platform_device *pdev; 89 int (*suspend)(struct hid_sensor_hub_device *hsdev, void *priv); 90 int (*resume)(struct hid_sensor_hub_device *hsdev, void *priv); 91 int (*capture_sample)(struct hid_sensor_hub_device *hsdev, 94 int (*send_event)(struct hid_sensor_hub_device *hsdev, u32 usage_id,
|