| /linux/drivers/firmware/efi/libstub/ |
| A 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 …]
|
| 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/arch/arm/boot/dts/ |
| A D | stih410-clock.dtsi | 34 compatible = "st,clkgen-c32"; 70 compatible = "st,clkgen-c32"; 99 compatible = "st,clkgen-c32"; 154 compatible = "st,clkgen-c32"; 178 compatible = "st,clkgen-c32"; 204 compatible = "st,clkgen-c32";
|
| A D | stih418-clock.dtsi | 34 compatible = "st,clkgen-c32"; 71 compatible = "st,clkgen-c32"; 100 compatible = "st,clkgen-c32"; 155 compatible = "st,clkgen-c32"; 179 compatible = "st,clkgen-c32"; 205 compatible = "st,clkgen-c32";
|
| A D | stih407-clock.dtsi | 31 compatible = "st,clkgen-c32"; 70 compatible = "st,clkgen-c32"; 99 compatible = "st,clkgen-c32"; 154 compatible = "st,clkgen-c32"; 178 compatible = "st,clkgen-c32"; 204 compatible = "st,clkgen-c32";
|
| A D | imx6ul-phytec-phycore-som.dtsi | 80 compatible = "catalyst,24c32", "atmel,24c32";
|
| A D | imx6qdl-phytec-phycore-som.dtsi | 90 compatible = "st,24c32", "atmel,24c32";
|
| A D | imx27-phytec-phycard-s-som.dtsi | 38 compatible = "atmel,24c32";
|
| A D | omap4-var-som-om44.dtsi | 233 compatible = "microchip,24c32", "atmel,24c32";
|
| /linux/drivers/gpu/drm/ |
| A D | drm_ioc32.c | 264 drm_client32_t c32; in compat_drm_getclient() local 269 if (copy_from_user(&c32, argp, sizeof(c32))) in compat_drm_getclient() 274 client.idx = c32.idx; in compat_drm_getclient() 280 c32.idx = client.idx; in compat_drm_getclient() 281 c32.auth = client.auth; in compat_drm_getclient() 282 c32.pid = client.pid; in compat_drm_getclient() 283 c32.uid = client.uid; in compat_drm_getclient() 284 c32.magic = client.magic; in compat_drm_getclient() 285 c32.iocs = client.iocs; in compat_drm_getclient() 287 if (copy_to_user(argp, &c32, sizeof(c32))) in compat_drm_getclient()
|
| /linux/Documentation/devicetree/bindings/eeprom/ |
| A D | at24.yaml | 66 pattern: c32$ 114 - const: atmel,24c32 192 compatible = "microchip,24c32", "atmel,24c32";
|
| /linux/arch/powerpc/boot/dts/ |
| A D | pcm030.dts | 70 compatible = "catalyst,24c32", "atmel,24c32";
|
| A D | pcm032.dts | 72 compatible = "catalyst,24c32", "atmel,24c32";
|
| /linux/arch/arm64/boot/dts/mediatek/ |
| A D | mt8183-kukui-krane.dtsi | 78 compatible = "atmel,24c32"; 93 compatible = "atmel,24c32";
|
| A D | mt8183-kukui-kakadu.dtsi | 94 compatible = "atmel,24c32"; 109 compatible = "atmel,24c32";
|
| /linux/drivers/media/v4l2-core/ |
| A D | v4l2-compat-ioctl32.c | 1049 struct v4l2_clip32 __user *c32 = user_ptr; in v4l2_compat_get_array_args() local 1059 if (copy_from_user(c64, c32, sizeof(c64->c))) in v4l2_compat_get_array_args() 1063 c32++; in v4l2_compat_get_array_args() 1142 struct v4l2_clip32 __user *c32 = user_ptr; in v4l2_compat_put_array_args() local 1152 if (copy_to_user(c32, c64, sizeof(c64->c))) in v4l2_compat_put_array_args() 1155 c32++; in v4l2_compat_put_array_args()
|
| /linux/arch/arm64/boot/dts/freescale/ |
| A D | fsl-ls1028a-kontron-sl28.dts | 286 compatible = "atmel,24c32"; 300 compatible = "atmel,24c32";
|
| A D | fsl-ls1028a-kontron-kbox-a-230-ls.dts | 64 compatible = "atmel,24c32";
|
| /linux/Documentation/devicetree/bindings/i2c/ |
| A D | amlogic,meson6-i2c.yaml | 52 compatible = "atmel,24c32";
|
| A D | i2c-altera.txt | 34 compatible = "atmel,24c32";
|
| /linux/Documentation/devicetree/bindings/clock/st/ |
| A D | st,clkgen-pll.txt | 29 compatible = "st,clkgen-c32";
|
| A D | st,clkgen.txt | 46 compatible = "st,clkgen-c32";
|
| /linux/Documentation/i2c/ |
| A D | slave-eeprom-backend.rst | 12 The following types are available: 24c02, 24c32, 24c64, and 24c512. Read-only
|
| /linux/Documentation/devicetree/bindings/misc/ |
| A D | idt_89hpesx.txt | 23 - compatible: There are five EEPROM devices supported: 24c32, 24c64, 24c128,
|
| /linux/drivers/misc/eeprom/ |
| A 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
|