Searched refs:apple_rtkit_send_message (Results 1 – 2 of 2) sorted by relevance
| /Linux-v6.1/drivers/soc/apple/ |
| D | rtkit.c | 109 apple_rtkit_send_message(rtk, APPLE_RTKIT_EP_MGMT, msg, NULL, false); in apple_rtkit_management_send() 296 apple_rtkit_send_message(rtk, ep, reply, NULL, false); in apple_rtkit_common_rx_get_buffer() 390 apple_rtkit_send_message(rtk, APPLE_RTKIT_EP_IOREPORT, msg, in apple_rtkit_ioreport_rx() 453 apple_rtkit_send_message(rtk, APPLE_RTKIT_EP_SYSLOG, msg, NULL, false); in apple_rtkit_syslog_rx_log() 483 apple_rtkit_send_message(rtk, APPLE_RTKIT_EP_OSLOG, ack, NULL, false); in apple_rtkit_oslog_rx_init() 588 int apple_rtkit_send_message(struct apple_rtkit *rtk, u8 ep, u64 message, in apple_rtkit_send_message() function 629 EXPORT_SYMBOL_GPL(apple_rtkit_send_message); 638 ret = apple_rtkit_send_message(rtk, ep, message, &completion, atomic); in apple_rtkit_send_message_wait()
|
| /Linux-v6.1/include/linux/soc/apple/ |
| D | rtkit.h | 134 int apple_rtkit_send_message(struct apple_rtkit *rtk, u8 ep, u64 message,
|