Home
last modified time | relevance | path

Searched refs:point_print (Results 1 – 3 of 3) sorted by relevance

/linux/sound/soc/sof/
H A Dsof-client-probes.h49 int (*point_print)(struct sof_client_dev *cdev, char *buf, size_t size, member
H A Dsof-client-probes.c242 if (ipc->point_print) in sof_probes_dfs_points_read()
243 ret = ipc->point_print(cdev, buf + offset, remaining, &desc[i]); in sof_probes_dfs_points_read()
H A Dsof-client-probes-ipc4.c406 .point_print = ipc4_probes_point_print,