Home
last modified time | relevance | path

Searched refs:raw_size (Results 1 – 25 of 35) sorted by relevance

12

/linux/drivers/hid/
H A Dhid-picolcd_debugfs.c388 int raw_size = (report->size >> 3) + 1; in picolcd_debug_out_report() local
407 report->id, raw_size); in picolcd_debug_out_report()
411 dump_buff_as_hex(buff, BUFF_SZ, raw_data, raw_size); in picolcd_debug_out_report()
418 "REPORT_LED_STATE", report->id, raw_size-1); in picolcd_debug_out_report()
426 "REPORT_BRIGHTNESS", report->id, raw_size-1); in picolcd_debug_out_report()
434 "REPORT_CONTRAST", report->id, raw_size-1); in picolcd_debug_out_report()
442 "REPORT_RESET", report->id, raw_size-1); in picolcd_debug_out_report()
451 "REPORT_LCD_CMD", report->id, raw_size-1); in picolcd_debug_out_report()
458 "REPORT_LCD_CMD", report->id, raw_size-1); in picolcd_debug_out_report()
465 "REPORT_LCD_CMD", report->id, raw_size-1); in picolcd_debug_out_report()
[all …]
H A Dhid-picolcd.h56 int raw_size; member
/linux/tools/perf/util/
H A Ds390-sample-raw.c51 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 Dbpf_off_cpu.c322 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 Dsample.h94 u32 raw_size; member
H A Ddata-convert-bt.c450 unsigned int raw_size = sample->raw_size; in add_bpf_output_values() local
451 unsigned int nr_elements = raw_size / sizeof(u32); in add_bpf_output_values()
455 if (nr_elements * sizeof(u32) != raw_size) in add_bpf_output_values()
457 raw_size, nr_elements * sizeof(u32) - raw_size); in add_bpf_output_values()
H A Damd-sample-raw.c314 if (event->header.type != PERF_RECORD_SAMPLE || !sample->raw_size) in evlist__amd_sample_raw()
H A Devent.h284 #define perf_sample__bad_synth_size(s, d) ((s)->raw_size < sizeof(d) - 4)
H A Ds390-cpumsf.c230 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 Dintel-pt.c1963 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 Dhist.c571 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()
H A Dsynthetic-events.c1508 result += sample->raw_size; in perf_event__sample_event_size()
1705 *array32 = sample->raw_size; in perf_event__synthesize_sample()
1708 memcpy(array32, sample->raw_data, sample->raw_size); in perf_event__synthesize_sample()
1709 array = (void *)(array32 + (sample->raw_size / sizeof(u32))); in perf_event__synthesize_sample()
H A Dpowerpc-vpadtl.c196 sample.raw_size = sizeof(record); in powerpc_vpadtl_sample()
H A Ddlfilter.c542 ASSIGN(raw_size); in dlfilter__do_filter_event()
/linux/tools/perf/tests/
H A Dsample-parsing.c108 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 Dcompressor.h104 uint32_t raw_size; member
/linux/drivers/gpu/drm/amd/display/dc/dce112/
H A Ddce112_compressor.c101 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/tools/perf/include/perf/
H A Dperf_dlfilter.h64 __u32 raw_size; /* Refer PERF_SAMPLE_RAW in <linux/perf_event.h> */ member
/linux/include/uapi/linux/
H A Dfscrypt.h129 __u32 raw_size; member
/linux/drivers/net/ethernet/freescale/dpaa/
H A Ddpaa_eth.h62 size_t raw_size; member
H A Ddpaa_eth.c187 #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 Dfscrypt.h129 __u32 raw_size; member
/linux/include/linux/
H A Dhid-sensor-hub.h52 int raw_size; member
/linux/fs/crypto/
H A Dkeyring.c789 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/media/pci/ivtv/
H A Divtv-driver.c1126 itv->vbi.raw_size = 1456; in ivtv_probe()
1133 vbi_buf_size = itv->vbi.raw_size * (itv->is_60hz ? 24 : 36) / 2; in ivtv_probe()

12