Home
last modified time | relevance | path

Searched refs:platform_ops (Results 1 – 18 of 18) sorted by relevance

/drivers/virt/gunyah/
Dgunyah_platform_hooks.c39 int gh_rm_register_platform_ops(const struct gh_rm_platform_ops *platform_ops) in gh_rm_register_platform_ops() argument
45 rm_platform_ops = platform_ops; in gh_rm_register_platform_ops()
53 void gh_rm_unregister_platform_ops(const struct gh_rm_platform_ops *platform_ops) in gh_rm_unregister_platform_ops() argument
56 if (rm_platform_ops == platform_ops) in gh_rm_unregister_platform_ops()
/drivers/net/wireless/ath/wil6210/
Dpcie_bus.c127 if (wil->platform_ops.get_capa) { in wil_set_capabilities()
129 wil->platform_ops.get_capa(wil->platform_handle); in wil_set_capabilities()
290 if (wil->platform_ops.uninit) in wil_platform_ops_uninit()
291 wil->platform_ops.uninit(wil->platform_handle); in wil_platform_ops_uninit()
292 memset(&wil->platform_ops, 0, sizeof(wil->platform_ops)); in wil_platform_ops_uninit()
334 wil_platform_init(&pdev->dev, &wil->platform_ops, &rops, wil); in wil_pcie_probe()
590 if (wil->platform_ops.notify) in wil6210_pm_notify()
591 rc = wil->platform_ops.notify(wil->platform_handle, in wil6210_pm_notify()
598 if (wil->platform_ops.notify) in wil6210_pm_notify()
599 rc = wil->platform_ops.notify(wil->platform_handle, in wil6210_pm_notify()
Dpm.c88 if (is_runtime && !wil->platform_ops.suspend) { in wil_can_suspend()
261 if (wil->platform_ops.suspend) { in wil_suspend_keep_radio_on()
262 rc = wil->platform_ops.suspend(wil->platform_handle, true); in wil_suspend_keep_radio_on()
336 if (wil->platform_ops.suspend) { in wil_suspend_radio_off()
337 rc = wil->platform_ops.suspend(wil->platform_handle, false); in wil_suspend_radio_off()
405 if (wil->platform_ops.resume) { in wil_resume()
406 rc = wil->platform_ops.resume(wil->platform_handle, in wil_resume()
Dmain.c777 if (wil->platform_ops.bus_request) { in wil6210_bus_request()
779 wil->platform_ops.bus_request(wil->platform_handle, kbps); in wil6210_bus_request()
1255 if (wil->platform_ops.set_features) { in wil_refresh_fw_capabilities()
1265 wil->platform_ops.set_features(wil->platform_handle, features); in wil_refresh_fw_capabilities()
1630 if (wil->platform_ops.notify) { in wil_reset()
1631 rc = wil->platform_ops.notify(wil->platform_handle, in wil_reset()
1780 if (wil->platform_ops.notify) { in wil_reset()
1781 rc = wil->platform_ops.notify(wil->platform_handle, in wil_reset()
Dinterrupt.c615 if (wil->platform_ops.notify) { in wil6210_irq_misc_thread()
617 wil->platform_ops.notify(wil->platform_handle, in wil6210_irq_misc_thread()
Dwil6210.h1021 struct wil_platform_ops platform_ops; member
/drivers/usb/musb/
Djz4740.c159 .platform_ops = &jz4740_musb_ops,
186 .platform_ops = &jz4740_musb_ops,
Dmpfs.c190 pdata->platform_ops = &mpfs_ops; in mpfs_probe()
Dux500.c271 pdata->platform_ops = &ux500_ops; in ux500_probe()
Ddavinci.c525 pdata->platform_ops = &davinci_ops; in davinci_probe()
Dda8xx.c543 pdata->platform_ops = &da8xx_ops; in da8xx_probe()
Dam35x.c488 pdata->platform_ops = &am35x_ops; in am35x_probe()
Dmediatek.c428 pdata->platform_ops = &mtk_musb_ops; in mtk_musb_probe()
Domap2430.c388 pdata->platform_ops = &omap2430_ops; in omap2430_probe()
Dsunxi.c715 pdata.platform_ops = &sunxi_musb_ops; in sunxi_musb_probe()
Dmusb_dsps.c780 pdata.platform_ops = &dsps_ops; in dsps_create_musb_pdev()
Dtusb6010.c1221 pdata->platform_ops = &tusb_ops; in tusb_probe()
Dmusb_core.c2340 musb->ops = plat->platform_ops; in musb_init_controller()