Lines Matching refs:port_count
1177 const int port_count[SCARLETT2_PORT_TYPE_COUNT][SCARLETT2_PORT_DIRNS]; member
1328 .port_count = {
1380 .port_count = {
1435 .port_count = {
1510 .port_count = {
1559 .port_count = {
1638 .port_count = {
1729 .port_count = {
1791 .port_count = {
1835 .port_count = {
1878 .port_count = {
1933 .port_count = {
1987 .port_count = {
2034 .port_count = {
2096 .port_count = {
2156 .port_count = {
2239 const int port_count[][SCARLETT2_PORT_DIRNS], in scarlett2_get_port_start_num()
2245 num += port_count[i][direction]; in scarlett2_get_port_start_num()
2881 const int port_count[][SCARLETT2_PORT_DIRNS], int num) in scarlett2_mux_src_num_to_id()
2888 if (num < port_count[port_type][SCARLETT2_PORT_IN]) in scarlett2_mux_src_num_to_id()
2890 num -= port_count[port_type][SCARLETT2_PORT_IN]; in scarlett2_mux_src_num_to_id()
2899 const int port_count[][SCARLETT2_PORT_DIRNS], int direction, u32 id) in scarlett2_mux_id_to_num()
2908 int count = port_count[port_type][direction]; in scarlett2_mux_id_to_num()
2924 const int (*port_count)[SCARLETT2_PORT_DIRNS] = info->port_count; in scarlett2_usb_populate_mux() local
2928 dst_idx = scarlett2_mux_id_to_num(port_count, SCARLETT2_PORT_OUT, in scarlett2_usb_populate_mux()
2940 src_idx = scarlett2_mux_id_to_num(port_count, SCARLETT2_PORT_IN, in scarlett2_usb_populate_mux()
3063 const int (*port_count)[SCARLETT2_PORT_DIRNS] = info->port_count; in scarlett2_usb_set_mux() local
3090 int mux_idx = scarlett2_get_port_start_num(port_count, in scarlett2_usb_set_mux()
3107 port_count, private->mux[mux_idx++]); in scarlett2_usb_set_mux()
7374 const int (*port_count)[SCARLETT2_PORT_DIRNS] = info->port_count; in scarlett2_mux_src_enum_ctl_info() local
7389 if (item < port_count[port_type][SCARLETT2_PORT_IN]) { in scarlett2_mux_src_enum_ctl_info()
7405 item -= port_count[port_type][SCARLETT2_PORT_IN]; in scarlett2_mux_src_enum_ctl_info()
7484 const int (*port_count)[SCARLETT2_PORT_DIRNS] = info->port_count; in scarlett2_add_mux_enums() local
7491 channel < port_count[port_type][SCARLETT2_PORT_OUT]; in scarlett2_add_mux_enums()
8507 const int (*port_count)[SCARLETT2_PORT_DIRNS] = info->port_count; in scarlett2_count_io() local
8514 srcs += port_count[port_type][SCARLETT2_PORT_IN]; in scarlett2_count_io()
8515 dsts += port_count[port_type][SCARLETT2_PORT_OUT]; in scarlett2_count_io()
8526 port_count[SCARLETT2_PORT_TYPE_MIX][SCARLETT2_PORT_OUT] - in scarlett2_count_io()
8530 port_count[SCARLETT2_PORT_TYPE_MIX][SCARLETT2_PORT_IN] - in scarlett2_count_io()
8535 port_count[SCARLETT2_PORT_TYPE_ANALOGUE][SCARLETT2_PORT_OUT]; in scarlett2_count_io()