Lines Matching refs:port_name
489 char *port_name; in hso_sysfs_show_porttype() local
496 port_name = "Control"; in hso_sysfs_show_porttype()
499 port_name = "Application"; in hso_sysfs_show_porttype()
502 port_name = "Application2"; in hso_sysfs_show_porttype()
505 port_name = "GPS"; in hso_sysfs_show_porttype()
508 port_name = "GPS Control"; in hso_sysfs_show_porttype()
511 port_name = "PCSC"; in hso_sysfs_show_porttype()
514 port_name = "Diagnostic"; in hso_sysfs_show_porttype()
517 port_name = "Diagnostic2"; in hso_sysfs_show_porttype()
520 port_name = "Modem"; in hso_sysfs_show_porttype()
523 port_name = "Network"; in hso_sysfs_show_porttype()
526 port_name = "Unknown"; in hso_sysfs_show_porttype()
530 return sprintf(buf, "%s\n", port_name); in hso_sysfs_show_porttype()