Searched refs:nlayers (Results 1 – 11 of 11) sorted by relevance
| /OK3568_Linux_fs/external/xserver/fb/ |
| H A D | fboverlay.c | 59 for (i = 0; i < pScrPriv->nlayers; i++) { in fbOverlayCreateWindow() 85 for (i = 0; i < pScrPriv->nlayers; i++) { in fbOverlayCloseScreen() 101 for (i = 0; i < pScrPriv->nlayers; i++) in fbOverlayWindowLayer() 126 for (i = 0; i < pScrPriv->nlayers; i++) { in fbOverlayCreateScreenResources() 166 for (i = 0; i < pScrPriv->nlayers; i++) { in fbOverlayUpdateLayerRegion() 213 for (i = 0; i < pScrPriv->nlayers; i++) { in fbOverlayCopyWindow() 229 for (i = 0; i < pScrPriv->nlayers; i++) { in fbOverlayCopyWindow() 308 pScrPriv->nlayers = 2; in fbOverlayFinishScreenInit()
|
| H A D | fboverlay.h | 54 int nlayers; member
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/atmel-hlcdc/ |
| H A D | atmel_hlcdc_dc.c | 59 .nlayers = ARRAY_SIZE(atmel_hlcdc_at91sam9n12_layers), 152 .nlayers = ARRAY_SIZE(atmel_hlcdc_at91sam9x5_layers), 270 .nlayers = ARRAY_SIZE(atmel_hlcdc_sama5d3_layers), 365 .nlayers = ARRAY_SIZE(atmel_hlcdc_sama5d4_layers), 461 .nlayers = ARRAY_SIZE(atmel_hlcdc_sam9x60_layers),
|
| H A D | atmel_hlcdc_plane.c | 993 int nlayers = dc->desc->nlayers; in atmel_hlcdc_create_planes() local 1002 for (i = 0; i < nlayers; i++) { in atmel_hlcdc_create_planes()
|
| H A D | atmel_hlcdc_dc.h | 321 int nlayers; member
|
| /OK3568_Linux_fs/kernel/drivers/misc/ |
| H A D | xilinx_sdfec.c | 526 static int xsdfec_reg2_write(struct xsdfec_dev *xsdfec, u32 nlayers, u32 nmqc, in xsdfec_reg2_write() argument 532 if (nlayers < XSDFEC_REG2_NLAYERS_MIN || in xsdfec_reg2_write() 533 nlayers > XSDFEC_REG2_NLAYERS_MAX) { in xsdfec_reg2_write() 563 nmqc | nlayers); in xsdfec_reg2_write() 691 ret = xsdfec_reg2_write(xsdfec, ldpc->nlayers, ldpc->nmqc, in xsdfec_add_ldpc() 705 n = ldpc->nlayers / 4; in xsdfec_add_ldpc() 706 if (ldpc->nlayers % 4) in xsdfec_add_ldpc() 716 ldpc->nlayers, XSDFEC_LDPC_LA_TABLE_ADDR_BASE, in xsdfec_add_ldpc()
|
| /OK3568_Linux_fs/kernel/include/uapi/misc/ |
| H A D | xilinx_sdfec.h | 174 __u32 nlayers; member
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | cdrom.h | 537 __u8 nlayers : 2; member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | cdrom.h | 534 __u8 nlayers : 2; member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | cdrom.h | 534 __u8 nlayers : 2; member
|
| /OK3568_Linux_fs/kernel/drivers/cdrom/ |
| H A D | cdrom.c | 1818 layer->nlayers = (base[2] >> 5) & 3; in dvd_read_physical()
|