Searched refs:chandle (Results 1 - 8 of 8) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/pci/hotplug/
H A Dsgi_hotplug.c419 acpi_handle chandle = NULL; local
439 phandle, chandle,
445 chandle = rethandle;
447 ret = acpi_evaluate_integer(chandle, METHOD_NAME__ADR,
453 ret = acpi_bus_add(&device, pdevice, chandle,
510 acpi_handle chandle = NULL; local
525 phandle, chandle,
531 chandle = rethandle;
533 ret = acpi_evaluate_integer(chandle,
539 acpi_get_id(chandle,
[all...]
H A Dacpi_pcihp.c338 acpi_handle chandle, handle; local
393 chandle = handle;
394 status = acpi_get_parent(chandle, &handle);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/pci/hotplug/
H A Dsgi_hotplug.c419 acpi_handle chandle = NULL; local
439 phandle, chandle,
445 chandle = rethandle;
447 ret = acpi_evaluate_integer(chandle, METHOD_NAME__ADR,
453 ret = acpi_bus_add(&device, pdevice, chandle,
510 acpi_handle chandle = NULL; local
525 phandle, chandle,
531 chandle = rethandle;
533 ret = acpi_evaluate_integer(chandle,
539 acpi_get_id(chandle,
[all...]
H A Dacpi_pcihp.c338 acpi_handle chandle, handle; local
393 chandle = handle;
394 status = acpi_get_parent(chandle, &handle);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/acpi/
H A Dscan.c1444 acpi_handle phandle, chandle; local
1451 child = chandle = NULL;
1455 chandle, &chandle);
1462 chandle = phandle;
1475 status = acpi_get_type(chandle, &type);
1480 * If there is a device corresponding to chandle then
1483 if (acpi_bus_get_device(chandle, &child) == 0) {
1485 phandle = chandle;
1486 chandle
[all...]
H A Dosl.c607 acpi_handle chandle, /* current node */
617 acpi_get_parent(chandle, &handle);
664 acpi_handle chandle, /* current node */
670 acpi_os_derive_pci_id_2(rhandle, chandle, id, &is_bridge, &bus_number);
606 acpi_os_derive_pci_id_2(acpi_handle rhandle, acpi_handle chandle, struct acpi_pci_id **id, int *is_bridge, u8 * bus_number) argument
663 acpi_os_derive_pci_id(acpi_handle rhandle, acpi_handle chandle, struct acpi_pci_id **id) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/acpi/
H A Dscan.c1444 acpi_handle phandle, chandle; local
1451 child = chandle = NULL;
1455 chandle, &chandle);
1462 chandle = phandle;
1475 status = acpi_get_type(chandle, &type);
1480 * If there is a device corresponding to chandle then
1483 if (acpi_bus_get_device(chandle, &child) == 0) {
1485 phandle = chandle;
1486 chandle
[all...]
H A Dosl.c607 acpi_handle chandle, /* current node */
617 acpi_get_parent(chandle, &handle);
664 acpi_handle chandle, /* current node */
670 acpi_os_derive_pci_id_2(rhandle, chandle, id, &is_bridge, &bus_number);
606 acpi_os_derive_pci_id_2(acpi_handle rhandle, acpi_handle chandle, struct acpi_pci_id **id, int *is_bridge, u8 * bus_number) argument
663 acpi_os_derive_pci_id(acpi_handle rhandle, acpi_handle chandle, struct acpi_pci_id **id) argument

Completed in 89 milliseconds