Home
last modified time | relevance | path

Searched defs:rtl_ops (Results 1 – 1 of 1) sorted by relevance

/external/u-boot/drivers/usb/eth/
Dr8152.h583 struct rtl_ops { struct
584 void (*init)(struct r8152 *);
585 int (*enable)(struct r8152 *);
586 void (*disable)(struct r8152 *);
587 void (*up)(struct r8152 *);
588 void (*down)(struct r8152 *);
589 void (*unload)(struct r8152 *);
590 } rtl_ops; member