Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/adb/
H A 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()
H A Dadb_kbd.c430 devctl_notify("PMU", "Button", "pressed", NULL); in adb_kbd_receive_packet()
/freebsd-12.1/sys/arm/allwinner/
H A Daxp209.c822 devctl_notify("PMU", "AC", "overvoltage", NULL); in axp2xx_intr()
824 devctl_notify("PMU", "USB", "overvoltage", NULL); in axp2xx_intr()
826 devctl_notify("PMU", "USB", "undervoltage", NULL); in axp2xx_intr()
828 devctl_notify("PMU", "AC", "plugged", NULL); in axp2xx_intr()
830 devctl_notify("PMU", "AC", "unplugged", NULL); in axp2xx_intr()
832 devctl_notify("PMU", "USB", "plugged", NULL); in axp2xx_intr()
834 devctl_notify("PMU", "USB", "unplugged", NULL); in axp2xx_intr()
841 devctl_notify("PMU", "Battery", "charged", NULL); in axp2xx_intr()
843 devctl_notify("PMU", "Battery", "charging", NULL); in axp2xx_intr()
845 devctl_notify("PMU", "Battery", "connected", NULL); in axp2xx_intr()
[all …]
H A Daxp81x.c1045 devctl_notify("PMU", "AC", "plugged", NULL); in axp8xx_intr()
1047 devctl_notify("PMU", "AC", "unplugged", NULL); in axp8xx_intr()
1049 devctl_notify("PMU", "USB", "plugged", NULL); in axp8xx_intr()
1051 devctl_notify("PMU", "USB", "unplugged", NULL); in axp8xx_intr()
1064 devctl_notify("PMU", "Battery", "charged", NULL); in axp8xx_intr()
1066 devctl_notify("PMU", "Battery", "charging", NULL); in axp8xx_intr()
1068 devctl_notify("PMU", "Battery", "absent", NULL); in axp8xx_intr()
1070 devctl_notify("PMU", "Battery", "plugged", NULL); in axp8xx_intr()
1092 devctl_notify("PMU", "Battery", "shutdown threshold", NULL); in axp8xx_intr()
1094 devctl_notify("PMU", "Battery", "warning threshold", NULL); in axp8xx_intr()
/freebsd-12.1/sys/powerpc/powermac/
H A 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.1/sys/arm/nvidia/tegra124/
H A Dtegra124_coretemp.c124 devctl_notify("coretemp", "Thermal", stemp, in coretemp_get_val_sysctl()
/freebsd-12.1/sys/dev/coretemp/
H A Dcoretemp.c413 devctl_notify("coretemp", "Thermal", stemp, in coretemp_get_val_sysctl()
/freebsd-12.1/sys/cddl/compat/opensolaris/kern/
H A Dopensolaris_sysevent.c310 devctl_notify("ZFS", "ZFS", type, sbuf_data(sb)); in log_sysevent()
/freebsd-12.1/sys/dev/usb/
H A Dusb_device.c2708 devctl_notify("USB", "DEVICE", type, sbuf_data(sb)); in usb_notify_addq()
2754 devctl_notify("USB", "INTERFACE", type, sbuf_data(sb)); in usb_notify_addq()
/freebsd-12.1/sys/geom/
H A Dgeom_disk.c969 devctl_notify("GEOM", "disk", attr, devnamebuf); in disk_attr_changed()
/freebsd-12.1/sys/net/
H A Dif_ethersubr.c969 devctl_notify("ETHERNET", ifp->if_xname, "IFATTACH", NULL); in ether_ifattach()
H A Dif.c974 devctl_notify("IFNET", ifp->if_xname, "ATTACH", NULL); in if_attach_internal()
1231 devctl_notify("IFNET", ifp->if_xname, "DETACH", NULL); in if_detach_internal()
2445 devctl_notify("IFNET", ifp->if_xname, in do_link_state_change()
/freebsd-12.1/sys/dev/asmc/
H A Dasmc.c1345 devctl_notify("ACPI", "asmc", "SMS", notify); in asmc_sms_task()
/freebsd-12.1/sys/sys/
H A Dbus.h165 void devctl_notify(const char *__system, const char *__subsystem,
/freebsd-12.1/sys/cam/
H A Dcam_periph.c2151 devctl_notify("CAM", "periph", type, sbuf_data(&sb)); in cam_periph_devctl_notify()
/freebsd-12.1/sys/kern/
H A Dsubr_bus.c696 devctl_notify(const char *system, const char *subsystem, const char *type, in devctl_notify() function
5005 devctl_notify("kern", "power", "resume", NULL); in root_resume()
H A Dkern_sig.c3687 devctl_notify("kernel", "signal", "coredump", sbuf_data(sb)); in coredump()
/freebsd-12.1/sys/netinet/
H A Dip_carp.c2035 devctl_notify("CARP", subsys, carp_states[state], NULL); in carp_set_state()
/freebsd-12.1/sys/dev/acpica/
H A Dacpi.c3901 devctl_notify("ACPI", subsystem, handle_buf.Pointer, notify_buf); in acpi_UserNotify()
/freebsd-12.1/sys/dev/hyperv/netvsc/
H A Dif_hn.c1225 devctl_notify("HYPERV_NIC_VF", hn_ifp->if_xname, in hn_rxvf_change()