ti_sci_get_device_state
return ti_sci_get_device_state(handle, id, NULL, NULL, NULL, &unused);
return ti_sci_get_device_state(handle, id, count, NULL, NULL, NULL);
ret = ti_sci_get_device_state(handle, id, NULL, NULL, &state, NULL);
ti_sci_get_device_state(handle, id, NULL, NULL, &p_state, &c_state);
ti_sci_get_device_state(handle, id, NULL, NULL, &p_state, &c_state);
ret = ti_sci_get_device_state(handle, id, NULL, NULL, NULL, &state);
return ti_sci_get_device_state(handle, id, NULL, reset_state, NULL,