Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/hid/amd-sfh-hid/
A Damd_sfh_common.h52 struct amd_mp2_ops { struct
54 void (*stop)(struct amd_mp2_dev *privdata, u16 sensor_idx);
55 void (*stop_all)(struct amd_mp2_dev *privdata);
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[]);
[all …]

Completed in 5 milliseconds