Home
last modified time | relevance | path

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

/Linux-v6.1/net/bluetooth/
Dhci_sysfs.c77 device_move(dev, NULL, DPM_ORDER_DEV_LAST); in hci_conn_del_sysfs()
/Linux-v6.1/net/bluetooth/rfcomm/
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-v6.1/include/linux/
Ddevice.h911 int device_move(struct device *dev, struct device *new_parent,
/Linux-v6.1/drivers/media/usb/pvrusb2/
Dpvrusb2-v4l2.c860 device_move(&dip->devbase.dev, NULL, DPM_ORDER_NONE); in pvr2_v4l2_dev_disassociate_parent()
/Linux-v6.1/drivers/base/
Dcore.c4405 int device_move(struct device *dev, struct device *new_parent, in device_move() function
4486 EXPORT_SYMBOL_GPL(device_move);
/Linux-v6.1/drivers/s390/cio/
Ddevice.c929 rc = device_move(&cdev->dev, &sch->dev, DPM_ORDER_PARENT_BEFORE_DEV); in ccw_device_move_to_sch()