Searched refs:state_entry (Results 1 - 12 of 12) sorted by relevance

/linux-master/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_83xx_vnic.c208 ahw->idc.state_entry = qlcnic_83xx_idc_ready_state_entry;
213 ahw->idc.state_entry = qlcnic_83xx_idc_vnic_pf_entry;
218 ahw->idc.state_entry = qlcnic_83xx_idc_ready_state_entry;
H A Dqlcnic_83xx_hw.h315 int (*state_entry) (struct qlcnic_adapter *); member in struct:qlc_83xx_idc
H A Dqlcnic_83xx_init.c826 if (ahw->idc.state_entry(adapter))
2306 ahw->idc.state_entry = qlcnic_83xx_idc_ready_state_entry;
2572 * that state_entry() will perform the reattachment
2584 ret = idc->state_entry(adapter);
/linux-master/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dvega12_processpptables.c358 const ATOM_Vega12_State *state_entry;
382 state_entry = &(state_arrays->states[entry_index]);
384 result = call_back_func(hwmgr, (void *)state_entry, power_state,
387 le16_to_cpu(state_entry->usClassification),
388 le16_to_cpu(state_entry->usClassification2)));
H A Dvega10_processpptables.c1301 const ATOM_Vega10_State *state_entry; local
1325 state_entry = &(state_arrays->states[entry_index]);
1327 result = call_back_func(hwmgr, (void *)state_entry, power_state,
1330 le16_to_cpu(state_entry->usClassification),
1331 le16_to_cpu(state_entry->usClassification2)));
H A Dprocess_pptables_v1_0.c1375 const ATOM_Tonga_State *state_entry; local
1395 state_entry = GET_FLEXIBLE_ARRAY_MEMBER_ADDR(
1399 result = call_back_func(hwmgr, (void *)state_entry, power_state,
1402 le16_to_cpu(state_entry->usClassification),
1403 le16_to_cpu(state_entry->usClassification2)));
H A Dvega10_hwmgr.c3123 ATOM_Vega10_State *state_entry = (ATOM_Vega10_State *)state; local
3144 (le16_to_cpu(state_entry->usClassification) &
3155 ((le32_to_cpu(state_entry->ulCapsAndSettings) &
3161 ((le32_to_cpu(state_entry->ulCapsAndSettings) &
3188 [state_entry->ucSocClockIndexLow].ulClk;
3190 [state_entry->ucGfxClockIndexLow].ulClk;
3192 [state_entry->ucMemClockIndexLow].ulMemClk;
3197 [state_entry->ucSocClockIndexHigh].ulClk;
3202 if (hwmgr->pp_one_vf && (state_entry->ucGfxClockIndexHigh > 0))
3207 [state_entry
[all...]
H A Dsmu7_hwmgr.c3598 ATOM_Tonga_State *state_entry = (ATOM_Tonga_State *)state; local
3613 (le16_to_cpu(state_entry->usClassification) &
3623 (0 != (le32_to_cpu(state_entry->ulCapsAndSettings) &
3631 (0 != (le32_to_cpu(state_entry->ulCapsAndSettings) &
3656 [state_entry->ucMemoryClockIndexLow].ulMclk;
3659 [state_entry->ucEngineClockIndexLow].ulSclk;
3662 [state_entry->ucEngineClockIndexLow].ulSclk;
3664 state_entry->ucPCIEGenLow);
3666 state_entry->ucPCIELaneLow);
3671 [state_entry
[all...]
/linux-master/drivers/gpu/drm/amd/pm/legacy-dpm/
H A Dlegacy_dpm.c423 ATOM_PPLIB_VCE_State_Record *state_entry; local
434 state_entry = &states->entries[0];
454 (state_entry->ucVCEClockInfoIndex * sizeof(VCEClockInfo)));
460 state_entry->ucClockInfoIndex & 0x3f;
462 (state_entry->ucClockInfoIndex & 0xc0) >> 6;
463 state_entry = (ATOM_PPLIB_VCE_State_Record *)
464 ((u8 *)state_entry + sizeof(ATOM_PPLIB_VCE_State_Record));
/linux-master/drivers/md/dm-vdo/
H A Dblock-map.h149 struct list_head state_entry; member in struct:page_info
H A Dblock-map.c201 INIT_LIST_HEAD(&info->state_entry);
202 list_add_tail(&info->state_entry, &cache->free_list);
360 list_move_tail(&info->state_entry, &info->cache->free_list);
364 list_move_tail(&info->state_entry, &info->cache->outgoing_list);
371 list_del_init(&info->state_entry);
429 state_entry);
431 list_del_init(&info->state_entry);
823 info = list_first_entry(&cache->outgoing_list, struct page_info, state_entry);
1109 state_entry);
1111 list_del_init(&info->state_entry);
[all...]
/linux-master/drivers/gpu/drm/radeon/
H A Dr600_dpm.c1087 ATOM_PPLIB_VCE_State_Record *state_entry; local
1100 state_entry = &states->entries[0];
1119 (state_entry->ucVCEClockInfoIndex * sizeof(VCEClockInfo)));
1125 state_entry->ucClockInfoIndex & 0x3f;
1127 (state_entry->ucClockInfoIndex & 0xc0) >> 6;
1128 state_entry = (ATOM_PPLIB_VCE_State_Record *)
1129 ((u8 *)state_entry + sizeof(ATOM_PPLIB_VCE_State_Record));

Completed in 236 milliseconds