Home
last modified time | relevance | path

Searched refs:sysfs_remove_file_from_group (Results 1 – 13 of 13) sorted by relevance

/linux/drivers/base/
H A Dauxiliary_sysfs.c109 sysfs_remove_file_from_group(&dev->kobj, &info->sysfs_attr.attr, in auxiliary_device_sysfs_irq_remove()
/linux/fs/sysfs/
H A Dfile.c555 void sysfs_remove_file_from_group(struct kobject *kobj, in sysfs_remove_file_from_group() function
572 EXPORT_SYMBOL_GPL(sysfs_remove_file_from_group);
/linux/include/linux/
H A Dsysfs.h459 void sysfs_remove_file_from_group(struct kobject *kobj,
665 static inline void sysfs_remove_file_from_group(struct kobject *kobj, in sysfs_remove_file_from_group() function
/linux/drivers/usb/core/
H A Dledtrig-usbport.c255 sysfs_remove_file_from_group(&led_cdev->dev->kobj, &port->attr.attr, in usbport_trig_remove_port()
H A Dsysfs.c365 sysfs_remove_file_from_group(&dev->kobj, in remove_persist_attributes()
/linux/drivers/hwtracing/ptt/
H A Dhisi_ptt.c443 sysfs_remove_file_from_group(kobj, &filter->attr.attr, in hisi_ptt_remove_rp_filter_attr()
466 sysfs_remove_file_from_group(kobj, &filter->attr.attr, in hisi_ptt_remove_req_filter_attr()
/linux/drivers/hwtracing/coresight/
H A Dcoresight-etm-perf.c925 sysfs_remove_file_from_group(&pmu_dev->kobj, in etm_perf_del_symlink_group()
/linux/drivers/pci/
H A Ddoe.c149 sysfs_remove_file_from_group(&dev->kobj, &attrs[i].attr, in pci_doe_sysfs_feature_remove()
H A Dp2pdma.c368 sysfs_remove_file_from_group(&p2p_pgmap->mem->owner->kobj, in pci_p2pdma_unmap_mappings()
/linux/drivers/ata/
H A Dahci.c2148 sysfs_remove_file_from_group(&pdev->dev.kobj, in ahci_init_one()
2160 sysfs_remove_file_from_group(&pdev->dev.kobj, in ahci_remove_one()
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_aca.c734 sysfs_remove_file_from_group(&adev->dev->kobj, in remove_aca_sysfs()
H A Damdgpu_ras.c2046 sysfs_remove_file_from_group(&adev->dev->kobj, in amdgpu_ras_sysfs_remove_bad_page_node()
2124 sysfs_remove_file_from_group(&adev->dev->kobj, in amdgpu_ras_sysfs_remove()
/linux/kernel/irq/
H A Dmsi.c522 sysfs_remove_file_from_group(&dev->kobj, &attrs[i].attr, msi_irqs_group.name); in msi_sysfs_remove_desc()