Searched refs:mp2_ops (Results 1 – 9 of 9) sorted by relevance
46 if (mp2->mp2_ops->response) in amd_sfh_wait_for_response()108 struct amd_mp2_ops *mp2_ops = privdata->mp2_ops; in amd_sfh1_1_hid_client_init() local119 amd_sfh1_1_set_desc_ops(mp2_ops); in amd_sfh1_1_hid_client_init()176 mp2_ops->start(privdata, info); in amd_sfh1_1_hid_client_init()238 mp2->mp2_ops->start(mp2, info); in amd_sfh_resume()291 mp2->mp2_ops->stop_all(mp2); in amd_mp2_pci_remove()298 struct amd_mp2_ops *mp2_ops; in amd_sfh_set_ops() local301 mp2_ops = mp2->mp2_ops; in amd_sfh_set_ops()304 mp2_ops->suspend = amd_sfh_suspend; in amd_sfh_set_ops()305 mp2_ops->resume = amd_sfh_resume; in amd_sfh_set_ops()[all …]
321 void amd_sfh1_1_set_desc_ops(struct amd_mp2_ops *mp2_ops) in amd_sfh1_1_set_desc_ops() argument323 mp2_ops->get_rep_desc = get_report_desc; in amd_sfh1_1_set_desc_ops()324 mp2_ops->get_feat_rep = get_feature_rep; in amd_sfh1_1_set_desc_ops()325 mp2_ops->get_desc_sz = get_desc_size; in amd_sfh1_1_set_desc_ops()326 mp2_ops->get_in_rep = get_input_rep; in amd_sfh1_1_set_desc_ops()
169 void amd_sfh1_1_set_desc_ops(struct amd_mp2_ops *mp2_ops);
86 mp2->mp2_ops = &amd_sfh_ops; in sfh_interface_init()
73 struct amd_mp2_ops *mp2_ops; in amd_sfh_work() local87 mp2_ops = mp2->mp2_ops; in amd_sfh_work()134 if (mp2->mp2_ops->response) in amd_sfh_wait_for_response()170 mp2->mp2_ops->start(mp2, info); in amd_sfh_resume()193 mp2->mp2_ops->stop(mp2, cl_data->sensor_idx[i]); in amd_sfh_suspend()212 struct amd_mp2_ops *mp2_ops = privdata->mp2_ops; in amd_sfh_hid_client_init() local223 amd_sfh_set_desc_ops(mp2_ops); in amd_sfh_hid_client_init()225 mp2_ops->suspend = amd_sfh_suspend; in amd_sfh_hid_client_init()226 mp2_ops->resume = amd_sfh_resume; in amd_sfh_hid_client_init()288 mp2_ops->start(privdata, info); in amd_sfh_hid_client_init()[all …]
110 if (privdata->mp2_ops->clear_intr) in amd_sfh_clear_intr()111 privdata->mp2_ops->clear_intr(privdata); in amd_sfh_clear_intr()250 mp2->mp2_ops->stop_all(mp2); in amd_mp2_pci_remove()282 privdata->mp2_ops = &amd_sfh_ops_v2; in mp2_select_ops()285 privdata->mp2_ops = &amd_sfh_ops; in mp2_select_ops()292 if (privdata->mp2_ops->init_intr) in amd_sfh_irq_init()293 return privdata->mp2_ops->init_intr(privdata); in amd_sfh_irq_init()369 mp2->mp2_ops->remove(mp2); in amd_sfh_remove()446 mp2->mp2_ops->stop_all(mp2); in amd_sfh_shutdown()456 mp2->mp2_ops->resume(mp2); in amd_mp2_pci_resume()[all …]
105 void amd_sfh_set_desc_ops(struct amd_mp2_ops *mp2_ops);
54 struct amd_mp2_ops *mp2_ops; member
283 void amd_sfh_set_desc_ops(struct amd_mp2_ops *mp2_ops) in amd_sfh_set_desc_ops() argument285 mp2_ops->get_rep_desc = get_report_descriptor; in amd_sfh_set_desc_ops()286 mp2_ops->get_feat_rep = get_feature_report; in amd_sfh_set_desc_ops()287 mp2_ops->get_in_rep = get_input_report; in amd_sfh_set_desc_ops()288 mp2_ops->get_desc_sz = get_descr_sz; in amd_sfh_set_desc_ops()
Completed in 16 milliseconds