1DEVICE_MOVE(9)           Device drivers infrastructure          DEVICE_MOVE(9)
2
3
4

NAME

6       device_move - moves a device to a new parent
7

SYNOPSIS

9       int device_move(struct device * dev, struct device * new_parent,
10                       enum dpm_order dpm_order);
11

ARGUMENTS

13       dev
14           the pointer to the struct device to be moved
15
16       new_parent
17           the new parent of the device (can by NULL)
18
19       dpm_order
20           how to reorder the dpm_list
21
23Kernel Hackers Manual 3.10         June 2019                    DEVICE_MOVE(9)
Impressum