/linux/drivers/firmware/efi/libstub/ |
H A D | printk.c | 29 u32 c32; in utf8_to_utf32() local 49 c32 = cx >> clen--; in utf8_to_utf32() 55 c32 = (c32 << 6) | cx; in utf8_to_utf32() 63 if (c32 > 0x10ffff || in utf8_to_utf32() 64 (c32 & 0xf800) == 0xd800 || in utf8_to_utf32() 65 clen != (c32 >= 0x80) + (c32 >= 0x800) + (c32 >= 0x10000)) in utf8_to_utf32() 68 return c32; in utf8_to_utf32() 80 u32 c32; in efi_puts() local 85 c32 = utf8_to_utf32(&s8); in efi_puts() 86 if (c32 < 0x10000) { in efi_puts() [all …]
|
H A 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/drivers/gpu/drm/ |
H A D | drm_ioc32.c | 178 drm_client32_t c32; in compat_drm_getclient() local 183 if (copy_from_user(&c32, argp, sizeof(c32))) in compat_drm_getclient() 188 client.idx = c32.idx; in compat_drm_getclient() 194 c32.idx = client.idx; in compat_drm_getclient() 195 c32.auth = client.auth; in compat_drm_getclient() 196 c32.pid = client.pid; in compat_drm_getclient() 197 c32.uid = client.uid; in compat_drm_getclient() 198 c32.magic = client.magic; in compat_drm_getclient() 199 c32.iocs = client.iocs; in compat_drm_getclient() 201 if (copy_to_user(argp, &c32, sizeof(c32))) in compat_drm_getclient()
|
/linux/arch/arm/boot/dts/st/ |
H A D | stih407-clock.dtsi | 31 compatible = "st,clkgen-c32"; 65 compatible = "st,clkgen-c32"; 86 compatible = "st,clkgen-c32"; 140 compatible = "st,clkgen-c32"; 163 compatible = "st,clkgen-c32"; 188 compatible = "st,clkgen-c32";
|
H A D | stih410-clock.dtsi | 34 compatible = "st,clkgen-c32"; 70 compatible = "st,clkgen-c32"; 91 compatible = "st,clkgen-c32"; 145 compatible = "st,clkgen-c32"; 168 compatible = "st,clkgen-c32"; 193 compatible = "st,clkgen-c32";
|
H A D | stih418-clock.dtsi | 34 compatible = "st,clkgen-c32"; 70 compatible = "st,clkgen-c32"; 91 compatible = "st,clkgen-c32"; 145 compatible = "st,clkgen-c32"; 168 compatible = "st,clkgen-c32"; 193 compatible = "st,clkgen-c32";
|
/linux/arch/powerpc/boot/dts/ |
H A D | pcm030.dts | 70 compatible = "catalyst,24c32", "atmel,24c32";
|
H A D | pcm032.dts | 72 compatible = "catalyst,24c32", "atmel,24c32";
|
/linux/arch/arm/boot/dts/nxp/imx/ |
H A D | imx6ul-phytec-phycore-som.dtsi | 80 compatible = "catalyst,24c32", "atmel,24c32";
|
H A D | imx6qdl-phytec-phycore-som.dtsi | 90 compatible = "st,24c32", "atmel,24c32";
|
H A D | imx6qdl-phytec-pfla02.dtsi | 115 compatible = "catalyst,24c32", "atmel,24c32";
|
/linux/arch/arm64/boot/dts/mediatek/ |
H A D | mt8183-kukui-krane.dtsi | 77 compatible = "atmel,24c32"; 92 compatible = "atmel,24c32";
|
H A D | mt8183-kukui-kakadu.dtsi | 81 compatible = "atmel,24c32"; 96 compatible = "atmel,24c32";
|
/linux/Documentation/devicetree/bindings/i2c/ |
H A D | i2c-altera.txt | 34 compatible = "atmel,24c32";
|
/linux/Documentation/devicetree/bindings/clock/st/ |
H A D | st,clkgen-pll.txt | 29 compatible = "st,clkgen-c32";
|
H A D | st,clkgen.txt | 46 compatible = "st,clkgen-c32";
|
/linux/Documentation/i2c/ |
H A D | slave-eeprom-backend.rst | 12 The following types are available: 24c02, 24c32, 24c64, and 24c512. Read-only
|
/linux/arch/arm64/boot/dts/freescale/ |
H A D | fsl-ls1028a-kontron-sl28.dts | 307 compatible = "atmel,24c32"; 321 compatible = "atmel,24c32";
|
H A D | fsl-ls1028a-kontron-kbox-a-230-ls.dts | 72 compatible = "atmel,24c32";
|
/linux/arch/arm/boot/dts/ti/omap/ |
H A D | omap4-var-som-om44.dtsi | 233 compatible = "microchip,24c32", "atmel,24c32";
|
/linux/drivers/misc/eeprom/ |
H A D | Kconfig | 19 24c16, 24c32, 24c64, 24c128, 24c256, 24c512, 24c1024, 24c2048 22 you configure as a 24c32 (32 kbit) or larger is NOT really a
|
/linux/arch/arm/boot/dts/intel/socfpga/ |
H A D | socfpga_cyclone5_sodia.dts | 91 compatible = "atmel,24c32";
|
H A D | socfpga_arria5_socdk.dts | 99 compatible = "atmel,24c32";
|
H A D | socfpga_cyclone5_socdk.dts | 103 compatible = "atmel,24c32";
|
/linux/arch/arm/boot/dts/microchip/ |
H A D | at91-dvk_su60_somc.dtsi | 74 compatible = "giantec,gt24c32a", "atmel,24c32";
|