Home
last modified time | relevance | path

Searched full:descending (Results 1 – 25 of 104) sorted by relevance

12345

/Linux-v5.10/include/linux/
Dutil_macros.h33 * in descending order.
36 * Similar to find_closest() but 'a' is expected to be sorted in descending
/Linux-v5.10/drivers/char/tpm/
Dtpm_tis_synquacer.c66 * 16/32 bits access must be done in byte-wise and descending order. in tpm_tis_synquacer_read16_bw()
81 * 16/32 bits access must be done in byte-wise and descending order. in tpm_tis_synquacer_read32_bw()
98 * 16/32 bits access must be done in byte-wise and descending order. in tpm_tis_synquacer_write32_bw()
/Linux-v5.10/drivers/iio/adc/
Dqcom-vadc-common.c326 bool descending = 1; in qcom_vadc_map_voltage_temp() local
332 /* Check if table is descending or ascending */ in qcom_vadc_map_voltage_temp()
335 descending = 0; in qcom_vadc_map_voltage_temp()
339 if ((descending) && (pts[i].x < input)) { in qcom_vadc_map_voltage_temp()
341 /* value and table is descending, stop */ in qcom_vadc_map_voltage_temp()
343 } else if ((!descending) && in qcom_vadc_map_voltage_temp()
/Linux-v5.10/drivers/media/v4l2-core/
Dv4l2-h264.c107 * Short term pics in descending pic num order, long term ones in in v4l2_h264_p_ref_list_cmp()
151 * Short term pics with POC < cur POC first in POC descending order in v4l2_h264_b0_ref_list_cmp()
197 * followed by short term pics with POC < cur POC in POC descending in v4l2_h264_b1_ref_list_cmp()
/Linux-v5.10/arch/sh/boards/mach-x3proto/
Dilsel.c32 * ILSEL level map, in descending order from the highest level down.
86 * noting descending interrupt levels. Aliasing FPGA and external board
/Linux-v5.10/net/dccp/
Dackvec.h91 * The list as a whole is sorted in descending order by @avr_ack_seqno.
123 * @node: FIFO - arranged in descending order of ack_ackno
Dackvec.c74 * arranged in descending order of @ack_seqno. in dccp_ackvec_update_records()
90 * Exploit that records are inserted in descending order of sequence in dccp_ackvec_lookup()
/Linux-v5.10/Documentation/devicetree/bindings/dma/
Dsnps,dma-spear1340.yaml69 (first free allocated), while one - descending (last free allocated).
78 descending priority (the last channel has the highest priority).
/Linux-v5.10/drivers/acpi/acpica/
Dnsrepair2.c104 * _PSS: Sort the list descending by Power
105 * _TSS: Sort the list descending by Power
656 * dissipation, in descending order. If it appears that the list is in acpi_ns_repair_PSS()
705 * descending by the power dissipation values.
747 * sort_direction - Ascending or descending
857 * sort_direction - Ascending or Descending sort
Dpswalk.c45 /* This is the descending case */ in acpi_ps_delete_parse_tree()
/Linux-v5.10/drivers/clk/samsung/
Dclk-exynos3250.c240 * order and then bitfield shift in descending order, as it is done
329 * order and then bitfield shift in descending order, as it is done
432 * order and then bitfield shift in descending order, as it is done
879 * order and then bitfield shift in descending order, as it is done
898 * order and then bitfield shift in descending order, as it is done
952 * order and then bitfield shift in descending order, as it is done
972 * order and then bitfield shift in descending order, as it is done
Dclk-pll.h117 /* NOTE: Rate table should be kept sorted in descending order. */
/Linux-v5.10/Documentation/devicetree/bindings/power/supply/
Dgpio-charger.yaml49 this order). The tuples must be provided in descending order of the
/Linux-v5.10/kernel/trace/
Dtracing_map.h110 * descending order.
154 bool descending; member
Dtracing_map.c870 if (sort_key->descending) in cmp_entries_sum()
899 if (sort_key->descending) in cmp_entries_key()
1047 * The sort_key has only two fields: idx and descending. 'idx' refers
1050 * 'descending' is a flag that if set reverses the sort order, which
Dtrace_events_hist.c3940 if (strcmp(str, "descending") == 0) in is_descending()
3956 int descending, ret = 0; in create_sort_keys() local
3995 descending = is_descending(tr, field_str); in create_sort_keys()
3996 if (descending < 0) { in create_sort_keys()
3997 ret = descending; in create_sort_keys()
4000 sort_key->descending = descending; in create_sort_keys()
4017 descending = is_descending(tr, field_str); in create_sort_keys()
4018 if (descending < 0) { in create_sort_keys()
4019 ret = descending; in create_sort_keys()
4022 sort_key->descending = descending; in create_sort_keys()
[all …]
/Linux-v5.10/Documentation/devicetree/bindings/sound/
Dcs42l42.txt77 descending values for the comparator voltage.
/Linux-v5.10/arch/arm/mach-omap2/
Dsdrc.c78 * Note 1: the sdrc_init_params_cs[01] must be sorted rate descending.
/Linux-v5.10/Documentation/kbuild/
Dmakefiles.rst17 --- 3.6 Descending down in directories
45 --- 7.4 List directories to visit when descending
81 It builds these goals by recursively descending into the subdirectories of
281 See also "6.4 List directories to visit when descending".
285 3.6 Descending down in directories
1143 before descending down in the subdirectories.
1148 7.4 List directories to visit when descending
/Linux-v5.10/Documentation/cpu-freq/
Dcpufreq-stats.rst99 and so can be sorted (ascending or descending) or unsorted. The output here
/Linux-v5.10/scripts/
DMakefile.clean66 # Descending
/Linux-v5.10/drivers/thermal/
Ddevfreq_cooling.c39 * @freq_table: Pointer to a table with the frequencies sorted in descending
366 * The frequency table holds the frequencies in descending order.
/Linux-v5.10/crypto/asymmetric_keys/
Dpkcs7_trust.c142 * Returns, in order of descending priority:
/Linux-v5.10/arch/mips/include/asm/octeon/
Dcvmx-config.h46 * in order of descending size so that all alignment constraints are
/Linux-v5.10/Documentation/networking/
Dfib_trie.rst145 descending into dead ends. Look for "HL_OPTIMIZE" sections in the code.

12345