Home
last modified time | relevance | path

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

/linux-4.4.14/arch/cris/include/arch-v32/arch/
Dcryptocop.h105 dma_descr_data *inlist; /* In from the co-processor to memory. */ member
/linux-4.4.14/drivers/scsi/
Dhptiop.h297 struct mvfrey_inlist_entry *inlist; member
Dhptiop.c956 hba->u.mvfrey.inlist[index].addr = in hptiop_post_req_mvfrey()
958 hba->u.mvfrey.inlist[index].intrfc_len = (reqhdr->size + 3) / 4; in hptiop_post_req_mvfrey()
1243 hba->u.mvfrey.inlist = (struct mvfrey_inlist_entry *)p; in hptiop_internal_memalloc_mvfrey()
/linux-4.4.14/drivers/iio/
Dindustrialio-buffer.c910 bool inlist; in iio_buffer_store_enable() local
919 inlist = iio_buffer_is_active(indio_dev->buffer); in iio_buffer_store_enable()
921 if (inlist == requested_state) in iio_buffer_store_enable()
/linux-4.4.14/drivers/pinctrl/
Dcore.c788 static void pinctrl_free(struct pinctrl *p, bool inlist);
911 static void pinctrl_free(struct pinctrl *p, bool inlist) in pinctrl_free() argument
929 if (inlist) in pinctrl_free()
/linux-4.4.14/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()