Lines Matching full:scpi
3 * System Control and Power Interface (SCPI) Message Protocol driver
5 * SCPI Message Protocol is used between the System Control Processor(SCP)
84 /* SCPI Standard commands */
118 /* SCPI Legacy Commands */
260 * shared through SCPI should have their contents converted to little-endian
522 /* SCPI error codes > 0, translate them to Linux scale*/ in scpi_send_message()
866 scpi_info = NULL; /* stop exporting SCPI ops through get_scpi_ops */ in scpi_remove()
896 {.compatible = "arm,scpi-pre-1.0"},
939 dev_err(dev, "failed to get SCPI payload mem resource\n"); in scpi_probe()
946 dev_err(dev, "failed to ioremap SCPI payload\n"); in scpi_probe()
1018 {.compatible = "arm,scpi"},
1019 {.compatible = "arm,scpi-pre-1.0"},
1037 MODULE_DESCRIPTION("ARM SCPI mailbox protocol driver");