Home
last modified time | relevance | path

Searched refs:ssam_notifier_from_errno (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/power/supply/
H A Dsurface_charger.c125 return ssam_notifier_from_errno(status) | SSAM_NOTIF_HANDLED; in spwr_notify_ac()
H A Dsurface_battery.c389 return ssam_notifier_from_errno(status) | SSAM_NOTIF_HANDLED; in spwr_notify_bat()
/openbmc/linux/include/linux/surface_aggregator/
H A Dcontroller.h809 static inline u32 ssam_notifier_from_errno(int err) in ssam_notifier_from_errno() function
/openbmc/linux/drivers/platform/surface/
H A Dsurface_acpi_notify.c353 return ssam_notifier_from_errno(-ENOMEM); in san_evt_bat_nf()
/openbmc/linux/Documentation/driver-api/surface_aggregator/
H A Dclient.rst356 return ssam_notifier_from_errno(status) | SSAM_NOTIF_HANDLED;