Home
last modified time | relevance | path

Searched refs:devctl_notify (Results 1 – 23 of 23) sorted by relevance

/freebsd-12-stable/sys/dev/adb/
Dadb_buttons.c123 devctl_notify("PMU", "keys", "brightness", in abtn_receive_packet()
128 devctl_notify("PMU", "keys", "brightness", "notify=up"); in abtn_receive_packet()
133 devctl_notify("PMU", "keys", "mute", NULL); in abtn_receive_packet()
137 devctl_notify("PMU", "keys", "volume", "notify=down"); in abtn_receive_packet()
141 devctl_notify("PMU", "keys", "volume", "notify=up"); in abtn_receive_packet()
147 devctl_notify("PMU", "keys", "eject", NULL); in abtn_receive_packet()
Dadb_kbd.c428 devctl_notify("PMU", "Button", "pressed", NULL); in adb_kbd_receive_packet()
/freebsd-12-stable/sys/arm/allwinner/
Daxp209.c840 devctl_notify("PMU", "AC", "overvoltage", NULL); in axp2xx_intr()
842 devctl_notify("PMU", "USB", "overvoltage", NULL); in axp2xx_intr()
844 devctl_notify("PMU", "USB", "undervoltage", NULL); in axp2xx_intr()
846 devctl_notify("PMU", "AC", "plugged", NULL); in axp2xx_intr()
848 devctl_notify("PMU", "AC", "unplugged", NULL); in axp2xx_intr()
850 devctl_notify("PMU", "USB", "plugged", NULL); in axp2xx_intr()
852 devctl_notify("PMU", "USB", "unplugged", NULL); in axp2xx_intr()
859 devctl_notify("PMU", "Battery", "charged", NULL); in axp2xx_intr()
861 devctl_notify("PMU", "Battery", "charging", NULL); in axp2xx_intr()
863 devctl_notify("PMU", "Battery", "connected", NULL); in axp2xx_intr()
[all …]
Daxp81x.c1075 devctl_notify("PMU", "AC", "plugged", NULL); in axp8xx_intr()
1077 devctl_notify("PMU", "AC", "unplugged", NULL); in axp8xx_intr()
1079 devctl_notify("PMU", "USB", "plugged", NULL); in axp8xx_intr()
1081 devctl_notify("PMU", "USB", "unplugged", NULL); in axp8xx_intr()
1094 devctl_notify("PMU", "Battery", "charged", NULL); in axp8xx_intr()
1096 devctl_notify("PMU", "Battery", "charging", NULL); in axp8xx_intr()
1098 devctl_notify("PMU", "Battery", "absent", NULL); in axp8xx_intr()
1100 devctl_notify("PMU", "Battery", "plugged", NULL); in axp8xx_intr()
1122 devctl_notify("PMU", "Battery", "shutdown threshold", NULL); in axp8xx_intr()
1124 devctl_notify("PMU", "Battery", "warning threshold", NULL); in axp8xx_intr()
/freebsd-12-stable/sys/powerpc/powermac/
Dpmu.c739 devctl_notify("PMU", "lid", "close", NULL); in pmu_intr()
744 devctl_notify("PMU", "lid", "open", NULL); in pmu_intr()
747 devctl_notify("PMU", "Button", "pressed", NULL); in pmu_intr()
951 devctl_notify("PMU", "POWER", "ACLINE", notify_buf); in pmu_battery_notify()
/freebsd-12-stable/sys/arm/nvidia/tegra124/
Dtegra124_coretemp.c124 devctl_notify("coretemp", "Thermal", stemp, in coretemp_get_val_sysctl()
/freebsd-12-stable/sys/dev/coretemp/
Dcoretemp.c428 devctl_notify("coretemp", "Thermal", stemp, in coretemp_get_val_sysctl()
/freebsd-12-stable/sys/cddl/compat/opensolaris/kern/
Dopensolaris_sysevent.c310 devctl_notify("ZFS", "ZFS", type, sbuf_data(sb)); in log_sysevent()
/freebsd-12-stable/sys/net/
Dif_infiniband.c617 devctl_notify("INFINIBAND", ifp->if_xname, "IFATTACH", NULL); in infiniband_ifattach()
Dif_ethersubr.c967 devctl_notify("ETHERNET", ifp->if_xname, "IFATTACH", NULL); in ether_ifattach()
Dif.c974 devctl_notify("IFNET", ifp->if_xname, "ATTACH", NULL); in if_attach_internal()
1230 devctl_notify("IFNET", ifp->if_xname, "DETACH", NULL); in if_detach_internal()
2435 devctl_notify("IFNET", ifp->if_xname, in do_link_state_change()
/freebsd-12-stable/sys/dev/usb/
Dusb_device.c2737 devctl_notify("USB", "DEVICE", type, sbuf_data(sb)); in usb_notify_addq()
2783 devctl_notify("USB", "INTERFACE", type, sbuf_data(sb)); in usb_notify_addq()
/freebsd-12-stable/sys/dev/acpica/
Dacpi_video.c1080 devctl_notify("ACPI", "Video", "brightness", notify_buf); in vo_set_brightness()
Dacpi.c3957 devctl_notify("ACPI", subsystem, handle_buf.Pointer, notify_buf); in acpi_UserNotify()
/freebsd-12-stable/sys/geom/
Dgeom_disk.c981 devctl_notify("GEOM", "disk", attr, devnamebuf); in disk_attr_changed()
/freebsd-12-stable/sys/dev/asmc/
Dasmc.c1351 devctl_notify("ACPI", "asmc", "SMS", notify); in asmc_sms_task()
/freebsd-12-stable/sys/kern/
Dsubr_bus.c697 devctl_notify(const char *system, const char *subsystem, const char *type, in devctl_notify() function
5030 devctl_notify("kern", "power", "resume", NULL); /* Deprecated gone in 14 */ in root_resume()
5031 devctl_notify("kernel", "power", "resume", NULL); in root_resume()
Dkern_sig.c3729 devctl_notify("kernel", "signal", "coredump", sbuf_data(sb)); in coredump()
/freebsd-12-stable/sys/sys/
Dbus.h165 void devctl_notify(const char *__system, const char *__subsystem,
/freebsd-12-stable/sys/dev/nvme/
Dnvme_ctrlr.c80 devctl_notify("nvme", "controller", type, sbuf_data(&sb)); in nvme_ctrlr_devctl_log()
/freebsd-12-stable/sys/cam/
Dcam_periph.c2157 devctl_notify("CAM", "periph", type, sbuf_data(&sb)); in cam_periph_devctl_notify()
/freebsd-12-stable/sys/netinet/
Dip_carp.c2041 devctl_notify("CARP", subsys, carp_states[state], NULL); in carp_set_state()
/freebsd-12-stable/sys/dev/hyperv/netvsc/
Dif_hn.c1241 devctl_notify("HYPERV_NIC_VF", hn_ifp->if_xname, in hn_rxvf_change()