Home
last modified time | relevance | path

Searched refs:dataOffset (Results 1 – 25 of 32) sorted by relevance

12

/OK3568_Linux_fs/u-boot/tools/rockchip/
H A Dboot_merger.c679 entry.dataOffset = *offset; in saveEntry()
798 uint32_t dataOffset; in mergeBoot() local
834 dataOffset = sizeof(rk_boot_header) + in mergeBoot()
841 gOpts.code471Sleep, &dataOffset, NULL, false)) in mergeBoot()
847 gOpts.code472Sleep, &dataOffset, NULL, false)) in mergeBoot()
852 if (!saveEntry(outFile, gOpts.loader[i].path, ENTRY_LOADER, 0, &dataOffset, in mergeBoot()
906 fseek(inFile, entry->dataOffset, SEEK_SET); in unpackEntry()
958 entrys[i].dataOffset, entrys[i].dataSize); in unpackBoot()
H A Dboot_merger.h176 uint32_t dataOffset; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Ddhd_cdc.c441 h->dataOffset = 0; in dhd_prot_hdrpush()
453 hdrlen = BDC_HEADER_LEN + (((struct bdc_header *)PKTBUF)->dataOffset * 4); in dhd_prot_hdrlen()
484 data_offset = h->dataOffset; in dhd_prot_hdrpull()
495 h->dataOffset = 0; in dhd_prot_hdrpull()
507 data_offset = h->dataOffset; in dhd_prot_hdrpull()
H A Ddhd_wlfc.c530 uint8 dataOffset = 0; in _dhd_wlfc_pushheader() local
546 dataOffset = WLFC_CTL_VALUE_LEN_PKTTAG + TLV_HDR_LEN + tim_signal_len; in _dhd_wlfc_pushheader()
548 dataOffset += WLFC_CTL_VALUE_LEN_SEQ; in _dhd_wlfc_pushheader()
551 fillers = ROUNDUP(dataOffset, 4) - dataOffset; in _dhd_wlfc_pushheader()
552 dataOffset += fillers; in _dhd_wlfc_pushheader()
554 PKTPUSH(ctx->osh, p, dataOffset); in _dhd_wlfc_pushheader()
571 wlh[dataOffset - fillers - tim_signal_len ] = in _dhd_wlfc_pushheader()
573 wlh[dataOffset - fillers - tim_signal_len + 1] = in _dhd_wlfc_pushheader()
575 wlh[dataOffset - fillers - tim_signal_len + 2] = mac_handle; in _dhd_wlfc_pushheader()
576 wlh[dataOffset - fillers - tim_signal_len + 3] = tim_bmp; in _dhd_wlfc_pushheader()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Ddhd_cdc.c441 h->dataOffset = 0; in dhd_prot_hdrpush()
453 hdrlen = BDC_HEADER_LEN + (((struct bdc_header *)PKTBUF)->dataOffset * 4); in dhd_prot_hdrlen()
484 data_offset = h->dataOffset; in dhd_prot_hdrpull()
495 h->dataOffset = 0; in dhd_prot_hdrpull()
507 data_offset = h->dataOffset; in dhd_prot_hdrpull()
H A Ddhd_wlfc.c530 uint8 dataOffset = 0; in _dhd_wlfc_pushheader() local
546 dataOffset = WLFC_CTL_VALUE_LEN_PKTTAG + TLV_HDR_LEN + tim_signal_len; in _dhd_wlfc_pushheader()
548 dataOffset += WLFC_CTL_VALUE_LEN_SEQ; in _dhd_wlfc_pushheader()
551 fillers = ROUNDUP(dataOffset, 4) - dataOffset; in _dhd_wlfc_pushheader()
552 dataOffset += fillers; in _dhd_wlfc_pushheader()
554 PKTPUSH(ctx->osh, p, dataOffset); in _dhd_wlfc_pushheader()
571 wlh[dataOffset - fillers - tim_signal_len ] = in _dhd_wlfc_pushheader()
573 wlh[dataOffset - fillers - tim_signal_len + 1] = in _dhd_wlfc_pushheader()
575 wlh[dataOffset - fillers - tim_signal_len + 2] = mac_handle; in _dhd_wlfc_pushheader()
576 wlh[dataOffset - fillers - tim_signal_len + 3] = tim_bmp; in _dhd_wlfc_pushheader()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Ddhd_cdc.c441 h->dataOffset = 0; in dhd_prot_hdrpush()
453 hdrlen = BDC_HEADER_LEN + (((struct bdc_header *)PKTBUF)->dataOffset * 4); in dhd_prot_hdrlen()
484 data_offset = h->dataOffset; in dhd_prot_hdrpull()
495 h->dataOffset = 0; in dhd_prot_hdrpull()
507 data_offset = h->dataOffset; in dhd_prot_hdrpull()
H A Ddhd_wlfc.c530 uint8 dataOffset = 0; in _dhd_wlfc_pushheader() local
546 dataOffset = WLFC_CTL_VALUE_LEN_PKTTAG + TLV_HDR_LEN + tim_signal_len; in _dhd_wlfc_pushheader()
548 dataOffset += WLFC_CTL_VALUE_LEN_SEQ; in _dhd_wlfc_pushheader()
551 fillers = ROUNDUP(dataOffset, 4) - dataOffset; in _dhd_wlfc_pushheader()
552 dataOffset += fillers; in _dhd_wlfc_pushheader()
554 PKTPUSH(ctx->osh, p, dataOffset); in _dhd_wlfc_pushheader()
571 wlh[dataOffset - fillers - tim_signal_len ] = in _dhd_wlfc_pushheader()
573 wlh[dataOffset - fillers - tim_signal_len + 1] = in _dhd_wlfc_pushheader()
575 wlh[dataOffset - fillers - tim_signal_len + 2] = mac_handle; in _dhd_wlfc_pushheader()
576 wlh[dataOffset - fillers - tim_signal_len + 3] = tim_bmp; in _dhd_wlfc_pushheader()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_cdc.c461 h->dataOffset = 0; in dhd_prot_hdrpush()
473 hdrlen = BDC_HEADER_LEN + (((struct bdc_header *)PKTBUF)->dataOffset * 4); in dhd_prot_hdrlen()
504 data_offset = h->dataOffset; in dhd_prot_hdrpull()
515 h->dataOffset = 0; in dhd_prot_hdrpull()
527 data_offset = h->dataOffset; in dhd_prot_hdrpull()
H A Ddhd_wlfc.c650 uint8 dataOffset = 0; in _dhd_wlfc_pushheader() local
666 dataOffset = WLFC_CTL_VALUE_LEN_PKTTAG + TLV_HDR_LEN + tim_signal_len; in _dhd_wlfc_pushheader()
668 dataOffset += WLFC_CTL_VALUE_LEN_SEQ; in _dhd_wlfc_pushheader()
671 fillers = ROUNDUP(dataOffset, 4) - dataOffset; in _dhd_wlfc_pushheader()
672 dataOffset += fillers; in _dhd_wlfc_pushheader()
674 PKTPUSH(ctx->osh, p, dataOffset); in _dhd_wlfc_pushheader()
691 wlh[dataOffset - fillers - tim_signal_len ] = in _dhd_wlfc_pushheader()
693 wlh[dataOffset - fillers - tim_signal_len + 1] = in _dhd_wlfc_pushheader()
695 wlh[dataOffset - fillers - tim_signal_len + 2] = mac_handle; in _dhd_wlfc_pushheader()
696 wlh[dataOffset - fillers - tim_signal_len + 3] = tim_bmp; in _dhd_wlfc_pushheader()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Ddhd_cdc.c509 h->dataOffset = 0; in dhd_prot_hdrpush()
521 hdrlen = BDC_HEADER_LEN + (((struct bdc_header *)PKTBUF)->dataOffset * 4); in dhd_prot_hdrlen()
552 data_offset = h->dataOffset; in dhd_prot_hdrpull()
563 h->dataOffset = 0; in dhd_prot_hdrpull()
575 data_offset = h->dataOffset; in dhd_prot_hdrpull()
H A Ddhd_wlfc.c532 uint8 dataOffset = 0; in _dhd_wlfc_pushheader() local
548 dataOffset = WLFC_CTL_VALUE_LEN_PKTTAG + TLV_HDR_LEN + tim_signal_len; in _dhd_wlfc_pushheader()
550 dataOffset += WLFC_CTL_VALUE_LEN_SEQ; in _dhd_wlfc_pushheader()
553 fillers = ROUNDUP(dataOffset, 4) - dataOffset; in _dhd_wlfc_pushheader()
554 dataOffset += fillers; in _dhd_wlfc_pushheader()
556 PKTPUSH(ctx->osh, p, dataOffset); in _dhd_wlfc_pushheader()
573 wlh[dataOffset - fillers - tim_signal_len ] = in _dhd_wlfc_pushheader()
575 wlh[dataOffset - fillers - tim_signal_len + 1] = in _dhd_wlfc_pushheader()
577 wlh[dataOffset - fillers - tim_signal_len + 2] = mac_handle; in _dhd_wlfc_pushheader()
578 wlh[dataOffset - fillers - tim_signal_len + 3] = tim_bmp; in _dhd_wlfc_pushheader()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_cdc.c551 h->dataOffset = 0; in dhd_prot_hdrpush()
563 hdrlen = BDC_HEADER_LEN + (((struct bdc_header *)PKTBUF)->dataOffset * 4); in dhd_prot_hdrlen()
594 data_offset = h->dataOffset; in dhd_prot_hdrpull()
605 h->dataOffset = 0; in dhd_prot_hdrpull()
617 data_offset = h->dataOffset; in dhd_prot_hdrpull()
H A Ddhd_wlfc.c650 uint8 dataOffset = 0; in _dhd_wlfc_pushheader() local
666 dataOffset = WLFC_CTL_VALUE_LEN_PKTTAG + TLV_HDR_LEN + tim_signal_len; in _dhd_wlfc_pushheader()
668 dataOffset += WLFC_CTL_VALUE_LEN_SEQ; in _dhd_wlfc_pushheader()
671 fillers = ROUNDUP(dataOffset, 4) - dataOffset; in _dhd_wlfc_pushheader()
672 dataOffset += fillers; in _dhd_wlfc_pushheader()
674 PKTPUSH(ctx->osh, p, dataOffset); in _dhd_wlfc_pushheader()
691 wlh[dataOffset - fillers - tim_signal_len ] = in _dhd_wlfc_pushheader()
693 wlh[dataOffset - fillers - tim_signal_len + 1] = in _dhd_wlfc_pushheader()
695 wlh[dataOffset - fillers - tim_signal_len + 2] = mac_handle; in _dhd_wlfc_pushheader()
696 wlh[dataOffset - fillers - tim_signal_len + 3] = tim_bmp; in _dhd_wlfc_pushheader()
[all …]
H A Ddhd_pktlog.c447 PKTPULL(dhdp->osh, tx_pkt->info.pkt, (h->dataOffset << DHD_WORD_TO_LEN_SHIFT)); in dhd_pktlog_ring_tx_status()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/
H A Dbcmcdc.h86 uint8 dataOffset; /* Offset from end of BDC header to packet data, in member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/
H A Dbcmcdc.h78 uint8 dataOffset; /* Offset from end of BDC header to packet data, in member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/
H A Dbcmcdc.h86 uint8 dataOffset; /* Offset from end of BDC header to packet data, in member
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/
H A Dbcmcdc.h86 uint8 dataOffset; /* Offset from end of BDC header to packet data, in member
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/
H A Dbcmcdc.h78 uint8 dataOffset; /* Offset from end of BDC header to packet data, in member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/include/
H A Dbcmcdc.h85 uint8 dataOffset; /* Offset from end of BDC header to packet data, in member
/OK3568_Linux_fs/buildroot/dl/rtmpdump/git/
H A Drtmpdump.c180 uint32_t dataOffset = AMF_DecodeInt32(hbuf + 5); in OpenResumeFile() local
181 fseek(*file, dataOffset, SEEK_SET); in OpenResumeFile()
197 off_t pos = dataOffset + 4; in OpenResumeFile()
/OK3568_Linux_fs/external/rockit/mpi/example/mod/
H A Dtest_mpi_adec.cpp139 RK_S64 dataOffset = 0; in send_stream_thread() local
/OK3568_Linux_fs/kernel/drivers/usb/serial/
H A Dkeyspan.c718 int err, maxDataLen, dataOffset; in keyspan_write() local
725 dataOffset = 0; in keyspan_write()
728 dataOffset = 1; in keyspan_write()
764 memcpy(this_urb->transfer_buffer + dataOffset, buf, todo); in keyspan_write()
768 this_urb->transfer_buffer_length = todo + dataOffset; in keyspan_write()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/vmwgfx/device_include/
H A Dsvga_reg.h1436 uint32 dataOffset; member

12