DEV_SET_NAME

Section: Device drivers infrastructure (9)
Updated: February 2011
Index Return to Main Contents
 

NAME

dev_set_name - set a device name  

SYNOPSIS

int dev_set_name(struct device * dev, const char * fmt, ...);
 

ARGUMENTS

dev

device

fmt

format string for the device's name

...

variable arguments
 

COPYRIGHT