Lines Matching refs:catpt_dev
11 struct catpt_dev;
69 int catpt_ipc_get_fw_version(struct catpt_dev *cdev,
207 int catpt_ipc_alloc_stream(struct catpt_dev *cdev,
217 int catpt_ipc_free_stream(struct catpt_dev *cdev, u8 stream_hw_id);
248 int catpt_ipc_set_device_format(struct catpt_dev *cdev,
273 int catpt_ipc_enter_dxstate(struct catpt_dev *cdev, enum catpt_dx_state state,
282 int catpt_ipc_get_mixer_stream_info(struct catpt_dev *cdev,
326 int catpt_ipc_reset_stream(struct catpt_dev *cdev, u8 stream_hw_id);
327 int catpt_ipc_pause_stream(struct catpt_dev *cdev, u8 stream_hw_id);
328 int catpt_ipc_resume_stream(struct catpt_dev *cdev, u8 stream_hw_id);
337 int catpt_ipc_set_volume(struct catpt_dev *cdev, u8 stream_hw_id,
342 int catpt_ipc_set_write_pos(struct catpt_dev *cdev, u8 stream_hw_id,
345 int catpt_ipc_mute_loopback(struct catpt_dev *cdev, u8 stream_hw_id, bool mute);