Searched refs:xfer_get_init (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/firmware/arm_scmi/ |
| H A D | clock.c | 212 ret = ph->xops->xfer_get_init(ph, PROTOCOL_ATTRIBUTES, in scmi_clock_protocol_attributes_get() 337 ret = ph->xops->xfer_get_init(ph, CLOCK_GET_PERMISSIONS, in scmi_clock_get_permissions() 367 ret = ph->xops->xfer_get_init(ph, CLOCK_ATTRIBUTES, in scmi_clock_attributes_get() 648 ret = ph->xops->xfer_get_init(ph, CLOCK_RATE_GET, in scmi_clock_rate_get() 680 ret = ph->xops->xfer_get_init(ph, CLOCK_RATE_SET, sizeof(*cfg), 0, &t); in scmi_clock_rate_set() 803 ret = ph->xops->xfer_get_init(ph, CLOCK_CONFIG_SET, in scmi_clock_config_set() 840 ret = ph->xops->xfer_get_init(ph, CLOCK_PARENT_SET, in scmi_clock_set_parent() 865 ret = ph->xops->xfer_get_init(ph, CLOCK_PARENT_GET, in scmi_clock_get_parent() 896 ret = ph->xops->xfer_get_init(ph, CLOCK_CONFIG_SET, in scmi_clock_config_set_v2() 965 ret = ph->xops->xfer_get_init(ph, CLOCK_CONFIG_GET, in scmi_clock_config_get_v2() [all …]
|
| H A D | driver.c | 1554 static int xfer_get_init(const struct scmi_protocol_handle *ph, in xfer_get_init() function 1613 ret = xfer_get_init(ph, PROTOCOL_VERSION, 0, sizeof(*version), &t); in version_get() 1660 .xfer_get_init = xfer_get_init, 1694 ret = ph->xops->xfer_get_init(ph, cmd_id, txlen, sizeof(*resp), &t); in scmi_common_extended_name_get() 1749 ret = xfer_get_init(ph, PROTOCOL_MESSAGE_ATTRIBUTES, in scmi_protocol_msg_check() 1806 ret = ph->xops->xfer_get_init(ph, msg_id, tx_size, 0, &i->t); in scmi_iterator_init() 1964 ret = ph->xops->xfer_get_init(ph, describe_id, in scmi_common_fastchannel_init() 2130 ret = xfer_get_init(ph, NEGOTIATE_PROTOCOL_VERSION, in scmi_protocol_version_negotiate()
|