Home
last modified time | relevance | path

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

12

/linux-6.3-rc2/drivers/accessibility/speakup/
A Dsynth.c294 synth->indexing.currindex++; in synth_insert_next_index()
296 if (synth->indexing.currindex > in synth_insert_next_index()
297 synth->indexing.highindex) in synth_insert_next_index()
298 synth->indexing.currindex = in synth_insert_next_index()
299 synth->indexing.lowindex; in synth_insert_next_index()
302 out = synth->indexing.currindex * 10 + sent_num; in synth_insert_next_index()
303 synth_printf(synth->indexing.command, out, out); in synth_insert_next_index()
314 if ((ind / 10) <= synth->indexing.currindex) in spk_get_index_count()
317 index_count = synth->indexing.currindex in spk_get_index_count()
318 - synth->indexing.lowindex in spk_get_index_count()
[all …]
A Dspeakup_bns.c110 .indexing = {
A Dspeakup_txprt.c115 .indexing = {
A Dspeakup_acntsa.c114 .indexing = {
A Dspeakup_spkout.c117 .indexing = {
A Dspeakup_dummy.c130 .indexing = {
A Dspeakup_audptr.c117 .indexing = {
A Dspk_types.h201 struct synth_indexing indexing; member
A Dspeakup_ltlk.c126 .indexing = {
A Dspeakup_apollo.c126 .indexing = {
A Dspeakup_decext.c141 .indexing = {
A Dspeakup_keypc.c118 .indexing = {
A Dspeakup_acntpc.c127 .indexing = {
A Dspeakup_dectlk.c150 .indexing = {
A Dspeakup_decpc.c237 .indexing = {
A Dspeakup_dtlk.c143 .indexing = {
/linux-6.3-rc2/include/linux/
A Dnode.h59 enum cache_indexing indexing; member
/linux-6.3-rc2/drivers/md/bcache/
A DKconfig9 a btree for indexing and the layout is optimized for SSDs.
/linux-6.3-rc2/drivers/acpi/numa/
A Dhmat.c391 tcache->cache_attrs.indexing = NODE_CACHE_DIRECT_MAP; in hmat_parse_cache()
394 tcache->cache_attrs.indexing = NODE_CACHE_INDEXED; in hmat_parse_cache()
398 tcache->cache_attrs.indexing = NODE_CACHE_OTHER; in hmat_parse_cache()
/linux-6.3-rc2/Documentation/devicetree/bindings/pinctrl/
A Drenesas,rza1-ports.yaml137 * The GPIO controller base in the global pin indexing space is pin
139 * in the global pin indexing space.
/linux-6.3-rc2/Documentation/devicetree/bindings/clock/ti/
A Dmux.txt23 into the register, instead indexing begins at 1. The optional property
/linux-6.3-rc2/Documentation/networking/
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.3-rc2/Documentation/devicetree/bindings/iommu/
A Darm,smmu.yaml159 interrupts, specified in order of their indexing by the SMMU.
188 input IDs). This property is not valid for SMMUs using stream indexing, or
419 /* SMMU with stream matching or stream indexing */
/linux-6.3-rc2/Documentation/ABI/stable/
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.3-rc2/Documentation/admin-guide/mm/
A Dnumaperf.rst156 | |-- indexing
161 The "indexing" will be 0 if it is a direct-mapped cache, and non-zero

Completed in 30 milliseconds

12