Lines Matching refs:clk_id

934  * @clk_id:	Clock identifier for the device for this request.
943 u32 dev_id, u32 clk_id,
971 if (clk_id < 255) {
972 req->clk_id = clk_id;
974 req->clk_id = 255;
975 req->clk_id_32 = clk_id;
999 * @clk_id: Clock identifier for the device for this request.
1008 u32 dev_id, u32 clk_id,
1039 if (clk_id < 255) {
1040 req->clk_id = clk_id;
1042 req->clk_id = 255;
1043 req->clk_id_32 = clk_id;
1074 * @clk_id: Clock identifier for the device for this request.
1084 u32 clk_id, bool needs_ssc,
1093 return ti_sci_set_clock_state(handle, dev_id, clk_id, flags,
1101 * @clk_id: Clock identifier for the device for this request.
1110 u32 dev_id, u32 clk_id)
1112 return ti_sci_set_clock_state(handle, dev_id, clk_id,
1121 * @clk_id: Clock identifier for the device for this request.
1130 u32 dev_id, u32 clk_id)
1132 return ti_sci_set_clock_state(handle, dev_id, clk_id,
1141 * @clk_id: Clock identifier for the device for this request.
1149 u32 dev_id, u32 clk_id, bool *req_state)
1157 ret = ti_sci_cmd_get_clock_state(handle, dev_id, clk_id, &state, NULL);
1169 * @clk_id: Clock identifier for the device for this request.
1178 u32 clk_id, bool *req_state, bool *curr_state)
1186 ret = ti_sci_cmd_get_clock_state(handle, dev_id, clk_id,
1202 * @clk_id: Clock identifier for the device for this request.
1211 u32 clk_id, bool *req_state, bool *curr_state)
1219 ret = ti_sci_cmd_get_clock_state(handle, dev_id, clk_id,
1235 * @clk_id: Clock identifier for the device for this request.
1243 u32 dev_id, u32 clk_id, u32 parent_id)
1270 if (clk_id < 255) {
1271 req->clk_id = clk_id;
1273 req->clk_id = 255;
1274 req->clk_id_32 = clk_id;
1303 * @clk_id: Clock identifier for the device for this request.
1311 u32 dev_id, u32 clk_id, u32 *parent_id)
1338 if (clk_id < 255) {
1339 req->clk_id = clk_id;
1341 req->clk_id = 255;
1342 req->clk_id_32 = clk_id;
1372 * @clk_id: Clock identifier for the device for this request.
1380 u32 dev_id, u32 clk_id,
1408 if (clk_id < 255) {
1409 req->clk_id = clk_id;
1411 req->clk_id = 255;
1412 req->clk_id_32 = clk_id;
1442 * @clk_id: Clock identifier for the device for this request.
1458 u32 dev_id, u32 clk_id, u64 min_freq,
1487 if (clk_id < 255) {
1488 req->clk_id = clk_id;
1490 req->clk_id = 255;
1491 req->clk_id_32 = clk_id;
1520 * @clk_id: Clock identifier for the device for this request.
1535 u32 dev_id, u32 clk_id, u64 min_freq,
1563 if (clk_id < 255) {
1564 req->clk_id = clk_id;
1566 req->clk_id = 255;
1567 req->clk_id_32 = clk_id;
1593 * @clk_id: Clock identifier for the device for this request.
1601 u32 dev_id, u32 clk_id, u64 *freq)
1628 if (clk_id < 255) {
1629 req->clk_id = clk_id;
1631 req->clk_id = 255;
1632 req->clk_id_32 = clk_id;