Home
last modified time | relevance | path

Searched refs:remove_sysfs (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.15/drivers/platform/chrome/wilco_ec/
Dcore.c108 goto remove_sysfs; in wilco_ec_probe()
125 remove_sysfs: in wilco_ec_probe()
/Linux-v5.15/drivers/iommu/
Dtegra-gart.c358 goto remove_sysfs; in tegra_gart_probe()
371 remove_sysfs: in tegra_gart_probe()
Dsprd-iommu.c506 goto remove_sysfs; in sprd_iommu_probe()
528 remove_sysfs: in sprd_iommu_probe()
Dtegra-smmu.c1150 goto remove_sysfs; in tegra_smmu_probe()
1171 remove_sysfs: in tegra_smmu_probe()
/Linux-v5.15/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic.h1777 void (*remove_sysfs) (struct qlcnic_adapter *); member
1928 if (adapter->ahw->hw_ops->remove_sysfs) in qlcnic_remove_sysfs()
1929 adapter->ahw->hw_ops->remove_sysfs(adapter); in qlcnic_remove_sysfs()
Dqlcnic_main.c568 .remove_sysfs = qlcnic_82xx_remove_sysfs,
Dqlcnic_83xx_hw.c209 .remove_sysfs = qlcnic_83xx_remove_sysfs,