| /drivers/ufs/core/ |
| A D | ufshcd-priv.h | 109 if (hba->vops && hba->vops->exit) in ufshcd_vops_exit() 125 if (hba->vops && hba->vops->clk_scale_notify) in ufshcd_vops_clk_scale_notify() 134 if (hba->vops && hba->vops->event_notify) in ufshcd_vops_event_notify() 141 if (hba->vops && hba->vops->setup_clocks) in ufshcd_vops_setup_clocks() 178 if (hba->vops && hba->vops->setup_task_mgmt) in ufshcd_vops_setup_task_mgmt() 186 if (hba->vops && hba->vops->hibern8_notify) in ufshcd_vops_hibern8_notify() 192 if (hba->vops && hba->vops->apply_dev_quirks) in ufshcd_vops_apply_dev_quirks() 206 if (hba->vops && hba->vops->suspend) in ufshcd_vops_suspend() 214 if (hba->vops && hba->vops->resume) in ufshcd_vops_resume() 228 if (hba->vops && hba->vops->device_reset) in ufshcd_vops_device_reset() [all …]
|
| A D | ufshcd-crypto.h | 46 if (crypt_ctx && hba->vops && hba->vops->fill_crypto_prdt) in ufshcd_crypto_fill_prdt() 47 return hba->vops->fill_crypto_prdt(hba, crypt_ctx, in ufshcd_crypto_fill_prdt()
|
| A D | ufs-mcq.c | 147 if (!hba->vops || !hba->vops->get_hba_mac) { in ufshcd_mcq_decide_queue_depth() 158 mac = hba->vops->get_hba_mac(hba); in ufshcd_mcq_decide_queue_depth()
|
| A D | ufshcd.c | 2379 if (hba->vops && hba->vops->setup_xfer_req) in ufshcd_send_command() 2380 hba->vops->setup_xfer_req(hba, lrbp->task_tag, in ufshcd_send_command() 5337 if (hba->vops && hba->vops->config_scsi_dev) in ufshcd_sdev_configure() 5338 hba->vops->config_scsi_dev(sdev); in ufshcd_sdev_configure() 8295 int host_rtt_cap = hba->vops && hba->vops->max_num_rtt ? in ufshcd_set_rtt() 8296 hba->vops->max_num_rtt : hba->nortt; in ufshcd_set_rtt() 9464 if (!hba->vops) in ufshcd_variant_hba_init() 9478 if (!hba->vops) in ufshcd_variant_hba_exit() 10470 if (hba->vops && hba->vops->set_dma_mask) in ufshcd_set_dma_mask() 10471 return hba->vops->set_dma_mask(hba); in ufshcd_set_dma_mask()
|
| /drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
| A D | fwvid.h | 35 const struct brcmf_fwvid_ops *vops = ifp->drvr->vops; in brcmf_fwvid_feat_attach() local 37 if (!vops->feat_attach) in brcmf_fwvid_feat_attach() 40 vops->feat_attach(ifp); in brcmf_fwvid_feat_attach() 46 const struct brcmf_fwvid_ops *vops = ifp->drvr->vops; in brcmf_fwvid_set_sae_password() local 48 if (!vops || !vops->set_sae_password) in brcmf_fwvid_set_sae_password() 56 if (!drvr->vops) in brcmf_fwvid_alloc_fweh_info() 64 const struct brcmf_fwvid_ops *vops = ifp->drvr->vops; in brcmf_fwvid_activate_events() local 66 if (!vops || !vops->activate_events) in brcmf_fwvid_activate_events() 69 return vops->activate_events(ifp); in brcmf_fwvid_activate_events() 74 if (!drvr->vops || !drvr->vops->get_cfg80211_ops) in brcmf_fwvid_get_cfg80211_ops() [all …]
|
| A D | fwvid.c | 27 const struct brcmf_fwvid_ops *vops; member 49 .vops = _vid ## _VOPS \ 87 const struct brcmf_fwvid_ops *vops) in brcmf_fwvid_register_vendor() argument 92 if (WARN_ON(!vmod) || WARN_ON(!vops) || in brcmf_fwvid_register_vendor() 93 WARN_ON(!vops->alloc_fweh_info)) in brcmf_fwvid_register_vendor() 104 fwvid_list[fwvid].vops = vops; in brcmf_fwvid_register_vendor() 137 fwvid_list[fwvid].vops = NULL; in brcmf_fwvid_unregister_vendor() 170 drvr->vops = fwvid_list[fwvid].vops; in brcmf_fwvid_attach() 190 if (drvr->vops) { in brcmf_fwvid_detach() 191 drvr->vops = NULL; in brcmf_fwvid_detach()
|
| A D | core.h | 146 const struct brcmf_fwvid_ops *vops; member
|
| /drivers/thunderbolt/ |
| A D | nvm.c | 298 vops = v->vops; in tb_nvm_alloc() 303 if (!vops) { in tb_nvm_alloc() 315 vops = v->vops; in tb_nvm_alloc() 320 if (!vops) { in tb_nvm_alloc() 341 nvm->vops = vops; in tb_nvm_alloc() 356 const struct tb_nvm_vendor_ops *vops = nvm->vops; in tb_nvm_read_version() local 358 if (vops && vops->read_version) in tb_nvm_read_version() 377 const struct tb_nvm_vendor_ops *vops = nvm->vops; in tb_nvm_validate() local 383 if (!vops) in tb_nvm_validate() 397 return vops->validate ? vops->validate(nvm) : 0; in tb_nvm_validate() [all …]
|
| A D | tb.h | 65 const struct tb_nvm_vendor_ops *vops; member
|
| /drivers/gpu/drm/xe/ |
| A D | xe_vm.c | 888 struct xe_vma_ops vops; in xe_vm_rebind() local 934 xe_vma_ops_fini(&vops); in xe_vm_rebind() 942 struct xe_vma_ops vops; in xe_vma_rebind() local 976 xe_vma_ops_fini(&vops); in xe_vma_rebind() 1031 struct xe_vma_ops vops; in xe_vm_range_rebind() local 3230 ufence = find_ufence_get(vops->syncs, vops->num_syncs); in vm_bind_ioctl_ops_fini() 3454 memset(vops, 0, sizeof(*vops)); in xe_vma_ops_init() 3456 vops->vm = vm; in xe_vma_ops_init() 3457 vops->q = q; in xe_vma_ops_init() 3458 vops->syncs = syncs; in xe_vma_ops_init() [all …]
|
| A D | xe_pt.c | 1265 struct xe_vma_ops *vops, in xe_pt_vm_dependencies() argument 1276 if (!job && !no_in_syncs(vops->syncs, vops->num_syncs)) in xe_pt_vm_dependencies() 1336 struct xe_vma_ops *vops = pt_update->vops; in xe_pt_pre_commit() local 1337 struct xe_vm *vm = vops->vm; in xe_pt_pre_commit() 1437 struct xe_vma_ops *vops = pt_update->vops; in xe_pt_userptr_pre_commit() local 1464 struct xe_vma_ops *vops = pt_update->vops; in xe_pt_svm_pre_commit() local 2181 xe_vm_assert_held(vops->vm); in xe_pt_update_ops_prepare() 2201 if (vops->inject_error && in xe_pt_update_ops_prepare() 2407 struct xe_vm *vm = vops->vm; in xe_pt_update_ops_run() 2423 .vops = vops, in xe_pt_update_ops_run() [all …]
|
| A D | xe_pt.h | 41 int xe_pt_update_ops_prepare(struct xe_tile *tile, struct xe_vma_ops *vops); 43 struct xe_vma_ops *vops); 44 void xe_pt_update_ops_fini(struct xe_tile *tile, struct xe_vma_ops *vops); 45 void xe_pt_update_ops_abort(struct xe_tile *tile, struct xe_vma_ops *vops);
|
| A D | xe_migrate.h | 89 struct xe_vma_ops *vops; member
|
| A D | xe_migrate.c | 1268 struct xe_vm *vm = pt_update->vops->vm; in xe_migrate_update_pgtables_cpu() 1270 &pt_update->vops->pt_update_ops[pt_update->tile_id]; in xe_migrate_update_pgtables_cpu() 1404 struct xe_vm *vm = pt_update->vops->vm; in __xe_migrate_update_pgtables() 1524 &pt_update->vops->pt_update_ops[pt_update->tile_id]; in xe_migrate_update_pgtables()
|
| /drivers/ufs/host/ |
| A D | tc-dwc-g210-pltfrm.c | 58 struct ufs_hba_variant_ops *vops; in tc_dwc_g210_pltfm_probe() local 62 vops = (struct ufs_hba_variant_ops *)of_id->data; in tc_dwc_g210_pltfm_probe() 65 err = ufshcd_pltfrm_init(pdev, vops); in tc_dwc_g210_pltfm_probe()
|
| A D | ufs-rockchip.c | 240 const struct ufs_hba_variant_ops *vops; in ufs_rockchip_probe() local 243 vops = device_get_match_data(dev); in ufs_rockchip_probe() 244 if (!vops) in ufs_rockchip_probe() 247 err = ufshcd_pltfrm_init(pdev, vops); in ufs_rockchip_probe()
|
| A D | cdns-pltfrm.c | 288 struct ufs_hba_variant_ops *vops; in cdns_ufs_pltfrm_probe() local 292 vops = (struct ufs_hba_variant_ops *)of_id->data; in cdns_ufs_pltfrm_probe() 295 err = ufshcd_pltfrm_init(pdev, vops); in cdns_ufs_pltfrm_probe()
|
| A D | ufshcd-pltfrm.c | 460 const struct ufs_hba_variant_ops *vops) in ufshcd_pltfrm_init() argument 481 hba->vops = vops; in ufshcd_pltfrm_init()
|
| A D | ufshcd-pltfrm.h | 33 const struct ufs_hba_variant_ops *vops);
|
| A D | ufshcd-pci.c | 353 if (hba->vops->device_reset) in ufs_intel_common_init() 356 if (hba->vops->device_reset) in ufs_intel_common_init() 591 hba->vops = (struct ufs_hba_variant_ops *)id->driver_data; in ufshcd_pci_probe()
|
| A D | tc-dwc-g210-pci.c | 95 hba->vops = &tc_dwc_g210_pci_hba_vops; in tc_dwc_g210_pci_probe()
|
| A D | ufs-exynos.c | 2021 const struct ufs_hba_variant_ops *vops = &ufs_hba_exynos_ops; in exynos_ufs_probe() local 2025 if (drv_data && drv_data->vops) in exynos_ufs_probe() 2026 vops = drv_data->vops; in exynos_ufs_probe() 2028 err = ufshcd_pltfrm_init(pdev, vops); in exynos_ufs_probe() 2085 .vops = &ufs_hba_exynosauto_vh_ops,
|
| A D | ufs-exynos.h | 180 const struct ufs_hba_variant_ops *vops; member
|
| /drivers/media/platform/cadence/ |
| A D | cdns-csi2tx.c | 104 struct csi2tx_vops *vops; member 313 if (csi2tx->vops && csi2tx->vops->dphy_setup) { in csi2tx_start() 314 csi2tx->vops->dphy_setup(csi2tx); in csi2tx_start() 588 csi2tx->vops = (struct csi2tx_vops *)of_id->data; in csi2tx_probe()
|