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)
87 /* SCPI Standard commands */
121 /* SCPI Legacy Commands */
263 * shared through SCPI should have their contents converted to little-endian
525 /* SCPI error codes > 0, translate them to Linux scale*/ in scpi_send_message()
874 scpi_info = NULL; /* stop exporting SCPI ops through get_scpi_ops */ in scpi_remove()
951 dev_err(dev, "failed to get SCPI payload mem resource\n"); in scpi_probe()
958 dev_err(dev, "failed to ioremap SCPI payload\n"); in scpi_probe()
1038 {.compatible = "arm,scpi"},
1039 {.compatible = "arm,scpi-pre-1.0", .data = (void *)1UL },
1057 MODULE_DESCRIPTION("ARM SCPI mailbox protocol driver");