Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/hid/
A 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),
158 .template_size = sizeof(template_pen_some_params),
166 .template_size = sizeof(template_pen_some_params),
174 .template_size = sizeof(template_params_none),
[all …]
A Dhid-uclogic-rdesc.c1211 size_t template_size, in uclogic_rdesc_template_apply() argument
1221 rdesc_ptr = kmemdup(template_ptr, template_size, GFP_KERNEL); in uclogic_rdesc_template_apply()
1225 for (p = rdesc_ptr; p + sizeof(btn_head) < rdesc_ptr + template_size;) { in uclogic_rdesc_template_apply()
1226 if (p + sizeof(pen_head) < rdesc_ptr + template_size && in uclogic_rdesc_template_apply()
A Dhid-uclogic-rdesc.h89 size_t template_size,
/linux-6.3-rc2/drivers/scsi/qla2xxx/
A Dqla_tmpl.h15 __le32 template_size; member
A 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.3-rc2/drivers/hwmon/
A Dhwmon.c690 int template_size; in hwmon_genattrs() local
697 template_size = __templates_size[info->type]; in hwmon_genattrs()
708 if (attr >= template_size) in hwmon_genattrs()
/linux-6.3-rc2/arch/x86/kernel/
A Dcallthunks.c53 unsigned int template_size; member
/linux-6.3-rc2/include/linux/platform_data/
A Dcros_ec_commands.h6078 uint32_t template_size; /* max template size in bytes */ member

Completed in 45 milliseconds