Searched refs:template_size (Results 1 – 7 of 7) sorted by relevance
/linux-6.1.9/drivers/hid/ |
D | hid-uclogic-rdesc-test.c | 15 size_t template_size; member 102 .template_size = sizeof(template_empty), 110 .template_size = sizeof(template_small), 118 .template_size = sizeof(template_no_ph), 126 .template_size = sizeof(template_pen_ph_end), 134 .template_size = sizeof(template_btn_ph_end), 142 .template_size = sizeof(template_pen_all_params), 150 .template_size = sizeof(template_frame_all_params), 158 .template_size = sizeof(template_pen_some_params), 166 .template_size = sizeof(template_pen_some_params), [all …]
|
D | hid-uclogic-rdesc.c | 1205 size_t template_size, in uclogic_rdesc_template_apply() argument 1215 rdesc_ptr = kmemdup(template_ptr, template_size, GFP_KERNEL); in uclogic_rdesc_template_apply() 1219 for (p = rdesc_ptr; p + sizeof(btn_head) < rdesc_ptr + template_size;) { in uclogic_rdesc_template_apply() 1220 if (p + sizeof(pen_head) < rdesc_ptr + template_size && in uclogic_rdesc_template_apply()
|
D | hid-uclogic-rdesc.h | 89 size_t template_size,
|
/linux-6.1.9/drivers/scsi/qla2xxx/ |
D | qla_tmpl.h | 15 __le32 template_size; member
|
D | qla_tmpl.c | 937 le32_to_cpu(tmp->template_size)) == 0; in qla27xx_verify_template_checksum() 953 len = le32_to_cpu(tmp->template_size); in qla27xx_execute_fwdt_template() 969 len = le32_to_cpu(tmp->template_size); in qla27xx_fwdt_calculate_dump_size() 981 return le32_to_cpu(tmp->template_size); in qla27xx_fwdt_template_size()
|
/linux-6.1.9/drivers/hwmon/ |
D | hwmon.c | 689 int template_size; in hwmon_genattrs() local 696 template_size = __templates_size[info->type]; in hwmon_genattrs() 707 if (attr >= template_size) in hwmon_genattrs()
|
/linux-6.1.9/include/linux/platform_data/ |
D | cros_ec_commands.h | 6016 uint32_t template_size; /* max template size in bytes */ member
|