| /OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/ |
| H A D | au-Wollongong | 4 # - http://www.dba.org.au/index.asp?sectionID=120 8 # - http://www.dba.org.au/index.asp?query=true§ionID=22&recLocation=Wollongong+%2D+North 77 # - http://www.dba.org.au/index.asp?query=true§ionID=22&recLocation=Wollongong+%2D+Illawarra 134 # - http://www.dba.org.au/index.asp?query=true§ionID=22&recLocation=Wollongong+%2D+Stanwell%20P…
|
| H A D | au-Sutherland | 4 # - http://www.dba.org.au/index.asp?sectionID=120 8 # - http://www.dba.org.au/index.asp?query=true§ionID=22&recLocation=Wollongong+%2D+North
|
| H A D | au-GoldCoast | 2 # See http://www.dba.org.au/index.asp?sectionID=22&recLocation=Gold+Coast 3 # and http://www.dba.org.au/index.asp?sectionID=120
|
| /OK3568_Linux_fs/kernel/drivers/media/common/videobuf2/ |
| H A D | videobuf2-dma-sg.c | 605 struct dma_buf_attachment *dba; in vb2_dma_sg_attach_dmabuf() local 619 dba = dma_buf_attach(dbuf, buf->dev); in vb2_dma_sg_attach_dmabuf() 620 if (IS_ERR(dba)) { in vb2_dma_sg_attach_dmabuf() 623 return dba; in vb2_dma_sg_attach_dmabuf() 628 buf->db_attach = dba; in vb2_dma_sg_attach_dmabuf()
|
| H A D | videobuf2-dma-contig.c | 660 struct dma_buf_attachment *dba; in vb2_dc_attach_dmabuf() local 674 dba = dma_buf_attach(dbuf, buf->dev); in vb2_dc_attach_dmabuf() 675 if (IS_ERR(dba)) { in vb2_dc_attach_dmabuf() 678 return dba; in vb2_dc_attach_dmabuf() 683 buf->db_attach = dba; in vb2_dc_attach_dmabuf()
|
| H A D | videobuf2-cma-sg.c | 641 struct dma_buf_attachment *dba; in vb2_cma_sg_attach_dmabuf() local 655 dba = dma_buf_attach(dbuf, buf->dev); in vb2_cma_sg_attach_dmabuf() 656 if (IS_ERR(dba)) { in vb2_cma_sg_attach_dmabuf() 659 return dba; in vb2_cma_sg_attach_dmabuf() 664 buf->db_attach = dba; in vb2_cma_sg_attach_dmabuf()
|
| /OK3568_Linux_fs/kernel/drivers/mfd/ |
| H A D | stm32-timers.c | 63 u32 dbl, dba; in stm32_timers_dma_burst_read() local 114 dba = FIELD_PREP(TIM_DCR_DBA, reg >> 2); in stm32_timers_dma_burst_read() 115 ret = regmap_write(regmap, TIM_DCR, dbl | dba); in stm32_timers_dma_burst_read()
|
| /OK3568_Linux_fs/u-boot/drivers/ata/ |
| H A D | fsl_sata.h | 221 __le32 dba; /* Data base address, 4 bytes aligned */ member
|
| H A D | fsl_sata.c | 357 prde->dba = cpu_to_le32((u32)buffer & ~0x3); in fsl_ata_exec_ata_cmd()
|
| /OK3568_Linux_fs/kernel/drivers/block/mtip32xx/ |
| H A D | mtip32xx.h | 281 __le32 dba; member
|
| H A D | mtip32xx.c | 1475 command_sg->dba = cpu_to_le32(sg_dma_address(sg)); in fill_command_sg() 3469 command_sg->dba = cpu_to_le32(icmd->buffer & 0xFFFFFFFF); in mtip_issue_reserved_cmd()
|
| /OK3568_Linux_fs/kernel/drivers/hwtracing/coresight/ |
| H A D | coresight-tmc.h | 291 TMC_REG_PAIR(dba, TMC_DBALO, TMC_DBAHI) in TMC_REG_PAIR()
|
| H A D | coresight-tmc-core.c | 272 coresight_tmc_reg64(dba, TMC_DBALO, TMC_DBAHI);
|
| /OK3568_Linux_fs/kernel/drivers/ata/ |
| H A D | sata_fsl.c | 260 u32 dba; member 474 prd->dba = cpu_to_le32(indirect_ext_segment_paddr); in sata_fsl_fill_sg() 481 prd->dba = cpu_to_le32(sg_addr); in sata_fsl_fill_sg() 485 ttl_dwords, prd->dba, prd->ddc_and_ext); in sata_fsl_fill_sg()
|
| /OK3568_Linux_fs/external/xserver/hw/xquartz/bundle/Resources/hu.lproj/ |
| H A D | Localizable.strings | 8 "Enter RandR mode?" = "Belépés RandR módba?";
|
| /OK3568_Linux_fs/u-boot/drivers/usb/host/ |
| H A D | xhci-ring.c | 296 xhci_writel(&ctrl->dba->doorbell[0], DB_VALUE_HOST); in xhci_queue_command() 377 xhci_writel(&ctrl->dba->doorbell[udev->slot_id], in giveback_first_trb()
|
| H A D | xhci-mem.c | 539 ctrl->dba = (struct xhci_doorbell_array *)((char *)hccr + val); in xhci_mem_init()
|
| /OK3568_Linux_fs/buildroot/package/php/ |
| H A D | php.mk | 275 PHP_CONF_OPTS += --enable-dba
|
| /OK3568_Linux_fs/u-boot/include/usb/ |
| H A D | xhci.h | 1220 struct xhci_doorbell_array *dba; member
|
| /OK3568_Linux_fs/kernel/drivers/usb/host/ |
| H A D | xhci-ring.c | 311 writel(DB_VALUE_HOST, &xhci->dba->doorbell[0]); in xhci_ring_cmd_db() 313 readl(&xhci->dba->doorbell[0]); in xhci_ring_cmd_db() 433 __le32 __iomem *db_addr = &xhci->dba->doorbell[slot_id]; in xhci_ring_ep_doorbell()
|
| H A D | xhci.h | 1766 struct xhci_doorbell_array __iomem *dba; member
|
| H A D | xhci-mem.c | 2629 xhci->dba = (void __iomem *) xhci->cap_regs + val; in xhci_mem_init()
|
| /OK3568_Linux_fs/recovery/ |
| HD | rootfs.cpio.gz | 107070100A8AEB0000041ED0000000000000000000000116841B48100000000000000FD0000000200000000000000000000000200000000.07070100A8B07C000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000900000000.gitkeep07070100A8B07D000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000B00000000.skip_fsck07070100A8AEB10000A1FF0000000000000000000000016841B0B600000007000000FD0000000200000000000000000000000400000000binusr/bin07070100A8B07E000081A400000000000000000000000168412635000001CC000000FD0000000200000000000000000000001100000000busybox. ... |
| /OK3568_Linux_fs/device/rockchip/common/images/userdata/userdata_normal/media/ |
| H A D | yuv420_p352x288.yuv | 1663 \�����~uy������~��qWMIPZ`dba\ZUHENVfxztuxz|�|wrnmnnkgd]H?'/F3(14<=7…
|