Home
last modified time | relevance | path

Searched refs:rndis_rm_hdr (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/usb/gadget/function/
H A Drndis.h190 int rndis_rm_hdr(struct gether *port, struct sk_buff *skb,
H A Drndis.c1071 int rndis_rm_hdr(struct gether *port, in rndis_rm_hdr() function
1096 EXPORT_SYMBOL_GPL(rndis_rm_hdr);
H A Df_rndis.c1023 rndis->port.unwrap = rndis_rm_hdr; in rndis_alloc()
/OK3568_Linux_fs/u-boot/drivers/usb/gadget/
H A Drndis.h257 int rndis_rm_hdr(void *bug, int length);
H A Drndis.c1272 int rndis_rm_hdr(void *buf, int length) in rndis_rm_hdr() function
H A Dether.c1569 int length = rndis_rm_hdr(req->buf, req->actual); in rx_complete()