Searched refs:dl_next (Results 1 – 6 of 6) sorted by relevance
| /drivers/media/platform/renesas/vsp1/ |
| A D | vsp1_dl.c | 640 struct vsp1_dl_list *dl_next; in __vsp1_dl_list_put() local 652 list_for_each_entry(dl_next, &dl->chain, chain) in __vsp1_dl_list_put() 653 __vsp1_dl_list_put(dl_next); in __vsp1_dl_list_put() 939 struct vsp1_dl_list *dl_next; in vsp1_dl_list_commit() local 945 list_for_each_entry(dl_next, &dl->chain, chain) { in vsp1_dl_list_commit() 946 bool last = list_is_last(&dl_next->chain, &dl->chain); in vsp1_dl_list_commit() 948 vsp1_dl_list_fill_header(dl_next, last); in vsp1_dl_list_commit()
|
| A D | vsp1_wpf.c | 214 struct vsp1_dl_list *dl_next; in wpf_configure_writeback_chain() local 217 dl_next = vsp1_dl_list_get(wpf->dlm); in wpf_configure_writeback_chain() 218 if (!dl_next) { in wpf_configure_writeback_chain() 224 dlb = vsp1_dl_list_get_body0(dl_next); in wpf_configure_writeback_chain() 226 vsp1_dl_list_add_chain(dl, dl_next); in wpf_configure_writeback_chain()
|
| A D | vsp1_video.c | 298 struct vsp1_dl_list *dl_next; in vsp1_video_pipeline_run() local 300 dl_next = vsp1_dl_list_get(pipe->output->dlm); in vsp1_video_pipeline_run() 307 if (!dl_next) { in vsp1_video_pipeline_run() 312 vsp1_video_pipeline_run_partition(pipe, dl_next, partition); in vsp1_video_pipeline_run() 313 vsp1_dl_list_add_chain(dl, dl_next); in vsp1_video_pipeline_run()
|
| /drivers/scsi/aic94xx/ |
| A D | aic94xx_hwi.c | 261 asd_ha->seq.dl_next = 0; in asd_init_dl() 719 struct done_list_struct *dl = &seq->dl[seq->dl_next]; in asd_dl_tasklet_handler() 745 seq->dl_next = (seq->dl_next + 1) & (ASD_DL_SIZE-1); in asd_dl_tasklet_handler() 746 if (!seq->dl_next) in asd_dl_tasklet_handler()
|
| A D | aic94xx_hwi.h | 159 int dl_next; member
|
| /drivers/net/ethernet/chelsio/inline_crypto/chtls/ |
| A D | chtls_cm.c | 525 *pprev = req->dl_next; in chtls_disconnect_acceptq() 537 pprev = &req->dl_next; in chtls_disconnect_acceptq()
|
Completed in 25 milliseconds