Lines Matching refs:path
152 TP_printk("%s: checks %d power, %d path, %d neighbour",
161 struct snd_soc_dapm_path *path),
163 TP_ARGS(widget, dir, path),
167 __string( pname, path->name ? path->name : DAPM_DIRECT)
168 __string( pnname, path->node[dir]->name )
176 __assign_str(pname, path->name ? path->name : DAPM_DIRECT);
177 __assign_str(pnname, path->node[dir]->name);
178 __entry->path_connect = path->connect;
179 __entry->path_node = (long)path->node[dir];