| /Linux-v5.10/drivers/firmware/efi/libstub/ |
| D | efi-stub-helper.c | 48 u32 c32; in utf8_to_utf32() local 68 c32 = cx >> clen--; in utf8_to_utf32() 74 c32 = (c32 << 6) | cx; in utf8_to_utf32() 82 if (c32 > 0x10ffff || in utf8_to_utf32() 83 (c32 & 0xf800) == 0xd800 || in utf8_to_utf32() 84 clen != (c32 >= 0x80) + (c32 >= 0x800) + (c32 >= 0x10000)) in utf8_to_utf32() 87 return c32; in utf8_to_utf32() 99 u32 c32; in efi_puts() local 104 c32 = utf8_to_utf32(&s8); in efi_puts() 105 if (c32 < 0x10000) { in efi_puts() [all …]
|
| D | vsprintf.c | 509 u32 c32 = utf16_to_utf32(&ws); in vsnprintf() local 513 if (c32 < 0x80) { in vsnprintf() 514 PUTC(c32); in vsnprintf() 519 clen = 1 + (c32 >= 0x800) + (c32 >= 0x10000); in vsnprintf() 533 for (s8 += clen; clen; --clen, c32 >>= 6) in vsnprintf() 534 *s8-- = 0x80 | (c32 & 0x3f); in vsnprintf() 536 *s8 |= c32; in vsnprintf()
|
| /Linux-v5.10/arch/arm/boot/dts/ |
| D | stih410-clock.dtsi | 34 compatible = "st,clkgen-c32"; 72 compatible = "st,clkgen-c32"; 114 compatible = "st,clkgen-c32"; 225 compatible = "st,clkgen-c32"; 261 compatible = "st,clkgen-c32"; 309 compatible = "st,clkgen-c32";
|
| D | stih418-clock.dtsi | 34 compatible = "st,clkgen-c32"; 73 compatible = "st,clkgen-c32"; 112 compatible = "st,clkgen-c32"; 219 compatible = "st,clkgen-c32"; 255 compatible = "st,clkgen-c32"; 310 compatible = "st,clkgen-c32";
|
| D | stih407-clock.dtsi | 31 compatible = "st,clkgen-c32"; 72 compatible = "st,clkgen-c32"; 113 compatible = "st,clkgen-c32"; 217 compatible = "st,clkgen-c32"; 251 compatible = "st,clkgen-c32"; 299 compatible = "st,clkgen-c32";
|
| D | imx6ul-phytec-phycore-som.dtsi | 77 compatible = "catalyst,24c32", "atmel,24c32";
|
| D | imx27-phytec-phycard-s-som.dtsi | 38 compatible = "atmel,24c32";
|
| D | omap4-var-som-om44.dtsi | 233 compatible = "microchip,24c32", "atmel,24c32";
|
| D | socfpga_cyclone5_sodia.dts | 91 compatible = "atmel,24c32";
|
| /Linux-v5.10/drivers/gpu/drm/ |
| D | drm_ioc32.c | 260 drm_client32_t c32; in compat_drm_getclient() local 265 if (copy_from_user(&c32, argp, sizeof(c32))) in compat_drm_getclient() 268 client.idx = c32.idx; in compat_drm_getclient() 274 c32.idx = client.idx; in compat_drm_getclient() 275 c32.auth = client.auth; in compat_drm_getclient() 276 c32.pid = client.pid; in compat_drm_getclient() 277 c32.uid = client.uid; in compat_drm_getclient() 278 c32.magic = client.magic; in compat_drm_getclient() 279 c32.iocs = client.iocs; in compat_drm_getclient() 281 if (copy_to_user(argp, &c32, sizeof(c32))) in compat_drm_getclient()
|
| /Linux-v5.10/arch/x86/boot/ |
| D | genimage.sh | 94 if [ -f /usr/$i/$j/ldlinux.c32 ]; then 95 ldlinux=/usr/$i/$j/ldlinux.c32
|
| /Linux-v5.10/arch/powerpc/boot/dts/ |
| D | pcm030.dts | 70 compatible = "catalyst,24c32", "atmel,24c32";
|
| D | pcm032.dts | 72 compatible = "catalyst,24c32", "atmel,24c32";
|
| /Linux-v5.10/arch/arm64/boot/dts/mediatek/ |
| D | mt8183-kukui-krane.dtsi | 76 compatible = "atmel,24c32"; 89 compatible = "atmel,24c32";
|
| /Linux-v5.10/arch/sparc/kernel/syscalls/ |
| D | Makefile | 41 systbl_abi_syscall_table_c32 := c32
|
| /Linux-v5.10/arch/parisc/kernel/syscalls/ |
| D | Makefile | 41 systbl_abi_syscall_table_c32 := c32
|
| /Linux-v5.10/Documentation/devicetree/bindings/clock/st/ |
| D | st,clkgen-pll.txt | 26 compatible = "st,clkgen-c32";
|
| D | st,clkgen.txt | 46 compatible = "st,clkgen-c32";
|
| /Linux-v5.10/Documentation/devicetree/bindings/i2c/ |
| D | i2c-altera.txt | 34 compatible = "atmel,24c32";
|
| /Linux-v5.10/arch/powerpc/kernel/syscalls/ |
| D | Makefile | 43 systbl_abi_syscall_table_c32 := c32
|
| /Linux-v5.10/Documentation/i2c/ |
| D | slave-eeprom-backend.rst | 12 The following types are available: 24c02, 24c32, 24c64, and 24c512. Read-only
|
| /Linux-v5.10/Documentation/devicetree/bindings/misc/ |
| D | idt_89hpesx.txt | 23 - compatible: There are five EEPROM devices supported: 24c32, 24c64, 24c128,
|
| /Linux-v5.10/arch/arm64/boot/dts/freescale/ |
| D | fsl-ls1028a-kontron-sl28.dts | 305 compatible = "atmel,24c32"; 319 compatible = "atmel,24c32";
|
| D | fsl-ls1028a-kontron-kbox-a-230-ls.dts | 64 compatible = "atmel,24c32";
|
| /Linux-v5.10/drivers/misc/eeprom/ |
| D | Kconfig | 18 24c16, 24c32, 24c64, 24c128, 24c256, 24c512, 24c1024, 24c2048 21 you configure as a 24c32 (32 kbit) or larger is NOT really a
|