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.c1490 static bool check_inpage_yram(struct tas_crc *cd, unsigned char book, in check_inpage_yram() argument
1495 if (book == TAS2781_YRAM_BOOK1) { in check_inpage_yram()
1499 if (book == TAS2781_YRAM_BOOK2 && page == TAS2781_YRAM5_PAGE) in check_inpage_yram()
1536 static bool check_inblock_yram(struct tas_crc *cd, unsigned char book, in check_inblock_yram() argument
1541 if (book == TAS2781_YRAM_BOOK1 || book == TAS2781_YRAM_BOOK2) in check_inblock_yram()
1547 static bool check_yram(struct tas_crc *cd, unsigned char book, in check_yram() argument
1552 in = check_inpage_yram(cd, book, page, reg, len); in check_yram()
1555 in = check_inblock_yram(cd, book, page, reg, len); in check_yram()
1562 unsigned short chn, unsigned char book, unsigned char page, in tasdev_multibytes_chksum() argument
1578 if ((book == TASDEVICE_BOOK_ID(TAS2781_SA_COEFF_SWAP_REG)) in tasdev_multibytes_chksum()
[all …]
H A Dtas675x.c123 static inline int tas675x_select_book(struct regmap *regmap, u8 book) in tas675x_select_book() argument
130 ret = regmap_write(regmap, TAS675X_BOOK_CTRL_REG, book); in tas675x_select_book()
136 static inline int __tas675x_select_book(struct tas675x_priv *tas, u8 book) in __tas675x_select_book() argument
146 return i2c_smbus_write_byte_data(client, TAS675X_BOOK_CTRL_REG, book); in __tas675x_select_book()
/linux/include/sound/
H A Dtas2781.h49 #define TASDEVICE_REG(book, page, reg) (((book * 256 * 128) + \ argument
194 unsigned char book; member
256 unsigned short chn, int book);
/linux/arch/s390/kernel/
H A Dtopology.c123 struct mask_info *book, in add_cpus_to_mask() argument
141 topo->book_id = book->id; in add_cpus_to_mask()
147 cpumask_set_cpu(cpu, &book->mask); in add_cpus_to_mask()
186 struct mask_info *book = &book_info; in tl_to_masks() local
204 book = book->next; in tl_to_masks()
205 book->id = tle->container.id - 1; in tl_to_masks()
212 add_cpus_to_mask(&tle->cpu, drawer, book, socket); in tl_to_masks()
/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/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/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/sound/hda/codecs/side-codecs/
H A Dtas2781_hda_spi.c160 unsigned short chn, int book) in tasdevice_spi_change_chn_book() argument
168 if (tasdev->cur_book != book) { in tasdevice_spi_change_chn_book()
169 ret = regmap_write(map, TASDEVICE_BOOKCTL_REG, book); in tasdevice_spi_change_chn_book()
173 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/Documentation/core-api/real-time/
H A Dkernel-configuration.rst171 the extra accounting and state book-keeping.
/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,
/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

12