Lines Matching refs:port_spec

247 	u32 port_spec;  member
470 switch (hso_dev->port_spec & HSO_PORT_MASK) { in hso_sysfs_show_porttype()
593 ((serial_table[i]->port_spec & HSO_PORT_MASK) == port)) { in get_serial_by_shared_int_and_type()
1011 if (odev->parent->port_spec & HSO_INFO_CRC_BUG) in read_bulk_callback()
1204 if (serial->parent->port_spec & HSO_INFO_CRC_BUG) in hso_std_serial_read_bulk_callback()
1222 if ((serial->parent->port_spec & HSO_INTF_MUX)) in hso_unthrottle_tasklet()
1472 BUG_ON((serial->parent->port_spec & HSO_PORT_MASK) != HSO_PORT_MODEM); in tiocmget_intr_callback()
1667 if ((serial->parent->port_spec & HSO_PORT_MASK) != HSO_PORT_MODEM) in hso_serial_tiocmset()
1828 serial->parent->port_spec & HSO_PORT_MASK, in hso_mux_serial_read()
1900 serial->parent->port_spec & HSO_PORT_MASK, in hso_mux_serial_write_data()
2044 switch (hso_dev->port_spec & HSO_PORT_MASK) { in hso_log_port()
2079 if ((hso_dev->port_spec & HSO_PORT_MASK) == HSO_PORT_NETWORK) { in hso_log_port()
2151 if (!(serial->parent->port_spec & HSO_INTF_MUX)) { in hso_start_serial_device()
2318 int port_spec) in hso_create_device() argument
2326 hso_dev->port_spec = port_spec; in hso_create_device()
2481 int port_spec) in hso_create_net_device() argument
2488 hso_dev = hso_create_device(interface, port_spec); in hso_create_net_device()
2694 int port_spec; in hso_create_mux_serial_device() local
2696 port_spec = HSO_INTF_MUX; in hso_create_mux_serial_device()
2697 port_spec &= ~HSO_PORT_MASK; in hso_create_mux_serial_device()
2699 port_spec |= hso_mux_to_port(port); in hso_create_mux_serial_device()
2700 if ((port_spec & HSO_PORT_MASK) == HSO_PORT_NO_PORT) in hso_create_mux_serial_device()
2703 hso_dev = hso_create_device(interface, port_spec); in hso_create_mux_serial_device()
2866 int mux, i, if_num, port_spec; in hso_probe() local
2887 port_spec = ((u32 *)(id->driver_info))[if_num]; in hso_probe()
2889 port_spec = hso_get_config_data(interface); in hso_probe()
2890 if (port_spec < 0) in hso_probe()
2901 switch (port_spec & HSO_INTF_MASK) { in hso_probe()
2903 if ((port_spec & HSO_PORT_MASK) == HSO_PORT_NETWORK) { in hso_probe()
2907 port_spec); in hso_probe()
2937 if ((port_spec & HSO_PORT_MASK) == HSO_PORT_NETWORK) { in hso_probe()
2940 hso_create_net_device(interface, port_spec); in hso_probe()
2943 hso_create_bulk_serial_device(interface, port_spec); in hso_probe()