/kernel/linux/linux-5.10/arch/sh/drivers/dma/ |
D | dma-sysfs.c | 154 device_remove_file(dev, &dev_attr_dev_id); in dma_remove_sysfs_files() 155 device_remove_file(dev, &dev_attr_count); in dma_remove_sysfs_files() 156 device_remove_file(dev, &dev_attr_mode); in dma_remove_sysfs_files() 157 device_remove_file(dev, &dev_attr_flags); in dma_remove_sysfs_files() 158 device_remove_file(dev, &dev_attr_config); in dma_remove_sysfs_files()
|
/kernel/linux/linux-5.10/drivers/acpi/ |
D | device_sysfs.c | 602 device_remove_file(&dev->dev, &dev_attr_power_state); in acpi_device_remove_files() 604 device_remove_file(&dev->dev, in acpi_device_remove_files() 613 device_remove_file(&dev->dev, &dev_attr_description); in acpi_device_remove_files() 619 device_remove_file(&dev->dev, &dev_attr_eject); in acpi_device_remove_files() 622 device_remove_file(&dev->dev, &dev_attr_sun); in acpi_device_remove_files() 625 device_remove_file(&dev->dev, &dev_attr_hrv); in acpi_device_remove_files() 628 device_remove_file(&dev->dev, &dev_attr_uid); in acpi_device_remove_files() 630 device_remove_file(&dev->dev, &dev_attr_adr); in acpi_device_remove_files() 631 device_remove_file(&dev->dev, &dev_attr_modalias); in acpi_device_remove_files() 632 device_remove_file(&dev->dev, &dev_attr_hid); in acpi_device_remove_files() [all …]
|
D | acpi_pad.c | 336 device_remove_file(&device->dev, &dev_attr_idlecpus); in acpi_pad_add_sysfs() 341 device_remove_file(&device->dev, &dev_attr_idlecpus); in acpi_pad_add_sysfs() 342 device_remove_file(&device->dev, &dev_attr_idlepct); in acpi_pad_add_sysfs() 350 device_remove_file(&device->dev, &dev_attr_idlecpus); in acpi_pad_remove_sysfs() 351 device_remove_file(&device->dev, &dev_attr_idlepct); in acpi_pad_remove_sysfs() 352 device_remove_file(&device->dev, &dev_attr_rrtime); in acpi_pad_remove_sysfs()
|
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
D | sysfs.c | 785 device_remove_file(s, &dev_attr_idle_purr); in remove_idle_purr_file() 815 device_remove_file(s, &dev_attr_idle_spurr); in remove_idle_spurr_file() 935 device_remove_file(s, &dev_attr_smt_snooze_delay); in unregister_cpu_online() 969 device_remove_file(s, &attrs[i]); in unregister_cpu_online() 973 device_remove_file(s, &pmc_attrs[i]); in unregister_cpu_online() 978 device_remove_file(s, &dev_attr_mmcra); in unregister_cpu_online() 981 device_remove_file(s, &dev_attr_mmcr3); in unregister_cpu_online() 985 device_remove_file(s, &dev_attr_purr); in unregister_cpu_online() 990 device_remove_file(s, &dev_attr_spurr); in unregister_cpu_online() 995 device_remove_file(s, &dev_attr_dscr); in unregister_cpu_online() [all …]
|
D | eeh_sysfs.c | 129 device_remove_file(&pdev->dev, &dev_attr_eeh_notify_resume); in eeh_notify_resume_remove() 176 device_remove_file(&pdev->dev, &dev_attr_eeh_mode); in eeh_sysfs_remove_device() 177 device_remove_file(&pdev->dev, &dev_attr_eeh_pe_config_addr); in eeh_sysfs_remove_device() 178 device_remove_file(&pdev->dev, &dev_attr_eeh_pe_state); in eeh_sysfs_remove_device()
|
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/ |
D | 0013_linux_drivers_base.patch | 70 + device_remove_file(dev, &dev_attr_consumers); 72 + device_remove_file(dev, &dev_attr_suppliers); 74 device_remove_file(dev, &dev_attr_online); 79 device_remove_file(dev, &dev_attr_waiting_for_supplier); 80 + device_remove_file(dev, &dev_attr_consumers); 81 + device_remove_file(dev, &dev_attr_suppliers); 82 device_remove_file(dev, &dev_attr_online);
|
/kernel/linux/linux-5.10/drivers/net/wireless/ti/wlcore/ |
D | sysfs.c | 164 device_remove_file(wl->dev, &dev_attr_hw_pg_ver); in wlcore_sysfs_init() 167 device_remove_file(wl->dev, &dev_attr_bt_coex_state); in wlcore_sysfs_init() 177 device_remove_file(wl->dev, &dev_attr_hw_pg_ver); in wlcore_sysfs_free() 179 device_remove_file(wl->dev, &dev_attr_bt_coex_state); in wlcore_sysfs_free()
|
/kernel/linux/linux-5.10/drivers/macintosh/ |
D | therm_adt746x.c | 453 device_remove_file(dev, &dev_attr_sensor1_temperature); in thermostat_remove_files() 454 device_remove_file(dev, &dev_attr_sensor2_temperature); in thermostat_remove_files() 455 device_remove_file(dev, &dev_attr_sensor1_limit); in thermostat_remove_files() 456 device_remove_file(dev, &dev_attr_sensor2_limit); in thermostat_remove_files() 457 device_remove_file(dev, &dev_attr_sensor1_location); in thermostat_remove_files() 458 device_remove_file(dev, &dev_attr_sensor2_location); in thermostat_remove_files() 459 device_remove_file(dev, &dev_attr_limit_adjust); in thermostat_remove_files() 460 device_remove_file(dev, &dev_attr_specified_fan_speed); in thermostat_remove_files() 461 device_remove_file(dev, &dev_attr_sensor1_fan_speed); in thermostat_remove_files() 463 device_remove_file(dev, &dev_attr_sensor2_fan_speed); in thermostat_remove_files()
|
/kernel/linux/linux-5.10/drivers/mfd/ |
D | ucb1x00-assabet.c | 78 device_remove_file(&dev->ucb->dev, &dev_attr_batt_temp); in ucb1x00_assabet_remove() 79 device_remove_file(&dev->ucb->dev, &dev_attr_vcharger); in ucb1x00_assabet_remove() 80 device_remove_file(&dev->ucb->dev, &dev_attr_vbatt); in ucb1x00_assabet_remove()
|
D | tps65911-comparator.c | 148 device_remove_file(&pdev->dev, &dev_attr_comp2_threshold); in tps65911_comparator_remove() 149 device_remove_file(&pdev->dev, &dev_attr_comp1_threshold); in tps65911_comparator_remove()
|
/kernel/linux/linux-5.10/drivers/hwmon/ |
D | w83l785ts.c | 201 device_remove_file(dev, &sensor_dev_attr_temp1_input.dev_attr); in w83l785ts_probe() 202 device_remove_file(dev, &sensor_dev_attr_temp1_max.dev_attr); in w83l785ts_probe() 211 device_remove_file(&client->dev, in w83l785ts_remove() 213 device_remove_file(&client->dev, in w83l785ts_remove()
|
D | ibmpex.c | 426 device_remove_file(data->bmc_device, in ibmpex_find_sensors() 428 device_remove_file(data->bmc_device, &sensor_dev_attr_name.dev_attr); in ibmpex_find_sensors() 433 device_remove_file(data->bmc_device, in ibmpex_find_sensors() 517 device_remove_file(data->bmc_device, in ibmpex_bmc_delete() 519 device_remove_file(data->bmc_device, &sensor_dev_attr_name.dev_attr); in ibmpex_bmc_delete() 524 device_remove_file(data->bmc_device, in ibmpex_bmc_delete()
|
D | s3c-hwmon.c | 244 device_remove_file(dev, &attrs->in.dev_attr); in s3c_hwmon_create_attr() 255 device_remove_file(dev, &attrs->in.dev_attr); in s3c_hwmon_remove_attr() 256 device_remove_file(dev, &attrs->label.dev_attr); in s3c_hwmon_remove_attr()
|
/kernel/linux/linux-5.10/drivers/platform/x86/ |
D | intel-rst.c | 111 device_remove_file(&acpi->dev, &irst_timeout_attr); in irst_add() 118 device_remove_file(&acpi->dev, &irst_wakeup_attr); in irst_remove() 119 device_remove_file(&acpi->dev, &irst_timeout_attr); in irst_remove()
|
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/b43legacy/ |
D | sysfs.c | 216 device_remove_file(dev, &dev_attr_interference); in b43legacy_sysfs_register() 224 device_remove_file(dev, &dev_attr_shortpreamble); in b43legacy_sysfs_unregister() 225 device_remove_file(dev, &dev_attr_interference); in b43legacy_sysfs_unregister()
|
/kernel/linux/linux-5.10/drivers/spi/ |
D | spi-tle62x0.c | 282 device_remove_file(&spi->dev, gpio_attrs[ptr]); in tle62x0_probe() 284 device_remove_file(&spi->dev, &dev_attr_status_show); in tle62x0_probe() 297 device_remove_file(&spi->dev, gpio_attrs[ptr]); in tle62x0_remove() 299 device_remove_file(&spi->dev, &dev_attr_status_show); in tle62x0_remove()
|
/kernel/linux/linux-5.10/drivers/power/supply/ |
D | max77693_charger.c | 724 device_remove_file(&pdev->dev, &dev_attr_top_off_timer); in max77693_charger_probe() 725 device_remove_file(&pdev->dev, &dev_attr_top_off_threshold_current); in max77693_charger_probe() 726 device_remove_file(&pdev->dev, &dev_attr_fast_charge_timer); in max77693_charger_probe() 735 device_remove_file(&pdev->dev, &dev_attr_top_off_timer); in max77693_charger_remove() 736 device_remove_file(&pdev->dev, &dev_attr_top_off_threshold_current); in max77693_charger_remove() 737 device_remove_file(&pdev->dev, &dev_attr_fast_charge_timer); in max77693_charger_remove()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/dpaa/ |
D | dpaa_eth_sysfs.c | 155 device_remove_file(dev, &dpaa_eth_attrs[--i]); in dpaa_eth_sysfs_init() 165 device_remove_file(dev, &dpaa_eth_attrs[i]); in dpaa_eth_sysfs_remove()
|
/kernel/linux/linux-5.10/drivers/thermal/ |
D | thermal_hwmon.c | 202 device_remove_file(hwmon->device, &temp->temp_input.attr); in thermal_add_hwmon_sysfs() 235 device_remove_file(hwmon->device, &temp->temp_input.attr); in thermal_remove_hwmon_sysfs() 237 device_remove_file(hwmon->device, &temp->temp_crit.attr); in thermal_remove_hwmon_sysfs()
|
/kernel/linux/linux-5.10/drivers/media/usb/pvrusb2/ |
D | pvrusb2-sysfs.c | 453 device_remove_file(sfp->class_dev, in pvr2_sysfs_tear_down_debugifc() 457 device_remove_file(sfp->class_dev, in pvr2_sysfs_tear_down_debugifc() 515 device_remove_file(sfp->class_dev, in class_dev_destroy() 519 device_remove_file(sfp->class_dev, in class_dev_destroy() 523 device_remove_file(sfp->class_dev, in class_dev_destroy() 527 device_remove_file(sfp->class_dev, in class_dev_destroy() 531 device_remove_file(sfp->class_dev, in class_dev_destroy() 535 device_remove_file(sfp->class_dev, in class_dev_destroy()
|
/kernel/linux/linux-5.10/drivers/usb/host/ |
D | ehci-sysfs.c | 171 device_remove_file(controller, &dev_attr_companion); in remove_sysfs_files() 173 device_remove_file(controller, &dev_attr_uframe_periodic_max); in remove_sysfs_files()
|
/kernel/linux/linux-5.10/drivers/hid/ |
D | hid-prodikeys.c | 709 device_remove_file(&pm->pk->hdev->dev, sysfs_device_attr_octave); in pcmidi_snd_initialise() 711 device_remove_file(&pm->pk->hdev->dev, sysfs_device_attr_sustain); in pcmidi_snd_initialise() 713 device_remove_file(&pm->pk->hdev->dev, sysfs_device_attr_channel); in pcmidi_snd_initialise() 727 device_remove_file(&pm->pk->hdev->dev, in pcmidi_snd_terminate() 729 device_remove_file(&pm->pk->hdev->dev, in pcmidi_snd_terminate() 731 device_remove_file(&pm->pk->hdev->dev, in pcmidi_snd_terminate()
|
/kernel/linux/linux-5.10/drivers/macintosh/ams/ |
D | ams-core.c | 169 device_remove_file(&ams_info.of_dev->dev, &dev_attr_current); in ams_sensor_attach() 209 device_remove_file(&ams_info.of_dev->dev, &dev_attr_current); in ams_sensor_detach()
|
/kernel/linux/linux-5.10/drivers/i2c/muxes/ |
D | i2c-demux-pinctrl.c | 273 device_remove_file(&pdev->dev, &dev_attr_available_masters); in i2c_demux_pinctrl_probe() 290 device_remove_file(&pdev->dev, &dev_attr_current_master); in i2c_demux_pinctrl_remove() 291 device_remove_file(&pdev->dev, &dev_attr_available_masters); in i2c_demux_pinctrl_remove()
|
/kernel/linux/linux-5.10/drivers/misc/cxl/ |
D | sysfs.c | 486 device_remove_file(&adapter->dev, dev_attr); in cxl_sysfs_adapter_add() 500 device_remove_file(&adapter->dev, dev_attr); in cxl_sysfs_adapter_remove() 662 device_remove_file(&afu->dev, &afu_attrs[i]); in cxl_sysfs_afu_remove() 728 device_remove_file(&afu->dev, &afu_attrs[i]); in cxl_sysfs_afu_add() 754 device_remove_file(afu->chardev_m, &afu_master_attrs[i]); in cxl_sysfs_afu_m_add() 768 device_remove_file(afu->chardev_m, &afu_master_attrs[i]); in cxl_sysfs_afu_m_remove()
|