Lines Matching refs:xops
234 ret = ph->xops->xfer_get_init(ph, PROTOCOL_ATTRIBUTES, in scmi_sensor_attributes_get()
241 ret = ph->xops->do_xfer(ph, t); in scmi_sensor_attributes_get()
250 ph->xops->xfer_put(ph, t); in scmi_sensor_attributes_get()
721 ret = ph->xops->xfer_get_init(ph, message_id, sizeof(*cfg), 0, &t); in scmi_sensor_request_notify()
729 ret = ph->xops->do_xfer(ph, t); in scmi_sensor_request_notify()
731 ph->xops->xfer_put(ph, t); in scmi_sensor_request_notify()
761 ret = ph->xops->xfer_get_init(ph, SENSOR_TRIP_POINT_CONFIG, in scmi_sensor_trip_point_config()
772 ret = ph->xops->do_xfer(ph, t); in scmi_sensor_trip_point_config()
774 ph->xops->xfer_put(ph, t); in scmi_sensor_trip_point_config()
788 ret = ph->xops->xfer_get_init(ph, SENSOR_CONFIG_GET, in scmi_sensor_config_get()
794 ret = ph->xops->do_xfer(ph, t); in scmi_sensor_config_get()
802 ph->xops->xfer_put(ph, t); in scmi_sensor_config_get()
817 ret = ph->xops->xfer_get_init(ph, SENSOR_CONFIG_SET, in scmi_sensor_config_set()
826 ret = ph->xops->do_xfer(ph, t); in scmi_sensor_config_set()
833 ph->xops->xfer_put(ph, t); in scmi_sensor_config_set()
864 ret = ph->xops->xfer_get_init(ph, SENSOR_READING_GET, in scmi_sensor_reading_get()
874 ret = ph->xops->do_xfer_with_response(ph, t); in scmi_sensor_reading_get()
887 ret = ph->xops->do_xfer(ph, t); in scmi_sensor_reading_get()
892 ph->xops->xfer_put(ph, t); in scmi_sensor_reading_get()
937 ret = ph->xops->xfer_get_init(ph, SENSOR_READING_GET, in scmi_sensor_reading_get_timestamped()
946 ret = ph->xops->do_xfer_with_response(ph, t); in scmi_sensor_reading_get_timestamped()
962 ret = ph->xops->do_xfer(ph, t); in scmi_sensor_reading_get_timestamped()
974 ph->xops->xfer_put(ph, t); in scmi_sensor_reading_get_timestamped()
1155 ret = ph->xops->version_get(ph, &version); in scmi_sensors_protocol_init()