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

/linux-master/sound/soc/codecs/
H A Dtas2781-fmwlib.c1240 static bool check_inpage_yram(struct tas_crc *cd, unsigned char book, argument
1245 if (book == TAS2781_YRAM_BOOK1) {
1249 if (book == TAS2781_YRAM_BOOK2 && page == TAS2781_YRAM5_PAGE)
1286 static bool check_inblock_yram(struct tas_crc *cd, unsigned char book, argument
1291 if (book == TAS2781_YRAM_BOOK1 || book == TAS2781_YRAM_BOOK2)
1297 static bool check_yram(struct tas_crc *cd, unsigned char book, argument
1302 in = check_inpage_yram(cd, book, page, reg, len);
1305 in = check_inblock_yram(cd, book, page, reg, len);
1312 unsigned short chn, unsigned char book, unsigne
1311 tasdev_multibytes_chksum(struct tasdevice_priv *tasdevice, unsigned short chn, unsigned char book, unsigned char page, unsigned char reg, unsigned int len) argument
1375 do_singlereg_checksum(struct tasdevice_priv *tasdevice, unsigned short chl, unsigned char book, unsigned char page, unsigned char reg, unsigned char val) argument
1427 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) argument
1459 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) argument
1537 unsigned char book; local
[all...]
H A Dtas2781-comlib.c49 unsigned short chn, int book)
73 if (tasdev->cur_book != book) {
74 ret = regmap_write(map, TASDEVICE_BOOKCTL_REG, book);
80 tasdev->cur_book = book;
48 tasdevice_change_chn_book(struct tasdevice_priv *tas_priv, unsigned short chn, int book) argument
/linux-master/arch/s390/kernel/
H A Dtopology.c120 struct mask_info *book,
138 topo->book_id = book->id;
144 cpumask_set_cpu(cpu, &book->mask);
182 struct mask_info *book = &book_info; local
196 book = book->next;
197 book->id = tle->container.id;
204 add_cpus_to_mask(&tle->cpu, drawer, book, socket);
118 add_cpus_to_mask(struct topology_core *tl_core, struct mask_info *drawer, struct mask_info *book, struct mask_info *socket) argument
/linux-master/include/sound/
H A Dtas2781.h34 /*PAGE Control Register (available in page0 of each book) */
42 #define TASDEVICE_REG(book, page, reg) (((book * 256 * 128) + \
/linux-master/Documentation/sphinx/
H A Dparse-headers.pl341 enums and defines and create cross-references to a Sphinx book.
/linux-master/scripts/
H A Dget_abi.pl306 # Outputs the book on ReST format
985 get_abi.pl - parse the Linux ABI files and produce a ReST book.
1061 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 118 milliseconds