OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rndis_control_ack
(Results
1 - 3
of
3
) sorted by null
/external/u-boot/drivers/usb/gadget/
rndis.h
244
int rndis_register(int (*
rndis_control_ack
)(struct eth_device *));
248
int rndis_register(int (*
rndis_control_ack
)(struct udevice *));
rndis.c
1124
int rndis_register(int (*
rndis_control_ack
)(struct eth_device *))
1126
int rndis_register(int (*
rndis_control_ack
)(struct udevice *))
1134
rndis_per_dev_params[i].ack =
rndis_control_ack
;
[
all
...]
ether.c
1865
static int
rndis_control_ack
(struct eth_device *net)
function
1911
#define
rndis_control_ack
macro
[
all
...]
Completed in 249 milliseconds