/linux/tools/include/nolibc/ |
H A D | stdlib.h | 189 /* Converts the unsigned long integer <in> to its hex representation into 219 /* converts unsigned long <in> to an hex string using the static itoa_buffer 229 /* Converts the unsigned long integer <in> to its string representation into 260 /* Converts the signed long integer <in> to its string representation into 291 /* converts long integer <in> to a string using the static itoa_buffer and 301 /* converts long integer <in> to a string using the static itoa_buffer and 311 /* converts unsigned long integer <in> to a string using the static itoa_buffer 321 /* Converts the unsigned 64-bit integer <in> to its hex representation into 355 /* converts uint64_t <in> to an hex string using the static itoa_buffer and 365 /* Converts the unsigned 64-bit integer <in> to its string representation into [all …]
|
/linux/fs/ |
H A D | fs_types.c | 23 * This function converts the on-disk file type value (FT_*) to the directory 64 * This function converts the file mode value to the on-disk file type (FT_*). 87 * This function converts the file mode value to the directory
|
/linux/drivers/gpu/drm/amd/display/dc/basics/ |
H A D | conversion.c | 77 * convert_float_matrix - This converts a double into HW register spec defined format S2D13. 122 * convert_hw_matrix - converts HW values into fixed31_32 matrix. 127 * Converts HW register spec defined format S2D13 into a fixed-point 31.32
|
/linux/drivers/rtc/ |
H A D | lib.c | 46 * rtc_time64_to_tm - converts time64_t to rtc_time. 133 /* Converts to the Gregorian calendar. */ in rtc_time64_to_tm() 141 /* Converts to rtc_time's format. */ in rtc_time64_to_tm() 177 * rtc_tm_to_time64 - Converts rtc_time to time64_t.
|
/linux/include/video/ |
H A D | videomode.h | 40 * This function converts a struct display_timing to a struct videomode. 52 * This function converts one struct display_timing entry to a struct videomode.
|
/linux/drivers/iio/common/ssp_sensors/ |
H A D | ssp_iio_sensor.h | 46 /* Converts time in ms to frequency */ 61 /* Converts frequency to time in ms */
|
/linux/sound/soc/tegra/ |
H A D | Kconfig | 104 which converts the sampling frequency of the input signal from 116 converts the multi-bit Pulse Code Modulation (PCM) audio input to 120 interpolation and then converts the oversampled PCM input to 148 converts the sampling frequency of input signal to another
|
/linux/include/linux/ |
H A D | clocksource.h | 177 * Helper functions that converts a khz counter frequency to a timsource 190 * Helper functions that converts a hz counter 200 * clocksource_cyc2ns - converts clocksource cycles to nanoseconds 205 * Converts clocksource cycles to nanoseconds, using the given @mult and @shift.
|
H A D | stringify.h | 6 * converts to "bar".
|
/linux/arch/x86/kernel/cpu/ |
H A D | perfctr-watchdog.c | 44 /* converts an msr to an appropriate reservation bit */ 75 * converts an msr to an appropriate reservation bit
|
/linux/sound/pci/emu10k1/ |
H A D | p16v.h | 147 /* SRC48 converts samples rates 44.1, 48, 96, 192 to 48 khz. */ 148 /* SRCMulti converts 48khz samples rates to 44.1, 48, 96, 192 to 48. */ 174 /* SRC48 converts samples rates 44.1, 48, 96, 192 to 48 khz. */ 179 /* SRCMulti converts 48khz samples rates to 44.1, 48, 96, 192 to 48. */
|
/linux/lib/ |
H A D | hexdump.c | 23 * hex_to_bin() converts one hex digit to its actual value or -1 in case of bad 43 * uppercase and lowercase letters, so we use (ch & 0xdf), which converts 110 * Given a buffer of u8 data, hex_dump_to_buffer() converts the input data
|
/linux/kernel/time/ |
H A D | timeconv.c | 24 * Converts the calendar time to broken-down time representation 40 * time64_to_tm - converts the calendar time to local broken-down time
|
/linux/fs/ubifs/ |
H A D | ioctl.c | 57 * This function converts ioctl flags (@FS_COMPR_FL, etc) to UBIFS inode flags 82 * This function converts UBIFS inode flags (@UBIFS_COMPR_FL, etc) to ioctl
|
/linux/tools/include/linux/ |
H A D | stringify.h | 7 * converts to "bar".
|
/linux/drivers/media/platform/xilinx/ |
H A D | Kconfig | 21 based driver that takes input from CSI-2 Tx source and converts
|
/linux/arch/sh/include/mach-kfr2r09/mach/ |
H A D | romimage.h | 5 * converts the "partner-jet-script.txt" script into assembly
|
/linux/drivers/net/pcs/ |
H A D | Kconfig | 33 on RZ/N1 SoCs. This PCS converts MII to RMII/RGMII or can be set in
|
/linux/drivers/gpu/drm/bridge/analogix/ |
H A D | Kconfig | 44 designed for portable devices. It converts MIPI/DPI to
|
/linux/mm/ |
H A D | percpu-internal.h | 111 * pcpu_chunk_nr_blocks - converts nr_pages to # of md_blocks 123 * pcpu_nr_pages_to_map_bits - converts the pages to size of bitmap
|
/linux/tools/verification/rvgen/ |
H A D | dot2c | 21 parser = argparse.ArgumentParser(description='dot2c: converts a .dot file into a C structure')
|
/linux/include/linux/mfd/ |
H A D | ntxec.h | 26 * This convenience function converts an 8-bit value to 16-bit for use in the
|
/linux/drivers/net/wan/framer/ |
H A D | Kconfig | 10 Connected usually to a TDM bus, it converts TDM frames to/from E1/T1
|
/linux/lib/pldmfw/ |
H A D | pldmfw_private.h | 139 * Converts the starting offset of the descriptor TLVs into a pointer to the 174 * Converts a starting offset of the PLDM records into a pointer to the first
|
/linux/arch/parisc/math-emu/ |
H A D | fcnvfut.c | 15 * Floating-point to Unsigned Fixed-point Converts with Truncation 38 * Floating-point to Unsigned Fixed-point Converts with Truncation *
|