Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/s390/crypto/
Dzcrypt_cca_key.h47 unsigned short section_length; member
69 unsigned short section_length; member
152 key->pubsec.section_length = sizeof(key->pubsec) + in zcrypt_type6_mex_key_en()
155 key->pubsec.section_length + sizeof(key->pubhdr); in zcrypt_type6_mex_key_en()
175 .section_length = 0x000f, in zcrypt_type6_crt_key()
215 key->pvt.section_length = sizeof(key->pvt) + key_len; in zcrypt_type6_crt_key()
/linux-5.19.10/sound/isa/wavefront/
Dwavefront_synth.c1983 int section_length = *(signed char *)buf; in wavefront_download_firmware() local
1984 if (section_length == 0) in wavefront_download_firmware()
1986 if (section_length < 0 || section_length > WF_SECTION_MAX) { in wavefront_download_firmware()
1989 section_length); in wavefront_download_firmware()
1995 if (firmware->size < len + section_length) { in wavefront_download_firmware()
2004 for (; section_length; section_length--) { in wavefront_download_firmware()
/linux-5.19.10/drivers/firmware/efi/
Dcper-arm.c248 len = proc->section_length - (sizeof(*proc) + in cper_print_proc_arm()
251 printk("%ssection length: %d\n", pfx, proc->section_length); in cper_print_proc_arm()
/linux-5.19.10/include/linux/
Dcper.h348 u32 section_length; member
409 u32 section_length; member
/linux-5.19.10/arch/x86/kernel/cpu/mce/
Dapei.c152 rcd.sec_hdr.section_length = sizeof(rcd.mce); in apei_write_mce()
/linux-5.19.10/drivers/media/dvb-core/
Ddvb_demux.c63 static inline u16 section_length(const u8 *buf) in section_length() function
266 seclen = section_length(sec->secbuf); in dvb_dmx_swfilter_section_copy_dump()
/linux-5.19.10/drivers/acpi/apei/
Derst.c1127 rcd->sec_hdr.section_length = record->size; in erst_writer()
/linux-5.19.10/drivers/scsi/smartpqi/
Dsmartpqi.h824 __le32 section_length; /* size of this section in bytes */ member