1DEVICE_MOVE(9) Device drivers infrastructure DEVICE_MOVE(9)
23
4
NAME
6device_move - moves a device to a new parent
7
SYNOPSIS
9int device_move(struct device * dev, struct device * new_parent,
10enum dpm_order dpm_order);
11
ARGUMENTS
13dev
14the pointer to the struct device to be moved
1516
new_parent
17the new parent of the device (can by NULL)
1819
dpm_order
20how to reorder the dpm_list
21
COPYRIGHT
23Kernel Hackers Manual 2.6. June 2019 DEVICE_MOVE(9)