Searched refs:port_type (Results 1 – 3 of 3) sorted by relevance
297 u8 port_type; member853 int direction, int port_type) in scarlett2_get_port_start_num() argument857 for (i = 0; i < port_type; i++) in scarlett2_get_port_start_num()1408 int port_type; in scarlett2_mux_src_num_to_id() local1410 for (port_type = 0; in scarlett2_mux_src_num_to_id()1411 port_type < SCARLETT2_PORT_TYPE_COUNT; in scarlett2_mux_src_num_to_id()1412 port_type++) { in scarlett2_mux_src_num_to_id()1413 if (num < port_count[port_type][SCARLETT2_PORT_IN]) in scarlett2_mux_src_num_to_id()1414 return scarlett2_ports[port_type].id | num; in scarlett2_mux_src_num_to_id()1415 num -= port_count[port_type][SCARLETT2_PORT_IN]; in scarlett2_mux_src_num_to_id()[all …]
259 switch (aio->port_type) { in audio_ssp_init_portregs()389 switch (aio->port_type) { in audio_ssp_out_enable()433 switch (aio->port_type) { in audio_ssp_out_disable()584 switch (aio->port_type) { in cygnus_ssp_set_clocks()846 if (aio->port_type == PORT_SPDIF) in cygnus_ssp_set_fmt()1223 enum cygnus_audio_port_type port_type; in parse_ssp_child_node() local1234 port_type = PORT_TDM; in parse_ssp_child_node()1238 port_type = PORT_TDM; in parse_ssp_child_node()1242 port_type = PORT_TDM; in parse_ssp_child_node()1245 port_type = PORT_SPDIF; in parse_ssp_child_node()[all …]
97 int port_type; member