Searched refs:device_move (Results 1 – 6 of 6) sorted by relevance
| /linux/net/bluetooth/rfcomm/ |
| H A D | tty.c | 135 device_move(dev->tty_dev, NULL, DPM_ORDER_DEV_LAST); in rfcomm_dev_shutdown() 194 device_move(dev->tty_dev, &conn->dev, DPM_ORDER_DEV_AFTER_PARENT); in rfcomm_reparent_device()
|
| /linux/include/linux/ |
| H A D | device.h | 1010 int device_move(struct device *dev, struct device *new_parent,
|
| /linux/drivers/media/usb/pvrusb2/ |
| H A D | pvrusb2-v4l2.c | 839 device_move(&dip->devbase.dev, NULL, DPM_ORDER_NONE); in pvr2_v4l2_dev_disassociate_parent()
|
| /linux/drivers/s390/cio/ |
| H A D | device.c | 938 rc = device_move(&cdev->dev, &sch->dev, DPM_ORDER_PARENT_BEFORE_DEV); in ccw_device_move_to_sch()
|
| /linux/drivers/base/ |
| H A D | core.c | 4584 int device_move(struct device *dev, struct device *new_parent, in device_move() function 4665 EXPORT_SYMBOL_GPL(device_move);
|
| /linux/drivers/s390/block/ |
| H A D | dasd_eckd.c | 6177 rc = device_move(disk_to_dev(gdp), &secondary->cdev->dev, DPM_ORDER_NONE); in dasd_eckd_copy_pair_swap()
|