Searched refs:acpi_bus_get_device (Results 1 - 20 of 20) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/acpi/
H A Dcontainer.c132 if (acpi_bus_get_device(phandle, &pdev)) {
162 status = acpi_bus_get_device(handle, &device);
180 if (!acpi_bus_get_device(handle, &device) && device) {
H A Dbus.c57 int acpi_bus_get_device(acpi_handle handle, struct acpi_device **device) function
77 EXPORT_SYMBOL(acpi_bus_get_device); variable
138 result = acpi_bus_get_device(handle, &device);
186 result = acpi_bus_get_device(handle, &device);
456 if (acpi_bus_get_device(handle, &device))
H A Dacpi_memhotplug.c153 if (!acpi_bus_get_device(handle, &device) && device)
163 status = acpi_bus_get_device(phandle, &pdevice);
351 if (acpi_bus_get_device(handle, &device)) {
H A Dprocessor_core.c685 if (acpi_bus_get_device(pr->handle, &device))
795 if (acpi_bus_get_device(phandle, &pdev)) {
833 if (acpi_bus_get_device(handle, &device)) {
864 if (acpi_bus_get_device(handle, &device)) {
H A Ddock.c249 if (acpi_bus_get_device(handle, &device)) {
255 if (acpi_bus_get_device(parent, &parent_device))
281 if (!acpi_bus_get_device(handle, &device)) {
H A Dprocessor_thermal.c206 result = acpi_bus_get_device(handle, &device);
H A Dpci_link.c608 result = acpi_bus_get_device(handle, &device);
663 result = acpi_bus_get_device(handle, &device);
H A Dprocessor_perflib.c442 if (acpi_bus_get_device(pr->handle, &device))
462 if (acpi_bus_get_device(pr->handle, &device))
H A Dpci_bind.c74 result = acpi_bus_get_device(handle, &device);
H A Dthermal.c855 status = acpi_bus_get_device(tz->trips.passive.devices.
870 status = acpi_bus_get_device(tz->trips.active[i].
H A Dpower.c112 result = acpi_bus_get_device(handle, &device);
H A Dscan.c1219 status = acpi_bus_get_device(chandle, &child);
1337 if (acpi_bus_get_device(chandle, &child) == 0) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/acpi/
H A Dacpi_bus.h329 int acpi_bus_get_device(acpi_handle handle, struct acpi_device **device);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/pnp/pnpacpi/
H A Dcore.c232 if (!acpi_bus_get_device(handle, &device))
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/pci/hotplug/
H A Dacpiphp_glue.c1030 if (acpi_bus_get_device(phandle, &pdevice)) {
1034 if (!acpi_bus_get_device(func->handle, &device)) {
1073 retval = acpi_bus_get_device(handle, &device);
1485 if (acpi_bus_get_device(phandle, &pdevice)) {
1523 if (acpi_bus_get_device(handle, &device)) {
H A Dsgi_hotplug.c429 if (acpi_bus_get_device(phandle, &pdevice)) {
545 ret = acpi_bus_get_device(chandle,
H A Dacpiphp_ibm.c430 if (acpi_bus_get_device(ibm_acpi_handle, &device)) {
431 err("%s: acpi_bus_get_device failed\n", __FUNCTION__);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/ata/
H A Dlibata-acpi.c246 if (acpi_bus_get_device(handle, &winfo->adev) < 0)
249 "acpi_bus_get_device failed\n");
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/i386/kernel/cpu/cpufreq/
H A Dlonghaul.c582 if ( acpi_bus_get_device(obj_handle, &d) ) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/misc/
H A Dthinkpad_acpi.c341 rc = acpi_bus_get_device(*ibm->acpi->handle, &ibm->acpi->device);
343 printk(IBM_ERR "acpi_bus_get_device(%s) failed: %d\n",

Completed in 201 milliseconds