/src/sys/arch/arm/apple/ |
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...] |
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...] |
/src/sys/dev/usb/ |
umidi.c | 122 * umidi(sc) -> endpoint -> jack <- (dynamically assignable) - mididev 144 struct umidi_endpoint *endpoint; member in struct:umidi_jack 163 /* endpoint data */ 654 * each endpoint stuffs 717 /* alloc/free the array of endpoint structures */ 801 "cannot get endpoint descriptor(out:%d)\n", 809 "illegal endpoint(out:%d)\n", fp->out_ep[i].ep); 827 "cannot get endpoint descriptor(in:%d)\n", 834 * endpoint. The existing input logic in this driver seems 836 * endpoint as illegal (or the in_progress status we get o [all...] |
umidi.c | 122 * umidi(sc) -> endpoint -> jack <- (dynamically assignable) - mididev 144 struct umidi_endpoint *endpoint; member in struct:umidi_jack 163 /* endpoint data */ 654 * each endpoint stuffs 717 /* alloc/free the array of endpoint structures */ 801 "cannot get endpoint descriptor(out:%d)\n", 809 "illegal endpoint(out:%d)\n", fp->out_ep[i].ep); 827 "cannot get endpoint descriptor(in:%d)\n", 834 * endpoint. The existing input logic in this driver seems 836 * endpoint as illegal (or the in_progress status we get o [all...] |