Home
last modified time | relevance | path

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

/linux/drivers/scsi/
H A Dhptiop.h289 struct mvfrey_inlist_entry *inlist; member
H A Dhptiop.c947 hba->u.mvfrey.inlist[index].addr = in hptiop_post_req_mvfrey()
949 hba->u.mvfrey.inlist[index].intrfc_len = (reqhdr->size + 3) / 4; in hptiop_post_req_mvfrey()
1226 hba->u.mvfrey.inlist = (struct mvfrey_inlist_entry *)p; in hptiop_internal_memalloc_mvfrey()
/linux/drivers/iio/
H A Dindustrialio-buffer.c1366 bool inlist; in enable_store() local
1375 inlist = iio_buffer_is_active(buffer); in enable_store()
1377 if (inlist == requested_state) in enable_store()