Lines Matching refs:xops

229 	ret = ph->xops->xfer_get_init(ph, PROTOCOL_ATTRIBUTES,  in scmi_sensor_attributes_get()
236 ret = ph->xops->do_xfer(ph, t); in scmi_sensor_attributes_get()
245 ph->xops->xfer_put(ph, t); in scmi_sensor_attributes_get()
703 ret = ph->xops->xfer_get_init(ph, message_id, sizeof(*cfg), 0, &t); in scmi_sensor_request_notify()
711 ret = ph->xops->do_xfer(ph, t); in scmi_sensor_request_notify()
713 ph->xops->xfer_put(ph, t); in scmi_sensor_request_notify()
743 ret = ph->xops->xfer_get_init(ph, SENSOR_TRIP_POINT_CONFIG, in scmi_sensor_trip_point_config()
754 ret = ph->xops->do_xfer(ph, t); in scmi_sensor_trip_point_config()
756 ph->xops->xfer_put(ph, t); in scmi_sensor_trip_point_config()
770 ret = ph->xops->xfer_get_init(ph, SENSOR_CONFIG_GET, in scmi_sensor_config_get()
776 ret = ph->xops->do_xfer(ph, t); in scmi_sensor_config_get()
784 ph->xops->xfer_put(ph, t); in scmi_sensor_config_get()
799 ret = ph->xops->xfer_get_init(ph, SENSOR_CONFIG_SET, in scmi_sensor_config_set()
808 ret = ph->xops->do_xfer(ph, t); in scmi_sensor_config_set()
815 ph->xops->xfer_put(ph, t); in scmi_sensor_config_set()
846 ret = ph->xops->xfer_get_init(ph, SENSOR_READING_GET, in scmi_sensor_reading_get()
856 ret = ph->xops->do_xfer_with_response(ph, t); in scmi_sensor_reading_get()
869 ret = ph->xops->do_xfer(ph, t); in scmi_sensor_reading_get()
874 ph->xops->xfer_put(ph, t); in scmi_sensor_reading_get()
919 ret = ph->xops->xfer_get_init(ph, SENSOR_READING_GET, in scmi_sensor_reading_get_timestamped()
928 ret = ph->xops->do_xfer_with_response(ph, t); in scmi_sensor_reading_get_timestamped()
944 ret = ph->xops->do_xfer(ph, t); in scmi_sensor_reading_get_timestamped()
956 ph->xops->xfer_put(ph, t); in scmi_sensor_reading_get_timestamped()
1117 ret = ph->xops->version_get(ph, &version); in scmi_sensors_protocol_init()