/linux-6.12.1/arch/x86/include/asm/ |
D | xor.h | 46 #define XO1(x, y) " xorps "OFFS(x)"(%[p2]), %%xmm"#y" ;\n" macro 78 XO1(i, 0) \ in xor_sse_2() 79 XO1(i + 1, 1) \ in xor_sse_2() 80 XO1(i + 2, 2) \ in xor_sse_2() 81 XO1(i + 3, 3) \ in xor_sse_2() 123 BLK64(PF1, XO1, i) \ in xor_sse_2_pf64() 168 XO1(i, 0) \ in xor_sse_3() 169 XO1(i + 1, 1) \ in xor_sse_3() 170 XO1(i + 2, 2) \ in xor_sse_3() 171 XO1(i + 3, 3) \ in xor_sse_3() [all …]
|
D | xor_32.h | 16 #define XO1(x, y) " pxor 8*("#x")(%2), %%mm"#y" ;\n" macro 38 XO1(i, 0) \ in xor_pII_mmx_2() 40 XO1(i+1, 1) \ in xor_pII_mmx_2() 42 XO1(i + 2, 2) \ in xor_pII_mmx_2() 44 XO1(i + 3, 3) \ in xor_pII_mmx_2() 83 XO1(i, 0) \ in xor_pII_mmx_3() 84 XO1(i + 1, 1) \ in xor_pII_mmx_3() 85 XO1(i + 2, 2) \ in xor_pII_mmx_3() 86 XO1(i + 3, 3) \ in xor_pII_mmx_3() 134 XO1(i, 0) \ in xor_pII_mmx_4() [all …]
|
/linux-6.12.1/arch/x86/platform/olpc/ |
D | olpc_dt.c | 253 if (olpc_dt_compatible_match(node, "olpc,xo1.5-battery")) in olpc_dt_fixup() 256 /* Add olpc,xo1.5-battery compatible marker to battery node */ in olpc_dt_fixup() 258 olpc_dt_interpret(" \" olpc,xo1.5-battery\" +compatible"); in olpc_dt_fixup() 261 if (olpc_dt_compatible_match(node, "olpc,xo1-battery")) { in olpc_dt_fixup() 263 * If we have a olpc,xo1-battery compatible, then we're in olpc_dt_fixup() 274 olpc_dt_interpret(" \" olpc,xo1-dcon\" +compatible"); in olpc_dt_fixup() 280 if (olpc_dt_compatible_match(node, "olpc,xo1-battery")) { in olpc_dt_fixup() 282 * If we have a olpc,xo1-battery compatible, then we're in olpc_dt_fixup() 289 /* Add dcon device, mark RTC as olpc,xo1-rtc */ in olpc_dt_fixup() 293 olpc_dt_interpret(" \" olpc,xo1-dcon\" +compatible"); in olpc_dt_fixup() [all …]
|
D | Makefile | 3 obj-$(CONFIG_OLPC_XO1_PM) += olpc-xo1-pm.o xo1-wakeup.o 4 obj-$(CONFIG_OLPC_XO1_RTC) += olpc-xo1-rtc.o 5 obj-$(CONFIG_OLPC_XO1_SCI) += olpc-xo1-sci.o
|
D | olpc-xo1-pm.c | 21 #define DRV_NAME "olpc-xo1-pm" 134 else if (strcmp(pdev->name, "olpc-xo1-pm-acpi") == 0) in xo1_pm_probe() 151 else if (strcmp(pdev->name, "olpc-xo1-pm-acpi") == 0) in xo1_pm_remove() 167 .name = "olpc-xo1-pm-acpi",
|
D | olpc-xo1-rtc.c | 61 node = of_find_compatible_node(NULL, NULL, "olpc,xo1-rtc"); in xo1_rtc_init() 66 pr_info("olpc-xo1-rtc: Initializing OLPC XO-1 RTC\n"); in xo1_rtc_init()
|
D | olpc.c | 229 pdev = platform_device_register_simple("xo1-rfkill", -1, NULL, 0); in add_xo1_platform_devices() 233 pdev = platform_device_register_simple("olpc-xo1", -1, NULL, 0); in add_xo1_platform_devices() 268 * XO-1 EC wakeups are available when olpc-xo1-sci driver is
|
D | olpc-xo1-sci.c | 27 #define DRV_NAME "olpc-xo1-sci" 615 .name = "olpc-xo1-sci-acpi",
|
/linux-6.12.1/Documentation/devicetree/bindings/power/supply/ |
D | olpc-battery.yaml | 19 - const: olpc,xo1.5-battery 20 - const: olpc,xo1-battery 22 - const: olpc,xo1-battery
|
/linux-6.12.1/Documentation/devicetree/bindings/misc/ |
D | olpc,xo1.75-ec.yaml | 5 $id: http://devicetree.org/schemas/misc/olpc,xo1.75-ec.yaml# 25 const: olpc,xo1.75-ec 50 compatible = "olpc,xo1.75-ec";
|
/linux-6.12.1/drivers/platform/x86/ |
D | xo1-rfkill.c | 68 .name = "xo1-rfkill", 79 MODULE_ALIAS("platform:xo1-rfkill");
|
D | Makefile | 89 obj-$(CONFIG_XO1_RFKILL) += xo1-rfkill.o
|
/linux-6.12.1/arch/arm/boot/dts/marvell/ |
D | mmp2-olpc-xo-1-75.dts | 90 compatible = "olpc,xo1.5-battery", "olpc,xo1-battery"; 232 compatible = "olpc,xo1.75-ec";
|
/linux-6.12.1/drivers/mfd/ |
D | cs5535-mfd.c | 57 .name = "olpc-xo1-pm-acpi", 62 .name = "olpc-xo1-sci-acpi",
|
/linux-6.12.1/Documentation/devicetree/bindings/rtc/ |
D | olpc-xo1-rtc.txt | 5 - compatible : "olpc,xo1-rtc"
|
/linux-6.12.1/drivers/power/supply/ |
D | olpc_battery.c | 653 np = of_find_compatible_node(NULL, NULL, "olpc,xo1.75-ec"); in olpc_battery_probe() 686 if (of_device_is_compatible(pdev->dev.of_node, "olpc,xo1.5-battery")) { in olpc_battery_probe() 714 { .compatible = "olpc,xo1-battery" }, 715 { .compatible = "olpc,xo1.5-battery" },
|
/linux-6.12.1/drivers/platform/olpc/ |
D | olpc-xo175-ec.c | 732 { .compatible = "olpc,xo1.75-ec" }, 738 { "xo1.75-ec", 0 },
|
/linux-6.12.1/drivers/iio/imu/bno055/ |
D | bno055_ser_core.c | 49 * | 0xAA | 0xO1 | REG | LEN |
|