/device/board/isoftstone/zhiyuan/kernel/driver/drivers/smc/ |
D | sunxi-sysinfo.c | 123 int databuf[4] = {0}; in sys_info_show() local 144 sunxi_get_soc_chipid((u8 *)databuf); in sys_info_show() 147 sprintf(tmpbuf + i*8, "%08x", databuf[i]); in sys_info_show() 152 sunxi_get_serial((u8 *)databuf); in sys_info_show() 154 sprintf(tmpbuf + i*8, "%08x", databuf[i]); in sys_info_show()
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/ |
D | stropts.h | 97 struct strbuf databuf; member 103 struct strbuf databuf; member
|
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/vin/vin-video/ |
D | vin_video.c | 1138 void __osd_bitmap2dram(struct vin_osd *osd, void *databuf) in __osd_bitmap2dram() argument 1202 memcpy(dram_addr, databuf + addr_offset in __osd_bitmap2dram() 1223 …memcpy(osd->ov_mask[osd->ov_set_cnt % 2].vir_addr, databuf, osd->ov_mask[osd->ov_set_cnt % 2].size… in __osd_bitmap2dram() 1253 static void __osd_bmp_to_yuv(struct vin_osd *osd, void *databuf) in __osd_bmp_to_yuv() argument 1267 bmp = *(short *)databuf; in __osd_bmp_to_yuv() 1275 databuf += 2; in __osd_bmp_to_yuv() 1278 bmp = *(short *)databuf; in __osd_bmp_to_yuv() 1286 databuf += 2; in __osd_bmp_to_yuv() 1289 bmp = *(int *)databuf; in __osd_bmp_to_yuv() 1294 databuf += 4; in __osd_bmp_to_yuv() [all …]
|
/device/board/kaihong/khdvk_3566b/wifi/bcmdhd_hdf/bcmdhd/ |
D | dhd_sdio.c | 319 uint8 *databuf; /* Buffer for receiving big glom packet */ member 4201 uint8 *p_buf = NULL, *databuf = NULL; in dhdsdio_get_mem_dump() local 4216 databuf = p_buf; in dhdsdio_get_mem_dump() 4219 ret = dhdsdio_membytes(bus, FALSE, start, databuf, read_size); in dhdsdio_get_mem_dump() 4228 databuf += read_size; in dhdsdio_get_mem_dump() 9106 if (!(bus->databuf = in dhdsdio_probe_malloc() 9121 if (bus->databuf) { in dhdsdio_probe_malloc() 9123 MFREE(osh, bus->databuf, MAX_DATA_BUF); in dhdsdio_probe_malloc() 9125 bus->databuf = NULL; in dhdsdio_probe_malloc() 9136 if ((uintptr)bus->databuf % DHD_SDALIGN) { in dhdsdio_probe_malloc() [all …]
|
D | dhd_pcie.c | 3649 uint8 *databuf = buf; in dhdpcie_mem_dump_bugcheck() local 3674 dhdpcie_bus_membytes(bus, FALSE, start, databuf, read_size))) { in dhdpcie_mem_dump_bugcheck() 3681 databuf += read_size; in dhdpcie_mem_dump_bugcheck() 3695 uint8 *p_buf = NULL, *databuf = NULL; in dhdpcie_get_mem_dump() local 3719 databuf = p_buf; in dhdpcie_get_mem_dump() 3722 ret = dhdpcie_bus_membytes(bus, FALSE, start, databuf, read_size); in dhdpcie_get_mem_dump() 3735 databuf += read_size; in dhdpcie_get_mem_dump()
|
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/bcmdhd/ |
D | dhd_sdio.c | 304 uint8 *databuf; /* Buffer for receiving big glom packet */ member 3782 uint8 *buf = NULL, *databuf = NULL; in dhdsdio_mem_dump() local 3798 databuf = buf; in dhdsdio_mem_dump() 3802 if ((ret = dhdsdio_membytes(bus, FALSE, start, databuf, read_size))) in dhdsdio_mem_dump() 3811 databuf += read_size; in dhdsdio_mem_dump() 8127 if (!(bus->databuf = DHD_OS_PREALLOC(bus->dhd, DHD_PREALLOC_DATABUF, MAX_DATA_BUF))) { in dhdsdio_probe_malloc() 8140 if (bus->databuf) { in dhdsdio_probe_malloc() 8142 MFREE(osh, bus->databuf, MAX_DATA_BUF); in dhdsdio_probe_malloc() 8144 bus->databuf = NULL; in dhdsdio_probe_malloc() 8154 if ((uintptr)bus->databuf % DHD_SDALIGN) in dhdsdio_probe_malloc() [all …]
|
D | dhd_pcie.c | 2608 uint8 *databuf = buf; in dhdpcie_mem_dump_bugcheck() local 2632 if ((ret = dhdpcie_bus_membytes(bus, FALSE, start, databuf, read_size))) { in dhdpcie_mem_dump_bugcheck() 2639 databuf += read_size; in dhdpcie_mem_dump_bugcheck() 2655 uint8 *buf = NULL, *databuf = NULL; in dhdpcie_mem_dump() local 2678 databuf = buf; in dhdpcie_mem_dump() 2682 if ((ret = dhdpcie_bus_membytes(bus, FALSE, start, databuf, read_size))) in dhdpcie_mem_dump() 2693 databuf += read_size; in dhdpcie_mem_dump()
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
D | dhd_sdio.c | 3742 uint8 *p_buf = NULL, *databuf = NULL; in dhdsdio_get_mem_dump() local 3758 databuf = p_buf; in dhdsdio_get_mem_dump() 3761 ret = dhdsdio_membytes(bus, FALSE, start, databuf, read_size); in dhdsdio_get_mem_dump() 3770 databuf += read_size; in dhdsdio_get_mem_dump() 8445 if (!(bus->databuf = DHD_OS_PREALLOC(bus->dhd, DHD_PREALLOC_DATABUF, MAX_DATA_BUF))) { in dhdsdio_probe_malloc() 8458 if (bus->databuf) { in dhdsdio_probe_malloc() 8460 MFREE(osh, bus->databuf, MAX_DATA_BUF); in dhdsdio_probe_malloc() 8462 bus->databuf = NULL; in dhdsdio_probe_malloc() 8472 if ((uintptr)bus->databuf % DHD_SDALIGN) in dhdsdio_probe_malloc() 8473 bus->dataptr = bus->databuf + (DHD_SDALIGN - ((uintptr)bus->databuf % DHD_SDALIGN)); in dhdsdio_probe_malloc() [all …]
|
D | dhd_wlfc.h | 131 uint8 *databuf; /* Buffer for receiving big glom packet */ member
|
D | dhd_pcie.c | 3602 uint8 *databuf = buf; in dhdpcie_mem_dump_bugcheck() local 3626 if ((ret = dhdpcie_bus_membytes(bus, FALSE, start, databuf, read_size))) { in dhdpcie_mem_dump_bugcheck() 3633 databuf += read_size; in dhdpcie_mem_dump_bugcheck() 3648 uint8 *p_buf = NULL, *databuf = NULL; in dhdpcie_get_mem_dump() local 3673 databuf = p_buf; in dhdpcie_get_mem_dump() 3676 ret = dhdpcie_bus_membytes(bus, FALSE, start, databuf, read_size); in dhdpcie_get_mem_dump() 3689 databuf += read_size; in dhdpcie_get_mem_dump()
|
/device/board/isoftstone/yangfan/kernel/src/driv/net/rockchip_wlan/rkwifi/bcmdhd/ |
D | dhd_sdio.c | 327 uint8 *databuf; /* Buffer for receiving big glom packet */ member 4270 uint8 *p_buf = NULL, *databuf = NULL; in dhdsdio_get_mem_dump() local 4286 databuf = p_buf; in dhdsdio_get_mem_dump() 4289 ret = dhdsdio_membytes(bus, FALSE, start, databuf, read_size); in dhdsdio_get_mem_dump() 4298 databuf += read_size; in dhdsdio_get_mem_dump() 9550 if (!(bus->databuf = DHD_OS_PREALLOC(bus->dhd, DHD_PREALLOC_DATABUF, MAX_DATA_BUF))) { in dhdsdio_probe_malloc() 9563 if (bus->databuf) { in dhdsdio_probe_malloc() 9565 MFREE(osh, bus->databuf, MAX_DATA_BUF); in dhdsdio_probe_malloc() 9567 bus->databuf = NULL; in dhdsdio_probe_malloc() 9577 if ((uintptr)bus->databuf % DHD_SDALIGN) in dhdsdio_probe_malloc() [all …]
|
D | dhd_pcie.c | 5154 uint8 *databuf = buf; local 5178 if ((ret = dhdpcie_bus_membytes(bus, FALSE, start, databuf, read_size))) { 5185 databuf += read_size; 5200 uint8 *p_buf = NULL, *databuf = NULL; local 5228 databuf = p_buf; 5236 ret = dhdpcie_bus_membytes(bus, FALSE, start, databuf, read_size); 5252 databuf += read_size;
|
/device/soc/winnermicro/wm800/board/src/app/wm_atcmd/ |
D | wm_cmdp_hostif.c | 2721 u16 databuf[EIGHT]; in rfw_proc() local 2726 databuf[Num++] = cmd->rfw.v[i]; in rfw_proc() 2733 rf_spi_write((Addr << (TEN + SIX)) | databuf[i]); in rfw_proc()
|