Searched hist:f9c370dcdf056f035f18bf77db8a706cea21f9ce (Results 1 – 2 of 2) sorted by relevance
| /rk3399_rockchip-uboot/include/dm/ |
| H A D | device.h | f9c370dcdf056f035f18bf77db8a706cea21f9ce Wed Apr 15 11:07:25 UTC 2015 Przemyslaw Marczak <p.marczak@samsung.com> dm: core: device: add function: dev_get_uclass_name()
This commit extends the driver model device's API by function: - dev_get_uclass_name()
And this function returns the device's uclass driver name if: - given dev pointer, is non_NULL otherwise, the NULL pointer is returned.
Signed-off-by: Przemyslaw Marczak <p.marczak@samsung.com> Cc: Simon Glass <sjg@chromium.org> Acked-by: Simon Glass <sjg@chromium.org>
|
| /rk3399_rockchip-uboot/drivers/core/ |
| H A D | device.c | f9c370dcdf056f035f18bf77db8a706cea21f9ce Wed Apr 15 11:07:25 UTC 2015 Przemyslaw Marczak <p.marczak@samsung.com> dm: core: device: add function: dev_get_uclass_name()
This commit extends the driver model device's API by function: - dev_get_uclass_name()
And this function returns the device's uclass driver name if: - given dev pointer, is non_NULL otherwise, the NULL pointer is returned.
Signed-off-by: Przemyslaw Marczak <p.marczak@samsung.com> Cc: Simon Glass <sjg@chromium.org> Acked-by: Simon Glass <sjg@chromium.org>
|