Home
last modified time | relevance | path

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

/Linux-v4.19/net/bluetooth/
Dhci_sysfs.c74 device_move(dev, NULL, DPM_ORDER_DEV_LAST); in hci_conn_del_sysfs()
/Linux-v4.19/net/bluetooth/rfcomm/
Dtty.c136 device_move(dev->tty_dev, NULL, DPM_ORDER_DEV_LAST); in rfcomm_dev_shutdown()
195 device_move(dev->tty_dev, &conn->dev, DPM_ORDER_DEV_AFTER_PARENT); in rfcomm_reparent_device()
/Linux-v4.19/drivers/base/
Dcore.c2774 int device_move(struct device *dev, struct device *new_parent, in device_move() function
2855 EXPORT_SYMBOL_GPL(device_move);
/Linux-v4.19/drivers/media/usb/pvrusb2/
Dpvrusb2-v4l2.c882 device_move(&dip->devbase.dev, NULL, DPM_ORDER_NONE); in pvr2_v4l2_dev_disassociate_parent()
/Linux-v4.19/include/linux/
Ddevice.h1189 extern int device_move(struct device *dev, struct device *new_parent,
/Linux-v4.19/drivers/s390/cio/
Ddevice.c933 rc = device_move(&cdev->dev, &sch->dev, DPM_ORDER_PARENT_BEFORE_DEV); in ccw_device_move_to_sch()