/kernel/linux/linux-6.6/net/atm/ |
H A D | svc.c | 379 msg = (struct atmsvc_msg *)skb->data; in svc_accept()
|
/kernel/linux/linux-6.6/net/netfilter/ |
H A D | nf_conntrack_proto.c | 519 .data = (void *)(unsigned long)nfproto, in nf_ct_netns_do_get()
|
/kernel/linux/linux-6.6/net/mctp/ |
H A D | af_mctp.c | 228 /* extract message type, remove from data */ in mctp_recvmsg() 229 type = *((u8 *)skb->data); in mctp_recvmsg()
|
/kernel/linux/linux-6.6/net/caif/ |
H A D | cfcnfg.c | 285 memcpy(l->u.utility.params, s->param.data, in caif_connect_req_to_link_param()
|
/kernel/linux/linux-6.6/net/core/ |
H A D | lwt_bpf.c | 32 return (struct bpf_lwt *)lwt->data; in bpf_lwt_lwtunnel()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | inet_fragment.c | 300 /* Release all fragment data. */ in inet_frag_destroy() 486 * it to two chunks: the first with data and paged part in inet_frag_reasm_prepare() 524 skb_push(head, head->data - skb_network_header(head)); in inet_frag_reasm_finish()
|
/kernel/linux/linux-6.6/net/lapb/ |
H A D | lapb_in.c | 444 skb->data); in lapb_state3_machine()
|
/kernel/linux/linux-6.6/net/netfilter/ipvs/ |
H A D | ip_vs_proto_sctp.c | 199 sh = (struct sctphdr *)(skb->data + sctphoff); in sctp_csum_check()
|
/kernel/linux/linux-6.6/sound/soc/mediatek/mt6797/ |
H A D | mt6797-afe-pcm.c | 688 /* force cpu use normal mode when access sram data */ in mt6797_afe_runtime_resume() 691 /* force cpu use 8_24 format when writing 32bit data */ in mt6797_afe_runtime_resume() 792 afe->memif[i].data = &memif_data[i]; in mt6797_afe_pcm_dev_probe()
|
/kernel/linux/linux-6.6/sound/soc/meson/ |
H A D | axg-pdm.c | 194 /* Capture the data when we are at 75% of the half period */ in axg_pdm_set_sample_pointer() 581 .data = &axg_pdm_config,
|
/kernel/linux/linux-6.6/sound/soc/sh/ |
H A D | siu_dai.c | 563 siu_stream->rw_flg = 0; /* stream-data transfer flag */ in siu_dai_prepare() 737 memcpy(&info->fw, fw_entry->data, fw_entry->size); in siu_probe()
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/drm/ |
H A D | radeon_drm.h | 514 const void __user * data; member
|
/kernel/linux/linux-6.6/net/nfc/ |
H A D | llcp_commands.c | 810 skb->data[2] = sock->recv_n; in nfc_llcp_send_rr()
|
/kernel/linux/linux-6.6/net/vmw_vsock/ |
H A D | virtio_transport.c | 118 sg_init_one(&buf, skb->data, skb->len); in virtio_transport_send_pkt_work()
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/drm/ |
H A D | radeon_drm.h | 514 const void __user * data; member
|
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
H A D | threadsndk.cpp | 413 FILE *fp = fopen("/data/storage/el2/base/files/Fzl.txt", "a+");
in DoOnce() 416 FILE *fpSecond = fopen("/data/storage/el2/base/files/Fzl.txt", "r");
in DoOnce() 422 void Func(void *data) { call_once(&flag, DoOnce); }
in Func() argument 437 remove("/data/storage/el2/base/files/Fzl.txt");
in CallOnce()
|
/test/xts/acts/multimedia/media/media_js_standard/screenCapture_ndk_test/entry/src/main/cpp/ |
H A D | nativeAVScreenCapturendk.cpp | 262 std::string_view outputFilePath = "/data/storage/el2/base/files/DemoSurface.h264"; in NormalAVScreenCaptureSurfaceTest() 264 outputFile->open(outputFilePath.data(), std::ios::out | std::ios::binary | std::ios::ate); in NormalAVScreenCaptureSurfaceTest() 382 snprintf(g_filename, sizeof(g_filename), "data/storage/el2/base/files/%s.pcm", filename.c_str()); in OpenAFile()
|
/third_party/ffmpeg/libavcodec/ |
H A D | jpeg2000.c | 627 av_freep(&cblk->data); in ff_jpeg2000_cleanup()
|
H A D | h261dec.c | 378 /* NOTE: GOB can be empty (no MB data) or exist only of MBA_stuffing */ in h261_decode_mb() 423 /* Motion vector data is included for all MC macroblocks. MVD is in h261_decode_mb() 601 const uint8_t *buf = avpkt->data; in h261_decode_frame()
|
H A D | mjpegenc.c | 154 * Uses the data stored in the JPEG buffer to compute the tables. 387 * Add the coefficient's data to the JPEG buffer. 416 * Add the block's data into the JPEG buffer. 617 pic->data[i] += pic->linesize[i] * (vsample * s->height / V_MAX - 1); in amv_encode_picture()
|
H A D | alacenc.c | 470 init_put_bits(pb, avpkt->data, avpkt->size); in write_frame()
|
H A D | alac.c | 424 if ((ret = init_get_bits8(&alac->gb, avpkt->data, avpkt->size)) < 0) in alac_decode_frame()
|
/third_party/elfutils/libdwfl/ |
H A D | libdwflP.h | 80 DWFL_ERROR (BAD_PRELINK, N_("corrupt .gnu.prelink_undo section data")) \ 82 DWFL_ERROR (CORE_MISSING, N_("Missing data in core file")) \ 474 to make it possible to relocate the data in place (or ELF_C_RDWR or 476 this, dwarf_begin_elf on FILE will read the relocated data. 635 extern Dwfl_Error __libdw_open_elf_memory (char *data, size_t size, Elf **elfp, 720 data as contained in an NT_AUXV note or read from a /proc/pid/auxv
|
/third_party/elfutils/libcpu/ |
H A D | bpf_disasm.c | 98 const bool need_bswap = MY_ELFDATA != ebl->data; in bpf_disasm()
|
/third_party/ffmpeg/libavfilter/ |
H A D | asrc_sinc.c | 68 memcpy(frame->data[0], coeffs + s->pts, nb_samples * sizeof(float)); in activate()
|