Lines Matching defs:devinfo
409 * @devinfo: the struct visor_vbus_deviceinfo to format
416 static void vbuschannel_print_devinfo(struct visor_vbus_deviceinfo *devinfo,
420 if (!isprint(devinfo->devtype[0]))
431 seq_printf(seq, "%-*.*s ", (int)sizeof(devinfo->devtype),
432 (int)sizeof(devinfo->devtype), devinfo->devtype);
433 seq_printf(seq, "%-*.*s ", (int)sizeof(devinfo->drvname),
434 (int)sizeof(devinfo->drvname), devinfo->drvname);
435 seq_printf(seq, "%.*s\n", (int)sizeof(devinfo->infostrs),
436 devinfo->infostrs);