Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hid/
H 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 …]
H 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()
H A Dhid-uclogic-rdesc.h89 size_t template_size,
/openbmc/linux/drivers/scsi/qla2xxx/
H A Dqla_tmpl.h15 __le32 template_size; member
H 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()
/openbmc/linux/drivers/hwmon/
H A Dhwmon.c694 int template_size; in hwmon_genattrs() local
701 template_size = __templates_size[info->type]; in hwmon_genattrs()
712 if (attr >= template_size) in hwmon_genattrs()
/openbmc/linux/arch/x86/kernel/
H A Dcallthunks.c53 unsigned int template_size; member
/openbmc/linux/include/linux/platform_data/
H A Dcros_ec_commands.h6078 uint32_t template_size; /* max template size in bytes */ member