Home
last modified time | relevance | path

Searched refs:device_move (Results 1 – 6 of 6) sorted by relevance

/linux/net/bluetooth/rfcomm/
H A Dtty.c135 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 Ddevice.h1010 int device_move(struct device *dev, struct device *new_parent,
/linux/drivers/media/usb/pvrusb2/
H A Dpvrusb2-v4l2.c839 device_move(&dip->devbase.dev, NULL, DPM_ORDER_NONE); in pvr2_v4l2_dev_disassociate_parent()
/linux/drivers/s390/cio/
H A Ddevice.c938 rc = device_move(&cdev->dev, &sch->dev, DPM_ORDER_PARENT_BEFORE_DEV); in ccw_device_move_to_sch()
/linux/drivers/base/
H A Dcore.c4584 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 Ddasd_eckd.c6177 rc = device_move(disk_to_dev(gdp), &secondary->cdev->dev, DPM_ORDER_NONE); in dasd_eckd_copy_pair_swap()