Home
last modified time | relevance | path

Searched refs:vops (Results 1 – 13 of 13) sorted by relevance

/linux/drivers/thunderbolt/
H A Dnvm.c53 const struct tb_nvm_vendor_ops *vops; member
291 const struct tb_nvm_vendor_ops *vops = NULL; in tb_nvm_alloc() local
302 vops = v->vops; in tb_nvm_alloc()
307 if (!vops) { in tb_nvm_alloc()
319 vops = v->vops; in tb_nvm_alloc()
324 if (!vops) { in tb_nvm_alloc()
345 nvm->vops = vops; in tb_nvm_alloc()
361 const struct tb_nvm_vendor_ops *vops = nvm->vops; in tb_nvm_read_version() local
363 if (vops && vops->read_version) in tb_nvm_read_version()
364 return vops->read_version(nvm); in tb_nvm_read_version()
[all …]
/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dfwvid.c27 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()
H A Dcore.h146 const struct brcmf_fwvid_ops *vops; member
/linux/drivers/gpu/drm/xe/
H A Dxe_vm.c657 static int xe_vma_ops_alloc(struct xe_vma_ops *vops, bool array_of_binds) in xe_vma_ops_alloc() argument
662 if (!vops->pt_update_ops[i].num_ops) in xe_vma_ops_alloc()
665 vops->pt_update_ops[i].ops = in xe_vma_ops_alloc()
666 kmalloc_objs(*vops->pt_update_ops[i].ops, in xe_vma_ops_alloc()
667 vops->pt_update_ops[i].num_ops, in xe_vma_ops_alloc()
669 if (!vops->pt_update_ops[i].ops) in xe_vma_ops_alloc()
687 static void xe_vma_svm_prefetch_ops_fini(struct xe_vma_ops *vops) in xe_vma_svm_prefetch_ops_fini() argument
691 if (!(vops->flags & XE_VMA_OPS_FLAG_HAS_SVM_PREFETCH)) in xe_vma_svm_prefetch_ops_fini()
694 list_for_each_entry(op, &vops->list, link) in xe_vma_svm_prefetch_ops_fini()
698 static void xe_vma_ops_fini(struct xe_vma_ops *vops) in xe_vma_ops_fini() argument
[all …]
H A Dxe_pt.c1311 struct xe_vma_ops *vops, in xe_pt_vm_dependencies() argument
1322 if (!job && !no_in_syncs(vops->syncs, vops->num_syncs)) in xe_pt_vm_dependencies()
1361 list_for_each_entry(op, &vops->list, link) { in xe_pt_vm_dependencies()
1367 for (i = 0; job && !err && i < vops->num_syncs; i++) in xe_pt_vm_dependencies()
1368 err = xe_sync_entry_add_deps(&vops->syncs[i], job); in xe_pt_vm_dependencies()
1389 struct xe_vma_ops *vops = pt_update->vops; in xe_pt_pre_commit() local
1390 struct xe_vm *vm = vops->vm; in xe_pt_pre_commit()
1393 &vops->pt_update_ops[pt_update->tile_id]; in xe_pt_pre_commit()
1396 pt_update->mjob, vm, pt_update->vops, in xe_pt_pre_commit()
1522 struct xe_vm *vm = pt_update->vops->vm; in xe_pt_svm_userptr_pre_commit()
[all …]
H A Dxe_migrate.c1790 struct xe_vm *vm = pt_update->vops->vm; in xe_migrate_update_pgtables_cpu()
1792 &pt_update->vops->pt_update_ops[pt_update->tile_id]; in xe_migrate_update_pgtables_cpu()
1926 struct xe_vm *vm = pt_update->vops->vm; in __xe_migrate_update_pgtables()
2048 &pt_update->vops->pt_update_ops[pt_update->tile_id]; in xe_migrate_update_pgtables()
/linux/drivers/ufs/host/
H A Dtc-dwc-g210-pltfrm.c58 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()
H A Dcdns-pltfrm.c288 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()
H A Dufs-exynos.h180 const struct ufs_hba_variant_ops *vops; member
/linux/drivers/media/platform/cadence/
H A Dcdns-csi2tx.c104 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()
/linux/drivers/regulator/
H A Dmt6363-regulator.c149 #define MT6363_LDO_LINEAR_OPS(match, vreg, in_sup, vops, min, max, \ argument
156 .ops = &vops, \
186 #define MT6363_LDO_LINEAR_CAL_OPS(match, vreg, in_sup, vops, vrnum, \ argument
193 .ops = &vops, \
/linux/arch/powerpc/include/asm/
H A Dvas.h287 const struct vas_user_win_ops *vops);
/linux/arch/powerpc/platforms/powernv/
H A Dvas-window.c1449 static const struct vas_user_win_ops vops = { variable
1463 return vas_register_coproc_api(mod, cop_type, name, &vops); in vas_register_api_powernv()