Searched refs:apple_rtkit_send_message (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/soc/apple/ |
H A D | rtkit.c | 105 apple_rtkit_send_message(rtk, APPLE_RTKIT_EP_MGMT, msg, NULL, false); in apple_rtkit_management_send() 292 apple_rtkit_send_message(rtk, ep, reply, NULL, false); in apple_rtkit_common_rx_get_buffer() 386 apple_rtkit_send_message(rtk, APPLE_RTKIT_EP_IOREPORT, msg, in apple_rtkit_ioreport_rx() 461 apple_rtkit_send_message(rtk, APPLE_RTKIT_EP_SYSLOG, msg, NULL, false); in apple_rtkit_syslog_rx_log() 491 apple_rtkit_send_message(rtk, APPLE_RTKIT_EP_OSLOG, ack, NULL, false); in apple_rtkit_oslog_rx_init() 583 int apple_rtkit_send_message(struct apple_rtkit *rtk, u8 ep, u64 message, in apple_rtkit_send_message() function 606 EXPORT_SYMBOL_GPL(apple_rtkit_send_message);
|
/linux/include/linux/soc/apple/ |
H A D | rtkit.h | 160 int apple_rtkit_send_message(struct apple_rtkit *rtk, u8 ep, u64 message,
|