apple_rtkit.c | 101 rtkit_send(struct fdtbus_mbox_channel *mc, uint32_t endpoint, 107 msg.data1 = endpoint; 112 rtkit_start(struct rtkit_state *state, uint32_t endpoint) 117 reply = __SHIFTIN(endpoint, RTKIT_MGMT_STARTEP_EP_MASK); 128 uint32_t endpoint; local in function:rtkit_handle_mgmt 171 for (endpoint = 1; endpoint < 32; endpoint++) { 172 if ((state->epmap & __BIT(endpoint)) == 0) 175 switch (endpoint) { 262 uint32_t endpoint; local in function:rtkit_poll [all...] |