Searched refs:device_move (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/cio/
H A Ddevice.c764 ret = device_move(&cdev->dev, &sch->dev);
785 ret = device_move(&cdev->dev, &sch->dev);
843 ret = device_move(&cdev->dev, &css->pseudo_subchannel->dev);
1044 rc = device_move(&cdev->dev, &sch->dev);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/base/
H A Dcore.c1256 * device_move - moves a device to a new parent
1260 int device_move(struct device *dev, struct device *new_parent) function
1313 EXPORT_SYMBOL_GPL(device_move); variable
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/bluetooth/rfcomm/
H A Dtty.c637 device_move(dev->tty_dev, rfcomm_get_device(dev));
651 device_move(dev->tty_dev, NULL);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Ddevice.h517 extern int device_move(struct device *dev, struct device *new_parent);

Completed in 84 milliseconds