Home
last modified time | relevance | path

Searched refs:indexing (Results 1 – 25 of 44) sorted by relevance

12

/linux-6.15/drivers/accessibility/speakup/
H A Dsynth.c378 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 Dspeakup_txprt.c115 .indexing = {
H A Dspeakup_bns.c110 .indexing = {
H A Dspeakup_spkout.c117 .indexing = {
H A Dspeakup_acntsa.c114 .indexing = {
H A Dspeakup_dummy.c130 .indexing = {
H A Dspk_types.h201 struct synth_indexing indexing; member
H A Dspeakup_audptr.c117 .indexing = {
H A Dspeakup_ltlk.c126 .indexing = {
H A Dspeakup_apollo.c126 .indexing = {
H A Dspeakup_decext.c141 .indexing = {
H A Dspeakup_keypc.c118 .indexing = {
H A Dspeakup_acntpc.c127 .indexing = {
H A Dspeakup_dectlk.c150 .indexing = {
H A Dspeakup_decpc.c237 .indexing = {
H A Dspeakup_dtlk.c143 .indexing = {
/linux-6.15/drivers/md/bcache/
H A DKconfig11 a btree for indexing and the layout is optimized for SSDs.
/linux-6.15/include/linux/
H A Dnode.h76 enum cache_indexing indexing; member
/linux-6.15/Documentation/devicetree/bindings/pinctrl/
H A Drenesas,rza1-ports.yaml133 * 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 Dhmat.c547 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 Dfib_trie.rst21 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 Dti,mux-clock.yaml30 into the register, instead indexing begins at 1. The optional property
/linux-6.15/Documentation/ABI/stable/
H A Dsysfs-devices-node153 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 Dnumaperf.rst156 | |-- 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 Darm,smmu.yaml197 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