HomeSort by: relevance | last modified time | path
    Searched refs:upgt_softc (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/usb/
if_upgt.c 96 static int upgt_device_type(struct upgt_softc *, uint16_t, uint16_t);
97 static int upgt_device_init(struct upgt_softc *);
98 static int upgt_mem_init(struct upgt_softc *);
99 static uint32_t upgt_mem_alloc(struct upgt_softc *);
100 static void upgt_mem_free(struct upgt_softc *, uint32_t);
101 static int upgt_fw_alloc(struct upgt_softc *);
102 static void upgt_fw_free(struct upgt_softc *);
103 static int upgt_fw_verify(struct upgt_softc *);
104 static int upgt_fw_load(struct upgt_softc *);
106 static int upgt_eeprom_read(struct upgt_softc *);
    [all...]
if_upgtvar.h 20 struct upgt_softc;
79 struct upgt_softc *sc;
396 struct upgt_softc { struct

Completed in 44 milliseconds