Searched full:converts (Results 1 – 25 of 398) sorted by relevance
12345678910>>...16
| /Linux-v6.6/tools/include/nolibc/ |
| D | stdlib.h | 193 /* Converts the unsigned long integer <in> to its hex representation into 223 /* converts unsigned long <in> to an hex string using the static itoa_buffer 233 /* Converts the unsigned long integer <in> to its string representation into 264 /* Converts the signed long integer <in> to its string representation into 295 /* converts long integer <in> to a string using the static itoa_buffer and 305 /* converts long integer <in> to a string using the static itoa_buffer and 315 /* converts unsigned long integer <in> to a string using the static itoa_buffer 325 /* Converts the unsigned 64-bit integer <in> to its hex representation into 359 /* converts uint64_t <in> to an hex string using the static itoa_buffer and 369 /* Converts the unsigned 64-bit integer <in> to its string representation into [all …]
|
| /Linux-v6.6/fs/ |
| 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-v6.6/drivers/rtc/ |
| D | lib.c | 46 * rtc_time64_to_tm - converts time64_t to rtc_time. 121 /* Converts to the Gregorian calendar. */ in rtc_time64_to_tm() 129 /* Converts to rtc_time's format. */ in rtc_time64_to_tm() 165 * rtc_tm_to_time64 - Converts rtc_time to time64_t.
|
| /Linux-v6.6/include/video/ |
| 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-v6.6/drivers/iio/common/ssp_sensors/ |
| D | ssp_iio_sensor.h | 46 /* Converts time in ms to frequency */ 61 /* Converts frequency to time in ms */
|
| /Linux-v6.6/sound/soc/tegra/ |
| D | Kconfig | 101 which converts the sampling frequency of the input signal from 113 converts the multi-bit Pulse Code Modulation (PCM) audio input to 117 interpolation and then converts the oversampled PCM input to 145 converts the sampling frequency of input signal to another
|
| /Linux-v6.6/include/linux/ |
| D | clocksource.h | 169 * Helper functions that converts a khz counter frequency to a timsource 182 * Helper functions that converts a hz counter 192 * clocksource_cyc2ns - converts clocksource cycles to nanoseconds 197 * Converts clocksource cycles to nanoseconds, using the given @mult and @shift.
|
| D | stringify.h | 6 * converts to "bar".
|
| /Linux-v6.6/drivers/gpu/drm/bridge/ |
| D | Kconfig | 52 designed for ChromeOS devices. It converts HDMI 130 chip driver that converts dual DSI and I2S to 144 chip driver that converts dual DSI and I2S to
|
| /Linux-v6.6/drivers/gpu/drm/ |
| D | drm_format_helper.c | 299 * This function copies parts of a framebuffer to display memory and converts the 369 * This function copies parts of a framebuffer to display memory and converts the 425 * This function copies parts of a framebuffer to display memory and converts 477 * This function copies parts of a framebuffer to display memory and converts 529 * This function copies parts of a framebuffer to display memory and converts 579 * This function copies parts of a framebuffer to display memory and converts the 627 * This function copies parts of a framebuffer to display memory and converts the 739 * This function copies parts of a framebuffer to display memory and converts the 792 * This function copies parts of a framebuffer to display memory and converts 843 * This function copies parts of a framebuffer to display memory and converts the [all …]
|
| /Linux-v6.6/arch/x86/kernel/cpu/ |
| D | perfctr-watchdog.c | 44 /* converts an msr to an appropriate reservation bit */ 75 * converts an msr to an appropriate reservation bit
|
| /Linux-v6.6/arch/ia64/include/asm/ |
| D | mca_asm.h | 30 * This macro converts a instruction virtual address to a physical address 38 * This macro converts a data virtual address to a physical address 46 * This macro converts a data physical address to a virtual address
|
| /Linux-v6.6/sound/pci/emu10k1/ |
| 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-v6.6/kernel/time/ |
| 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-v6.6/lib/ |
| 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-v6.6/drivers/video/fbdev/ |
| D | macmodes.c | 209 * mac_vmode_to_var - converts vmode/cmode pair to var structure 214 * Converts a MacOS vmode/cmode pair to a frame buffer video 296 * Converts a frame buffer video mode structure to a MacOS 360 * Converts a Macintosh monitor sense number to a MacOS
|
| /Linux-v6.6/tools/include/linux/ |
| D | stringify.h | 7 * converts to "bar".
|
| /Linux-v6.6/fs/ubifs/ |
| 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-v6.6/rust/alloc/ |
| D | boxed.rs | 579 /// Converts a `Box<T>` into a `Box<[T]>` 786 /// Converts to `Box<T, A>`. 821 /// Writes the value and converts to `Box<T, A>`. 823 /// This method converts the box similarly to [`Box::assume_init`] but 859 /// Converts to `Box<[T], A>`. 1173 /// Converts a `Box<T>` into a `Pin<Box<T>>`. If `T` does not implement [`Unpin`], then 1423 /// Converts a `T` into a `Box<T>` 1446 /// Converts a `Box<T>` into a `Pin<Box<T>>`. If `T` does not implement [`Unpin`], then 1492 /// Converts a `&[T]` into a `Box<[T]>` 1514 /// Converts a `Cow<'_, [T]>` into a `Box<[T]>` [all …]
|
| /Linux-v6.6/drivers/media/platform/xilinx/ |
| D | Kconfig | 21 based driver that takes input from CSI-2 Tx source and converts
|
| /Linux-v6.6/arch/sh/include/mach-kfr2r09/mach/ |
| D | romimage.h | 5 * converts the "partner-jet-script.txt" script into assembly
|
| /Linux-v6.6/Documentation/arch/x86/ |
| D | tdx.rst | 180 converts it into a controlled TDCALL to the host, rather than exposing 200 * set_memory_decrypted() converts a range of pages to shared. 201 * set_memory_encrypted() converts memory back to private.
|
| /Linux-v6.6/drivers/net/pcs/ |
| D | Kconfig | 33 on RZ/N1 SoCs. This PCS converts MII to RMII/RGMII or can be set in
|
| /Linux-v6.6/drivers/gpu/drm/bridge/analogix/ |
| D | Kconfig | 44 designed for portable devices. It converts MIPI/DPI to
|
| /Linux-v6.6/tools/verification/dot2/ |
| D | dot2c | 21 parser = argparse.ArgumentParser(description='dot2c: converts a .dot file into a C structure')
|
12345678910>>...16