Home
last modified time | relevance | path

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

/linux/sound/soc/generic/
H A Daudio-graph-card2.c399 enum graph_type gtype, in __graph_parse_node() argument
449 switch (gtype) { in __graph_parse_node()
481 if (!is_cpu && gtype == GRAPH_DPCM) { in __graph_parse_node()
594 enum graph_type gtype, in graph_parse_node_multi() argument
608 if (gtype != GRAPH_DPCM && !dai_link->ch_maps && in graph_parse_node_multi()
638 ret = __graph_parse_node(priv, gtype, ep, li, is_cpu, idx); in graph_parse_node_multi()
658 enum graph_type gtype, in graph_parse_node_single() argument
662 return graph_ret(priv, __graph_parse_node(priv, gtype, ep, li, is_cpu, 0)); in graph_parse_node_single()
666 enum graph_type gtype, in graph_parse_node() argument
674 ret = graph_parse_node_multi(priv, gtype, port, li, is_cpu); in graph_parse_node()
[all …]
/linux/drivers/hwmon/
H A Dibmpowernv.c389 enum sensors gtype) in get_sensor_group() argument
405 if (type != gtype) in get_sensor_group()