HomeSort by: relevance | last modified time | path
    Searched refs:devhandle_to_of (Results 1 - 25 of 41) sorted by relevancy

1 2

  /src/sys/dev/fdt/
fdt_rtc.c 44 int phandle = devhandle_to_of(call_handle);
fdt_spi.c 105 devhandle_to_of(device_handle(spi->spi_dev))) {
124 spi_node = devhandle_to_of(call_handle);
196 node = devhandle_to_of(call_handle);
fdt_i2c.c 84 int phandle = devhandle_to_of(device_handle(dev));
142 i2c_node = devhandle_to_of(call_handle);
i2cmux_fdt.c 59 devhandle_to_of(device_handle((sc)->sc_dev))
62 devhandle_to_of((bus)->devhandle)
  /src/sys/arch/macppc/dev/
ofw_i2c_machdep.c 66 int ctlr_node = devhandle_to_of(device_handle(device_parent(dev)));
116 i2c_node = devhandle_to_of(call_handle);
deq.c 85 sc->sc_node = devhandle_to_of(device_handle(self));
psoc.c 119 sc->sc_node = devhandle_to_of(device_handle(self));
smusat.c 139 sc->sc_node = devhandle_to_of(device_handle(self));
  /src/sys/dev/ofw/
ofw_pci_subr.c 50 int phandle = devhandle_to_of(call_handle);
openfirm.h 111 int devhandle_to_of(devhandle_t);
ofw_subr.c 119 devhandle_to_of(devhandle_t const handle) function in typeref:typename:int
130 int phandle = devhandle_to_of(call_handle);
550 if (devhandle_to_of(devhandle) == phandle) {
  /src/sys/arch/macppc/macppc/
autoconf.c 109 int phandle = devhandle_to_of(device_handle(dev));
  /src/sys/dev/i2c/
pcai2cmux.c 225 error = fdtbus_get_reg(devhandle_to_of(bus->devhandle),
368 const int phandle = devhandle_to_of(devhandle);
i2cmux.c 127 int mux_phandle = devhandle_to_of(sc->sc_i2c_mux_devhandle);
195 const int mux_phandle = devhandle_to_of(sc->sc_i2c_mux_devhandle);
ac100.c 163 int phandle = devhandle_to_of(device_handle(self));
adadc.c 134 int phandle = devhandle_to_of(device_handle(self));
fan53555.c 310 sc->sc_phandle = devhandle_to_of(device_handle(self));
max77620.c 284 sc->sc_phandle = devhandle_to_of(device_handle(self));
sy8106a.c 205 sc->sc_phandle = devhandle_to_of(device_handle(self));
tcagpio.c 266 sc->sc_phandle = devhandle_to_of(device_handle(self));
anxedp.c 415 sc->sc_phandle = devhandle_to_of(device_handle(self));
cwfg.c 441 sc->sc_phandle = devhandle_to_of(device_handle(self));
  /src/sys/arch/sparc64/sparc64/
autoconf.c 1113 ofnode = devhandle_to_of(devhandle);
1178 ofnode = devhandle_to_of(devhandle);
1214 ofnode = devhandle_to_of(devhandle);
1224 ofnode = devhandle_to_of(devhandle);
1333 devhandle_to_of(bushandle) : 0;
1486 int ofnode = devhandle_to_of(ctlr_devhandle);
  /src/sys/dev/spi/
mcp23xxxgpio_spi.c 211 int phandle = devhandle_to_of(devhandle);
mcp3k.c 262 int phandle = devhandle_to_of(devhandle);

Completed in 21 milliseconds

1 2