Searched refs:mp2_ops (Results 1 – 9 of 9) sorted by relevance
47 if (mp2->mp2_ops->response) in amd_sfh_wait_for_response()114 struct amd_mp2_ops *mp2_ops = privdata->mp2_ops; in amd_sfh1_1_hid_client_init() local125 amd_sfh1_1_set_desc_ops(mp2_ops); in amd_sfh1_1_hid_client_init()143 mp2_ops->start(privdata, info); in amd_sfh1_1_hid_client_init()198 mp2_ops->start(privdata, info); in amd_sfh1_1_hid_client_init()270 mp2->mp2_ops->start(mp2, info); in amd_sfh_resume()333 mp2->mp2_ops->start(mp2, info); in amd_sfh_toggle_hpd()363 mp2->mp2_ops->stop_all(mp2); in amd_mp2_pci_remove()370 struct amd_mp2_ops *mp2_ops; in amd_sfh_set_ops() local373 mp2_ops = mp2->mp2_ops; 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()
189 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()172 mp2->mp2_ops->start(mp2, info); in amd_sfh_resume()214 struct amd_mp2_ops *mp2_ops = privdata->mp2_ops; in amd_sfh_hid_client_init() local225 amd_sfh_set_desc_ops(mp2_ops); in amd_sfh_hid_client_init()227 mp2_ops->suspend = amd_sfh_suspend; in amd_sfh_hid_client_init()228 mp2_ops->resume = amd_sfh_resume; in amd_sfh_hid_client_init()253 mp2_ops->start(privdata, info); in amd_sfh_hid_client_init()304 mp2_ops->start(privdata, info); in amd_sfh_hid_client_init()[all …]
112 if (privdata->mp2_ops->clear_intr) in amd_sfh_clear_intr()113 privdata->mp2_ops->clear_intr(privdata); in amd_sfh_clear_intr()255 mp2->mp2_ops->stop_all(mp2); in amd_mp2_pci_remove()287 privdata->mp2_ops = &amd_sfh_ops_v2; in mp2_select_ops()290 privdata->mp2_ops = &amd_sfh_ops; in mp2_select_ops()297 if (privdata->mp2_ops->init_intr) in amd_sfh_irq_init()298 return privdata->mp2_ops->init_intr(privdata); in amd_sfh_irq_init()430 mp2->mp2_ops->remove(mp2); in amd_sfh_remove()507 mp2->mp2_ops->stop_all(mp2); in amd_sfh_shutdown()517 mp2->mp2_ops->resume(mp2); in amd_mp2_pci_resume()[all …]
106 void amd_sfh_set_desc_ops(struct amd_mp2_ops *mp2_ops);
56 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 19 milliseconds