Lines Matching defs:name
190 pi->device, pi->proto->name, pi->port,
215 if (protocols[k] && !strcmp(pr->name, protocols[k]->name)) {
217 pr->name);
229 printk("paride: %s registered as protocol %d\n", pr->name, k);
240 printk("paride: %s not registered\n", pr->name);
268 printk("%s: 0x%x is %s\n", pi->device, pi->port, port->name);
270 pi->parname = (char *) port->name;
442 int len = strlen(drv->name);
444 if (strncmp(par_dev->name, drv->name, len))
450 void *pi_register_driver(char *name)
459 parp_drv->name = name;