Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/ufs/
Dufshcd.h573 const struct ufs_hba_variant_ops *vops; member
944 if (hba->vops) in ufshcd_get_var_name()
945 return hba->vops->name; in ufshcd_get_var_name()
951 if (hba->vops && hba->vops->init) in ufshcd_vops_init()
952 return hba->vops->init(hba); in ufshcd_vops_init()
959 if (hba->vops && hba->vops->exit) in ufshcd_vops_exit()
960 return hba->vops->exit(hba); in ufshcd_vops_exit()
965 if (hba->vops && hba->vops->get_ufs_hci_version) in ufshcd_vops_get_ufs_hci_version()
966 return hba->vops->get_ufs_hci_version(hba); in ufshcd_vops_get_ufs_hci_version()
974 if (hba->vops && hba->vops->clk_scale_notify) in ufshcd_vops_clk_scale_notify()
[all …]
Dcdns-pltfrm.c115 if (hba->vops && hba->vops->phy_initialization) in cdns_ufs_init()
116 status = hba->vops->phy_initialization(hba); in cdns_ufs_init()
177 struct ufs_hba_variant_ops *vops; in cdns_ufs_pltfrm_probe() local
181 vops = (struct ufs_hba_variant_ops *)of_id->data; in cdns_ufs_pltfrm_probe()
184 err = ufshcd_pltfrm_init(pdev, vops); in cdns_ufs_pltfrm_probe()
Dtc-dwc-g210-pltfrm.c57 struct ufs_hba_variant_ops *vops; in tc_dwc_g210_pltfm_probe() local
61 vops = (struct ufs_hba_variant_ops *)of_id->data; in tc_dwc_g210_pltfm_probe()
64 err = ufshcd_pltfrm_init(pdev, vops); in tc_dwc_g210_pltfm_probe()
Dufshcd-dwc.c123 if (hba->vops->phy_initialization) { in ufshcd_dwc_link_startup_notify()
124 err = hba->vops->phy_initialization(hba); in ufshcd_dwc_link_startup_notify()
Dufshcd-pltfrm.c390 const struct ufs_hba_variant_ops *vops) in ufshcd_pltfrm_init() argument
416 hba->vops = vops; in ufshcd_pltfrm_init()
Dufshcd-pltfrm.h32 const struct ufs_hba_variant_ops *vops);
Dtc-dwc-g210-pci.c130 hba->vops = &tc_dwc_g210_pci_hba_vops; in tc_dwc_g210_pci_probe()
Dufshcd-pci.c176 hba->vops = (struct ufs_hba_variant_ops *)id->driver_data; in ufshcd_pci_probe()
Dufshcd.c436 if (hba->vops && hba->vops->dbg_register_dump) in ufshcd_print_host_regs()
437 hba->vops->dbg_register_dump(hba); in ufshcd_print_host_regs()
7404 if (!hba->vops) in ufshcd_variant_hba_init()
7428 if (!hba->vops) in ufshcd_variant_hba_exit()
/Linux-v5.4/fs/verity/
Denable.c22 const struct fsverity_operations *vops = inode->i_sb->s_vop; in build_merkle_tree_level() local
58 src_page = vops->read_merkle_tree_page(inode, in build_merkle_tree_level()
84 err = vops->write_merkle_tree_block(inode, in build_merkle_tree_level()
161 const struct fsverity_operations *vops = inode->i_sb->s_vop; in enable_verity() local
214 err = vops->begin_enable_verity(filp); in enable_verity()
260 err = vops->end_enable_verity(filp, desc, desc_size, params.tree_size); in enable_verity()
264 vops->end_enable_verity, err); in enable_verity()
286 (void)vops->end_enable_verity(filp, NULL, 0, params.tree_size); in enable_verity()
/Linux-v5.4/drivers/media/platform/cadence/
Dcdns-csi2tx.c103 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()
584 csi2tx->vops = (struct csi2tx_vops *)of_id->data; in csi2tx_probe()