Searched full:ascending (Results 1 – 25 of 187) sorted by relevance
12345678
/Linux-v5.15/drivers/cpufreq/ |
D | freq_table.c | 303 int ascending = 0; in set_freq_table_sorted() local 322 if (ascending < 0) { in set_freq_table_sorted() 327 ascending++; in set_freq_table_sorted() 332 if (ascending > 0) { in set_freq_table_sorted() 337 ascending--; in set_freq_table_sorted() 343 if (ascending > 0) in set_freq_table_sorted() 349 ascending > 0 ? "ascending" : "descending"); in set_freq_table_sorted()
|
/Linux-v5.15/drivers/media/v4l2-core/ |
D | v4l2-h264.c | 108 * ascending order. in v4l2_h264_p_ref_list_cmp() 141 /* Long term pics in ascending pic num order. */ in v4l2_h264_b0_ref_list_cmp() 152 * followed by short term pics with POC > cur POC in POC ascending in v4l2_h264_b0_ref_list_cmp() 186 /* Long term pics in ascending pic num order. */ in v4l2_h264_b1_ref_list_cmp() 196 * Short term pics with POC > cur POC first in POC ascending order in v4l2_h264_b1_ref_list_cmp()
|
/Linux-v5.15/Documentation/devicetree/bindings/dma/ |
D | brcm,bcm2835-dma.txt | 14 to the DMA channels in ascending order. 22 not used by the firmware in ascending order,
|
D | snps,dma-spear1340.yaml | 68 DMA channels allocation order specifier. Zero means ascending order 76 DMA channels priority order. Zero means ascending channels priority
|
D | dma-common.yaml | 29 Bitmask of available DMA channels in ascending order that are
|
D | nvidia,tegra210-adma.yaml | 35 ascending order with respect to the DMA channel index.
|
/Linux-v5.15/lib/ |
D | oid_registry.c | 42 /* Binary search the OID registry. OIDs are stored in ascending order in look_up_OID() 43 * of hash value then ascending order of size and then in ascending in look_up_OID()
|
D | bsearch.c | 22 * contents of the array should already be in ascending sorted order
|
/Linux-v5.15/drivers/clk/spear/ |
D | spear1310_clock.c | 233 /* pll rate configuration table, in ascending order of rates */ 245 /* vco-pll4 rate configuration table, in ascending order of rates */ 253 /* aux rate configuration table, in ascending order of rates */ 264 /* gmac rate configuration table, in ascending order of rates */ 273 /* clcd rate configuration table, in ascending order of rates */ 312 /* i2s prs1 aux rate configuration table, in ascending order of rates */ 332 /* i2s sclk aux rate configuration table, in ascending order of rates */ 339 /* adc rate configuration table, in ascending order of rates */ 349 /* General synth rate configuration table, in ascending order of rates */
|
D | spear1340_clock.c | 166 /* pll rate configuration table, in ascending order of rates */ 179 /* vco-pll4 rate configuration table, in ascending order of rates */ 265 /* aux rate configuration table, in ascending order of rates */ 293 /* gmac rate configuration table, in ascending order of rates */ 302 /* clcd rate configuration table, in ascending order of rates */ 351 /* i2s prs1 aux rate configuration table, in ascending order of rates */ 370 /* i2s sclk aux rate configuration table, in ascending order of rates */ 377 /* adc rate configuration table, in ascending order of rates */ 387 /* General synth rate configuration table, in ascending order of rates */
|
D | spear6xx_clock.c | 83 /* vco rate configuration table, in ascending order of rates */ 90 /* aux rate configuration table, in ascending order of rates */ 108 /* gpt rate configuration table, in ascending order of rates */
|
/Linux-v5.15/drivers/acpi/acpica/ |
D | nsrepair2.c | 97 * _ALR: Sort the list ascending by ambient_illuminance 99 * _CST: Sort the list ascending by C state type 214 * ascending by the ambient illuminance values. 401 * 1. Sort the list ascending by C state type 467 * C-state type, in ascending order. in acpi_ns_repair_CST() 751 * sort_direction - Ascending or descending 861 * sort_direction - Ascending or Descending sort
|
/Linux-v5.15/drivers/clk/imx/ |
D | clk-imx8qxp-rsrc.c | 11 /* Keep sorted in the ascending order */
|
D | clk-imx8qm-rsrc.c | 11 /* Keep sorted in the ascending order */
|
/Linux-v5.15/include/linux/ |
D | util_macros.h | 22 * in ascending order.
|
/Linux-v5.15/Documentation/devicetree/bindings/sound/ |
D | img,i2s-in.txt | 29 in ascending channel order
|
D | img,i2s-out.txt | 34 in ascending channel order
|
/Linux-v5.15/Documentation/devicetree/bindings/hwmon/ |
D | gpio-fan.txt | 11 must have the RPM values in ascending order.
|
/Linux-v5.15/Documentation/devicetree/bindings/thermal/ |
D | db8500-thermal.txt | 11 - tripN-temp : temperature of trip point N, should be in ascending order;
|
/Linux-v5.15/tools/testing/selftests/arm64/fp/ |
D | sve-probe-vls.c | 58 /* Print out the vector lengths in ascending order: */ in main()
|
/Linux-v5.15/drivers/clk/samsung/ |
D | clk-exynos3250.c | 239 * NOTE: Following table is sorted by register address in ascending 328 * NOTE: Following table is sorted by register address in ascending 431 * NOTE: Following table is sorted by register address in ascending 878 * NOTE: Following table is sorted by register address in ascending 897 * NOTE: Following table is sorted by register address in ascending 951 * NOTE: Following table is sorted by register address in ascending 971 * NOTE: Following table is sorted by register address in ascending
|
/Linux-v5.15/include/linux/ceph/ |
D | ceph_frag.h | 71 * number space in ascending order...
|
/Linux-v5.15/Documentation/devicetree/bindings/pinctrl/ |
D | apple,pinctrl.yaml | 40 number in ascending order.
|
/Linux-v5.15/tools/testing/selftests/ftrace/test.d/trigger/ |
D | trigger-hist.tc | 62 echo 'hist:keys=parent_pid,child_pid:sort=child_pid.ascending' > events/sched/sched_process_fork/tr…
|
/Linux-v5.15/drivers/clk/versatile/ |
D | icst.c | 39 * Ascending divisor S values.
|
12345678