Home
last modified time | relevance | path

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

/drivers/hid/amd-sfh-hid/
A Damd_sfh_common.h66 struct amd_mp2_ops { struct
68 void (*stop)(struct amd_mp2_dev *privdata, u16 sensor_idx);
69 void (*stop_all)(struct amd_mp2_dev *privdata);
71 void (*clear_intr)(struct amd_mp2_dev *privdata);
72 int (*init_intr)(struct amd_mp2_dev *privdata);
73 int (*discovery_status)(struct amd_mp2_dev *privdata);
74 void (*suspend)(struct amd_mp2_dev *mp2);
75 void (*resume)(struct amd_mp2_dev *mp2);
76 void (*remove)(void *privdata);
77 int (*get_rep_desc)(int sensor_idx, u8 rep_desc[]);
[all …]

Completed in 5 milliseconds