Home
last modified time | relevance | path

Searched refs:HSO_PORT_MASK (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/drivers/net/usb/
H A Dhso.c268 #define HSO_PORT_MASK 0xFF macro
468 switch (hso_dev->port_spec & HSO_PORT_MASK) { in hsotype_show()
558 switch (port & HSO_PORT_MASK) { in hso_port_to_mux()
1820 serial->parent->port_spec & HSO_PORT_MASK, in hso_mux_serial_read()
1892 serial->parent->port_spec & HSO_PORT_MASK, in hso_mux_serial_write_data()
2036 switch (hso_dev->port_spec & HSO_PORT_MASK) { in hso_log_port()
2627 if ((port & HSO_PORT_MASK) == HSO_PORT_MODEM) { in hso_create_bulk_serial_device()
2704 port_spec &= ~HSO_PORT_MASK; in hso_create_mux_serial_device()
2707 if ((port_spec & HSO_PORT_MASK) == HSO_PORT_NO_PORT) in hso_create_mux_serial_device()
2905 if ((port_spec & HSO_PORT_MASK) == HSO_PORT_NETWORK) { in hso_probe()
[all …]