Home
last modified time | relevance | path

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

/linux/drivers/md/
H A Ddm-path-selector.c21 struct path_selector_type pst; member
25 #define pst_to_psi(__pst) container_of((__pst), struct ps_internal, pst)
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()
71 void dm_put_path_selector(struct path_selector_type *pst) in dm_put_path_selector() argument
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()
88 static struct ps_internal *_alloc_path_selector(struct path_selector_type *pst) in _alloc_path_selector() argument
[all …]
H A Ddm-path-selector.h105 void dm_put_path_selector(struct path_selector_type *pst);
/linux/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/drivers/cpufreq/
H A Dpowernow-k8.c494 static int check_pst_table(struct powernow_k8_data *data, struct pst_s *pst, in check_pst_table() argument
501 if (pst[j].vid > LEAST_VID) { in check_pst_table()
503 pst[j].vid); in check_pst_table()
506 if (pst[j].vid < data->rvo) { in check_pst_table()
511 if (pst[j].vid < maxvid + data->rvo) { in check_pst_table()
516 if (pst[j].fid > MAX_FID) { in check_pst_table()
520 if (j && (pst[j].fid < HI_FID_TABLE_BOTTOM)) { in check_pst_table()
523 pst[j].fid); in check_pst_table()
526 if (pst[j].fid < lastfid) in check_pst_table()
527 lastfid = pst[j].fid; in check_pst_table()
[all …]
/linux/arch/arm/mach-tegra/
H A Diomap.h114 #define IO_TO_VIRT_XLATE(p, pst, vst) (((p) - (pst) + (vst))) argument
/linux/drivers/net/phy/
H A Dphy-c45.c1597 plca_st->pst = !!(ret & MDIO_OATC14_PLCA_PST); in genphy_c45_plca_get_status()
/linux/include/linux/
H A Dphy.h918 bool pst; member