Searched refs:achc (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/drivers/misc/ |
| H A D | gehc-achc.c | 445 mutex_lock(&achc->device_lock); in update_firmware_store() 446 ret = ezport_flash(achc->ezport, achc->reset, "achc.bin"); in update_firmware_store() 461 mutex_lock(&achc->device_lock); in reset_show() 506 struct achc_data *achc; in gehc_achc_probe() local 513 achc = devm_kzalloc(&spi->dev, sizeof(*achc), GFP_KERNEL); in gehc_achc_probe() 514 if (!achc) in gehc_achc_probe() 516 spi_set_drvdata(spi, achc); in gehc_achc_probe() 517 achc->main = spi; in gehc_achc_probe() 526 if (IS_ERR(achc->ezport)) in gehc_achc_probe() 527 return PTR_ERR(achc->ezport); in gehc_achc_probe() [all …]
|
| H A D | Makefile | 31 obj-$(CONFIG_GEHC_ACHC) += gehc-achc.o
|
| H A D | Kconfig | 253 module will be called gehc-achc.
|
| /linux-6.15/Documentation/devicetree/bindings/misc/ |
| H A D | ge-achc.yaml | 6 $id: http://devicetree.org/schemas/misc/ge-achc.yaml# 23 - const: ge,achc 60 compatible = "ge,achc", "nxp,kinetis-k20";
|
| /linux-6.15/Documentation/ABI/testing/ |
| H A D | sysfs-driver-ge-achc | 6 will load "achc.bin" via the firmware API (so usually
|
| /linux-6.15/arch/arm/boot/dts/nxp/imx/ |
| H A D | imx53-ppd.dts | 73 achc_24M: achc-clock { 324 compatible = "ge,achc", "nxp,kinetis-k20";
|