Lines Matching refs:clk_id

918  * @clk_id:	Clock identifier for the device for this request.
927 u32 dev_id, u32 clk_id,
955 if (clk_id < 255) {
956 req->clk_id = clk_id;
958 req->clk_id = 255;
959 req->clk_id_32 = clk_id;
983 * @clk_id: Clock identifier for the device for this request.
992 u32 dev_id, u32 clk_id,
1023 if (clk_id < 255) {
1024 req->clk_id = clk_id;
1026 req->clk_id = 255;
1027 req->clk_id_32 = clk_id;
1058 * @clk_id: Clock identifier for the device for this request.
1068 u32 clk_id, bool needs_ssc,
1077 return ti_sci_set_clock_state(handle, dev_id, clk_id, flags,
1085 * @clk_id: Clock identifier for the device for this request.
1094 u32 dev_id, u32 clk_id)
1096 return ti_sci_set_clock_state(handle, dev_id, clk_id,
1105 * @clk_id: Clock identifier for the device for this request.
1114 u32 dev_id, u32 clk_id)
1116 return ti_sci_set_clock_state(handle, dev_id, clk_id,
1125 * @clk_id: Clock identifier for the device for this request.
1133 u32 dev_id, u32 clk_id, bool *req_state)
1141 ret = ti_sci_cmd_get_clock_state(handle, dev_id, clk_id, &state, NULL);
1153 * @clk_id: Clock identifier for the device for this request.
1162 u32 clk_id, bool *req_state, bool *curr_state)
1170 ret = ti_sci_cmd_get_clock_state(handle, dev_id, clk_id,
1186 * @clk_id: Clock identifier for the device for this request.
1195 u32 clk_id, bool *req_state, bool *curr_state)
1203 ret = ti_sci_cmd_get_clock_state(handle, dev_id, clk_id,
1219 * @clk_id: Clock identifier for the device for this request.
1227 u32 dev_id, u32 clk_id, u32 parent_id)
1254 if (clk_id < 255) {
1255 req->clk_id = clk_id;
1257 req->clk_id = 255;
1258 req->clk_id_32 = clk_id;
1287 * @clk_id: Clock identifier for the device for this request.
1295 u32 dev_id, u32 clk_id, u32 *parent_id)
1322 if (clk_id < 255) {
1323 req->clk_id = clk_id;
1325 req->clk_id = 255;
1326 req->clk_id_32 = clk_id;
1356 * @clk_id: Clock identifier for the device for this request.
1364 u32 dev_id, u32 clk_id,
1392 if (clk_id < 255) {
1393 req->clk_id = clk_id;
1395 req->clk_id = 255;
1396 req->clk_id_32 = clk_id;
1426 * @clk_id: Clock identifier for the device for this request.
1442 u32 dev_id, u32 clk_id, u64 min_freq,
1471 if (clk_id < 255) {
1472 req->clk_id = clk_id;
1474 req->clk_id = 255;
1475 req->clk_id_32 = clk_id;
1504 * @clk_id: Clock identifier for the device for this request.
1519 u32 dev_id, u32 clk_id, u64 min_freq,
1547 if (clk_id < 255) {
1548 req->clk_id = clk_id;
1550 req->clk_id = 255;
1551 req->clk_id_32 = clk_id;
1577 * @clk_id: Clock identifier for the device for this request.
1585 u32 dev_id, u32 clk_id, u64 *freq)
1612 if (clk_id < 255) {
1613 req->clk_id = clk_id;
1615 req->clk_id = 255;
1616 req->clk_id_32 = clk_id;