Home
last modified time | relevance | path

Searched refs:ssam_err (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/platform/surface/aggregator/
H A Dcore.c398 ssam_err(c, "pm: failed to disable notifiers for shutdown: %d\n", in ssam_serial_hub_shutdown()
404 ssam_err(c, "pm: display-off notification failed: %d\n", status); in ssam_serial_hub_shutdown()
408 ssam_err(c, "pm: D0-exit notification failed: %d\n", status); in ssam_serial_hub_shutdown()
428 ssam_err(c, "pm: display-off notification failed: %d\n", status); in ssam_serial_hub_pm_prepare()
448 ssam_err(c, "pm: display-on notification failed: %d\n", status); in ssam_serial_hub_pm_complete()
463 ssam_err(c, "pm: D0-exit notification failed: %d\n", status); in ssam_serial_hub_pm_suspend()
502 ssam_err(c, "pm: D0-entry notification failed: %d\n", status); in ssam_serial_hub_pm_resume()
525 ssam_err(c, "pm: D0-exit notification failed: %d\n", status); in ssam_serial_hub_pm_freeze()
543 ssam_err(c, "pm: D0-exit notification failed: %d\n", status); in ssam_serial_hub_pm_thaw()
571 ssam_err(c, "pm: failed to disable notifiers for hibernation: %d\n", in ssam_serial_hub_pm_poweroff()
[all …]
H A Dcontroller.c1338 ssam_err(ctrl, "failed to flush request transport layer: %d\n", in ssam_controller_shutdown()
1938 ssam_err(ctrl, in ssam_ssh_event_enable()
1944 ssam_err(ctrl, in ssam_ssh_event_enable()
1979 ssam_err(ctrl, in ssam_ssh_event_disable()
1985 ssam_err(ctrl, in ssam_ssh_event_disable()
2057 ssam_err(ctrl, "unexpected response from display-off notification: %#04x\n", in ssam_ctrl_notif_display_off()
2096 ssam_err(ctrl, "unexpected response from display-on notification: %#04x\n", in ssam_ctrl_notif_display_on()
2138 ssam_err(ctrl, "unexpected response from D0-exit notification: %#04x\n", in ssam_ctrl_notif_d0_exit()
2180 ssam_err(ctrl, "unexpected response from D0-entry notification: %#04x\n", in ssam_ctrl_notif_d0_entry()
2811 ssam_err(ctrl, "failed to enable wake IRQ: %d\n", status); in ssam_irq_arm_for_wakeup()
[all …]
H A Dcontroller.h226 #define ssam_err(ctrl, fmt, ...) rtl_err(&(ctrl)->rtl, fmt, ##__VA_ARGS__) macro