Lines Matching refs:name
180 * @name: the name of the new object(must be the same as the name of the
190 struct lcd_device *lcd_device_register(const char *name, struct device *parent,
196 pr_debug("lcd_device_register: name=%s\n", name);
208 dev_set_name(&new_ld->dev, "%s", name);
266 * @name: the name of the device
278 const char *name, struct device *parent,
287 lcd = lcd_device_register(name, parent, devdata, ops);