Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/base/
Dauxiliary_sysfs.c109 sysfs_remove_file_from_group(&dev->kobj, &info->sysfs_attr.attr, in auxiliary_device_sysfs_irq_remove()
/linux-6.14.4/include/linux/
Dsysfs.h473 void sysfs_remove_file_from_group(struct kobject *kobj,
679 static inline void sysfs_remove_file_from_group(struct kobject *kobj, in sysfs_remove_file_from_group() function
/linux-6.14.4/fs/sysfs/
Dfile.c561 void sysfs_remove_file_from_group(struct kobject *kobj, in sysfs_remove_file_from_group() function
578 EXPORT_SYMBOL_GPL(sysfs_remove_file_from_group);
/linux-6.14.4/drivers/usb/core/
Dledtrig-usbport.c255 sysfs_remove_file_from_group(&led_cdev->dev->kobj, &port->attr.attr, in usbport_trig_remove_port()
Dsysfs.c365 sysfs_remove_file_from_group(&dev->kobj, in remove_persist_attributes()
/linux-6.14.4/drivers/hwtracing/ptt/
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-6.14.4/drivers/pci/
Dp2pdma.c271 sysfs_remove_file_from_group(&pdev->dev.kobj, &p2pmem_alloc_attr.attr, in pci_p2pdma_unmap_mappings()
/linux-6.14.4/drivers/hwtracing/coresight/
Dcoresight-etm-perf.c846 sysfs_remove_file_from_group(&pmu_dev->kobj, in etm_perf_del_symlink_group()
/linux-6.14.4/drivers/ata/
Dahci.c2070 sysfs_remove_file_from_group(&pdev->dev.kobj, in ahci_init_one()
2082 sysfs_remove_file_from_group(&pdev->dev.kobj, in ahci_remove_one()
/linux-6.14.4/drivers/gpu/drm/amd/amdgpu/
Damdgpu_aca.c664 sysfs_remove_file_from_group(&adev->dev->kobj, in remove_aca_sysfs()
Damdgpu_ras.c1830 sysfs_remove_file_from_group(&adev->dev->kobj, in amdgpu_ras_sysfs_remove_bad_page_node()
1905 sysfs_remove_file_from_group(&adev->dev->kobj, in amdgpu_ras_sysfs_remove()
/linux-6.14.4/kernel/irq/
Dmsi.c521 sysfs_remove_file_from_group(&dev->kobj, &attrs[i].attr, msi_irqs_group.name); in msi_sysfs_remove_desc()