Home
last modified time | relevance | path

Searched refs:book (Results 1 – 25 of 37) sorted by relevance

12

/linux/sound/soc/codecs/
H A Dtas2781-fmwlib.c1434 static bool check_inpage_yram(struct tas_crc *cd, unsigned char book, in check_inpage_yram() argument
1439 if (book == TAS2781_YRAM_BOOK1) { in check_inpage_yram()
1443 if (book == TAS2781_YRAM_BOOK2 && page == TAS2781_YRAM5_PAGE) in check_inpage_yram()
1480 static bool check_inblock_yram(struct tas_crc *cd, unsigned char book, in check_inblock_yram() argument
1485 if (book == TAS2781_YRAM_BOOK1 || book == TAS2781_YRAM_BOOK2) in check_inblock_yram()
1491 static bool check_yram(struct tas_crc *cd, unsigned char book, in check_yram() argument
1496 in = check_inpage_yram(cd, book, page, reg, len); in check_yram()
1499 in = check_inblock_yram(cd, book, page, reg, len); in check_yram()
1506 unsigned short chn, unsigned char book, unsigned char page, in tasdev_multibytes_chksum() argument
1522 if ((book == TASDEVICE_BOOK_ID(TAS2781_SA_COEFF_SWAP_REG)) in tasdev_multibytes_chksum()
[all …]
/linux/include/sound/
H A Dtas2781.h41 /* PAGE Control Register (available in page0 of each book) */
49 #define TASDEVICE_REG(book, page, reg) (((book * 256 * 128) + \ argument
191 unsigned char book; member
253 unsigned short chn, int book);
/linux/Documentation/driver-api/80211/
H A Dmac80211.rst6 part of the book while implementing a mac80211 driver. In some chapters,
9 This part of the book only covers station and monitor mode
11 modes is covered in the second part of the book.
30 references to other parts of the book.
H A Dmac80211-advanced.rst5 Information contained within this part of the book is of interest only
163 This part of the book describes the rate control algorithm interface and
182 This part of the book describes mac80211 internals.
/linux/Documentation/trace/rv/
H A Dlinear_temporal_logic.rst22 Many materials explain LTL in details. One book is::
115 One book covering model checking and linear temporal logic is::
/linux/Documentation/translations/zh_CN/admin-guide/
H A Dcputopology.rst18 drivers/base/topology.c是体系结构中性的,它导出了这些属性。然而,die、cluster、book
/linux/Documentation/translations/zh_TW/admin-guide/
H A Dcputopology.rst18 drivers/base/topology.c是體系結構中性的,它導出了這些屬性。然而,die、cluster、book
/linux/sound/hda/codecs/side-codecs/
H A Dtas2781_hda_spi.c153 unsigned short chn, int book) in tasdevice_spi_change_chn_book() argument
161 if (tasdev->cur_book != book) { in tasdevice_spi_change_chn_book()
162 ret = regmap_write(map, TASDEVICE_BOOKCTL_REG, book); in tasdevice_spi_change_chn_book()
166 tasdev->cur_book = book; in tasdevice_spi_change_chn_book()
/linux/Documentation/filesystems/ext4/
H A Dabout.rst20 This book is licensed under the terms of the GNU Public License, v2.
/linux/Documentation/networking/
H A Dipsec.rst35 Current IPComp implementation is indeed by the book, while as in practice
/linux/Documentation/arch/s390/
H A Dzfcpdump.rst49 Tools' book, which is available from IBM Knowledge Center:
H A Dmonreader.rst78 Refer to the "z/VM Performance" book (SC24-6109-00) on how to create a monitor
205 codes are described in the "z/VM Performance" book, Appendix A.
/linux/Documentation/admin-guide/
H A Dcputopology.rst11 However the die, cluster, book, and drawer hierarchy related sysfs files will
/linux/drivers/scsi/aic7xxx/
H A DKconfig.aic79xx86 output without having to refer to a data book and/or the aic7xxx.reg
H A DKconfig.aic7xxx91 output without having to refer to a data book and/or the aic7xxx.reg
/linux/Documentation/doc-guide/
H A Dparse-headers.rst25 enums and defines and create cross-references to a Sphinx book.
/linux/Documentation/security/
H A Dlsm.rst11 The APIs described in this book are outdated.
/linux/Documentation/translations/sp_SP/process/
H A Dkernel-docs.rst75 :Palabras Clave: modules, GPL book, /proc, ioctls, system calls,
/linux/Documentation/sound/hd-audio/
H A Dmodels.rst237 ativ-book
238 Samsung Ativ book 8 fixups
/linux/LICENSES/deprecated/
H A DGFDL-1.152 whether it is published as a printed book. We recommend this License
109 The "Title Page" means, for a printed book, the title page itself,
H A DGFDL-1.251 whether it is published as a printed book. We recommend this License
119 The "Title Page" means, for a printed book, the title page itself,
/linux/Documentation/userspace-api/media/
H A Dfdl-appendix.rst33 published as a printed book. We recommend this License principally for
114 The "Title Page" means, for a printed book, the title page itself, plus
/linux/rust/pin-init/
H A DREADME.md48 [`allocator_api` unstable feature]: https://doc.rust-lang.org/nightly/unstable-book/library-features/allocator-api.html
/linux/Documentation/userspace-api/media/v4l/
H A Dcolorspaces.rst157 book for video engineers, :ref:`colimg` has a much broader scope and
/linux/Documentation/driver-api/media/
H A Dmc-core.rst10 :ref:`the Media Controller uAPI book <media_controller>`. This document focus

12