#include <device.h>
Data Fields | |
| char | name [16] |
| Name. | |
| struct device_description | desc |
| Device description. | |
| struct list_head | siblings |
| Devices on the same bus. | |
| struct list_head | children |
| Devices attached to this device. | |
| struct device * | parent |
| Bus device. | |
Definition at line 56 of file device.h.
| char device::name[16] |
Name.
Definition at line 58 of file device.h.
Referenced by eisabus_probe(), ib_sma_node_desc(), ifstat(), isabus_probe(), isapnpbus_probe(), mcabus_probe(), pcibus_probe(), register_ibdev(), register_netdev(), rootdev_probe(), rootdev_remove(), t509bus_probe(), undibus_probe(), and undipci_probe().
struct device_description device::desc [read] |
Device description.
Definition at line 60 of file device.h.
Referenced by eisabus_probe(), find_netdev_by_location(), ibft_fill_nic(), isabus_probe(), isapnpbus_probe(), legacy_probe(), mcabus_probe(), netdev_fetch(), pcibus_probe(), pxenv_undi_get_information(), pxenv_undi_get_nic_type(), t509bus_probe(), undibus_probe(), and undipci_probe().
struct list_head device::siblings [read] |
Devices on the same bus.
Definition at line 62 of file device.h.
Referenced by eisabus_probe(), eisabus_remove(), isabus_probe(), isabus_remove(), isapnpbus_probe(), isapnpbus_remove(), mcabus_probe(), mcabus_remove(), pcibus_probe(), pcibus_remove(), probe_devices(), remove_devices(), sis190_get_mac_addr_from_apc(), t509bus_probe(), t509bus_remove(), undibus_probe(), undibus_remove(), undipci_probe(), and undipci_remove().
struct list_head device::children [read] |
Devices attached to this device.
Definition at line 64 of file device.h.
Referenced by eisabus_probe(), eisabus_remove(), isabus_probe(), isabus_remove(), isapnpbus_probe(), isapnpbus_remove(), mcabus_probe(), mcabus_remove(), pcibus_probe(), pcibus_remove(), probe_devices(), t509bus_probe(), t509bus_remove(), undibus_probe(), and undipci_probe().
struct device* device::parent [read] |
Bus device.
Definition at line 66 of file device.h.
Referenced by eisabus_probe(), isabus_probe(), isapnpbus_probe(), mcabus_probe(), pcibus_probe(), t509bus_probe(), undibus_probe(), and undipci_probe().
1.5.7.1