Lines Matching defs:amd_mp2_ops
65 struct amd_mp2_ops { struct
66 void (*start)(struct amd_mp2_dev *privdata, struct amd_mp2_sensor_info info);
67 void (*stop)(struct amd_mp2_dev *privdata, u16 sensor_idx);
68 void (*stop_all)(struct amd_mp2_dev *privdata);
69 int (*response)(struct amd_mp2_dev *mp2, u8 sid, u32 sensor_sts);
70 void (*clear_intr)(struct amd_mp2_dev *privdata);
71 int (*init_intr)(struct amd_mp2_dev *privdata);
72 int (*discovery_status)(struct amd_mp2_dev *privdata);
73 void (*suspend)(struct amd_mp2_dev *mp2);
74 void (*resume)(struct amd_mp2_dev *mp2);
75 void (*remove)(void *privdata);
76 int (*get_rep_desc)(int sensor_idx, u8 rep_desc[]);
77 u32 (*get_desc_sz)(int sensor_idx, int descriptor_name);
78 u8 (*get_feat_rep)(int sensor_idx, int report_id, u8 *feature_report);
79 u8 (*get_in_rep)(u8 current_index, int sensor_idx, int report_id,