Searched refs:hdm_ch (Results 1 – 1 of 1) sorted by relevance
232 static int try_start_dim_transfer(struct hdm_channel *hdm_ch) in try_start_dim_transfer() argument235 struct list_head *head = &hdm_ch->pending_list; in try_start_dim_transfer()240 BUG_ON(!hdm_ch); in try_start_dim_transfer()241 BUG_ON(!hdm_ch->is_initialized); in try_start_dim_transfer()249 if (!DIM_GetChannelState(&hdm_ch->ch, &st)->ready) { in try_start_dim_transfer()258 if (!DIM_EnqueueBuffer(&hdm_ch->ch, mbo->bus_address, buf_size)) { in try_start_dim_transfer()267 list_move_tail(head->next, &hdm_ch->started_list); in try_start_dim_transfer()330 struct hdm_channel *hdm_ch = dev->hch + ch_idx; in service_done_flag() local338 BUG_ON(!hdm_ch); in service_done_flag()339 BUG_ON(!hdm_ch->is_initialized); in service_done_flag()[all …]