| /OK3568_Linux_fs/kernel/drivers/hwmon/occ/ |
| H A D | sysfs.c | 126 sysfs_notify(&occ->bus_dev->kobj, NULL, name); in occ_sysfs_poll_done() 132 sysfs_notify(&occ->bus_dev->kobj, NULL, name); in occ_sysfs_poll_done() 138 sysfs_notify(&occ->bus_dev->kobj, NULL, name); in occ_sysfs_poll_done() 144 sysfs_notify(&occ->bus_dev->kobj, NULL, name); in occ_sysfs_poll_done() 150 sysfs_notify(&occ->bus_dev->kobj, NULL, name); in occ_sysfs_poll_done() 156 sysfs_notify(&occ->bus_dev->kobj, NULL, name); in occ_sysfs_poll_done() 162 sysfs_notify(&occ->bus_dev->kobj, NULL, name); in occ_sysfs_poll_done() 167 sysfs_notify(&occ->bus_dev->kobj, NULL, name); in occ_sysfs_poll_done()
|
| /OK3568_Linux_fs/kernel/drivers/usb/typec/ |
| H A D | class.c | 241 sysfs_notify(&dev->kobj, NULL, "type"); in typec_product_type_notify() 253 sysfs_notify(&dev->kobj, "identity", "id_header"); in typec_report_identity() 254 sysfs_notify(&dev->kobj, "identity", "cert_stat"); in typec_report_identity() 255 sysfs_notify(&dev->kobj, "identity", "product"); in typec_report_identity() 256 sysfs_notify(&dev->kobj, "identity", "product_type_vdo1"); in typec_report_identity() 257 sysfs_notify(&dev->kobj, "identity", "product_type_vdo2"); in typec_report_identity() 258 sysfs_notify(&dev->kobj, "identity", "product_type_vdo3"); in typec_report_identity() 364 sysfs_notify(&adev->dev.kobj, dir, "active"); in typec_altmode_update_active() 365 sysfs_notify(&adev->dev.kobj, NULL, "active"); in typec_altmode_update_active() 773 sysfs_notify(&partner->dev.kobj, NULL, "usb_power_delivery_revision"); in typec_partner_set_pd_revision() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/acpi/dptf/ |
| H A D | dptf_power.c | 166 sysfs_notify(&pdev->dev.kobj, "dptf_battery", attr); in dptf_power_notify() 168 sysfs_notify(&pdev->dev.kobj, "dptf_power", attr); in dptf_power_notify()
|
| /OK3568_Linux_fs/kernel/drivers/hwmon/ |
| H A D | adt7x10.c | 113 sysfs_notify(&dev->kobj, NULL, "temp1_max_alarm"); in adt7x10_irq_handler() 115 sysfs_notify(&dev->kobj, NULL, "temp1_min_alarm"); in adt7x10_irq_handler() 117 sysfs_notify(&dev->kobj, NULL, "temp1_crit_alarm"); in adt7x10_irq_handler()
|
| H A D | acpi_power_meter.c | 836 sysfs_notify(&device->dev.kobj, NULL, POWER_AVERAGE_NAME); in acpi_power_meter_notify() 839 sysfs_notify(&device->dev.kobj, NULL, POWER_CAP_NAME); in acpi_power_meter_notify() 842 sysfs_notify(&device->dev.kobj, NULL, POWER_AVG_INTERVAL_NAME); in acpi_power_meter_notify() 845 sysfs_notify(&device->dev.kobj, NULL, POWER_ALARM_NAME); in acpi_power_meter_notify()
|
| H A D | raspberrypi-hwmon.c | 55 sysfs_notify(&data->hwmon_dev->kobj, NULL, "in0_lcrit_alarm"); in rpi_firmware_get_throttled()
|
| H A D | abx500.c | 111 sysfs_notify(&data->pdev->dev.kobj, NULL, alarm_node); in gpadc_monitor() 115 sysfs_notify(&data->pdev->dev.kobj, NULL, alarm_node); in gpadc_monitor()
|
| H A D | stts751.c | 337 sysfs_notify(&priv->dev->kobj, NULL, "temp1_max_alarm"); in stts751_alert() 346 sysfs_notify(&priv->dev->kobj, NULL, "temp1_min_alarm"); in stts751_alert()
|
| H A D | axi-fan-control.c | 309 sysfs_notify(&ctl->hdev->kobj, NULL, "pwm1"); in axi_fan_control_irq_handler()
|
| H A D | gpio-fan.c | 57 sysfs_notify(&fan_data->hwmon_dev->kobj, NULL, "fan1_alarm"); in fan_alarm_notify()
|
| /OK3568_Linux_fs/kernel/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
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | sysfs.h | 312 void sysfs_notify(struct kobject *kobj, const char *dir, const char *attr); 535 static inline void sysfs_notify(struct kobject *kobj, const char *dir, in sysfs_notify() function
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | sysfs-platform-kim | 47 by the sysfs_notify. The value would be '1' when UART needs
|
| /OK3568_Linux_fs/kernel/drivers/usb/typec/altmodes/ |
| H A D | displayport.c | 168 sysfs_notify(&dp->alt->dev.kobj, "displayport", "configuration"); in dp_altmode_configured() 178 sysfs_notify(&dp->alt->dev.kobj, "displayport", "pin_assignment"); in dp_altmode_configured()
|
| /OK3568_Linux_fs/kernel/fs/sysfs/ |
| H A D | file.c | 173 void sysfs_notify(struct kobject *kobj, const char *dir, const char *attr) in sysfs_notify() function 193 EXPORT_SYMBOL_GPL(sysfs_notify);
|
| /OK3568_Linux_fs/kernel/drivers/greybus/ |
| H A D | bundle.c | 52 sysfs_notify(&bundle->dev.kobj, NULL, "state"); in state_store()
|
| /OK3568_Linux_fs/kernel/drivers/misc/ti-st/ |
| H A D | st_kim.c | 482 sysfs_notify(&kim_gdata->kim_pdev->dev.kobj, in st_kim_start() 544 sysfs_notify(&kim_gdata->kim_pdev->dev.kobj, NULL, "install"); in st_kim_stop()
|
| /OK3568_Linux_fs/kernel/drivers/power/supply/ |
| H A D | bq2415x_charger.c | 780 sysfs_notify(&bq->charger->dev.kobj, NULL, "mode"); in bq2415x_set_mode() 876 sysfs_notify(&bq->charger->dev.kobj, NULL, "timer"); in bq2415x_timer_error() 894 sysfs_notify(&bq->charger->dev.kobj, NULL, "reported_mode"); in bq2415x_timer_work()
|
| H A D | pm2301_charger.c | 841 sysfs_notify(&pm2->ac_chg.psy->dev.kobj, NULL, "present"); in pm2xxx_charger_ac_work() 1158 sysfs_notify(&pm2->ac_chg.psy->dev.kobj, NULL, "present"); in pm2xxx_wall_charger_probe()
|
| H A D | ucs1002_power.c | 468 sysfs_notify(&info->charger->dev.kobj, NULL, "health"); in ucs1002_health_poll()
|
| /OK3568_Linux_fs/kernel/drivers/usb/phy/ |
| H A D | phy-twl6030-usb.c | 242 sysfs_notify(&twl->dev->kobj, NULL, "vbus"); in twl6030_usb_irq()
|
| H A D | phy-tahvo.c | 117 sysfs_notify(&tu->pt_dev->dev.kobj, NULL, "vbus_state"); in check_vbus_state()
|
| /OK3568_Linux_fs/kernel/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()
|