| /linux/drivers/hid/ |
| H A D | hid-picolcd_debugfs.c | 388 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 D | hid-picolcd.h | 56 int raw_size; member
|
| /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 | 94 u32 raw_size; member
|
| H A D | data-convert-bt.c | 450 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 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()
|
| H A D | synthetic-events.c | 1508 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 D | powerpc-vpadtl.c | 196 sample.raw_size = sizeof(record); in powerpc_vpadtl_sample()
|
| H A D | dlfilter.c | 542 ASSIGN(raw_size); in dlfilter__do_filter_event()
|
| /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/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/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/media/pci/ivtv/ |
| H A D | ivtv-driver.c | 1126 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()
|