Searched refs:job_buff (Results 1 – 2 of 2) sorted by relevance
30 st->job_buff = st->joblist_ptr->job_buff; in nhw_EVDMA_read_next_job()32 if (st->job_buff == NULL) { in nhw_EVDMA_read_next_job()54 char *job_buff = st->joblist_ptr->job_buff; in nhw_EVDMA_peek_next_job_attrib() local56 if (job_buff == NULL) { in nhw_EVDMA_peek_next_job_attrib()79 st->job_buff = NULL; in nhw_EVDMA_start()145 memcpy(periph_buf, st->job_buff, to_read); in nhw_EVDMA_access()147 memcpy(st->job_buff, periph_buf, to_read); in nhw_EVDMA_access()150 st->job_buff += to_read; in nhw_EVDMA_access()
20 char *job_buff; member29 char *job_buff; /* Pointer to job buffer in memory with whatever offset */ member