1. NAME

dev_driver_string - Return a deviceAqs driver name, if at all possible

2. SYNOPSIS

const char * dev_driver_string(const struct device *  dev );

3. ARGUMENTS

dev
    struct device to get the name of

4. DESCRIPTION

Will return the deviceAqs driverAqs name if it is bound to a device. If the device is not bound to a driver, it will return the name of the bus it is attached to. If it is not attached to a bus either, an empty string will be returned.

5. COPYRIGHT