Searched refs:device_move (Results 1 – 6 of 6) sorted by relevance
/Linux-v6.1/net/bluetooth/ |
D | hci_sysfs.c | 77 device_move(dev, NULL, DPM_ORDER_DEV_LAST); in hci_conn_del_sysfs()
|
/Linux-v6.1/net/bluetooth/rfcomm/ |
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-v6.1/include/linux/ |
D | device.h | 911 int device_move(struct device *dev, struct device *new_parent,
|
/Linux-v6.1/drivers/media/usb/pvrusb2/ |
D | pvrusb2-v4l2.c | 860 device_move(&dip->devbase.dev, NULL, DPM_ORDER_NONE); in pvr2_v4l2_dev_disassociate_parent()
|
/Linux-v6.1/drivers/base/ |
D | core.c | 4405 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/ |
D | device.c | 929 rc = device_move(&cdev->dev, &sch->dev, DPM_ORDER_PARENT_BEFORE_DEV); in ccw_device_move_to_sch()
|