/Linux-v6.1/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-v6.1/arch/arm/boot/dts/ |
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";
|
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";
|
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";
|
D | imx6ul-phytec-phycore-som.dtsi | 80 compatible = "catalyst,24c32", "atmel,24c32";
|
D | imx27-phytec-phycard-s-som.dtsi | 38 compatible = "atmel,24c32";
|
D | imx6qdl-phytec-phycore-som.dtsi | 90 compatible = "st,24c32", "atmel,24c32";
|
D | omap4-var-som-om44.dtsi | 233 compatible = "microchip,24c32", "atmel,24c32";
|
D | socfpga_cyclone5_sodia.dts | 91 compatible = "atmel,24c32";
|
D | at91-dvk_su60_somc.dtsi | 74 compatible = "giantec,gt24c32a", "atmel,24c32";
|
/Linux-v6.1/drivers/gpu/drm/ |
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-v6.1/arch/powerpc/boot/dts/ |
D | pcm030.dts | 70 compatible = "catalyst,24c32", "atmel,24c32";
|
D | pcm032.dts | 72 compatible = "catalyst,24c32", "atmel,24c32";
|
/Linux-v6.1/arch/arm64/boot/dts/mediatek/ |
D | mt8183-kukui-krane.dtsi | 78 compatible = "atmel,24c32"; 93 compatible = "atmel,24c32";
|
D | mt8183-kukui-kakadu.dtsi | 94 compatible = "atmel,24c32"; 109 compatible = "atmel,24c32";
|
/Linux-v6.1/Documentation/devicetree/bindings/i2c/ |
D | i2c-altera.txt | 34 compatible = "atmel,24c32";
|
/Linux-v6.1/Documentation/devicetree/bindings/clock/st/ |
D | st,clkgen-pll.txt | 29 compatible = "st,clkgen-c32";
|
D | st,clkgen.txt | 46 compatible = "st,clkgen-c32";
|
/Linux-v6.1/arch/arm64/boot/dts/freescale/ |
D | fsl-ls1028a-kontron-sl28.dts | 290 compatible = "atmel,24c32"; 304 compatible = "atmel,24c32";
|
D | fsl-ls1028a-kontron-kbox-a-230-ls.dts | 68 compatible = "atmel,24c32";
|
/Linux-v6.1/Documentation/i2c/ |
D | slave-eeprom-backend.rst | 12 The following types are available: 24c02, 24c32, 24c64, and 24c512. Read-only
|
/Linux-v6.1/Documentation/devicetree/bindings/misc/ |
D | idt_89hpesx.txt | 23 - compatible: There are five EEPROM devices supported: 24c32, 24c64, 24c128,
|
/Linux-v6.1/drivers/media/v4l2-core/ |
D | v4l2-compat-ioctl32.c | 1051 struct v4l2_clip32 __user *c32 = user_ptr; in v4l2_compat_get_array_args() local 1061 if (copy_from_user(c64, c32, sizeof(c64->c))) in v4l2_compat_get_array_args() 1065 c32++; in v4l2_compat_get_array_args() 1144 struct v4l2_clip32 __user *c32 = user_ptr; in v4l2_compat_put_array_args() local 1154 if (copy_to_user(c32, c64, sizeof(c64->c))) in v4l2_compat_put_array_args() 1157 c32++; in v4l2_compat_put_array_args()
|
/Linux-v6.1/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
|