Searched refs:device_move (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/net/bluetooth/ |
H A D | hci_sysfs.c | 80 device_move(dev, NULL, DPM_ORDER_DEV_LAST); in hci_conn_del_sysfs()
|
/kernel/linux/linux-6.6/net/bluetooth/ |
H A D | hci_sysfs.c | 82 device_move(dev, NULL, DPM_ORDER_DEV_LAST); in hci_conn_del_sysfs()
|
/kernel/linux/linux-5.10/net/bluetooth/rfcomm/ |
H A D | tty.c | 136 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()
|
/kernel/linux/linux-6.6/net/bluetooth/rfcomm/ |
H A 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()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | device.h | 838 int device_move(struct device *dev, struct device *new_parent,
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | device.h | 1073 int device_move(struct device *dev, struct device *new_parent,
|
/kernel/linux/linux-5.10/drivers/media/usb/pvrusb2/ |
H A D | pvrusb2-v4l2.c | 864 device_move(&dip->devbase.dev, NULL, DPM_ORDER_NONE); in pvr2_v4l2_dev_disassociate_parent()
|
/kernel/linux/linux-6.6/drivers/media/usb/pvrusb2/ |
H A D | pvrusb2-v4l2.c | 860 device_move(&dip->devbase.dev, NULL, DPM_ORDER_NONE); in pvr2_v4l2_dev_disassociate_parent()
|
/kernel/linux/linux-5.10/drivers/base/ |
H A D | core.c | 3855 * device_move - moves a device to a new parent 3860 int device_move(struct device *dev, struct device *new_parent, in device_move() function 3941 EXPORT_SYMBOL_GPL(device_move); variable
|
/kernel/linux/linux-6.6/drivers/base/ |
H A D | core.c | 4521 * device_move - moves a device to a new parent 4526 int device_move(struct device *dev, struct device *new_parent, in device_move() function 4607 EXPORT_SYMBOL_GPL(device_move); variable
|
/kernel/linux/linux-5.10/drivers/s390/cio/ |
H A D | device.c | 957 rc = device_move(&cdev->dev, &sch->dev, DPM_ORDER_PARENT_BEFORE_DEV); in ccw_device_move_to_sch() 960 CIO_MSG_EVENT(0, "device_move(0.%x.%04x,0.%x.%04x)=%d\n", in ccw_device_move_to_sch()
|
/kernel/linux/linux-6.6/drivers/s390/cio/ |
H A D | device.c | 938 rc = device_move(&cdev->dev, &sch->dev, DPM_ORDER_PARENT_BEFORE_DEV); in ccw_device_move_to_sch() 941 CIO_MSG_EVENT(0, "device_move(0.%x.%04x,0.%x.%04x)=%d\n", in ccw_device_move_to_sch()
|
Completed in 27 milliseconds