Home
last modified time | relevance | path

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

/linux/drivers/iommu/
H A Dsprd-iommu.c490 goto remove_sysfs; in sprd_iommu_probe()
509 remove_sysfs: in sprd_iommu_probe()
/linux/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic.h1776 void (*remove_sysfs) (struct qlcnic_adapter *); member
1927 if (adapter->ahw->hw_ops->remove_sysfs) in qlcnic_remove_sysfs()
1928 adapter->ahw->hw_ops->remove_sysfs(adapter); in qlcnic_remove_sysfs()
H A Dqlcnic_main.c568 .remove_sysfs = qlcnic_82xx_remove_sysfs,
H A Dqlcnic_83xx_hw.c208 .remove_sysfs = qlcnic_83xx_remove_sysfs,