| /kernel/linux/linux-5.10/drivers/char/tpm/ |
| D | tpm_tis_synquacer.c | 66 * 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()
|
| /kernel/linux/linux-6.6/include/linux/ |
| D | util_macros.h | 35 * in descending order. 38 * Similar to find_closest() but 'a' is expected to be sorted in descending
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | util_macros.h | 33 * in descending order. 36 * Similar to find_closest() but 'a' is expected to be sorted in descending
|
| /kernel/linux/linux-5.10/drivers/iio/adc/ |
| D | qcom-vadc-common.c | 326 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()
|
| /kernel/linux/linux-6.6/ |
| D | Kbuild | 5 # Prepare global headers and check sanity before descending into sub-directories 76 # Ordinary directory descending
|
| /kernel/linux/linux-5.10/drivers/media/v4l2-core/ |
| D | v4l2-h264.c | 107 * 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()
|
| /kernel/linux/linux-6.6/arch/sh/boards/mach-x3proto/ |
| D | ilsel.c | 32 * ILSEL level map, in descending order from the highest level down. 86 * noting descending interrupt levels. Aliasing FPGA and external board
|
| /kernel/linux/linux-6.6/net/dccp/ |
| D | ackvec.h | 91 * The list as a whole is sorted in descending order by @avr_ack_seqno. 123 * @node: FIFO - arranged in descending order of ack_ackno
|
| /kernel/linux/linux-5.10/net/dccp/ |
| D | ackvec.h | 91 * The list as a whole is sorted in descending order by @avr_ack_seqno. 123 * @node: FIFO - arranged in descending order of ack_ackno
|
| /kernel/linux/linux-5.10/arch/sh/boards/mach-x3proto/ |
| D | ilsel.c | 32 * ILSEL level map, in descending order from the highest level down. 86 * noting descending interrupt levels. Aliasing FPGA and external board
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/dma/ |
| D | snps,dma-spear1340.yaml | 69 (first free allocated), while one - descending (last free allocated). 78 descending priority (the last channel has the highest priority).
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/dma/ |
| D | snps,dma-spear1340.yaml | 75 (first free allocated), while one - descending (last free allocated). 84 descending priority (the last channel has the highest priority).
|
| /kernel/linux/linux-6.6/drivers/acpi/acpica/ |
| D | nsrepair2.c | 104 * _PSS: Sort the list descending by Power 105 * _TSS: Sort the list descending by Power 660 * dissipation, in descending order. If it appears that the list is in acpi_ns_repair_PSS() 709 * descending by the power dissipation values. 751 * sort_direction - Ascending or descending 861 * sort_direction - Ascending or Descending sort
|
| D | pswalk.c | 45 /* This is the descending case */ in acpi_ps_delete_parse_tree()
|
| /kernel/linux/linux-5.10/drivers/acpi/acpica/ |
| D | nsrepair2.c | 104 * _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
|
| D | pswalk.c | 45 /* This is the descending case */ in acpi_ps_delete_parse_tree()
|
| /kernel/linux/linux-5.10/drivers/clk/samsung/ |
| D | clk-exynos3250.c | 240 * 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
|
| D | clk-pll.h | 117 /* NOTE: Rate table should be kept sorted in descending order. */
|
| /kernel/linux/linux-6.6/drivers/clk/samsung/ |
| D | clk-exynos3250.c | 245 * order and then bitfield shift in descending order, as it is done 334 * order and then bitfield shift in descending order, as it is done 437 * order and then bitfield shift in descending order, as it is done 884 * order and then bitfield shift in descending order, as it is done 903 * order and then bitfield shift in descending order, as it is done 957 * order and then bitfield shift in descending order, as it is done 977 * order and then bitfield shift in descending order, as it is done
|
| D | clk-pll.h | 101 /* NOTE: Rate table should be kept sorted in descending order. */
|
| /kernel/linux/linux-6.6/drivers/media/v4l2-core/ |
| D | v4l2-h264.c | 147 * For frames, short term pics are in descending pic num order and long in v4l2_h264_p_ref_list_cmp() 195 * Short term pics with POC < cur POC first in POC descending order in v4l2_h264_b0_ref_list_cmp() 241 * followed by short term pics with POC < cur POC in POC descending in v4l2_h264_b1_ref_list_cmp()
|
| /kernel/linux/linux-6.6/kernel/trace/ |
| D | tracing_map.h | 110 * descending order. 154 bool descending; member
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/power/supply/ |
| D | gpio-charger.yaml | 49 this order). The tuples must be provided in descending order of the
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/power/supply/ |
| D | gpio-charger.yaml | 49 this order). The tuples must be provided in descending order of the
|
| /kernel/linux/linux-5.10/kernel/trace/ |
| D | tracing_map.h | 110 * descending order. 154 bool descending; member
|