Searched defs:buf_list (Results 1 - 5 of 5) sorted by relevance

/drivers/net/caif/
H A Dcaif_shmcore.c75 struct buf_list { struct
131 struct buf_list *pbuf;
161 struct buf_list, list);
210 struct buf_list, list);
264 struct buf_list *pbuf;
285 list_entry(pshm_drv->rx_full_list.next, struct buf_list,
386 struct buf_list *pbuf = NULL;
406 struct buf_list, list);
446 struct buf_list, list);
631 struct buf_list *tx_bu
[all...]
/drivers/media/dvb/dvb-usb/
H A Ddvb-usb.h304 * @buf_size: size of each buffer in buf_list.
305 * @buf_list: array containing all allocate buffers for streaming.
306 * @dma_addr: list of dma_addr_t for each buffer in buf_list.
325 u8 *buf_list[MAX_NO_URBS_FOR_DATA_STREAM]; member in struct:usb_data_stream
/drivers/net/wireless/ath/ath6kl/
H A Dhtc.c374 struct list_head *buf_list; local
376 buf_list = tx ? &target->free_ctrl_txbuf : &target->free_ctrl_rxbuf;
380 if (list_empty(buf_list)) {
385 packet = list_first_entry(buf_list, struct htc_packet, list);
/drivers/media/video/cx18/
H A Dcx18-driver.h317 struct list_head buf_list; member in struct:cx18_mdl
/drivers/tty/
H A Dsynclinkmp.c3515 static int alloc_frame_bufs(SLMP_INFO *info, SCADESC *buf_list,SCADESC_EX *buf_list_ex,int count) argument
3525 buf_list[i].buf_ptr = (unsigned short)phys_addr;
3526 buf_list[i].buf_base = (unsigned char)(phys_addr >> 16);

Completed in 670 milliseconds