Home
last modified time | relevance | path

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

/openbmc/linux/drivers/soc/apple/
H A Drtkit.c514 struct apple_rtkit_rx_work *rtk_work = in apple_rtkit_rx_work() local
516 struct apple_rtkit *rtk = rtk_work->rtk; in apple_rtkit_rx_work()
518 switch (rtk_work->ep) { in apple_rtkit_rx_work()
520 apple_rtkit_management_rx(rtk, rtk_work->msg); in apple_rtkit_rx_work()
523 apple_rtkit_crashlog_rx(rtk, rtk_work->msg); in apple_rtkit_rx_work()
526 apple_rtkit_syslog_rx(rtk, rtk_work->msg); in apple_rtkit_rx_work()
529 apple_rtkit_ioreport_rx(rtk, rtk_work->msg); in apple_rtkit_rx_work()
532 apple_rtkit_oslog_rx(rtk, rtk_work->msg); in apple_rtkit_rx_work()
536 rtk->ops->recv_message(rtk->cookie, rtk_work->ep, in apple_rtkit_rx_work()
537 rtk_work->msg); in apple_rtkit_rx_work()
[all …]