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

  /src/sys/dev/fdt/
fdt_rtc.c 41 fdtbus_device_is_system_todr(device_t dev, devhandle_t call_handle, void *v)
44 int phandle = devhandle_to_of(call_handle);
fdt_spi.c 114 fdtbus_spi_enumerate_devices(device_t dev, devhandle_t call_handle, void *v)
124 spi_node = devhandle_to_of(call_handle);
157 args->sa->sa_devhandle = devhandle_from_of(call_handle, node);
190 fdtbus_spi_get_transfer_mode(device_t dev, devhandle_t call_handle, void *v)
196 node = devhandle_to_of(call_handle);
fdt_i2c.c 132 fdtbus_i2c_enumerate_devices(device_t dev, devhandle_t call_handle, void *v)
142 i2c_node = devhandle_to_of(call_handle);
181 devhandle_from_of(call_handle, node));
  /src/sys/dev/ofw/
ofw_pci_subr.c 47 ofw_pci_bus_get_child_devhandle(device_t dev, devhandle_t call_handle, void *v)
50 int phandle = devhandle_to_of(call_handle);
80 args->devhandle = devhandle_from_of(call_handle, phandle);
ofw_subr.c 127 of_device_enumerate_children(device_t dev, devhandle_t call_handle, void *v)
130 int phandle = devhandle_to_of(call_handle);
134 if (!args->callback(dev, devhandle_from_of(call_handle, child),
146 of_device_register(device_t dev, devhandle_t call_handle, void *v __unused)
148 int phandle = devhandle_to_of(call_handle);
201 of_device_get_property(device_t dev, devhandle_t call_handle, void *v)
204 int node = devhandle_to_of(call_handle);
  /src/sys/dev/i2c/
i2c_enum.h 74 i2c_enumerate_deventries(device_t dev, devhandle_t call_handle,
85 if (! (*devcb)(dev, call_handle, entry, &child_devhandle)) {
  /src/sys/arch/macppc/dev/
ofw_i2c_machdep.c 106 of_i2c_enumerate_devices(device_t dev, devhandle_t call_handle, void *v)
116 i2c_node = devhandle_to_of(call_handle);
147 devhandle_from_of(call_handle, node));
cuda.c 176 cuda_i2cdev_callback(device_t dev, devhandle_t call_handle,
183 cuda_i2c_enumerate_devices(device_t dev, devhandle_t call_handle, void *v)
187 i2c_enumerate_deventries(dev, call_handle, args,
  /src/sys/arch/sandpoint/sandpoint/
autoconf.c 141 sandpoint_i2cdev_callback(device_t dev, devhandle_t call_handle,
149 sandpoint_i2c_enumerate_devices(device_t dev, devhandle_t call_handle, void *v)
154 const struct i2c_deventry *table = call_handle.const_pointer;
156 i2c_enumerate_deventries(dev, call_handle, args,
  /src/sys/dev/acpi/
acpi_util.c 149 acpi_device_enumerate_children(device_t dev, devhandle_t call_handle, void *v)
152 ACPI_HANDLE hdl = devhandle_to_acpi(call_handle);
163 if (!args->callback(dev, devhandle_from_acpi(call_handle,
176 acpi_device_register(device_t dev, devhandle_t call_handle, void *v)
178 ACPI_HANDLE handle = devhandle_to_acpi(call_handle);
253 acpi_device_get_property(device_t dev, devhandle_t call_handle, void *v)
256 ACPI_HANDLE hdl = devhandle_to_acpi(call_handle);
acpi_pci.c 487 acpi_pci_bus_get_child_devhandle(device_t dev, devhandle_t call_handle, void *v)
503 args->devhandle = devhandle_from_acpi(call_handle, hdl);
acpi_i2c.c 209 acpi_i2c_enumerate_devices(device_t dev, devhandle_t call_handle, void *v)
  /src/sys/arch/sparc/sparc/
promlib.c 268 obp_device_enumerate_children(device_t dev, devhandle_t call_handle, void *v)
271 int node = devhandle_to_obp(call_handle);
275 if (!args->callback(dev, devhandle_from_obp(call_handle, node),
317 obp_device_get_property(device_t dev, devhandle_t call_handle, void *v)
320 int node = devhandle_to_obp(call_handle);
pci_machdep.c 162 sparc_pci_bus_get_child_devhandle(device_t dev, devhandle_t call_handle,
173 args->devhandle = prom_node_to_devhandle(call_handle, node);
autoconf.c 1624 sparc_ether_get_mac_address(device_t dev, devhandle_t call_handle, void *v)
1634 if (devhandle_type(call_handle) == DEVHANDLE_TYPE_OPENBOOT) {
1635 node = prom_devhandle_to_node(call_handle);
  /src/sys/kern/
subr_device.c 393 devhandle_t call_handle; local in function:device_call_generic
395 call = devhandle_lookup_device_call(handle, gen->name, &call_handle);
399 return call(dev, call_handle, gen->args);
  /src/sys/arch/sparc64/dev/
pci_machdep.c 97 sparc64_pci_bus_get_child_devhandle(device_t dev, devhandle_t call_handle,
108 args->devhandle = devhandle_from_of(call_handle, node);
  /src/sys/arch/sparc64/sparc64/
autoconf.c 1099 sparc64_ether_get_mac_address(device_t dev, devhandle_t call_handle, void *v)
1102 int node = devhandle_to_of(call_handle);

Completed in 21 milliseconds