Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/hid/
Dhid-uclogic-rdesc.c837 size_t template_size, in uclogic_rdesc_template_apply() argument
846 rdesc_ptr = kmemdup(template_ptr, template_size, GFP_KERNEL); in uclogic_rdesc_template_apply()
850 for (p = rdesc_ptr; p + sizeof(head) < rdesc_ptr + template_size;) { in uclogic_rdesc_template_apply()
Dhid-uclogic-rdesc.h88 size_t template_size,
/Linux-v5.4/drivers/hwmon/
Dhwmon.c502 int template_size; in hwmon_genattrs() local
509 template_size = __templates_size[info->type]; in hwmon_genattrs()
520 if (attr >= template_size) in hwmon_genattrs()
/Linux-v5.4/drivers/scsi/qla2xxx/
Dqla_tmpl.h16 uint32_t template_size; member
Dqla_tmpl.c913 return qla27xx_template_checksum(tmp, tmp->template_size) == 0; in qla27xx_verify_template_checksum()
929 len = tmp->template_size; in qla27xx_execute_fwdt_template()
945 len = tmp->template_size; in qla27xx_fwdt_calculate_dump_size()
957 return tmp->template_size; in qla27xx_fwdt_template_size()
/Linux-v5.4/include/linux/platform_data/
Dcros_ec_commands.h5413 uint32_t template_size; /* max template size in bytes */ member