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

  /src/sys/dev/i2c/
i2cmuxvar.h 54 void *bus_data; member in struct:iicmux_bus
i2cmux.c 162 bus->bus_data = sc->sc_config->get_bus_info(bus);
163 if (bus->bus_data == NULL) {
pcai2cmux.c 282 struct pcaiicmux_bus_info * const bus_info = bus->bus_data;
  /src/sys/dev/fdt/
i2cmux_fdt.c 143 struct bus_info_gpio * const bus_info = bus->bus_data;
222 struct bus_info_pinctrl * const bus_info = bus->bus_data;
  /src/sys/dev/pci/
ahd_pci.c 346 ahd->bus_data = bd;
577 struct ahd_pci_busdata *bd = ahd->bus_data;
807 struct ahd_pci_busdata *bd = ahd->bus_data;
958 struct ahd_pci_busdata *bd = ahd->bus_data;
1019 struct ahd_pci_busdata *bd = ahd->bus_data;
  /src/sys/dev/wscons/
wsconsio.h 600 union bus_data { union in struct:wsdisplayio_bus_id
  /src/sys/dev/ic/
aic79xxvar.h 1264 struct ahd_pci_busdata *bus_data; member in struct:ahd_softc
aic79xx.c 5256 struct ahd_pci_busdata *bd = ahd->bus_data;

Completed in 30 milliseconds