Searched refs:vops (Results 1 – 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/ufs/ |
D | ufshcd.h | 723 const struct ufs_hba_variant_ops *vops; member 1059 if (hba->vops) in ufshcd_get_var_name() 1060 return hba->vops->name; in ufshcd_get_var_name() 1066 if (hba->vops && hba->vops->init) in ufshcd_vops_init() 1067 return hba->vops->init(hba); in ufshcd_vops_init() 1074 if (hba->vops && hba->vops->exit) in ufshcd_vops_exit() 1075 return hba->vops->exit(hba); in ufshcd_vops_exit() 1080 if (hba->vops && hba->vops->get_ufs_hci_version) in ufshcd_vops_get_ufs_hci_version() 1081 return hba->vops->get_ufs_hci_version(hba); in ufshcd_vops_get_ufs_hci_version() 1089 if (hba->vops && hba->vops->clk_scale_notify) in ufshcd_vops_clk_scale_notify() [all …]
|
D | cdns-pltfrm.c | 224 if (hba->vops && hba->vops->phy_initialization) in cdns_ufs_init() 225 status = hba->vops->phy_initialization(hba); in cdns_ufs_init() 289 struct ufs_hba_variant_ops *vops; in cdns_ufs_pltfrm_probe() local 293 vops = (struct ufs_hba_variant_ops *)of_id->data; in cdns_ufs_pltfrm_probe() 296 err = ufshcd_pltfrm_init(pdev, vops); in cdns_ufs_pltfrm_probe()
|
D | tc-dwc-g210-pltfrm.c | 57 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()
|
D | ufshcd-dwc.c | 123 if (hba->vops->phy_initialization) { in ufshcd_dwc_link_startup_notify() 124 err = hba->vops->phy_initialization(hba); in ufshcd_dwc_link_startup_notify()
|
D | ufshcd-crypto.c | 29 if (hba->vops && hba->vops->program_key) { in ufshcd_program_key() 30 err = hba->vops->program_key(hba, cfg, slot); in ufshcd_program_key()
|
D | ufshcd-pltfrm.c | 385 const struct ufs_hba_variant_ops *vops) in ufshcd_pltfrm_init() argument 410 hba->vops = vops; in ufshcd_pltfrm_init()
|
D | ufshcd-pltfrm.h | 32 const struct ufs_hba_variant_ops *vops);
|
D | tc-dwc-g210-pci.c | 130 hba->vops = &tc_dwc_g210_pci_hba_vops; in tc_dwc_g210_pci_probe()
|
D | ufshcd-pci.c | 350 hba->vops = (struct ufs_hba_variant_ops *)id->driver_data; in ufshcd_pci_probe()
|
D | ufshcd.c | 8159 if (!hba->vops) in ufshcd_variant_hba_init() 8178 if (!hba->vops) in ufshcd_variant_hba_exit()
|
/kernel/linux/linux-5.10/fs/verity/ |
D | enable.c | 51 const struct fsverity_operations *vops = inode->i_sb->s_vop; in build_merkle_tree_level() local 95 src_page = vops->read_merkle_tree_page(inode, in build_merkle_tree_level() 122 err = vops->write_merkle_tree_block(inode, in build_merkle_tree_level() 202 const struct fsverity_operations *vops = inode->i_sb->s_vop; in enable_verity() local 253 err = vops->begin_enable_verity(filp); in enable_verity() 299 err = vops->end_enable_verity(filp, desc, desc_size, params.tree_size); in enable_verity() 303 vops->end_enable_verity, err); in enable_verity() 325 (void)vops->end_enable_verity(filp, NULL, 0, params.tree_size); in enable_verity()
|
/kernel/linux/linux-5.10/drivers/media/platform/cadence/ |
D | cdns-csi2tx.c | 103 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()
|
/kernel/linux/patches/linux-5.10/hispark_taurus_patch/ |
D | hispark_taurus.patch | 53586 hba->vops = vops; 53972 + if (hba->vops && hba->vops->clk_hareware_init_notify) 53973 + hba->vops->clk_hareware_init_notify();
|
/kernel/linux/patches/linux-4.19/hispark_taurus_patch/ |
D | hispark_taurus.patch | 355544 + struct ufs_hba_variant_ops *vops; 355548 + vops = (struct ufs_hba_variant_ops *)of_id->data; 355564 + err = ufshcd_pltfrm_init(pdev, vops); 355801 hba->vops = vops; 356186 + if (hba->vops && hba->vops->clk_hareware_init_notify) 356187 + hba->vops->clk_hareware_init_notify();
|