/freebsd/sys/dev/adb/ |
H A D | adb_buttons.c | 118 devctl_notify("PMU", "keys", "brightness", in abtn_receive_packet() 123 devctl_notify("PMU", "keys", "brightness", "notify=up"); in abtn_receive_packet() 128 devctl_notify("PMU", "keys", "mute", NULL); in abtn_receive_packet() 132 devctl_notify("PMU", "keys", "volume", "notify=down"); in abtn_receive_packet() 136 devctl_notify("PMU", "keys", "volume", "notify=up"); in abtn_receive_packet() 142 devctl_notify("PMU", "keys", "eject", NULL); in abtn_receive_packet()
|
H A D | adb_kbd.c | 425 devctl_notify("PMU", "Button", "pressed", NULL); in adb_kbd_receive_packet()
|
/freebsd/sys/arm/allwinner/ |
H A D | axp209.c | 837 devctl_notify("PMU", "AC", "overvoltage", NULL); in axp2xx_intr() 839 devctl_notify("PMU", "USB", "overvoltage", NULL); in axp2xx_intr() 841 devctl_notify("PMU", "USB", "undervoltage", NULL); in axp2xx_intr() 843 devctl_notify("PMU", "AC", "plugged", NULL); in axp2xx_intr() 845 devctl_notify("PMU", "AC", "unplugged", NULL); in axp2xx_intr() 847 devctl_notify("PMU", "USB", "plugged", NULL); in axp2xx_intr() 849 devctl_notify("PMU", "USB", "unplugged", NULL); in axp2xx_intr() 856 devctl_notify("PMU", "Battery", "charged", NULL); in axp2xx_intr() 858 devctl_notify("PMU", "Battery", "charging", NULL); in axp2xx_intr() 860 devctl_notify("PMU", "Battery", "connected", NULL); in axp2xx_intr() [all …]
|
H A D | axp81x.c | 1084 devctl_notify("PMU", "AC", "plugged", NULL); in axp8xx_intr() 1086 devctl_notify("PMU", "AC", "unplugged", NULL); in axp8xx_intr() 1088 devctl_notify("PMU", "USB", "plugged", NULL); in axp8xx_intr() 1090 devctl_notify("PMU", "USB", "unplugged", NULL); in axp8xx_intr() 1103 devctl_notify("PMU", "Battery", "charged", NULL); in axp8xx_intr() 1105 devctl_notify("PMU", "Battery", "charging", NULL); in axp8xx_intr() 1107 devctl_notify("PMU", "Battery", "absent", NULL); in axp8xx_intr() 1109 devctl_notify("PMU", "Battery", "plugged", NULL); in axp8xx_intr() 1131 devctl_notify("PMU", "Battery", "shutdown-threshold", NULL); in axp8xx_intr() 1133 devctl_notify("PMU", "Battery", "warning-threshold", NULL); in axp8xx_intr()
|
/freebsd/sys/geom/ |
H A D | geom_dev.c | 226 devctl_notify("GEOM", "DEV", "DESTROY", buf); in g_dev_destroy() 292 devctl_notify("DEVFS", "CDEV", "MEDIACHANGE", buf); in g_dev_set_media() 293 devctl_notify("GEOM", "DEV", "MEDIACHANGE", buf); in g_dev_set_media() 297 devctl_notify("DEVFS", "CDEV", "MEDIACHANGE", buf); in g_dev_set_media() 298 devctl_notify("GEOM", "DEV", "MEDIACHANGE", buf); in g_dev_set_media() 327 devctl_notify("GEOM", "DEV", "SIZECHANGE", buf); in g_dev_resize() 405 devctl_notify("GEOM", "DEV", "CREATE", buf); in g_dev_taste() 418 devctl_notify("GEOM", "DEV", "CREATE", buf); in g_dev_taste()
|
H A D | geom_disk.c | 1012 devctl_notify("GEOM", "disk", attr, devnamebuf); in disk_attr_changed()
|
/freebsd/sys/sys/ |
H A D | devctl.h | 17 void devctl_notify(const char *__system, const char *__subsystem,
|
/freebsd/sys/powerpc/amigaone/ |
H A D | platform_amigaone.c | 96 devctl_notify("AEON", "power", "press", NULL); in aeon_pbutton_intr()
|
/freebsd/sys/powerpc/powermac/ |
H A D | pmu.c | 747 devctl_notify("PMU", "lid", "close", NULL); in pmu_intr() 752 devctl_notify("PMU", "lid", "open", NULL); in pmu_intr() 755 devctl_notify("PMU", "Button", "pressed", NULL); in pmu_intr() 961 devctl_notify("PMU", "POWER", "ACLINE", notify_buf); in pmu_battery_notify()
|
/freebsd/sys/arm64/nvidia/tegra210/ |
H A D | tegra210_coretemp.c | 122 devctl_notify("coretemp", "Thermal", stemp, in coretemp_get_val_sysctl()
|
/freebsd/sys/arm/nvidia/tegra124/ |
H A D | tegra124_coretemp.c | 117 devctl_notify("coretemp", "Thermal", stemp, in coretemp_get_val_sysctl()
|
/freebsd/sys/contrib/openzfs/module/os/freebsd/spl/ |
H A D | spl_sysevent.c | 218 devctl_notify("ZFS", "ZFS", type, sbuf_data(sb)); in log_sysevent()
|
/freebsd/sys/net/ |
H A D | route.c | 631 devctl_notify("IFNET", ifp->if_xname, in rt_addrmsg() 642 devctl_notify("IFNET", ifp->if_xname, in rt_addrmsg()
|
H A D | if_infiniband.c | 653 devctl_notify("INFINIBAND", ifp->if_xname, "IFATTACH", NULL); in infiniband_ifattach()
|
H A D | if.c | 958 devctl_notify("IFNET", ifp->if_xname, "ATTACH", NULL); in if_attach_internal() 1211 devctl_notify("IFNET", ifp->if_xname, "DETACH", NULL); in if_detach_internal() 2173 devctl_notify("IFNET", ifp->if_xname, in do_link_state_change() 3182 devctl_notify("IFNET", old_name, "RENAME", strbuf); in if_rename()
|
H A D | if_ethersubr.c | 1027 devctl_notify("ETHERNET", ifp->if_xname, "IFATTACH", NULL); in ether_ifattach()
|
/freebsd/sys/dev/coretemp/ |
H A D | coretemp.c | 402 devctl_notify("coretemp", "Thermal", stemp, in coretemp_get_val_sysctl()
|
/freebsd/sys/arm/ti/am335x/ |
H A D | am335x_pmic.c | 115 devctl_notify("ACPI", "ACAD", "power", notify_buf); in am335x_pmic_intr()
|
/freebsd/sys/kern/ |
H A D | kern_devctl.c | 436 devctl_notify(const char *system, const char *subsystem, const char *type, in devctl_notify() function
|
H A D | kern_conf.c | 545 devctl_notify("DEVFS", "CDEV", ev, data); in notify()
|
/freebsd/sys/dev/usb/ |
H A D | usb_device.c | 2742 devctl_notify("USB", "DEVICE", type, sbuf_data(sb)); in usb_notify_addq() 2788 devctl_notify("USB", "INTERFACE", type, sbuf_data(sb)); in usb_notify_addq()
|
/freebsd/sys/dev/acpica/ |
H A D | acpi_video.c | 1188 devctl_notify("ACPI", "Video", "brightness", notify_buf); in vo_set_brightness()
|
/freebsd/sys/dev/asmc/ |
H A D | asmc.c | 1461 devctl_notify("ACPI", "asmc", "SMS", notify); in asmc_sms_task()
|
/freebsd/sys/cam/ |
H A D | cam_iosched.c | 1954 devctl_notify("CAM", "iosched", "latency", sbuf_data(&sb)); in cam_iosched_devctl_outlier()
|
/freebsd/sys/dev/nvme/ |
H A D | nvme_ctrlr.c | 72 devctl_notify("nvme", "controller", type, sbuf_data(&sb)); in nvme_ctrlr_devctl_va()
|