Lines Matching defs:handle
17 const struct scmi_handle *handle;
72 const struct scmi_handle *h = scmi_sensors->handle;
171 const struct scmi_handle *handle = sdev->handle;
173 if (!handle || !handle->sensor_ops)
176 nr_sensors = handle->sensor_ops->count_get(handle);
184 scmi_sensors->handle = handle;
187 sensor = handle->sensor_ops->info_get(handle, i);
239 sensor = handle->sensor_ops->info_get(handle, i);