Home
last modified time | relevance | path

Searched refs:SSAM_NOTIF_HANDLED (Results 1 – 11 of 11) sorted by relevance

/openbmc/linux/drivers/platform/surface/
H A Dsurface_acpi_notify.c349 return san_evt_bat(event, d->dev) ? SSAM_NOTIF_HANDLED : 0; in san_evt_bat_nf()
362 return SSAM_NOTIF_HANDLED; in san_evt_bat_nf()
406 return san_evt_tmp(event, d->dev) ? SSAM_NOTIF_HANDLED : 0; in san_evt_tmp_nf()
H A Dsurface_aggregator_tabletsw.c298 return SSAM_NOTIF_HANDLED; in ssam_kip_sw_notif()
597 return SSAM_NOTIF_HANDLED; in ssam_pos_sw_notif()
H A Dsurface_aggregator_hub.c328 return SSAM_NOTIF_HANDLED; in ssam_kip_hub_notif()
H A Dsurface_dtx.c715 return SSAM_NOTIF_HANDLED; in sdtx_notifier()
/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/drivers/hid/surface-hid/
H A Dsurface_hid.c165 return SSAM_NOTIF_HANDLED; in ssam_hid_event_fn()
H A Dsurface_kbd.c146 return SSAM_NOTIF_HANDLED; in ssam_kbd_event_fn()
/openbmc/linux/include/linux/surface_aggregator/
H A Dcontroller.h769 SSAM_NOTIF_HANDLED = BIT(0), enumerator
/openbmc/linux/Documentation/driver-api/surface_aggregator/
H A Dclient.rst356 return ssam_notifier_from_errno(status) | SSAM_NOTIF_HANDLED;
/openbmc/linux/drivers/platform/surface/aggregator/
H A Dcontroller.c484 } else if (!(nf_ret & SSAM_NOTIF_HANDLED)) { in ssam_nf_call()