Searched full:achc (Results 1 – 9 of 9) sorted by relevance
| /kernel/linux/linux-6.6/drivers/misc/ |
| D | gehc-achc.c | 437 struct achc_data *achc = dev_get_drvdata(dev); in update_firmware_store() local 445 mutex_lock(&achc->device_lock); in update_firmware_store() 446 ret = ezport_flash(achc->ezport, achc->reset, "achc.bin"); in update_firmware_store() 447 mutex_unlock(&achc->device_lock); in update_firmware_store() 458 struct achc_data *achc = dev_get_drvdata(dev); in reset_show() local 461 mutex_lock(&achc->device_lock); in reset_show() 462 ret = gpiod_get_value(achc->reset); in reset_show() 463 mutex_unlock(&achc->device_lock); in reset_show() 474 struct achc_data *achc = dev_get_drvdata(dev); in reset_store() local 482 mutex_lock(&achc->device_lock); in reset_store() [all …]
|
| D | Kconfig | 234 tristate "GEHC ACHC support" 239 Support for GE ACHC microcontroller, that is part of the GE 243 module will be called gehc-achc.
|
| D | Makefile | 29 obj-$(CONFIG_GEHC_ACHC) += gehc-achc.o
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/misc/ |
| D | ge-achc.txt | 10 - compatible : Should be "ge,achc" 18 1MHz for the GE ACHC. 23 compatible = "ge,achc";
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/misc/ |
| 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";
|
| /kernel/linux/linux-6.6/Documentation/ABI/testing/ |
| D | sysfs-driver-ge-achc | 4 Description: Write 1 to this file to update the ACHC microcontroller 6 will load "achc.bin" via the firmware API (so usually
|
| /kernel/linux/linux-5.10/arch/arm/boot/dts/ |
| D | imx53-ppd.dts | 73 achc_24M: achc-clock { 323 compatible = "ge,achc", "nxp,kinetis-k20";
|
| /kernel/linux/linux-6.6/arch/arm/boot/dts/nxp/imx/ |
| D | imx53-ppd.dts | 73 achc_24M: achc-clock { 324 compatible = "ge,achc", "nxp,kinetis-k20";
|
| /kernel/linux/linux-5.10/drivers/spi/ |
| D | spidev.c | 689 { .compatible = "ge,achc" },
|