|
void | drvmgr_print_devs (unsigned int options) |
| Print devices with certain condictions met according to 'options'.
|
|
void | drvmgr_print_topo (void) |
| Print device/bus topology.
|
|
void | drvmgr_print_mem (void) |
| Print the memory usage Only accounts for data structures. More...
|
|
void | drvmgr_summary (void) |
| Print number of devices, buses and drivers.
|
|
void | drvmgr_info_dev (struct drvmgr_dev *dev, unsigned int options) |
| Get information about a device.
|
|
void | drvmgr_info_bus (struct drvmgr_bus *bus, unsigned int options) |
| Get information about a bus.
|
|
void | drvmgr_info_drv (struct drvmgr_drv *drv, unsigned int options) |
| Get information about a driver.
|
|
void | drvmgr_info (void *id, unsigned int options) |
| Print information about a driver manager object (device, driver, bus)
|
|
void | drvmgr_info_devs_on_bus (struct drvmgr_bus *bus, unsigned int options) |
| Get information about all devices on a bus.
|
|
void | drvmgr_info_devs (unsigned int options) |
| Get information about all devices in the system (on all buses)
|
|
void | drvmgr_info_drvs (unsigned int options) |
| Get information about all drivers in the system.
|
|
void | drvmgr_info_buses (unsigned int options) |
| Get information about all buses in the system.
|
|