Home
last modified time | relevance | path

Searched full:ascending (Results 1 – 25 of 204) sorted by relevance

123456789

/linux/drivers/cpufreq/
H A Dfreq_table.c303 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/lib/
H A Doid_registry.c42 /* 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()
H A Dbsearch.c22 * contents of the array should already be in ascending sorted order
/linux/Documentation/devicetree/bindings/dma/
H A Dbrcm,bcm2835-dma.yaml31 ascending order.
46 Bitmask of available DMA channels in ascending order that are
H A Ddma-common.yaml29 Bitmask of available DMA channels in ascending order that are
H A Dnvidia,tegra210-adma.yaml37 ascending order with respect to the DMA channel index.
H A Dnvidia,tegra186-gpc-dma.yaml40 ascending order with respect to the DMA channel index.
/linux/drivers/media/v4l2-core/
H A Dv4l2-h264.c148 * term ones in ascending order. For fields, the same direction is used in v4l2_h264_p_ref_list_cmp()
185 /* Long term pics in ascending frame num order. */ in v4l2_h264_b0_ref_list_cmp()
196 * followed by short term pics with POC > cur POC in POC ascending in v4l2_h264_b0_ref_list_cmp()
230 /* Long term pics in ascending frame num order. */ in v4l2_h264_b1_ref_list_cmp()
240 * Short term pics with POC > cur POC first in POC ascending order in v4l2_h264_b1_ref_list_cmp()
/linux/drivers/clk/spear/
H A Dspear1310_clock.c229 /* pll rate configuration table, in ascending order of rates */
241 /* vco-pll4 rate configuration table, in ascending order of rates */
249 /* aux rate configuration table, in ascending order of rates */
260 /* gmac rate configuration table, in ascending order of rates */
269 /* clcd rate configuration table, in ascending order of rates */
308 /* i2s prs1 aux rate configuration table, in ascending order of rates */
328 /* i2s sclk aux rate configuration table, in ascending order of rates */
335 /* adc rate configuration table, in ascending order of rates */
345 /* General synth rate configuration table, in ascending order of rates */
H A Dspear1340_clock.c162 /* pll rate configuration table, in ascending order of rates */
175 /* vco-pll4 rate configuration table, in ascending order of rates */
261 /* aux rate configuration table, in ascending order of rates */
289 /* gmac rate configuration table, in ascending order of rates */
298 /* clcd rate configuration table, in ascending order of rates */
347 /* i2s prs1 aux rate configuration table, in ascending order of rates */
366 /* i2s sclk aux rate configuration table, in ascending order of rates */
373 /* adc rate configuration table, in ascending order of rates */
383 /* General synth rate configuration table, in ascending order of rates */
H A Dspear6xx_clock.c81 /* vco rate configuration table, in ascending order of rates */
88 /* aux rate configuration table, in ascending order of rates */
106 /* gpt rate configuration table, in ascending order of rates */
/linux/drivers/acpi/acpica/
H A Dnsrepair2.c97 * _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/drivers/clk/imx/
H A Dclk-imx8dxl-rsrc.c10 /* Keep sorted in the ascending order */
H A Dclk-imx8qxp-rsrc.c11 /* Keep sorted in the ascending order */
H A Dclk-imx8qm-rsrc.c11 /* Keep sorted in the ascending order */
/linux/Documentation/devicetree/bindings/sound/
H A Dimg,i2s-in.txt29 in ascending channel order
H A Dimg,i2s-out.txt34 in ascending channel order
/linux/Documentation/devicetree/bindings/hwmon/
H A Dgpio-fan.yaml37 must have the RPM values in ascending order.
/linux/Documentation/devicetree/bindings/thermal/
H A Ddb8500-thermal.txt11 - tripN-temp : temperature of trip point N, should be in ascending order;
/linux/drivers/clk/samsung/
H A Dclk-exynos3250.c244 * NOTE: Following table is sorted by register address in ascending
333 * NOTE: Following table is sorted by register address in ascending
436 * NOTE: Following table is sorted by register address in ascending
883 * NOTE: Following table is sorted by register address in ascending
902 * NOTE: Following table is sorted by register address in ascending
956 * NOTE: Following table is sorted by register address in ascending
976 * NOTE: Following table is sorted by register address in ascending
/linux/tools/testing/selftests/arm64/fp/
H A Dsve-probe-vls.c58 /* Print out the vector lengths in ascending order: */ in main()
/linux/include/linux/
H A Dutil_macros.h24 * in ascending order.
/linux/include/linux/ceph/
H A Dceph_frag.h71 * number space in ascending order...
/linux/Documentation/devicetree/bindings/pinctrl/
H A Dapple,pinctrl.yaml47 number in ascending order.
/linux/tools/testing/selftests/ftrace/test.d/trigger/
H A Dtrigger-hist.tc62 echo 'hist:keys=parent_pid,child_pid:sort=child_pid.ascending' > events/sched/sched_process_fork/tr…

123456789