Searched refs:mux_rx (Results 1 - 2 of 2) sorted by last modified time

/linux-master/drivers/staging/gdm724x/
H A Dgdm_mux.c82 static struct mux_rx *alloc_mux_rx(void)
84 struct mux_rx *r;
102 static void free_mux_rx(struct mux_rx *r)
111 static struct mux_rx *get_rx_struct(struct rx_cxt *rx)
113 struct mux_rx *r;
123 r = list_entry(rx->rx_free_list.prev, struct mux_rx, free_list);
131 static void put_rx_struct(struct rx_cxt *rx, struct mux_rx *r)
140 static int up_to_host(struct mux_rx *r)
209 struct mux_rx *r;
220 r = list_entry(rx->to_host_list.next, struct mux_rx,
[all...]
H A Dgdm_mux.h43 struct mux_rx { struct

Completed in 126 milliseconds