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

  /src/sys/dev/usb/
uhso.c 289 uhso_callback hp_clean; /* clean port (last close) */ member in struct:uhso_port
812 hp->hp_clean = uhso_mux_clean;
855 return (*hp->hp_clean)(hp);
1087 hp->hp_clean = uhso_bulk_clean;
1117 return (*hp->hp_clean)(hp);
1617 (*hp->hp_clean)(hp);
1962 hp->hp_clean = uhso_bulk_clean;
1986 return (*hp->hp_clean)(hp);
2305 (*hp->hp_clean)(hp);
uhso.c 289 uhso_callback hp_clean; /* clean port (last close) */ member in struct:uhso_port
812 hp->hp_clean = uhso_mux_clean;
855 return (*hp->hp_clean)(hp);
1087 hp->hp_clean = uhso_bulk_clean;
1117 return (*hp->hp_clean)(hp);
1617 (*hp->hp_clean)(hp);
1962 hp->hp_clean = uhso_bulk_clean;
1986 return (*hp->hp_clean)(hp);
2305 (*hp->hp_clean)(hp);

Completed in 24 milliseconds