/src/sys/dev/flash/ |
flash.h | 66 void *hw_softc; /* Hardware device private softc */ member in struct:flash_softc
|
flash.h | 66 void *hw_softc; /* Hardware device private softc */ member in struct:flash_softc
|
/src/sys/dev/ |
video.c | 185 void * hw_softc; /* Hardware device private softc */ member in struct:video_softc 355 sc->hw_softc = args->hw_softc; 365 aprint_normal(": %s\n", sc->hw_if->get_devname(sc->hw_softc)); 437 args.hw_softc = sc; 578 err = hw->get_control_desc_group(sc->hw_softc, &desc_group); 621 err = hw->get_control_group(sc->hw_softc, &group); 795 err = hw->enum_format(sc->hw_softc, fmtdesc->index, &vfmt); 832 err = hw->enum_format(sc->hw_softc, n, &vfmt); 877 err = hw->get_format(sc->hw_softc, &vfmt) [all...] |
video.c | 185 void * hw_softc; /* Hardware device private softc */ member in struct:video_softc 355 sc->hw_softc = args->hw_softc; 365 aprint_normal(": %s\n", sc->hw_if->get_devname(sc->hw_softc)); 437 args.hw_softc = sc; 578 err = hw->get_control_desc_group(sc->hw_softc, &desc_group); 621 err = hw->get_control_group(sc->hw_softc, &group); 795 err = hw->enum_format(sc->hw_softc, fmtdesc->index, &vfmt); 832 err = hw->enum_format(sc->hw_softc, n, &vfmt); 877 err = hw->get_format(sc->hw_softc, &vfmt) [all...] |
video_if.h | 504 void *hw_softc; member in struct:video_attach_args
|
video_if.h | 504 void *hw_softc; member in struct:video_attach_args
|