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

/linux-4.4.14/arch/cris/include/arch-v32/arch/
H A Dcryptocop.h101 out_data_buf, inlist and in_data_buf must all be physical addresses since they will
105 dma_descr_data *inlist; /* In from the co-processor to memory. */ member in struct:cryptocop_dma_list_operation
138 unsigned int use_dmalists:1; /* Use outlist and inlist instead of the desc/tfrm_cfg configuration. */
/linux-4.4.14/drivers/scsi/
H A Dhptiop.h297 struct mvfrey_inlist_entry *inlist; member in struct:hptiop_hba::__anon9492::__anon9495
H A Dhptiop.c956 hba->u.mvfrey.inlist[index].addr = hptiop_post_req_mvfrey()
958 hba->u.mvfrey.inlist[index].intrfc_len = (reqhdr->size + 3) / 4; hptiop_post_req_mvfrey()
1243 hba->u.mvfrey.inlist = (struct mvfrey_inlist_entry *)p; hptiop_internal_memalloc_mvfrey()
/linux-4.4.14/drivers/iio/
H A Dindustrialio-buffer.c910 bool inlist; iio_buffer_store_enable() local
919 inlist = iio_buffer_is_active(indio_dev->buffer); iio_buffer_store_enable()
921 if (inlist == requested_state) iio_buffer_store_enable()
/linux-4.4.14/drivers/pinctrl/
H A Dcore.c788 static void pinctrl_free(struct pinctrl *p, bool inlist);
911 static void pinctrl_free(struct pinctrl *p, bool inlist) pinctrl_free() argument
929 if (inlist) pinctrl_free()
/linux-4.4.14/arch/cris/arch-v32/drivers/
H A Dcryptocop.c2258 if (!operation->list_op.inlist || !operation->list_op.outlist || !operation->list_op.out_data_buf || !operation->list_op.in_data_buf){ cryptocop_job_setup()
2278 (*pj)->iop->ddesc_in = operation->list_op.inlist; cryptocop_job_setup()
2288 (*pj)->iop->ctx_in.saved_data = operation->list_op.inlist; cryptocop_job_setup()
3424 printk("##############inlist\n"); print_user_dma_lists()
3425 dd = phys_to_virt((unsigned long int)dma_op->inlist); print_user_dma_lists()

Completed in 285 milliseconds