other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
DEVICE_MOVE(9) | Device drivers infrastructure | DEVICE_MOVE(9) |
NAME¶
device_move - moves a device to a new parentSYNOPSIS¶
int
device_move(struct device * dev,
struct device * new_parent,
enum dpm_order dpm_order);
ARGUMENTS¶
devthe pointer to the struct device to be
moved
new_parent
the new parent of the device (can by
NULL)
dpm_order
how to reorder the dpm_list
COPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |