| /Linux-v6.6/drivers/hid/ | 
| 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 …] 
 | 
| 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() 525 				hsdev->pending.raw_size = sz;  in sensor_hub_raw_event() 527 				hsdev->pending.raw_size = 0;  in sensor_hub_raw_event()
  | 
| 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()
  | 
| D | hid-picolcd.h | 56 	int raw_size;  member
  | 
| /Linux-v6.6/arch/x86/platform/intel-quark/ | 
| 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()
  | 
| /Linux-v6.6/tools/perf/tests/ | 
| 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()
  | 
| /Linux-v6.6/tools/perf/util/ | 
| 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()
  | 
| D | sample.h | 94 	u32 raw_size;  member
  | 
| 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() 456 			   raw_size, nr_elements * sizeof(u32) - raw_size);  in add_bpf_output_values()
  | 
| D | sort.h | 150 	u32			raw_size;  member
  | 
| D | amd-sample-raw.c | 271 	if (event->header.type != PERF_RECORD_SAMPLE || !sample->raw_size)  in evlist__amd_sample_raw()
  | 
| D | event.h | 253 #define perf_sample__bad_synth_size(s, d) ((s)->raw_size < sizeof(d) - 4)
  | 
| /Linux-v6.6/drivers/gpu/drm/amd/display/dc/inc/ | 
| D | compressor.h | 104 	uint32_t raw_size;  member
  | 
| /Linux-v6.6/tools/lib/bpf/ | 
| D | bpf_gen_internal.h | 57 void bpf_gen__load_btf(struct bpf_gen *gen, const void *raw_data, __u32 raw_size);
  | 
| 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 …] 
 | 
| /Linux-v6.6/tools/perf/include/perf/ | 
| D | perf_dlfilter.h | 64 	__u32 raw_size;		/* Refer PERF_SAMPLE_RAW in <linux/perf_event.h> */  member
  | 
| /Linux-v6.6/drivers/gpu/drm/amd/display/dc/dce112/ | 
| 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-v6.6/tools/include/uapi/linux/ | 
| D | fscrypt.h | 128 	__u32 raw_size;  member
  | 
| /Linux-v6.6/drivers/net/ethernet/freescale/dpaa/ | 
| D | dpaa_eth.h | 66 	size_t raw_size;  member
  | 
| /Linux-v6.6/include/uapi/linux/ | 
| D | fscrypt.h | 128 	__u32 raw_size;  member
  | 
| /Linux-v6.6/fs/crypto/ | 
| D | keyring.c | 714 		if (arg.raw_size != 0)  in fscrypt_ioctl_add_key() 720 		if (arg.raw_size < FSCRYPT_MIN_KEY_SIZE ||  in fscrypt_ioctl_add_key() 721 		    arg.raw_size > FSCRYPT_MAX_KEY_SIZE)  in fscrypt_ioctl_add_key() 723 		secret.size = arg.raw_size;  in fscrypt_ioctl_add_key()
  | 
| /Linux-v6.6/include/linux/ | 
| D | hid-sensor-hub.h | 52 	int raw_size;  member
  | 
| /Linux-v6.6/drivers/media/pci/ivtv/ | 
| D | ivtv-streams.c | 403 	itv->vbi.enc_size = lines * (raw ? itv->vbi.raw_size : itv->vbi.sliced_size);  in ivtv_vbi_setup() 412 	data[2] = raw ? 4 : 4 * (itv->vbi.raw_size / itv->vbi.enc_size);  in ivtv_vbi_setup() 432 		data[6] = (raw ? itv->vbi.raw_size : itv->vbi.sliced_size);  in ivtv_vbi_setup()
  | 
| /Linux-v6.6/tools/perf/dlfilters/ | 
| D | dlfilter-test-api-v0.c | 63 	__u32 raw_size;		/* Refer PERF_SAMPLE_RAW in <linux/perf_event.h> */  member
  | 
| D | dlfilter-test-api-v2.c | 69 	__u32 raw_size;		/* Refer PERF_SAMPLE_RAW in <linux/perf_event.h> */  member
  |