Home
last modified time | relevance | path

Searched refs:current_index (Results 1 – 25 of 29) sorted by relevance

12

/linux-6.6.21/drivers/hid/amd-sfh-hid/
Damd_sfh_client.c51 new->current_index = i; in amd_sfh_get_report()
72 u8 current_index, sensor_index; in amd_sfh_work() local
80 current_index = req_node->current_index; in amd_sfh_work()
90 cli_data->feature_report[current_index]); in amd_sfh_work()
92 hid_input_report(cli_data->hid_sensor_hubs[current_index], in amd_sfh_work()
93 cli_data->report_type[current_index], in amd_sfh_work()
94 cli_data->feature_report[current_index], report_size, 0); in amd_sfh_work()
99 report_size = mp2_ops->get_in_rep(current_index, sensor_index, report_id, in_data); in amd_sfh_work()
101 hid_input_report(cli_data->hid_sensor_hubs[current_index], in amd_sfh_work()
102 cli_data->report_type[current_index], in amd_sfh_work()
[all …]
Damd_sfh_common.h66 u8 (*get_in_rep)(u8 current_index, int sensor_idx, int report_id,
Damd_sfh_hid.h24 u8 current_index; member
/linux-6.6.21/drivers/gpu/drm/radeon/
Dsumo_dpm.c1050 u32 current_index = 0; in sumo_patch_thermal_state() local
1053 current_vddc = current_ps->levels[current_index].vddc_index; in sumo_patch_thermal_state()
1054 current_sclk = current_ps->levels[current_index].sclk; in sumo_patch_thermal_state()
1821 u32 current_index = in sumo_dpm_debugfs_print_current_performance_level() local
1825 if (current_index == BOOST_DPM_LEVEL) { in sumo_dpm_debugfs_print_current_performance_level()
1829 current_index, pl->sclk, in sumo_dpm_debugfs_print_current_performance_level()
1831 } else if (current_index >= ps->num_levels) { in sumo_dpm_debugfs_print_current_performance_level()
1832 seq_printf(m, "invalid dpm profile %d\n", current_index); in sumo_dpm_debugfs_print_current_performance_level()
1834 pl = &ps->levels[current_index]; in sumo_dpm_debugfs_print_current_performance_level()
1837 current_index, pl->sclk, in sumo_dpm_debugfs_print_current_performance_level()
[all …]
Dbtc_dpm.c2740 u32 current_index = in btc_dpm_debugfs_print_current_performance_level() local
2744 if (current_index > 2) { in btc_dpm_debugfs_print_current_performance_level()
2745 seq_printf(m, "invalid dpm profile %d\n", current_index); in btc_dpm_debugfs_print_current_performance_level()
2747 if (current_index == 0) in btc_dpm_debugfs_print_current_performance_level()
2749 else if (current_index == 1) in btc_dpm_debugfs_print_current_performance_level()
2755 current_index, pl->sclk, pl->mclk, pl->vddc, pl->vddci); in btc_dpm_debugfs_print_current_performance_level()
2765 u32 current_index = in btc_dpm_get_current_sclk() local
2769 if (current_index > 2) { in btc_dpm_get_current_sclk()
2772 if (current_index == 0) in btc_dpm_get_current_sclk()
2774 else if (current_index == 1) in btc_dpm_get_current_sclk()
[all …]
Drv6xx_dpm.c2034 u32 current_index = in rv6xx_dpm_debugfs_print_current_performance_level() local
2038 if (current_index > 2) { in rv6xx_dpm_debugfs_print_current_performance_level()
2039 seq_printf(m, "invalid dpm profile %d\n", current_index); in rv6xx_dpm_debugfs_print_current_performance_level()
2041 if (current_index == 0) in rv6xx_dpm_debugfs_print_current_performance_level()
2043 else if (current_index == 1) in rv6xx_dpm_debugfs_print_current_performance_level()
2049 current_index, pl->sclk, pl->mclk, pl->vddc); in rv6xx_dpm_debugfs_print_current_performance_level()
2059 u32 current_index = in rv6xx_dpm_get_current_sclk() local
2063 if (current_index > 2) { in rv6xx_dpm_get_current_sclk()
2066 if (current_index == 0) in rv6xx_dpm_get_current_sclk()
2068 else if (current_index == 1) in rv6xx_dpm_get_current_sclk()
[all …]
Drv770_dpm.c2473 u32 current_index = in rv770_dpm_debugfs_print_current_performance_level() local
2477 if (current_index > 2) { in rv770_dpm_debugfs_print_current_performance_level()
2478 seq_printf(m, "invalid dpm profile %d\n", current_index); in rv770_dpm_debugfs_print_current_performance_level()
2480 if (current_index == 0) in rv770_dpm_debugfs_print_current_performance_level()
2482 else if (current_index == 1) in rv770_dpm_debugfs_print_current_performance_level()
2489 current_index, pl->sclk, pl->mclk, pl->vddc, pl->vddci); in rv770_dpm_debugfs_print_current_performance_level()
2492 current_index, pl->sclk, pl->mclk, pl->vddc); in rv770_dpm_debugfs_print_current_performance_level()
2502 u32 current_index = in rv770_dpm_get_current_sclk() local
2506 if (current_index > 2) { in rv770_dpm_get_current_sclk()
2509 if (current_index == 0) in rv770_dpm_get_current_sclk()
[all …]
Dtrinity_dpm.c1362 u32 current_index = 0; in trinity_patch_thermal_state() local
1365 current_vddc = current_ps->levels[current_index].vddc_index; in trinity_patch_thermal_state()
1366 current_sclk = current_ps->levels[current_index].sclk; in trinity_patch_thermal_state()
1994 u32 current_index = in trinity_dpm_debugfs_print_current_performance_level() local
1998 if (current_index >= ps->num_levels) { in trinity_dpm_debugfs_print_current_performance_level()
1999 seq_printf(m, "invalid dpm profile %d\n", current_index); in trinity_dpm_debugfs_print_current_performance_level()
2001 pl = &ps->levels[current_index]; in trinity_dpm_debugfs_print_current_performance_level()
2004 current_index, pl->sclk, in trinity_dpm_debugfs_print_current_performance_level()
2015 u32 current_index = in trinity_dpm_get_current_sclk() local
2019 if (current_index >= ps->num_levels) { in trinity_dpm_get_current_sclk()
[all …]
Dkv_dpm.c2602 u32 current_index = in kv_dpm_debugfs_print_current_performance_level() local
2608 if (current_index >= SMU__NUM_SCLK_DPM_STATE) { in kv_dpm_debugfs_print_current_performance_level()
2609 seq_printf(m, "invalid dpm profile %d\n", current_index); in kv_dpm_debugfs_print_current_performance_level()
2611 sclk = be32_to_cpu(pi->graphics_level[current_index].SclkFrequency); in kv_dpm_debugfs_print_current_performance_level()
2618 current_index, sclk, vddc); in kv_dpm_debugfs_print_current_performance_level()
2625 u32 current_index = in kv_dpm_get_current_sclk() local
2630 if (current_index >= SMU__NUM_SCLK_DPM_STATE) { in kv_dpm_get_current_sclk()
2633 sclk = be32_to_cpu(pi->graphics_level[current_index].SclkFrequency); in kv_dpm_get_current_sclk()
Dni_dpm.c4314 u32 current_index = in ni_dpm_debugfs_print_current_performance_level() local
4318 if (current_index >= ps->performance_level_count) { in ni_dpm_debugfs_print_current_performance_level()
4319 seq_printf(m, "invalid dpm profile %d\n", current_index); in ni_dpm_debugfs_print_current_performance_level()
4321 pl = &ps->performance_levels[current_index]; in ni_dpm_debugfs_print_current_performance_level()
4324 current_index, pl->sclk, pl->mclk, pl->vddc, pl->vddci); in ni_dpm_debugfs_print_current_performance_level()
4334 u32 current_index = in ni_dpm_get_current_sclk() local
4338 if (current_index >= ps->performance_level_count) { in ni_dpm_get_current_sclk()
4341 pl = &ps->performance_levels[current_index]; in ni_dpm_get_current_sclk()
4352 u32 current_index = in ni_dpm_get_current_mclk() local
4356 if (current_index >= ps->performance_level_count) { in ni_dpm_get_current_mclk()
[all …]
Dsi_dpm.c7079 u32 current_index = in si_dpm_debugfs_print_current_performance_level() local
7083 if (current_index >= ps->performance_level_count) { in si_dpm_debugfs_print_current_performance_level()
7084 seq_printf(m, "invalid dpm profile %d\n", current_index); in si_dpm_debugfs_print_current_performance_level()
7086 pl = &ps->performance_levels[current_index]; in si_dpm_debugfs_print_current_performance_level()
7089 current_index, pl->sclk, pl->mclk, pl->vddc, pl->vddci, pl->pcie_gen + 1); in si_dpm_debugfs_print_current_performance_level()
7099 u32 current_index = in si_dpm_get_current_sclk() local
7103 if (current_index >= ps->performance_level_count) { in si_dpm_get_current_sclk()
7106 pl = &ps->performance_levels[current_index]; in si_dpm_get_current_sclk()
7117 u32 current_index = in si_dpm_get_current_mclk() local
7121 if (current_index >= ps->performance_level_count) { in si_dpm_get_current_mclk()
[all …]
/linux-6.6.21/drivers/hid/amd-sfh-hid/hid_descriptor/
Damd_sfh_hid_desc.c206 static u8 get_input_report(u8 current_index, int sensor_idx, int report_id, in get_input_report() argument
210 u32 *sensor_virt_addr = in_data->sensor_virt_addr[current_index]; in get_input_report()
211 u8 *input_report = in_data->input_report[current_index]; in get_input_report()
/linux-6.6.21/drivers/md/persistent-data/
Ddm-bitset.c118 r = dm_array_set_value(&info->array_info, root, info->current_index, in dm_bitset_flush()
142 info->current_index = array_index; in read_bits()
155 if (info->current_index == array_index) in get_array_entry()
Ddm-bitset.h71 uint32_t current_index; member
/linux-6.6.21/scripts/kconfig/
Dnconf.c1149 int current_index = 0; in selected_conf() local
1170 current_index = i; in selected_conf()
1178 current_index, &last_top_row); in selected_conf()
1190 if (do_match(res, &match_state, &current_index) == 0) { in selected_conf()
1191 if (current_index != -1) in selected_conf()
1192 center_item(current_index, in selected_conf()
1240 current_index = curses_item_index(); in selected_conf()
/linux-6.6.21/drivers/usb/gadget/udc/cdns2/
Dcdns2-trace.h521 TP_PROTO(struct cdns2_request *priv_req, int current_index,
523 TP_ARGS(priv_req, current_index, handled),
535 __entry->dma_position = current_index;
553 TP_PROTO(struct cdns2_request *priv_req, int current_index,
555 TP_ARGS(priv_req, current_index, handled)
Dcdns2-gadget.c884 int current_index = 0; in cdns2_trb_handled() local
889 current_index = cdns2_get_dma_pos(pdev, pep); in cdns2_trb_handled()
897 if (current_index >= TRBS_PER_SEGMENT) in cdns2_trb_handled()
921 if (doorbell == 1 && current_index == ring->dequeue) in cdns2_trb_handled()
933 } else if (ring->dequeue < current_index) { in cdns2_trb_handled()
934 if ((current_index == (TRBS_PER_SEGMENT - 1)) && in cdns2_trb_handled()
939 } else if (ring->dequeue > current_index) { in cdns2_trb_handled()
944 trace_cdns2_request_handled(preq, current_index, handled); in cdns2_trb_handled()
/linux-6.6.21/drivers/usb/cdns3/
Dcdns3-trace.h511 TP_PROTO(struct cdns3_request *priv_req, int current_index,
513 TP_ARGS(priv_req, current_index, handled),
525 __entry->dma_position = current_index;
543 TP_PROTO(struct cdns3_request *priv_req, int current_index,
545 TP_ARGS(priv_req, current_index, handled)
Dcdns3-gadget.c1489 int current_index = 0; in cdns3_trb_handled() local
1493 current_index = cdns3_get_dma_pos(priv_dev, priv_ep); in cdns3_trb_handled()
1519 if (doorbell == 1 && current_index == priv_ep->dequeue) in cdns3_trb_handled()
1531 } else if (priv_ep->dequeue < current_index) { in cdns3_trb_handled()
1532 if ((current_index == (priv_ep->num_trbs - 1)) && in cdns3_trb_handled()
1537 } else if (priv_ep->dequeue > current_index) { in cdns3_trb_handled()
1542 trace_cdns3_request_handled(priv_req, current_index, handled); in cdns3_trb_handled()
/linux-6.6.21/net/sunrpc/
Dcache.c380 static int current_index; variable
435 current_index >= current_detail->hash_size) { in cache_clean()
447 current_index = current_detail->hash_size; in cache_clean()
449 current_index = 0; in cache_clean()
456 current_index < current_detail->hash_size && in cache_clean()
457 hlist_empty(&current_detail->hash_table[current_index])) in cache_clean()
458 current_index++; in cache_clean()
462 if (current_detail && current_index < current_detail->hash_size) { in cache_clean()
472 head = &current_detail->hash_table[current_index]; in cache_clean()
488 current_index ++; in cache_clean()
/linux-6.6.21/drivers/hid/amd-sfh-hid/sfh1_1/
Damd_sfh_desc.c176 static u8 get_input_rep(u8 current_index, int sensor_idx, int report_id, in get_input_rep() argument
180 u8 *input_report = in_data->input_report[current_index]; in get_input_rep()
/linux-6.6.21/fs/nfs/
Ddir.c163 loff_t current_index; member
483 desc->current_index += array->size; in nfs_readdir_seek_next_array()
492 desc->current_index = 0; in nfs_readdir_rewind_search()
500 loff_t diff = desc->ctx->pos - desc->current_index; in nfs_readdir_search_for_pos()
548 desc->ctx->pos = desc->current_index + i; in nfs_readdir_search_for_cookie()
/linux-6.6.21/drivers/gpu/drm/amd/pm/legacy-dpm/
Dkv_dpm.c2857 u32 current_index = in kv_dpm_debugfs_print_current_performance_level() local
2864 if (current_index >= SMU__NUM_SCLK_DPM_STATE) { in kv_dpm_debugfs_print_current_performance_level()
2865 seq_printf(m, "invalid dpm profile %d\n", current_index); in kv_dpm_debugfs_print_current_performance_level()
2867 sclk = be32_to_cpu(pi->graphics_level[current_index].SclkFrequency); in kv_dpm_debugfs_print_current_performance_level()
2875 current_index, sclk, vddc); in kv_dpm_debugfs_print_current_performance_level()
/linux-6.6.21/drivers/scsi/ibmvscsi_tgt/
Dibmvscsi_tgt.c306 uint *current_index, in ibmvscsis_cmd_q_dequeue() argument
311 ptr = base_addr + *current_index; in ibmvscsis_cmd_q_dequeue()
314 *current_index = (*current_index + 1) & mask; in ibmvscsis_cmd_q_dequeue()
/linux-6.6.21/drivers/net/wireless/cisco/
Dairo.c6392 int current_index; in airo_set_encode() local
6399 current_index = get_wep_tx_idx(local); in airo_set_encode()
6400 if (current_index < 0) in airo_set_encode()
6401 current_index = 0; in airo_set_encode()
6405 index = current_index; in airo_set_encode()
6430 if ((index == current_index) && (key.len > 0) && in airo_set_encode()

12