Home
last modified time | relevance | path

Searched refs:book (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-6.6/sound/soc/codecs/
H A Dtas2781-fmwlib.c1270 static bool check_inpage_yram(struct tas_crc *cd, unsigned char book, in check_inpage_yram() argument
1275 if (book == TAS2781_YRAM_BOOK1) { in check_inpage_yram()
1279 if (book == TAS2781_YRAM_BOOK2 && page == TAS2781_YRAM5_PAGE) in check_inpage_yram()
1316 static bool check_inblock_yram(struct tas_crc *cd, unsigned char book, in check_inblock_yram() argument
1321 if (book == TAS2781_YRAM_BOOK1 || book == TAS2781_YRAM_BOOK2) in check_inblock_yram()
1327 static bool check_yram(struct tas_crc *cd, unsigned char book, in check_yram() argument
1332 in = check_inpage_yram(cd, book, page, reg, len); in check_yram()
1335 in = check_inblock_yram(cd, book, page, reg, len); in check_yram()
1342 unsigned short chn, unsigned char book, unsigne in tasdev_multibytes_chksum()
1341 tasdev_multibytes_chksum(struct tasdevice_priv *tasdevice, unsigned short chn, unsigned char book, unsigned char page, unsigned char reg, unsigned int len) tasdev_multibytes_chksum() argument
1405 do_singlereg_checksum(struct tasdevice_priv *tasdevice, unsigned short chl, unsigned char book, unsigned char page, unsigned char reg, unsigned char val) do_singlereg_checksum() argument
1457 tasdev_bytes_chksum(struct tasdevice_priv *tas_priv, struct tasdev_blk *block, int chn, unsigned char book, unsigned char page, unsigned char reg, unsigned int len, unsigned char val, unsigned char *crc_chksum) tasdev_bytes_chksum() argument
1489 tasdev_multibytes_wr(struct tasdevice_priv *tas_priv, struct tasdev_blk *block, int chn, unsigned char book, unsigned char page, unsigned char reg, unsigned char *data, unsigned int len, unsigned int *nr_cmds, unsigned char *crc_chksum) tasdev_multibytes_wr() argument
1567 unsigned char book; tasdev_load_blk() local
[all...]
H A Dtas2781-comlib.c49 unsigned short chn, int book) in tasdevice_change_chn_book()
73 if (tasdev->cur_book != book) { in tasdevice_change_chn_book()
74 ret = regmap_write(map, TASDEVICE_BOOKCTL_REG, book); in tasdevice_change_chn_book()
80 tasdev->cur_book = book; in tasdevice_change_chn_book()
48 tasdevice_change_chn_book(struct tasdevice_priv *tas_priv, unsigned short chn, int book) tasdevice_change_chn_book() argument
/kernel/linux/linux-5.10/arch/s390/kernel/
H A Dtopology.c115 struct mask_info *book, in add_cpus_to_mask()
132 topo->book_id = book->id; in add_cpus_to_mask()
138 cpumask_set_cpu(lcpu + i, &book->mask); in add_cpus_to_mask()
176 struct mask_info *book = &book_info; in tl_to_masks() local
190 book = book->next; in tl_to_masks()
191 book->id = tle->container.id; in tl_to_masks()
198 add_cpus_to_mask(&tle->cpu, drawer, book, socket); in tl_to_masks()
113 add_cpus_to_mask(struct topology_core *tl_core, struct mask_info *drawer, struct mask_info *book, struct mask_info *socket) add_cpus_to_mask() argument
/kernel/linux/linux-6.6/arch/s390/kernel/
H A Dtopology.c120 struct mask_info *book, in add_cpus_to_mask()
138 topo->book_id = book->id; in add_cpus_to_mask()
144 cpumask_set_cpu(cpu, &book->mask); in add_cpus_to_mask()
182 struct mask_info *book = &book_info; in tl_to_masks() local
196 book = book->next; in tl_to_masks()
197 book->id = tle->container.id; in tl_to_masks()
204 add_cpus_to_mask(&tle->cpu, drawer, book, socket); in tl_to_masks()
118 add_cpus_to_mask(struct topology_core *tl_core, struct mask_info *drawer, struct mask_info *book, struct mask_info *socket) add_cpus_to_mask() argument
/kernel/linux/linux-6.6/include/sound/
H A Dtas2781.h33 /*PAGE Control Register (available in page0 of each book) */
41 #define TASDEVICE_REG(book, page, reg) (((book * 256 * 128) + \
/kernel/linux/linux-5.10/scripts/
H A Dget_abi.pl281 # Outputs the book on ReST format
529 abi_book.pl - parse the Linux ABI files and produce a ReST book.
586 allowing to search for ABI symbols or to produce a ReST book containing
/kernel/linux/linux-6.6/scripts/
H A Dget_abi.pl305 # Outputs the book on ReST format
984 get_abi.pl - parse the Linux ABI files and produce a ReST book.
1060 allowing to search for ABI symbols or to produce a ReST book containing
H A Dget_feat.pl544 get_feat.pl - parse the Linux Feature files and produce a ReST book.

Completed in 9 milliseconds