Lines Matching refs:hd
26 typedef int (*host_copy_func)(struct host_data *hd, struct comp_dev *dev);
97 int host_zephyr_new(struct host_data *hd, struct comp_dev *dev,
100 void host_zephyr_free(struct host_data *hd);
102 int host_zephyr_prepare(struct host_data *hd);
104 void host_zephyr_reset(struct host_data *hd, uint16_t state);
106 int host_zephyr_trigger(struct host_data *hd, struct comp_dev *dev, int cmd);
108 int host_zephyr_params(struct host_data *hd, struct comp_dev *dev,
111 int host_zephyr_copy(struct host_data *hd, struct comp_dev *dev);
113 void host_update_position(struct host_data *hd, struct comp_dev *dev, uint32_t bytes);
115 void host_one_shot_cb(struct host_data *hd, uint32_t bytes);
117 static inline int host_zephyr_new(struct host_data *hd, struct comp_dev *dev, in host_zephyr_new() argument
123 static inline void host_zephyr_free(struct host_data *hd) {} in host_zephyr_free() argument
125 static inline int host_zephyr_prepare(struct host_data *hd) in host_zephyr_prepare() argument
130 static inline void host_zephyr_reset(struct host_data *hd, uint16_t state) {} in host_zephyr_reset() argument
132 static inline int host_zephyr_trigger(struct host_data *hd, struct comp_dev *dev, in host_zephyr_trigger() argument
138 static inline int host_zephyr_params(struct host_data *hd, struct comp_dev *dev, in host_zephyr_params() argument
144 static inline int host_zephyr_copy(struct host_data *hd, struct comp_dev *dev) in host_zephyr_copy() argument
149 static inline void host_update_position(struct host_data *hd, in host_update_position() argument
152 static inline void host_one_shot_cb(struct host_data *hd, uint32_t bytes) {} in host_one_shot_cb() argument