Lines Matching defs:amd_mp2_ops
52 struct amd_mp2_ops { struct
53 void (*start)(struct amd_mp2_dev *privdata, struct amd_mp2_sensor_info info);
54 void (*stop)(struct amd_mp2_dev *privdata, u16 sensor_idx);
55 void (*stop_all)(struct amd_mp2_dev *privdata);
56 int (*response)(struct amd_mp2_dev *mp2, u8 sid, u32 sensor_sts);
57 void (*clear_intr)(struct amd_mp2_dev *privdata);
58 int (*init_intr)(struct amd_mp2_dev *privdata);
59 int (*discovery_status)(struct amd_mp2_dev *privdata);
60 void (*suspend)(struct amd_mp2_dev *mp2);
61 void (*resume)(struct amd_mp2_dev *mp2);
62 void (*remove)(void *privdata);
63 int (*get_rep_desc)(int sensor_idx, u8 rep_desc[]);
64 u32 (*get_desc_sz)(int sensor_idx, int descriptor_name);
65 u8 (*get_feat_rep)(int sensor_idx, int report_id, u8 *feature_report);
66 u8 (*get_in_rep)(u8 current_index, int sensor_idx, int report_id,