Home
last modified time | relevance | path

Searched refs:template_size (Results 1 – 7 of 7) sorted by relevance

/linux-6.1.9/drivers/hid/
Dhid-uclogic-rdesc-test.c15 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 …]
Dhid-uclogic-rdesc.c1205 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()
Dhid-uclogic-rdesc.h89 size_t template_size,
/linux-6.1.9/drivers/scsi/qla2xxx/
Dqla_tmpl.h15 __le32 template_size; member
Dqla_tmpl.c937 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/
Dhwmon.c689 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/
Dcros_ec_commands.h6016 uint32_t template_size; /* max template size in bytes */ member