Home
last modified time | relevance | path

Searched refs:pst (Results 1 – 14 of 14) sorted by relevance

/linux-6.15/drivers/md/
H A Ddm-path-selector.c21 struct path_selector_type pst; member
35 if (!strcmp(name, psi->pst.name)) in __find_path_selector_type()
48 if (psi && !try_module_get(psi->pst.module)) in get_path_selector()
68 return psi ? &psi->pst : NULL; in dm_get_path_selector()
75 if (!pst) in dm_put_path_selector()
79 psi = __find_path_selector_type(pst->name); in dm_put_path_selector()
83 module_put(psi->pst.module); in dm_put_path_selector()
93 psi->pst = *pst; in _alloc_path_selector()
101 struct ps_internal *psi = _alloc_path_selector(pst); in dm_register_path_selector()
108 if (__find_path_selector_type(pst->name)) { in dm_register_path_selector()
[all …]
H A Ddm-path-selector.h105 void dm_put_path_selector(struct path_selector_type *pst);
H A Ddm-mpath.c849 struct path_selector_type *pst; in parse_path_selector() local
856 pst = dm_get_path_selector(dm_shift_arg(as)); in parse_path_selector()
857 if (!pst) { in parse_path_selector()
864 dm_put_path_selector(pst); in parse_path_selector()
868 r = pst->create(&pg->ps, ps_argc, as->argv); in parse_path_selector()
870 dm_put_path_selector(pst); in parse_path_selector()
875 pg->ps.type = pst; in parse_path_selector()
/linux-6.15/tools/power/cpupower/debug/i386/
H A Ddump_psb.c84 struct pst_header *pst; in decode_psb() local
110 pst = (struct pst_header*) p; in decode_psb()
113 if (relevant!= pst->cpuid) in decode_psb()
119 pst->cpuid, in decode_psb()
120 pst->fsb, in decode_psb()
121 pst->maxfid, in decode_psb()
122 pst->startvid, in decode_psb()
123 pst->numpstates); in decode_psb()
125 fsb = pst->fsb; in decode_psb()
126 decode_pst(p + sizeof(struct pst_header), pst->numpstates); in decode_psb()
[all …]
/linux-6.15/drivers/cpufreq/
H A Dpowernow-k7.c183 fid = *pst++; in get_ranges()
202 vid = *pst++; in get_ranges()
444 pst->cpuid, pst->fsbspeed, pst->maxfid, pst->startvid); in print_pst_entry()
450 struct pst_s *pst; in powernow_decode_bios() local
491 pst = (struct pst_s *) p; in powernow_decode_bios()
494 pst = (struct pst_s *) p; in powernow_decode_bios()
497 if ((etuple == pst->cpuid) && in powernow_decode_bios()
499 (maxfid == pst->maxfid) && in powernow_decode_bios()
501 print_pst_entry(pst, j); in powernow_decode_bios()
502 p = (char *)pst + sizeof(*pst); in powernow_decode_bios()
[all …]
H A Dpowernow-k8.c499 if (pst[j].vid > LEAST_VID) { in check_pst_table()
501 pst[j].vid); in check_pst_table()
504 if (pst[j].vid < data->rvo) { in check_pst_table()
514 if (pst[j].fid > MAX_FID) { in check_pst_table()
521 pst[j].fid); in check_pst_table()
524 if (pst[j].fid < lastfid) in check_pst_table()
525 lastfid = pst[j].fid; in check_pst_table()
560 struct pst_s *pst, u8 maxvid) in fill_powernow_table() argument
573 if (pst[j-1].fid >= pst[j].fid) { in fill_powernow_table()
613 if ((pst[j].fid == data->currfid) && in fill_powernow_table()
[all …]
/linux-6.15/arch/arm/mach-tegra/
H A Diomap.h114 #define IO_TO_VIRT_XLATE(p, pst, vst) (((p) - (pst) + (vst))) argument
/linux-6.15/include/linux/
H A Ddmar.h212 pst : 1, /* 15 */ member
279 dst->pst = src->pst; in dmar_copy_shared_irte()
H A Dphy.h845 bool pst; member
/linux-6.15/net/ethtool/
H A Dplca.c253 const u8 status = data->plca_st.pst; in plca_get_status_fill_reply()
/linux-6.15/drivers/power/supply/
H A Dpower_supply_core.c69 static int __power_supply_changed_work(struct power_supply *pst, void *data) in __power_supply_changed_work() argument
73 if (__power_supply_is_supplied_by(psy, pst)) in __power_supply_changed_work()
74 power_supply_external_power_changed(pst); in __power_supply_changed_work()
/linux-6.15/drivers/net/ethernet/ibm/ehea/
H A Dehea_phyp.h277 u64 pst; /* 18 */ member
/linux-6.15/drivers/iommu/intel/
H A Dirq_remapping.c173 if ((irte->pst == 1) || (irte_modified->pst == 1)) { in modify_irte()
/linux-6.15/drivers/net/phy/
H A Dphy-c45.c1463 plca_st->pst = !!(ret & MDIO_OATC14_PLCA_PST); in genphy_c45_plca_get_status()