Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/qcom/qdsp6/
H A Dq6adm.h19 struct q6copp *q6adm_open(struct device *dev, int port_id, int path, int rate,
H A Dq6adm.c383 struct q6copp *q6adm_open(struct device *dev, int port_id, int path, int rate, in q6adm_open() function
431 EXPORT_SYMBOL_GPL(q6adm_open);
H A Dq6routing.c393 copp = q6adm_open(routing_data->dev, session->port_id, in q6routing_stream_open()