Lines Matching refs:port_count

1174 	const int port_count[SCARLETT2_PORT_TYPE_COUNT][SCARLETT2_PORT_DIRNS];  member
1325 .port_count = {
1377 .port_count = {
1432 .port_count = {
1507 .port_count = {
1556 .port_count = {
1635 .port_count = {
1726 .port_count = {
1787 .port_count = {
1830 .port_count = {
1872 .port_count = {
1926 .port_count = {
1979 .port_count = {
2026 .port_count = {
2088 .port_count = {
2148 .port_count = {
2231 const int port_count[][SCARLETT2_PORT_DIRNS], in scarlett2_get_port_start_num()
2237 num += port_count[i][direction]; in scarlett2_get_port_start_num()
2863 const int port_count[][SCARLETT2_PORT_DIRNS], int num) in scarlett2_mux_src_num_to_id()
2870 if (num < port_count[port_type][SCARLETT2_PORT_IN]) in scarlett2_mux_src_num_to_id()
2872 num -= port_count[port_type][SCARLETT2_PORT_IN]; in scarlett2_mux_src_num_to_id()
2881 const int port_count[][SCARLETT2_PORT_DIRNS], int direction, u32 id) in scarlett2_mux_id_to_num()
2890 int count = port_count[port_type][direction]; in scarlett2_mux_id_to_num()
2906 const int (*port_count)[SCARLETT2_PORT_DIRNS] = info->port_count; in scarlett2_usb_populate_mux() local
2910 dst_idx = scarlett2_mux_id_to_num(port_count, SCARLETT2_PORT_OUT, in scarlett2_usb_populate_mux()
2922 src_idx = scarlett2_mux_id_to_num(port_count, SCARLETT2_PORT_IN, in scarlett2_usb_populate_mux()
3045 const int (*port_count)[SCARLETT2_PORT_DIRNS] = info->port_count; in scarlett2_usb_set_mux() local
3072 int mux_idx = scarlett2_get_port_start_num(port_count, in scarlett2_usb_set_mux()
3089 port_count, private->mux[mux_idx++]); in scarlett2_usb_set_mux()
7383 const int (*port_count)[SCARLETT2_PORT_DIRNS] = info->port_count; in scarlett2_mux_src_enum_ctl_info() local
7398 if (item < port_count[port_type][SCARLETT2_PORT_IN]) { in scarlett2_mux_src_enum_ctl_info()
7414 item -= port_count[port_type][SCARLETT2_PORT_IN]; in scarlett2_mux_src_enum_ctl_info()
7493 const int (*port_count)[SCARLETT2_PORT_DIRNS] = info->port_count; in scarlett2_add_mux_enums() local
7500 channel < port_count[port_type][SCARLETT2_PORT_OUT]; in scarlett2_add_mux_enums()
8516 const int (*port_count)[SCARLETT2_PORT_DIRNS] = info->port_count; in scarlett2_count_io() local
8523 srcs += port_count[port_type][SCARLETT2_PORT_IN]; in scarlett2_count_io()
8524 dsts += port_count[port_type][SCARLETT2_PORT_OUT]; in scarlett2_count_io()
8535 port_count[SCARLETT2_PORT_TYPE_MIX][SCARLETT2_PORT_OUT] - in scarlett2_count_io()
8539 port_count[SCARLETT2_PORT_TYPE_MIX][SCARLETT2_PORT_IN] - in scarlett2_count_io()
8544 port_count[SCARLETT2_PORT_TYPE_ANALOGUE][SCARLETT2_PORT_OUT]; in scarlett2_count_io()