Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/platform/surface/aggregator/
Dcore.c377 ssam_err(c, "pm: failed to disable notifiers for shutdown: %d\n", in ssam_serial_hub_shutdown()
383 ssam_err(c, "pm: display-off notification failed: %d\n", status); in ssam_serial_hub_shutdown()
387 ssam_err(c, "pm: D0-exit notification failed: %d\n", status); in ssam_serial_hub_shutdown()
407 ssam_err(c, "pm: display-off notification failed: %d\n", status); in ssam_serial_hub_pm_prepare()
427 ssam_err(c, "pm: display-on notification failed: %d\n", status); in ssam_serial_hub_pm_complete()
442 ssam_err(c, "pm: D0-exit notification failed: %d\n", status); in ssam_serial_hub_pm_suspend()
481 ssam_err(c, "pm: D0-entry notification failed: %d\n", status); in ssam_serial_hub_pm_resume()
504 ssam_err(c, "pm: D0-exit notification failed: %d\n", status); in ssam_serial_hub_pm_freeze()
522 ssam_err(c, "pm: D0-exit notification failed: %d\n", status); in ssam_serial_hub_pm_thaw()
550 ssam_err(c, "pm: failed to disable notifiers for hibernation: %d\n", in ssam_serial_hub_pm_poweroff()
[all …]
Dcontroller.c1300 ssam_err(ctrl, "failed to flush request transport layer: %d\n", in ssam_controller_shutdown()
1899 ssam_err(ctrl, in ssam_ssh_event_enable()
1905 ssam_err(ctrl, in ssam_ssh_event_enable()
1940 ssam_err(ctrl, in ssam_ssh_event_disable()
1946 ssam_err(ctrl, in ssam_ssh_event_disable()
2018 ssam_err(ctrl, "unexpected response from display-off notification: %#04x\n", in ssam_ctrl_notif_display_off()
2057 ssam_err(ctrl, "unexpected response from display-on notification: %#04x\n", in ssam_ctrl_notif_display_on()
2099 ssam_err(ctrl, "unexpected response from D0-exit notification: %#04x\n", in ssam_ctrl_notif_d0_exit()
2141 ssam_err(ctrl, "unexpected response from D0-entry notification: %#04x\n", in ssam_ctrl_notif_d0_entry()
2771 ssam_err(ctrl, "failed to enable wake IRQ: %d\n", status); in ssam_irq_arm_for_wakeup()
[all …]
Dcontroller.h226 #define ssam_err(ctrl, fmt, ...) rtl_err(&(ctrl)->rtl, fmt, ##__VA_ARGS__) macro