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()
868 scpi_info = NULL; /* stop exporting SCPI ops through get_scpi_ops */ in scpi_remove()
898 {.compatible = "arm,scpi-pre-1.0"},
953 dev_err(dev, "failed to get SCPI payload mem resource\n"); in scpi_probe()
960 dev_err(dev, "failed to ioremap SCPI payload\n"); in scpi_probe()
1040 {.compatible = "arm,scpi"},
1041 {.compatible = "arm,scpi-pre-1.0"},
1059 MODULE_DESCRIPTION("ARM SCPI mailbox protocol driver");