| /Linux-v6.6/drivers/hid/amd-sfh-hid/hid_descriptor/ | 
| D | amd_sfh_hid_desc.c | 74 		case input_size:  in get_descr_sz() 84 		case input_size:  in get_descr_sz() 94 		case input_size:  in get_descr_sz() 105 		case input_size:  in get_descr_sz() 115 		case input_size:  in get_descr_sz()
  | 
| D | amd_sfh_hid_desc.h | 16 	input_size,  enumerator
  | 
| /Linux-v6.6/drivers/hid/amd-sfh-hid/sfh1_1/ | 
| D | amd_sfh_desc.c | 259 		case input_size:  in get_desc_size() 269 		case input_size:  in get_desc_size() 279 		case input_size:  in get_desc_size() 289 		case input_size:  in get_desc_size() 299 		case input_size:  in get_desc_size()
  | 
| D | amd_sfh_init.c | 138 		input_report_size =  mp2_ops->get_desc_sz(cl_idx, input_size);  in amd_sfh1_1_hid_client_init()
  | 
| /Linux-v6.6/arch/powerpc/boot/ | 
| D | decompress.c | 116 long partial_decompress(void *inbuf, unsigned long input_size,  in partial_decompress()  argument 132 	ret = __decompress(inbuf, input_size, NULL, flush, outbuf,  in partial_decompress()
  | 
| D | ops.h | 256 long partial_decompress(void *inbuf, unsigned long input_size, void *outbuf,
  | 
| /Linux-v6.6/arch/x86/boot/compressed/ | 
| D | misc.h | 102 			    unsigned long input_size, 108 					  unsigned long input_size,  in choose_random_location()  argument
  | 
| D | kaslr.c | 383 static void mem_avoid_init(unsigned long input, unsigned long input_size,  in mem_avoid_init()  argument 843 			    unsigned long input_size,  in choose_random_location()  argument 863 	mem_avoid_init(input, input_size, *output);  in choose_random_location()
  | 
| /Linux-v6.6/drivers/platform/x86/hp/hp-bioscfg/ | 
| D | biosattr-interface.c | 246 int hp_wmi_set_bios_setting(u16 *input_buffer, u32 input_size)  in hp_wmi_set_bios_setting()  argument 249 	struct acpi_buffer input = {input_size, input_buffer};  in hp_wmi_set_bios_setting()
  | 
| D | bioscfg.h | 455 int hp_wmi_set_bios_setting(u16 *input_buffer, u32 input_size);
  | 
| /Linux-v6.6/arch/x86/hyperv/ | 
| D | ivm.c | 68 u64 hv_ghcb_hypercall(u64 control, void *input, void *output, u32 input_size)  in hv_ghcb_hypercall()  argument 95 	if (input_size)  in hv_ghcb_hypercall() 96 		memcpy(hv_ghcb->hypercall.hypercalldata, input, input_size);  in hv_ghcb_hypercall()
  | 
| /Linux-v6.6/drivers/scsi/ | 
| D | sg.c | 602 	int input_size, blocking;  in sg_write()  local 659 	input_size = count - cmd_size;  in sg_write() 660 	mxsize = (input_size > old_hdr.reply_len) ? input_size : old_hdr.reply_len;  in sg_write() 662 	input_size -= SZ_SG_HEADER;  in sg_write() 663 	if (input_size < 0) {  in sg_write() 672 	if (input_size > 0)  in sg_write() 685 	hp->flags = input_size;	/* structure abuse ... */  in sg_write() 704 				   input_size, (unsigned int) cmnd[0],  in sg_write()
  | 
| /Linux-v6.6/include/asm-generic/ | 
| D | mshyperv.h | 284 u64 hv_ghcb_hypercall(u64 control, void *input, void *output, u32 input_size);
  | 
| /Linux-v6.6/drivers/accel/habanalabs/common/ | 
| D | habanalabs_ioctl.c | 209 	if (args->input_ptr && args->input_size) {  in debug_coresight() 217 					args->input_size)) {  in debug_coresight() 1111 		args->input_size = min(args->input_size, hl_debug_struct_size[args->op]);  in hl_debug_ioctl()
  | 
| /Linux-v6.6/drivers/hv/ | 
| D | hv_common.c | 576 u64 __weak hv_ghcb_hypercall(u64 control, void *input, void *output, u32 input_size)  in hv_ghcb_hypercall()  argument
  | 
| /Linux-v6.6/drivers/video/fbdev/omap2/omapfb/dss/ | 
| D | overlay-sysfs.c | 365 static OVERLAY_ATTR(input_size, S_IRUGO, overlay_input_size_show, NULL);
  | 
| /Linux-v6.6/drivers/hid/amd-sfh-hid/ | 
| D | amd_sfh_client.c | 260 		input_report_size =  mp2_ops->get_desc_sz(cl_idx, input_size);  in amd_sfh_hid_client_init()
  | 
| /Linux-v6.6/drivers/gpu/drm/arm/ | 
| D | malidp_hw.c | 487 	unsigned long input_size = se_config->input_w * se_config->input_h;  in malidp500_se_calc_mclk()  local 498 		a = 15 * input_size / (htotal * se_config->output_h);  in malidp500_se_calc_mclk()
  | 
| /Linux-v6.6/include/uapi/drm/ | 
| D | habanalabs_accel.h | 2134 	__u32 input_size;  member
  | 
| /Linux-v6.6/Documentation/arch/arm/omap/ | 
| D | dss.rst | 176 input_size	width,height (ie. the framebuffer size)
  | 
| /Linux-v6.6/drivers/gpu/ipu-v3/ | 
| D | ipu-image-convert.c | 1106 static u32 calc_resize_coeff(u32 input_size, u32 downsize_coeff,  in calc_resize_coeff()  argument 1109 	u32 downsized = input_size >> downsize_coeff;  in calc_resize_coeff()
  |