Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/platform/x86/
Dacer-wmi.c2129 static int remove_sysfs(struct platform_device *device) in remove_sysfs() function
2158 remove_sysfs(acer_platform_device); in create_sysfs()
2313 remove_sysfs(acer_platform_device); in acer_wmi_init()
2337 remove_sysfs(acer_platform_device); in acer_wmi_exit()
/linux-4.1.27/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic.h1785 void (*remove_sysfs) (struct qlcnic_adapter *); member
1919 if (adapter->ahw->hw_ops->remove_sysfs) in qlcnic_remove_sysfs()
1920 adapter->ahw->hw_ops->remove_sysfs(adapter); in qlcnic_remove_sysfs()
Dqlcnic_main.c587 .remove_sysfs = qlcnic_82xx_remove_sysfs,
Dqlcnic_83xx_hw.c208 .remove_sysfs = qlcnic_83xx_remove_sysfs,