Home
last modified time | relevance | path

Searched defs:book (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/sound/soc/codecs/
Dtas2781-fmwlib.c1238 static bool check_inpage_yram(struct tas_crc *cd, unsigned char book, in check_inpage_yram()
1284 static bool check_inblock_yram(struct tas_crc *cd, unsigned char book, in check_inblock_yram()
1295 static bool check_yram(struct tas_crc *cd, unsigned char book, in check_yram()
1310 unsigned short chn, unsigned char book, unsigned char page, in tasdev_multibytes_chksum()
1374 unsigned short chl, unsigned char book, unsigned char page, in do_singlereg_checksum()
1426 struct tasdev_blk *block, int chn, unsigned char book, in tasdev_bytes_chksum()
1458 struct tasdev_blk *block, int chn, unsigned char book, in tasdev_multibytes_wr()
1535 unsigned char book; in tasdev_load_blk() local
Dtas2781-comlib.c48 unsigned short chn, int book) in tasdevice_change_chn_book()
/linux-6.12.1/arch/s390/kernel/
Dtopology.c122 struct mask_info *book, in add_cpus_to_mask()
185 struct mask_info *book = &book_info; in tl_to_masks() local
/linux-6.12.1/include/sound/
Dtas2781.h42 #define TASDEVICE_REG(book, page, reg) (((book * 256 * 128) + \ argument