Home
last modified time | relevance | path

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

/linux-4.4.14/net/bluetooth/
Dhci_sysfs.c118 device_move(dev, NULL, DPM_ORDER_DEV_LAST); in hci_conn_del_sysfs()
/linux-4.4.14/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-4.4.14/drivers/base/
Dcore.c1960 int device_move(struct device *dev, struct device *new_parent, in device_move() function
2036 EXPORT_SYMBOL_GPL(device_move);
/linux-4.4.14/include/linux/
Ddevice.h999 extern int device_move(struct device *dev, struct device *new_parent,
/linux-4.4.14/drivers/media/usb/pvrusb2/
Dpvrusb2-v4l2.c852 device_move(&dip->devbase.dev, NULL, DPM_ORDER_NONE); in pvr2_v4l2_dev_disassociate_parent()
/linux-4.4.14/drivers/s390/cio/
Ddevice.c978 rc = device_move(&cdev->dev, &sch->dev, DPM_ORDER_PARENT_BEFORE_DEV); in ccw_device_move_to_sch()