Home
last modified time | relevance | path

Searched refs:inlist (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/arch/cris/include/arch-v32/arch/
Dcryptocop.h105 dma_descr_data *inlist; /* In from the co-processor to memory. */ member
/linux-4.1.27/drivers/scsi/
Dhptiop.h297 struct mvfrey_inlist_entry *inlist; member
Dhptiop.c958 hba->u.mvfrey.inlist[index].addr = in hptiop_post_req_mvfrey()
960 hba->u.mvfrey.inlist[index].intrfc_len = (reqhdr->size + 3) / 4; in hptiop_post_req_mvfrey()
1235 hba->u.mvfrey.inlist = (struct mvfrey_inlist_entry *)p; in hptiop_internal_memalloc_mvfrey()
/linux-4.1.27/drivers/iio/
Dindustrialio-buffer.c788 bool inlist; in iio_buffer_store_enable() local
797 inlist = iio_buffer_is_active(indio_dev->buffer); in iio_buffer_store_enable()
799 if (inlist == requested_state) in iio_buffer_store_enable()
/linux-4.1.27/drivers/pinctrl/
Dcore.c786 static void pinctrl_free(struct pinctrl *p, bool inlist);
909 static void pinctrl_free(struct pinctrl *p, bool inlist) in pinctrl_free() argument
927 if (inlist) in pinctrl_free()
/linux-4.1.27/arch/cris/arch-v32/drivers/
Dcryptocop.c2258 …if (!operation->list_op.inlist || !operation->list_op.outlist || !operation->list_op.out_data_buf … in cryptocop_job_setup()
2278 (*pj)->iop->ddesc_in = operation->list_op.inlist; in cryptocop_job_setup()
2288 (*pj)->iop->ctx_in.saved_data = operation->list_op.inlist; in cryptocop_job_setup()
3425 dd = phys_to_virt((unsigned long int)dma_op->inlist); in print_user_dma_lists()