| /linux/tools/perf/util/ |
| H A D | s390-sample-raw.c | 51 size_t len = sample->raw_size, offset = 0; in s390_cpumcfdg_testctr() 227 size_t i, len = sample->raw_size, offset = 0; in s390_cpumcfdg_dump() 280 size_t len = sample->raw_size; in s390_pai_all_test() 289 size_t len = sample->raw_size, offset = 0; in s390_pai_all_dump() 345 if (!sample->raw_size || !sample->raw_data) in evlist__s390_sample_raw()
|
| H A D | bpf_off_cpu.c | 322 u32 raw_size; in off_cpu_write() local 405 raw_size = i * sizeof(u64) + sizeof(u32); /* 4 bytes for alignment */ in off_cpu_write() 406 memcpy(raw_data, &raw_size, sizeof(raw_size)); in off_cpu_write()
|
| H A D | sample.h | 97 u32 raw_size; member
|
| H A D | data-convert-bt.c | 457 unsigned int raw_size = sample->raw_size; in add_bpf_output_values() local 458 unsigned int nr_elements = raw_size / sizeof(u32); in add_bpf_output_values() 462 if (nr_elements * sizeof(u32) != raw_size) in add_bpf_output_values() 464 raw_size, nr_elements * sizeof(u32) - raw_size); in add_bpf_output_values()
|
| H A D | amd-sample-raw.c | 314 if (event->header.type != PERF_RECORD_SAMPLE || !sample->raw_size) in evlist__amd_sample_raw()
|
| H A D | event.h | 284 #define perf_sample__bad_synth_size(s, d) ((s)->raw_size < sizeof(d) - 4)
|
| H A D | s390-cpumsf.c | 230 size_t n = fwrite(sample->raw_data, sample->raw_size - 4, 1, in s390_cpumcf_dumpctr() 936 sample->raw_size) { in s390_cpumsf_process_event()
|
| H A D | intel-pt.c | 1963 sample.raw_size = perf_synth__raw_size(raw); in intel_pt_synth_ptwrite_sample() 1995 sample.raw_size = perf_synth__raw_size(raw); in intel_pt_synth_cbr_sample() 2025 sample.raw_size = perf_synth__raw_size(raw); in intel_pt_synth_psb_sample() 2054 sample.raw_size = perf_synth__raw_size(raw); in intel_pt_synth_mwait_sample() 2083 sample.raw_size = perf_synth__raw_size(raw); in intel_pt_synth_pwre_sample() 2112 sample.raw_size = perf_synth__raw_size(raw); in intel_pt_synth_exstop_sample() 2141 sample.raw_size = perf_synth__raw_size(raw); in intel_pt_synth_pwrx_sample() 2637 sample.raw_size = perf_synth__raw_size(raw) + in intel_pt_synth_events_sample() 2675 sample.raw_size = perf_synth__raw_size(raw); in intel_pt_synth_iflag_chg_sample()
|
| H A D | hist.c | 571 he->raw_data = memdup(he->raw_data, he->raw_size); in hist_entry__init() 842 .raw_size = sample->raw_size, in __hists__add_entry() 1242 .raw_size = sample->raw_size, in iter_add_next_cumulative_entry()
|
| /linux/tools/perf/tests/ |
| H A D | sample-parsing.c | 108 COMP(raw_size); in samples_same() 109 if (memcmp(s1->raw_data, s2->raw_data, s1->raw_size)) { in samples_same() 257 .raw_size = sizeof(raw_data), in do_test()
|
| /linux/drivers/gpu/drm/amd/display/dc/inc/ |
| H A D | compressor.h | 104 uint32_t raw_size; member
|
| /linux/drivers/gpu/drm/amd/display/dc/dce112/ |
| H A D | dce112_compressor.c | 101 return cp110->base.raw_size * cp110->base.banks_num * in lpt_size_alignment() 231 switch (cp110->base.raw_size) { in lpt_memory_control_config() 815 compressor->base.raw_size = 0; in dce112_compressor_construct()
|
| /linux/drivers/hid/ |
| H A D | hid-sensor-hub.c | 312 hsdev->pending.raw_size = 0; in sensor_hub_input_attr_get_raw_value() 324 switch (hsdev->pending.raw_size) { in sensor_hub_input_attr_get_raw_value() 523 hsdev->pending.raw_size = sz; in sensor_hub_raw_event() 525 hsdev->pending.raw_size = 0; in sensor_hub_raw_event()
|
| H A D | hid-picolcd_core.c | 88 work->raw_size = 0; in picolcd_send_and_wait() 195 if (verinfo->raw_size == 2) { in picolcd_check_version() 355 data->pending->raw_size = size-1; in picolcd_raw_event()
|
| H A D | hid-picolcd.h | 56 int raw_size; member
|
| /linux/tools/perf/include/perf/ |
| H A D | perf_dlfilter.h | 64 __u32 raw_size; /* Refer PERF_SAMPLE_RAW in <linux/perf_event.h> */ member
|
| /linux/include/uapi/linux/ |
| H A D | fscrypt.h | 129 __u32 raw_size; member
|
| /linux/drivers/net/ethernet/freescale/dpaa/ |
| H A D | dpaa_eth.h | 62 size_t raw_size; member
|
| H A D | dpaa_eth.c | 187 #define dpaa_bp_size(raw_size) (SKB_WITH_OVERHEAD(raw_size) & \ argument 190 #define dpaa_bp_size(raw_size) SKB_WITH_OVERHEAD(raw_size) argument 3424 dpaa_bp->raw_size = DPAA_BP_RAW_SIZE; in dpaa_eth_probe() 3426 dpaa_bp->size = dpaa_bp_size(dpaa_bp->raw_size); in dpaa_eth_probe()
|
| /linux/tools/include/uapi/linux/ |
| H A D | fscrypt.h | 129 __u32 raw_size; member
|
| /linux/drivers/gpu/drm/imagination/ |
| H A D | pvr_fw.c | 896 fw_dev->fw_heap_info.raw_size = 1 << fw_dev->fw_heap_info.log2_size; in pvr_fw_heap_info_init() 897 fw_dev->fw_heap_info.offset_mask = fw_dev->fw_heap_info.raw_size - 1; in pvr_fw_heap_info_init() 898 fw_dev->fw_heap_info.config_offset = fw_dev->fw_heap_info.raw_size - in pvr_fw_heap_info_init() 900 fw_dev->fw_heap_info.size = fw_dev->fw_heap_info.raw_size - in pvr_fw_heap_info_init() 962 drm_mm_init(&fw_dev->fw_mm, ROGUE_FW_HEAP_BASE, fw_dev->fw_heap_info.raw_size); in pvr_fw_init()
|
| /linux/include/linux/ |
| H A D | hid-sensor-hub.h | 52 int raw_size; member
|
| /linux/fs/crypto/ |
| H A D | keyring.c | 789 if (arg.raw_size != 0) in fscrypt_ioctl_add_key() 796 if (!fscrypt_valid_key_size(arg.raw_size, arg.flags)) in fscrypt_ioctl_add_key() 798 secret.size = arg.raw_size; in fscrypt_ioctl_add_key()
|
| /linux/drivers/gpu/drm/amd/display/dc/dce110/ |
| H A D | dce110_compressor.c | 449 compressor->base.raw_size = 0; in dce110_compressor_construct()
|
| /linux/drivers/media/test-drivers/vicodec/ |
| H A D | vicodec-core.c | 1833 unsigned int raw_size; in vicodec_open() local 1889 raw_size = 1280 * 720 * info->sizeimage_mult / info->sizeimage_div; in vicodec_open() 1893 ctx->q_data[V4L2_M2M_SRC].sizeimage = raw_size; in vicodec_open() 1906 ctx->q_data[V4L2_M2M_DST].sizeimage = raw_size; in vicodec_open()
|