| /linux/drivers/hwmon/occ/ |
| H A D | sysfs.c | 178 sysfs_notify(&occ->bus_dev->kobj, NULL, name); in occ_sysfs_poll_done() 184 sysfs_notify(&occ->bus_dev->kobj, NULL, name); in occ_sysfs_poll_done() 190 sysfs_notify(&occ->bus_dev->kobj, NULL, name); in occ_sysfs_poll_done() 196 sysfs_notify(&occ->bus_dev->kobj, NULL, name); in occ_sysfs_poll_done() 202 sysfs_notify(&occ->bus_dev->kobj, NULL, name); in occ_sysfs_poll_done() 208 sysfs_notify(&occ->bus_dev->kobj, NULL, name); in occ_sysfs_poll_done() 214 sysfs_notify(&occ->bus_dev->kobj, NULL, name); in occ_sysfs_poll_done() 220 sysfs_notify(&occ->bus_dev->kobj, NULL, name); in occ_sysfs_poll_done() 225 sysfs_notify(&occ->bus_dev->kobj, NULL, name); in occ_sysfs_poll_done() 230 sysfs_notify(&occ->bus_dev->kobj, NULL, name); in occ_sysfs_poll_done() [all …]
|
| /linux/drivers/acpi/ |
| H A D | platform_profile.c | 101 sysfs_notify(&handler->dev.kobj, NULL, "profile"); in _notify_class_profile() 219 sysfs_notify(acpi_kobj, NULL, "platform_profile"); in profile_store() 439 sysfs_notify(acpi_kobj, NULL, "platform_profile"); in platform_profile_store() 485 sysfs_notify(acpi_kobj, NULL, "platform_profile"); in platform_profile_notify() 535 sysfs_notify(acpi_kobj, NULL, "platform_profile"); in platform_profile_cycle() 608 sysfs_notify(acpi_kobj, NULL, "platform_profile"); in platform_profile_register() 644 sysfs_notify(acpi_kobj, NULL, "platform_profile"); in platform_profile_remove()
|
| /linux/drivers/usb/typec/ |
| H A D | class.c | 184 sysfs_notify(&dev->kobj, NULL, "type"); in typec_product_type_notify() 196 sysfs_notify(&dev->kobj, "identity", "id_header"); in typec_report_identity() 197 sysfs_notify(&dev->kobj, "identity", "cert_stat"); in typec_report_identity() 198 sysfs_notify(&dev->kobj, "identity", "product"); in typec_report_identity() 199 sysfs_notify(&dev->kobj, "identity", "product_type_vdo1"); in typec_report_identity() 200 sysfs_notify(&dev->kobj, "identity", "product_type_vdo2"); in typec_report_identity() 201 sysfs_notify(&dev->kobj, "identity", "product_type_vdo3"); in typec_report_identity() 316 sysfs_notify(&adev->dev.kobj, dir, "active"); in typec_altmode_update_active() 317 sysfs_notify(&adev->dev.kobj, NULL, "active"); in typec_altmode_update_active() 735 sysfs_notify(&partner->dev.kobj, NULL, "usb_mode"); in typec_partner_set_usb_mode() [all …]
|
| /linux/drivers/usb/typec/altmodes/ |
| H A D | displayport.c | 194 sysfs_notify(&dp->alt->dev.kobj, "displayport", "hpd"); in dp_altmode_status_update() 197 sysfs_notify(&dp->alt->dev.kobj, "displayport", "irq_hpd"); in dp_altmode_status_update() 206 sysfs_notify(&dp->alt->dev.kobj, "displayport", "configuration"); in dp_altmode_configured() 207 sysfs_notify(&dp->alt->dev.kobj, "displayport", "pin_assignment"); in dp_altmode_configured() 216 sysfs_notify(&dp->alt->dev.kobj, "displayport", "hpd"); in dp_altmode_configured() 220 sysfs_notify(&dp->alt->dev.kobj, "displayport", "irq_hpd"); in dp_altmode_configured() 402 sysfs_notify(&dp->alt->dev.kobj, "displayport", "hpd"); in dp_altmode_vdm()
|
| /linux/drivers/thermal/intel/int340x_thermal/ |
| H A D | processor_thermal_power_floor.c | 121 sysfs_notify(&pdev->dev.kobj, "power_limits", "power_floor_status"); in proc_thermal_power_floor_intr_callback()
|
| /linux/Documentation/misc-devices/ |
| H A D | apds990x.rst | 62 sysfs_notify called when threshold interrupt occurs 103 sysfs_notify called when threshold interrupt occurs
|
| H A D | bh1770glc.rst | 65 sysfs_notify called when threshold interrupt occurs 102 sysfs_notify called when threshold interrupt occurs
|
| /linux/drivers/hwmon/ |
| H A D | acpi_power_meter.c | 855 sysfs_notify(&dev->kobj, NULL, POWER_AVERAGE_NAME); in acpi_power_meter_notify() 863 sysfs_notify(&dev->kobj, NULL, POWER_CAP_NAME); in acpi_power_meter_notify() 866 sysfs_notify(&dev->kobj, NULL, POWER_AVG_INTERVAL_NAME); in acpi_power_meter_notify() 872 sysfs_notify(&dev->kobj, NULL, POWER_ALARM_NAME); in acpi_power_meter_notify()
|
| H A D | stts751.c | 336 sysfs_notify(&priv->dev->kobj, NULL, "temp1_max_alarm"); in stts751_alert() 345 sysfs_notify(&priv->dev->kobj, NULL, "temp1_min_alarm"); in stts751_alert()
|
| H A D | gpio-fan.c | 60 sysfs_notify(&fan_data->hwmon_dev->kobj, NULL, "fan1_alarm"); in fan_alarm_notify()
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-platform-kim | 47 by the sysfs_notify. The value would be '1' when UART needs
|
| /linux/drivers/greybus/ |
| H A D | bundle.c | 52 sysfs_notify(&bundle->dev.kobj, NULL, "state"); in state_store()
|
| /linux/fs/sysfs/ |
| H A D | file.c | 198 void sysfs_notify(struct kobject *kobj, const char *dir, const char *attr) in sysfs_notify() function 218 EXPORT_SYMBOL_GPL(sysfs_notify);
|
| /linux/include/linux/ |
| H A D | sysfs.h | 474 void sysfs_notify(struct kobject *kobj, const char *dir, const char *attr); 701 static inline void sysfs_notify(struct kobject *kobj, const char *dir, in sysfs_notify() function
|
| /linux/drivers/misc/ |
| H A D | apds990x.c | 501 sysfs_notify(&chip->client->dev.kobj, in apds990x_irq() 528 sysfs_notify(&chip->client->dev.kobj, in apds990x_irq()
|
| H A D | bh1770glc.c | 499 sysfs_notify(&chip->client->dev.kobj, NULL, "prox0_raw"); in bh1770_prox_read_result() 600 sysfs_notify(&chip->client->dev.kobj, NULL, "lux0_input"); in bh1770_irq()
|
| /linux/drivers/video/backlight/ |
| H A D | backlight.c | 134 sysfs_notify(&bd->dev.kobj, NULL, "actual_brightness"); in backlight_generate_event()
|
| /linux/net/netfilter/ |
| H A D | xt_IDLETIMER.c | 98 sysfs_notify(idletimer_tg_kobj, NULL, timer->attr.attr.name); in idletimer_tg_work()
|
| /linux/drivers/phy/ti/ |
| H A D | phy-twl4030-usb.c | 619 sysfs_notify(&twl->dev->kobj, NULL, "vbus"); in twl4030_usb_irq()
|
| /linux/fs/ext4/ |
| H A D | sysfs.c | 602 sysfs_notify(&sbi->s_kobj, NULL, "errors_count"); in ext4_notify_error_sysfs()
|
| /linux/drivers/rtc/ |
| H A D | rtc-isl1208.c | 687 sysfs_notify(&isl1208->rtc->dev.kobj, NULL, in isl1208_rtc_interrupt()
|
| H A D | rtc-rv3028.c | 302 sysfs_notify(&rv3028->rtc->dev.kobj, NULL, in rv3028_handle_irq()
|
| /linux/drivers/net/wwan/t7xx/ |
| H A D | t7xx_pci.c | 185 sysfs_notify(&t7xx_dev->pdev->dev.kobj, NULL, "t7xx_mode"); in t7xx_mode_update()
|
| /linux/drivers/platform/x86/lenovo/ |
| H A D | thinkpad_acpi.c | 2865 sysfs_notify(&tpacpi_pdev->dev.kobj, NULL, in hotkey_radio_sw_notify_change() 2887 sysfs_notify(&tpacpi_pdev->dev.kobj, NULL, in hotkey_tablet_mode_notify_change() 2903 sysfs_notify(&tpacpi_pdev->dev.kobj, NULL, in hotkey_wakeup_reason_notify_change() 2920 sysfs_notify(&tpacpi_pdev->dev.kobj, NULL, in hotkey_wakeup_hotunplug_complete_notify_change() 10230 sysfs_notify(&tpacpi_pdev->dev.kobj, NULL, "dytc_lapmode"); in lapsensor_refresh() 10246 sysfs_notify(&tpacpi_pdev->dev.kobj, NULL, "palmsensor"); in palmsensor_refresh() 10856 sysfs_notify(&tpacpi_pdev->dev.kobj, NULL, "keyboard_lang"); in keyboard_lang_store()
|
| /linux/drivers/fsi/ |
| H A D | fsi-sbefifo.c | 480 sysfs_notify(&sbefifo->dev.kobj, NULL, dev_attr_timeout.attr.name); in sbefifo_wait()
|