Home
last modified time | relevance | path

Searched refs:nullp (Results 1 – 5 of 5) sorted by relevance

/drivers/gpu/drm/nouveau/core/subdev/vm/
Dnv04.c135 if (priv->nullp) { in nv04_vmmgr_dtor()
137 priv->nullp, priv->null); in nv04_vmmgr_dtor()
Dnv04.h10 void *nullp; member
Dnv44.c188 priv->nullp = pci_alloc_consistent(device->pdev, 16 * 1024, &priv->null); in nv44_vmmgr_ctor()
189 if (!priv->nullp) { in nv44_vmmgr_ctor()
/drivers/usb/gadget/
Dfsl_qe_udc.c2556 udc->nullp = virt_to_phys((void *)udc->nullbuf); in qe_udc_probe()
2557 if (udc->nullp == DMA_ADDR_INVALID) { in qe_udc_probe()
2558 udc->nullp = dma_map_single( in qe_udc_probe()
2566 udc->nullp, 256, in qe_udc_probe()
2605 udc->nullp, 256, in qe_udc_probe()
2607 udc->nullp = DMA_ADDR_INVALID; in qe_udc_probe()
2610 udc->nullp, 256, in qe_udc_probe()
2655 udc->nullp, 256, in qe_udc_remove()
2657 udc->nullp = DMA_ADDR_INVALID; in qe_udc_remove()
2660 udc->nullp, 256, in qe_udc_remove()
Dfsl_qe_udc.h352 dma_addr_t nullp; member