/drivers/net/ethernet/qlogic/qed/ |
D | qed_ooo.c | 191 p_isle = list_first_entry(&p_archipelago->isles_list, in qed_ooo_release_connection_isles() 197 p_buffer = list_first_entry(&p_isle->buffers_list, in qed_ooo_release_connection_isles() 225 p_isle = list_first_entry(&p_archipelago->isles_list, in qed_ooo_release_all_isles() 233 list_first_entry(&p_isle->buffers_list, in qed_ooo_release_all_isles() 272 p_buffer = list_first_entry(&p_ooo_info->free_buffers_list, in qed_ooo_free() 306 p_buffer = list_first_entry(&p_ooo_info->free_buffers_list, in qed_ooo_get_free_buffer() 333 p_buffer = list_first_entry(&p_ooo_info->ready_buffers_list, in qed_ooo_get_ready_buffer() 399 p_isle = list_first_entry(&p_ooo_info->free_isles_list, in qed_ooo_add_new_isle()
|
/drivers/media/pci/cx18/ |
D | cx18-queue.c | 88 mdl = list_first_entry(&q->list, struct cx18_mdl, list); in cx18_dequeue() 124 buf = list_first_entry(&mdl->buf_list, struct cx18_buffer, in cx18_mdl_update_bufs_for_cpu() 216 mdl = list_first_entry(&q_src->list, struct cx18_mdl, list); in cx18_queue_flush() 255 buf = list_first_entry(&mdl->buf_list, in cx18_unload_queues() 296 buf = list_first_entry(&s->buf_pool, struct cx18_buffer, in cx18_load_queues() 428 buf = list_first_entry(&s->buf_pool, struct cx18_buffer, list); in cx18_stream_free()
|
D | cx18-queue.h | 44 cx18_buf_sync_for_device(s, list_first_entry(&mdl->buf_list, in cx18_mdl_sync_for_device() 57 cx18_buf_swap(list_first_entry(&mdl->buf_list, in cx18_mdl_swap()
|
/drivers/gpu/drm/ttm/ |
D | ttm_execbuf_util.c | 64 entry = list_first_entry(list, struct ttm_validate_buffer, head); in ttm_eu_backoff_reservation() 104 entry = list_first_entry(list, struct ttm_validate_buffer, head); in ttm_eu_reserve_buffers() 192 bo = list_first_entry(list, struct ttm_validate_buffer, head)->bo; in ttm_eu_fence_buffer_objects()
|
/drivers/dma/ |
D | tegra20-apb-dma.c | 332 sg_req = list_first_entry(&tdc->free_sg_req, in tegra_dma_sg_req_get() 517 sg_req = list_first_entry(&tdc->pending_sg_req, in tdc_start_head_req() 532 hsgreq = list_first_entry(&tdc->pending_sg_req, typeof(*hsgreq), node); in tdc_configure_next_head_desc() 534 hnsgreq = list_first_entry(&hsgreq->node, in tdc_configure_next_head_desc() 552 sgreq = list_first_entry(&tdc->pending_sg_req, in tegra_dma_abort_all() 586 hsgreq = list_first_entry(&tdc->pending_sg_req, typeof(*hsgreq), node); in handle_continuous_head_request() 607 sgreq = list_first_entry(&tdc->pending_sg_req, typeof(*sgreq), node); in handle_once_dma_done() 636 sgreq = list_first_entry(&tdc->pending_sg_req, typeof(*sgreq), node); in handle_cont_sngl_cycle_dma_done() 668 dma_desc = list_first_entry(&tdc->cb_desc, in tegra_dma_tasklet() 780 sgreq = list_first_entry(&tdc->pending_sg_req, in tegra_dma_terminate_all() [all …]
|
D | imx-dma.c | 252 desc = list_first_entry(&imxdmac->ld_active, struct imxdma_desc, in imxdma_chan_is_doing_cyclic() 447 desc = list_first_entry(&imxdmac->ld_active, in dma_irq_handle_channel() 636 desc = list_first_entry(&imxdmac->ld_active, struct imxdma_desc, node); in imxdma_tasklet() 656 next_desc = list_first_entry(&imxdmac->ld_queue, in imxdma_tasklet() 824 desc = list_first_entry(&imxdmac->ld_free, struct imxdma_desc, node); in imxdma_prep_slave_sg() 879 desc = list_first_entry(&imxdmac->ld_free, struct imxdma_desc, node); in imxdma_prep_dma_cyclic() 933 desc = list_first_entry(&imxdmac->ld_free, struct imxdma_desc, node); in imxdma_prep_dma_memcpy() 970 desc = list_first_entry(&imxdmac->ld_free, struct imxdma_desc, node); in imxdma_prep_dma_interleaved() 1002 desc = list_first_entry(&imxdmac->ld_queue, in imxdma_issue_pending()
|
D | sirf-dma.c | 249 sdesc = list_first_entry(&schan->queued, struct sirfsoc_dma_desc, in sirfsoc_dma_execute() 285 sdesc = list_first_entry(&schan->active, in sirfsoc_dma_irq() 307 sdesc = list_first_entry(&schan->active, in sirfsoc_dma_irq() 380 sdesc = list_first_entry(&schan->active, in sirfsoc_dma_process_completed() 662 sdesc = list_first_entry(&schan->active, struct sirfsoc_dma_desc, node); in sirfsoc_dma_tx_status() 707 sdesc = list_first_entry(&schan->free, struct sirfsoc_dma_desc, in sirfsoc_dma_prep_interleaved() 783 sdesc = list_first_entry(&schan->free, struct sirfsoc_dma_desc, in sirfsoc_dma_prep_cyclic() 1089 sdesc = list_first_entry(&schan->active, in sirfsoc_dma_pm_resume()
|
/drivers/crypto/ccp/ |
D | ccp-dev.c | 157 ccp_rr = list_first_entry(&ccp_units, struct ccp_device, in ccp_del_device() 204 ccp_rr = list_first_entry(&ccp_units, struct ccp_device, in ccp_get_device() 247 dp = list_first_entry(&ccp_units, struct ccp_device, entry); in ccp_version() 382 cmd = list_first_entry(&ccp->cmd, struct ccp_cmd, entry); in ccp_dequeue_cmd() 389 backlog = list_first_entry(&ccp->backlog, struct ccp_cmd, in ccp_dequeue_cmd()
|
/drivers/s390/block/ |
D | dasd_alias.c | 88 return list_first_entry(&lcu->grouplist, in _find_group() 574 group = list_first_entry(&lcu->grouplist, in _schedule_lcu_update() 577 usedev = list_first_entry(&group->baselist, in _schedule_lcu_update() 581 usedev = list_first_entry(&group->aliaslist, in _schedule_lcu_update() 586 usedev = list_first_entry(&lcu->active_devices, in _schedule_lcu_update() 688 alias_device = list_first_entry(&group->aliaslist, in dasd_alias_get_start_dev() 694 group->next = list_first_entry(&group->aliaslist, in dasd_alias_get_start_dev() 697 group->next = list_first_entry(&alias_device->alias_list, in dasd_alias_get_start_dev() 804 device = list_first_entry(&active, struct dasd_device, in flush_all_alias_devices_on_lcu() 813 if (device == list_first_entry(&active, in flush_all_alias_devices_on_lcu()
|
/drivers/net/wireless/ath/ath6kl/ |
D | htc_pipe.c | 65 packet = list_first_entry(queue_to_indicate, in do_send_completion() 110 packet = list_first_entry(&ep->txq, struct htc_packet, list); in get_htc_packet_credit_based() 159 packet = list_first_entry(&ep->txq, struct htc_packet, list); in get_htc_packet_credit_based() 186 packet = list_first_entry(&ep->txq, struct htc_packet, list); in get_htc_packet() 218 packet = list_first_entry(pkt_queue, struct htc_packet, list); in htc_issue_packets() 289 packet = list_first_entry(pkt_queue, in htc_issue_packets() 370 packet = list_first_entry(txq, in htc_try_send() 698 packet = list_first_entry(&ep->txq, struct htc_packet, list); in htc_flush_tx_endpoint() 792 packet = list_first_entry(pkt_queue, struct htc_packet, list); in htc_send_packets_multiple() 930 packet = list_first_entry(queue_to_indicate, in do_recv_completion() [all …]
|
/drivers/net/ethernet/brocade/bna/ |
D | bna_tx_rx.c | 434 mac = list_first_entry(&rxf->mcast_pending_del_q, in bna_rxf_mcast_cfg_apply() 444 mac = list_first_entry(&rxf->mcast_pending_add_q, in bna_rxf_mcast_cfg_apply() 482 mac = list_first_entry(&rxf->mcast_pending_del_q, in bna_rxf_mcast_cfg_reset() 492 mac = list_first_entry(&rxf->mcast_active_q, in bna_rxf_mcast_cfg_reset() 667 mac = list_first_entry(&rxf->ucast_pending_add_q, in bna_rxf_uninit() 679 mac = list_first_entry(&rxf->mcast_pending_add_q, in bna_rxf_uninit() 794 mac = list_first_entry(&rxf->ucast_pending_add_q, in bna_rx_ucast_listset() 801 mac = list_first_entry(&rxf->ucast_active_q, in bna_rx_ucast_listset() 823 mac = list_first_entry(&list_head, struct bna_mac, qe); in bna_rx_ucast_listset() 833 mac = list_first_entry(&list_head, struct bna_mac, qe); in bna_rx_ucast_listset() [all …]
|
/drivers/hid/ |
D | hid-betopff.c | 63 list_first_entry(&hid->inputs, struct hid_input, list); in betopff_init() 76 report = list_first_entry(report_list, struct hid_report, list); in betopff_init()
|
D | hid-emsff.c | 72 hidinput = list_first_entry(&hid->inputs, struct hid_input, list); in emsff_init() 80 report = list_first_entry(report_list, struct hid_report, list); in emsff_init()
|
D | hid-axff.c | 89 hidinput = list_first_entry(&hid->inputs, struct hid_input, list); in axff_init() 97 report = list_first_entry(report_list, struct hid_report, list); in axff_init()
|
D | hid-dr.c | 100 hidinput = list_first_entry(&hid->inputs, struct hid_input, list); in drff_init() 108 report = list_first_entry(report_list, struct hid_report, list); in drff_init()
|
/drivers/usb/gadget/function/ |
D | uvc_queue.c | 243 buf = list_first_entry(&queue->irqqueue, struct uvc_buffer, in uvcg_queue_cancel() 325 nextbuf = list_first_entry(&queue->irqqueue, struct uvc_buffer, in uvcg_queue_next_buffer() 345 buf = list_first_entry(&queue->irqqueue, struct uvc_buffer, in uvcg_queue_head()
|
/drivers/gpu/drm/qxl/ |
D | qxl_release.c | 300 struct qxl_bo_list *entry = list_first_entry(&create_rel->bos, struct qxl_bo_list, tv.head); in qxl_alloc_surface_release_reserved() 412 struct qxl_bo_list *entry = list_first_entry(&release->bos, struct qxl_bo_list, tv.head); in qxl_release_map() 426 struct qxl_bo_list *entry = list_first_entry(&release->bos, struct qxl_bo_list, tv.head); in qxl_release_unmap() 449 bo = list_first_entry(&release->bos, struct ttm_validate_buffer, head)->bo; in qxl_release_fence_buffer_objects()
|
/drivers/soc/fsl/qbman/ |
D | qman_test_stash.c | 452 hp_cpu->iterator = list_first_entry( in init_phase2() 476 hp_cpu = list_first_entry(&hp_cpu_list, struct hp_cpu, node); in init_phase2() 477 handler = list_first_entry(&hp_cpu->handlers, struct hp_handler, node); in init_phase2() 495 hp_cpu->iterator = list_first_entry( in init_phase3()
|
/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
D | base.c | 401 conn = list_first_entry(&disp->conn, typeof(*conn), head); in nvkm_disp_dtor() 407 outp = list_first_entry(&disp->outp, typeof(*outp), head); in nvkm_disp_dtor() 414 list_first_entry(&disp->ior, typeof(*ior), head); in nvkm_disp_dtor() 420 list_first_entry(&disp->head, typeof(*head), head); in nvkm_disp_dtor()
|
/drivers/staging/android/ion/ |
D | ion_page_pool.c | 63 page = list_first_entry(&pool->high_items, struct page, lru); in ion_page_pool_remove() 67 page = list_first_entry(&pool->low_items, struct page, lru); in ion_page_pool_remove()
|
/drivers/crypto/chelsio/ |
D | chcr_core.c | 67 ctx_rr = list_first_entry(&uld_ctx_list, in assign_chcr_device() 101 ctx_rr = list_first_entry(&uld_ctx_list, in chcr_dev_remove()
|
/drivers/s390/char/ |
D | sclp_con.c | 64 buffer = list_first_entry(&sclp_con_outqueue, in sclp_conbuf_callback() 92 buffer = list_first_entry(&sclp_con_outqueue, struct sclp_buffer, in sclp_conbuf_emit()
|
/drivers/scsi/csiostor/ |
D | csio_scsi.h | 197 req = list_first_entry(&scm->ioreq_freelist, in csio_get_scsi_ioreq() 227 ddp = list_first_entry(&scm->ddp_freelist, in csio_get_scsi_ddp()
|
/drivers/media/platform/s3c-camif/ |
D | camif-core.h | 350 struct camif_buffer *buf = list_first_entry(&vp->active_buf_q, in camif_active_queue_pop() 385 struct camif_buffer *buf = list_first_entry(&vp->pending_buf_q, in camif_pending_queue_pop()
|
/drivers/media/v4l2-core/ |
D | v4l2-mem2mem.c | 104 b = list_first_entry(&q_ctx->rdy_queue, struct v4l2_m2m_buffer, list); in v4l2_m2m_next_buf() 120 b = list_first_entry(&q_ctx->rdy_queue, struct v4l2_m2m_buffer, list); in v4l2_m2m_buf_remove() 206 m2m_dev->curr_ctx = list_first_entry(&m2m_dev->job_queue, in v4l2_m2m_try_run() 558 src_vb = list_first_entry(&src_q->done_list, struct vb2_buffer, in v4l2_m2m_poll() 567 dst_vb = list_first_entry(&dst_q->done_list, struct vb2_buffer, in v4l2_m2m_poll()
|