Searched refs:pcore (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/nouveau/dispnv50/ |
D | core.c | 27 nv50_core_del(struct nv50_core **pcore) in nv50_core_del() argument 29 struct nv50_core *core = *pcore; in nv50_core_del() 32 kfree(*pcore); in nv50_core_del() 33 *pcore = NULL; in nv50_core_del() 38 nv50_core_new(struct nouveau_drm *drm, struct nv50_core **pcore) in nv50_core_new() argument 69 return cores[cid].new(drm, cores[cid].oclass, pcore); in nv50_core_new()
|
D | core507d.c | 89 s32 oclass, struct nv50_core **pcore) in core507d_new_() argument 96 if (!(core = *pcore = kzalloc(sizeof(*core), GFP_KERNEL))) in core507d_new_() 112 core507d_new(struct nouveau_drm *drm, s32 oclass, struct nv50_core **pcore) in core507d_new() argument 114 return core507d_new_(&core507d, drm, oclass, pcore); in core507d_new()
|
D | core907d.c | 37 core907d_new(struct nouveau_drm *drm, s32 oclass, struct nv50_core **pcore) in core907d_new() argument 39 return core507d_new_(&core907d, drm, oclass, pcore); in core907d_new()
|
D | core917d.c | 37 core917d_new(struct nouveau_drm *drm, s32 oclass, struct nv50_core **pcore) in core917d_new() argument 39 return core507d_new_(&core917d, drm, oclass, pcore); in core917d_new()
|
D | core827d.c | 38 core827d_new(struct nouveau_drm *drm, s32 oclass, struct nv50_core **pcore) in core827d_new() argument 40 return core507d_new_(&core827d, drm, oclass, pcore); in core827d_new()
|
D | corec37d.c | 107 corec37d_new(struct nouveau_drm *drm, s32 oclass, struct nv50_core **pcore) in corec37d_new() argument 109 return core507d_new_(&corec37d, drm, oclass, pcore); in corec37d_new()
|
/Linux-v4.19/Documentation/devicetree/bindings/iio/adc/ |
D | xilinx-xadc.txt | 16 * "xlnx,axi-xadc-1.00.a": When using the axi-xadc pcore to 21 when using the AXI-XADC pcore this must be the clock that provides the
|
/Linux-v4.19/drivers/clk/ |
D | Kconfig | 205 Support for the Analog Devices axi-clkgen pcore clock generator for Xilinx
|