Query: device_rename
OS: suse
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
DEVICE_RENAME(9) Device drivers infrastructure DEVICE_RENAME(9)NAMEdevice_rename - renames a deviceSYNOPSISint device_rename(struct device * dev, char * new_name);ARGUMENTSdev the pointer to the struct device to be renamed new_name the new name of the deviceDESCRIPTIONIt is the responsibility of the caller to provide mutual exclusion between two different calls of device_rename on the same device to ensure that new_name is valid and won't conflict with other devices.COPYRIGHTKernel Hackers Manual 2.6. July 2010 DEVICE_RENAME(9)