Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/allwinner/
H A Daxp209.c839 devctl_notify("PMU", "AC", "overvoltage", NULL); in axp2xx_intr()
841 devctl_notify("PMU", "USB", "overvoltage", NULL); in axp2xx_intr()
843 devctl_notify("PMU", "USB", "undervoltage", NULL); in axp2xx_intr()
845 devctl_notify("PMU", "AC", "plugged", NULL); in axp2xx_intr()
847 devctl_notify("PMU", "AC", "unplugged", NULL); in axp2xx_intr()
849 devctl_notify("PMU", "USB", "plugged", NULL); in axp2xx_intr()
851 devctl_notify("PMU", "USB", "unplugged", NULL); in axp2xx_intr()
858 devctl_notify("PMU", "Battery", "charged", NULL); in axp2xx_intr()
860 devctl_notify("PMU", "Battery", "charging", NULL); in axp2xx_intr()
862 devctl_notify("PMU", "Battery", "connected", NULL); in axp2xx_intr()
[all …]
H A Daxp81x.c1074 devctl_notify("PMU", "AC", "plugged", NULL); in axp8xx_intr()
1076 devctl_notify("PMU", "AC", "unplugged", NULL); in axp8xx_intr()
1078 devctl_notify("PMU", "USB", "plugged", NULL); in axp8xx_intr()
1080 devctl_notify("PMU", "USB", "unplugged", NULL); in axp8xx_intr()
1093 devctl_notify("PMU", "Battery", "charged", NULL); in axp8xx_intr()
1095 devctl_notify("PMU", "Battery", "charging", NULL); in axp8xx_intr()
1097 devctl_notify("PMU", "Battery", "absent", NULL); in axp8xx_intr()
1099 devctl_notify("PMU", "Battery", "plugged", NULL); in axp8xx_intr()
1121 devctl_notify("PMU", "Battery", "shutdown-threshold", NULL); in axp8xx_intr()
1123 devctl_notify("PMU", "Battery", "warning-threshold", NULL); in axp8xx_intr()
/f-stack/freebsd/sys/
H A Ddevctl.h39 void devctl_notify(const char *__system, const char *__subsystem,
/f-stack/freebsd/arm/nvidia/tegra124/
H A Dtegra124_coretemp.c120 devctl_notify("coretemp", "Thermal", stemp, in coretemp_get_val_sysctl()
/f-stack/freebsd/arm64/nvidia/tegra210/
H A Dtegra210_coretemp.c125 devctl_notify("coretemp", "Thermal", stemp, in coretemp_get_val_sysctl()
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_sysevent.c221 devctl_notify("ZFS", "ZFS", type, sbuf_data(sb)); in log_sysevent()
/f-stack/freebsd/arm/ti/am335x/
H A Dam335x_pmic.c116 devctl_notify("ACPI", "ACAD", "power", notify_buf); in am335x_pmic_intr()
/f-stack/freebsd/net/
H A Dif_infiniband.c619 devctl_notify("INFINIBAND", ifp->if_xname, "IFATTACH", NULL); in infiniband_ifattach()
H A Dif.c990 devctl_notify("IFNET", ifp->if_xname, "ATTACH", NULL); in if_attach_internal()
1247 devctl_notify("IFNET", ifp->if_xname, "DETACH", NULL); in if_detach_internal()
2290 devctl_notify("IFNET", ifp->if_xname, in do_link_state_change()
H A Dif_ethersubr.c1015 devctl_notify("ETHERNET", ifp->if_xname, "IFATTACH", NULL); in ether_ifattach()
/f-stack/lib/
H A Dff_glue.c946 devctl_notify(const char *system, const char *subsystem, const char *type, in devctl_notify() function
/f-stack/freebsd/kern/
H A Dsubr_bus.c676 devctl_notify(const char *system, const char *subsystem, const char *type, in devctl_notify() function
5080 devctl_notify("kern", "power", "resume", NULL); /* Deprecated gone in 14 */ in root_resume()
5081 devctl_notify("kernel", "power", "resume", NULL); in root_resume()
H A Dkern_conf.c549 devctl_notify("DEVFS", "CDEV", ev, data); in notify()
H A Dkern_rctl.c593 devctl_notify("RCTL", "rule", "matched", in rctl_enforce()
H A Dvfs_mount.c2540 devctl_notify("VFS", "FS", type, sbuf_data(&sb)); in mount_devctl_event()
H A Dkern_sig.c3854 devctl_notify("kernel", "signal", "coredump", sbuf_data(sb)); in coredump()
/f-stack/freebsd/netinet/
H A Dip_carp.c2052 devctl_notify("CARP", subsys, carp_states[state], NULL); in carp_set_state()