Home
last modified time | relevance | path

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

/drivers/gpu/drm/nouveau/include/nvkm/core/
A Dfirmware.h50 typeof(l[0]) *_list = (l), *_next, *_fwif = NULL; \
56 for (_next = _list; !_fwif && _next->load; _next++) { \
57 if (_next->version == _ver) \
58 _fwif = _next; \
67 for (_next = _fwif ? _fwif : _list; _next->load; _next++) { \
68 _fwv = (_ver >= 0) ? _ver : _next->version; \
69 _ret = _next->load(p, _fwv, _next); \
71 _fwif = _next; \
/drivers/dma/dw-edma/
A Ddw-edma-core.c129 struct dw_edma_burst *child, *_next; in dw_edma_free_burst() local
132 list_for_each_entry_safe(child, _next, &chunk->burst->list, list) { in dw_edma_free_burst()
145 struct dw_edma_chunk *child, *_next; in dw_edma_free_chunk() local
151 list_for_each_entry_safe(child, _next, &desc->chunk->list, list) { in dw_edma_free_chunk()
/drivers/cxl/
A Dacpi.c847 struct resource *_next = next->sibling; in add_cxl_resources() local
851 next = _next; in add_cxl_resources()
/drivers/dma/dw/
A Dcore.c100 struct dw_desc *child, *_next; in dwc_desc_put() local
105 list_for_each_entry_safe(child, _next, &desc->tx_list, desc_node) { in dwc_desc_put()
/drivers/staging/rtl8723bs/core/
A Drtw_cmd.c423 _next: in rtw_cmd_thread()
493 goto _next; in rtw_cmd_thread()
/drivers/gpu/drm/i915/gvt/
A Dhandlers.c894 i915_reg_t _next, i915_reg_t _end) in calc_index() argument
897 u32 next = i915_mmio_reg_offset(_next); in calc_index()

Completed in 23 milliseconds