Home
last modified time | relevance | path

Searched refs:fixed_hdr (Results 1 – 3 of 3) sorted by relevance

/linux/include/sound/
H A Dtas2781-dsp.h64 struct tasdevice_fw_fixed_hdr fixed_hdr; member
/linux/tools/net/ynl/
H A Dynl-gen-c.py1158 self.fixed_hdr = None
1160 self.fixed_hdr = 'struct ' + c_lower(op.fixed_header)
1617 if ri.fixed_hdr:
1655 if ri.fixed_hdr:
1782 if ri.fixed_hdr:
1797 if ri.fixed_hdr:
1843 if ri.fixed_hdr:
1861 if ri.fixed_hdr:
1924 if ri.fixed_hdr:
1925 ri.cw.p(ri.fixed_hdr + ' _hdr;')
/linux/sound/soc/codecs/
H A Dtas2781-fmwlib.c387 struct tasdevice_fw_fixed_hdr *fw_fixed_hdr = &(fw_hdr->fixed_hdr); in map_dev_idx()
967 if (tas_fmw->fw_hdr.fixed_hdr.drv_ver >= PPC_DRIVER_CRCCHK) { in fw_parse_block_data()
1757 struct tasdevice_fw_fixed_hdr *fw_fixed_hdr = &(fw_hdr->fixed_hdr); in fw_parse_header()
1977 fw_fixed_hdr = &(tas_fmw->fw_hdr.fixed_hdr); in tasdevice_dspfw_ready()