/kernel/linux/linux-5.10/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 in picolcd_debug_out_report() [all...] |
/kernel/linux/linux-6.6/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 in picolcd_debug_out_report() [all...] |
/kernel/linux/linux-5.10/arch/x86/platform/intel-quark/ |
H A D | imr.c | 305 size_t raw_size; in imr_add_range() local 317 raw_size = imr_raw_size(size); in imr_add_range() 318 end = base + raw_size; in imr_add_range() 364 reg, &base, &end, raw_size, rmask, wmask); in imr_add_range() 414 size_t raw_size; in __imr_remove_range() local 431 raw_size = imr_raw_size(size); in __imr_remove_range() 432 end = base + raw_size; in __imr_remove_range() 471 pr_debug("remove %d phys %pa-%pa size %zx\n", reg, &base, &end, raw_size); in __imr_remove_range()
|
/kernel/linux/linux-6.6/arch/x86/platform/intel-quark/ |
H A D | imr.c | 305 size_t raw_size; in imr_add_range() local 317 raw_size = imr_raw_size(size); in imr_add_range() 318 end = base + raw_size; in imr_add_range() 364 reg, &base, &end, raw_size, rmask, wmask); in imr_add_range() 414 size_t raw_size; in __imr_remove_range() local 431 raw_size = imr_raw_size(size); in __imr_remove_range() 432 end = base + raw_size; in __imr_remove_range() 471 pr_debug("remove %d phys %pa-%pa size %zx\n", reg, &base, &end, raw_size); in __imr_remove_range()
|
/kernel/linux/linux-5.10/tools/perf/tests/ |
H A D | sample-parsing.c | 93 COMP(raw_size); in samples_same() 94 if (memcmp(s1->raw_data, s2->raw_data, s1->raw_size)) { in samples_same() 210 .raw_size = sizeof(raw_data), in do_test()
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | s390-sample-raw.c | 48 size_t len = sample->raw_size, offset = 0; in s390_cpumcfdg_testctr() 158 size_t i, len = sample->raw_size, offset = 0; in s390_cpumcfdg_dump()
|
H A D | event.h | 135 u32 raw_size; member 180 * structure sizes are 4 bytes bigger than the raw_size, refer 281 #define perf_sample__bad_synth_size(s, d) ((s)->raw_size < sizeof(d) - 4)
|
H A D | data-convert-bt.c | 443 unsigned int raw_size = sample->raw_size; in add_bpf_output_values() local 444 unsigned int nr_elements = raw_size / sizeof(u32); in add_bpf_output_values() 448 if (nr_elements * sizeof(u32) != raw_size) in add_bpf_output_values() 449 pr_warning("Incorrect raw_size (%u) in bpf output event, skip %zu bytes\n", in add_bpf_output_values() 450 raw_size, nr_elements * sizeof(u32) - raw_size); in add_bpf_output_values()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | s390-sample-raw.c | 49 size_t len = sample->raw_size, offset = 0; in s390_cpumcfdg_testctr() 181 size_t i, len = sample->raw_size, offset = 0; in s390_cpumcfdg_dump()
|
H A D | data-convert-bt.c | 449 unsigned int raw_size = sample->raw_size; in add_bpf_output_values() local 450 unsigned int nr_elements = raw_size / sizeof(u32); in add_bpf_output_values() 454 if (nr_elements * sizeof(u32) != raw_size) in add_bpf_output_values() 455 pr_warning("Incorrect raw_size (%u) in bpf output event, skip %zu bytes\n", in add_bpf_output_values() 456 raw_size, nr_elements * sizeof(u32) - raw_size); in add_bpf_output_values()
|
H A D | sample.h | 94 u32 raw_size; member
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/inc/ |
H A D | compressor.h | 104 uint32_t raw_size; member
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/inc/ |
H A D | compressor.h | 104 uint32_t raw_size; member
|
/kernel/linux/linux-6.6/tools/lib/bpf/ |
H A D | bpf_gen_internal.h | 57 void bpf_gen__load_btf(struct bpf_gen *gen, const void *raw_data, __u32 raw_size);
|
H A D | btf.c | 36 __u32 raw_size; member 225 if (btf->raw_size < sizeof(struct btf_header)) { in btf_parse_hdr() 243 if (btf->raw_size < hdr->hdr_len) { in btf_parse_hdr() 245 hdr->hdr_len, btf->raw_size); in btf_parse_hdr() 249 meta_left = btf->raw_size - hdr->hdr_len; in btf_parse_hdr() 251 pr_debug("Invalid BTF total size: %u\n", btf->raw_size); in btf_parse_hdr() 838 btf->raw_size = sizeof(struct btf_header) + (base_btf ? 0 : 1); in btf_new_empty() 839 btf->raw_data = calloc(1, btf->raw_size); in btf_new_empty() 893 btf->raw_size = size; in btf_new() 1163 __u32 buf_sz = 0, raw_size; in btf_load_into_kernel() local [all...] |
/kernel/linux/linux-6.6/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() 237 .raw_size = sizeof(raw_data), in do_test()
|
/kernel/linux/linux-5.10/tools/lib/bpf/ |
H A D | btf.c | 35 __u32 raw_size; member 194 if (btf->raw_size < sizeof(struct btf_header)) { in btf_parse_hdr() 212 if (btf->raw_size < hdr->hdr_len) { in btf_parse_hdr() 214 hdr->hdr_len, btf->raw_size); in btf_parse_hdr() 218 meta_left = btf->raw_size - hdr->hdr_len; in btf_parse_hdr() 220 pr_debug("Invalid BTF total size: %u\n", btf->raw_size); in btf_parse_hdr() 743 btf->raw_size = sizeof(struct btf_header) + 1; in btf__new_empty() 744 btf->raw_data = calloc(1, btf->raw_size); in btf__new_empty() 777 btf->raw_size = size; in btf__new() 1100 __u32 log_buf_size = 0, raw_size; in btf__load() local [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/dpaa/ |
H A D | dpaa_eth.h | 89 size_t raw_size; member
|
/kernel/linux/linux-5.10/tools/include/uapi/linux/ |
H A D | fscrypt.h | 125 __u32 raw_size; member
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | fscrypt.h | 125 __u32 raw_size; member
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | hid-sensor-hub.h | 44 * @raw_size: Response size for a read request. 52 int raw_size; member
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | fscrypt.h | 128 __u32 raw_size; member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/dpaa/ |
H A D | dpaa_eth.h | 66 size_t raw_size; member
|
/kernel/linux/linux-6.6/tools/perf/include/perf/ |
H A D | perf_dlfilter.h | 64 __u32 raw_size; /* Refer PERF_SAMPLE_RAW in <linux/perf_event.h> */ member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | fscrypt.h | 91 __u32 raw_size; member
|