Searched refs:indexing (Results 1 – 25 of 44) sorted by relevance
12
| /linux-6.15/drivers/accessibility/speakup/ |
| H A D | synth.c | 378 synth->indexing.currindex++; in synth_insert_next_index() 380 if (synth->indexing.currindex > in synth_insert_next_index() 381 synth->indexing.highindex) in synth_insert_next_index() 382 synth->indexing.currindex = in synth_insert_next_index() 383 synth->indexing.lowindex; in synth_insert_next_index() 386 out = synth->indexing.currindex * 10 + sent_num; in synth_insert_next_index() 387 synth_printf(synth->indexing.command, out, out); in synth_insert_next_index() 398 if ((ind / 10) <= synth->indexing.currindex) in spk_get_index_count() 401 index_count = synth->indexing.currindex in spk_get_index_count() 402 - synth->indexing.lowindex in spk_get_index_count() [all …]
|
| H A D | speakup_txprt.c | 115 .indexing = {
|
| H A D | speakup_bns.c | 110 .indexing = {
|
| H A D | speakup_spkout.c | 117 .indexing = {
|
| H A D | speakup_acntsa.c | 114 .indexing = {
|
| H A D | speakup_dummy.c | 130 .indexing = {
|
| H A D | spk_types.h | 201 struct synth_indexing indexing; member
|
| H A D | speakup_audptr.c | 117 .indexing = {
|
| H A D | speakup_ltlk.c | 126 .indexing = {
|
| H A D | speakup_apollo.c | 126 .indexing = {
|
| H A D | speakup_decext.c | 141 .indexing = {
|
| H A D | speakup_keypc.c | 118 .indexing = {
|
| H A D | speakup_acntpc.c | 127 .indexing = {
|
| H A D | speakup_dectlk.c | 150 .indexing = {
|
| H A D | speakup_decpc.c | 237 .indexing = {
|
| H A D | speakup_dtlk.c | 143 .indexing = {
|
| /linux-6.15/drivers/md/bcache/ |
| H A D | Kconfig | 11 a btree for indexing and the layout is optimized for SSDs.
|
| /linux-6.15/include/linux/ |
| H A D | node.h | 76 enum cache_indexing indexing; member
|
| /linux-6.15/Documentation/devicetree/bindings/pinctrl/ |
| H A D | renesas,rza1-ports.yaml | 133 * The GPIO controller base in the global pin indexing space is pin 135 * in the global pin indexing space.
|
| /linux-6.15/drivers/acpi/numa/ |
| H A D | hmat.c | 547 tcache->cache_attrs.indexing = NODE_CACHE_DIRECT_MAP; in hmat_parse_cache() 555 tcache->cache_attrs.indexing = NODE_CACHE_INDEXED; in hmat_parse_cache() 559 tcache->cache_attrs.indexing = NODE_CACHE_OTHER; in hmat_parse_cache()
|
| /linux-6.15/Documentation/networking/ |
| H A D | fib_trie.rst | 21 The number of bits in the key segment used for indexing into the 25 The position (in the key) of the key segment used for indexing into
|
| /linux-6.15/Documentation/devicetree/bindings/clock/ti/ |
| H A D | ti,mux-clock.yaml | 30 into the register, instead indexing begins at 1. The optional property
|
| /linux-6.15/Documentation/ABI/stable/ |
| H A D | sysfs-devices-node | 153 What: /sys/devices/system/node/nodeX/memory_side_cache/indexY/indexing 157 The caches associativity indexing: 0 for direct mapped,
|
| /linux-6.15/Documentation/admin-guide/mm/ |
| H A D | numaperf.rst | 156 | |-- indexing 161 The "indexing" will be 0 if it is a direct-mapped cache, and non-zero
|
| /linux-6.15/Documentation/devicetree/bindings/iommu/ |
| H A D | arm,smmu.yaml | 197 interrupts, specified in order of their indexing by the SMMU. 226 input IDs). This property is not valid for SMMUs using stream indexing, or 622 /* SMMU with stream matching or stream indexing */
|
12