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

/linux-master/drivers/md/
H A Ddm-path-selector.c21 struct path_selector_type pst; member in struct:ps_internal
25 #define pst_to_psi(__pst) container_of((__pst), struct ps_internal, pst)
35 if (!strcmp(name, psi->pst.name))
48 if (psi && !try_module_get(psi->pst.module))
68 return psi ? &psi->pst : NULL;
71 void dm_put_path_selector(struct path_selector_type *pst) argument
75 if (!pst)
79 psi = __find_path_selector_type(pst->name);
83 module_put(psi->pst.module);
88 static struct ps_internal *_alloc_path_selector(struct path_selector_type *pst) argument
98 dm_register_path_selector(struct path_selector_type *pst) argument
120 dm_unregister_path_selector(struct path_selector_type *pst) argument
[all...]
H A Ddm-path-selector.h105 void dm_put_path_selector(struct path_selector_type *pst);
H A Ddm-mpath.c850 struct path_selector_type *pst; local
857 pst = dm_get_path_selector(dm_shift_arg(as));
858 if (!pst) {
865 dm_put_path_selector(pst);
869 r = pst->create(&pg->ps, ps_argc, as->argv);
871 dm_put_path_selector(pst);
876 pg->ps.type = pst;
/linux-master/tools/power/cpupower/debug/i386/
H A Ddump_psb.c84 struct pst_header *pst; local
91 printf("PSB version: %hhx flags: %hhx settling time %hhuus res1 %hhx num pst %hhu\n",
107 printf("Overriding number of pst :%d\n", numpst);
110 pst = (struct pst_header*) p;
113 if (relevant!= pst->cpuid)
119 pst->cpuid,
120 pst->fsb,
121 pst->maxfid,
122 pst->startvid,
123 pst
[all...]
/linux-master/drivers/cpufreq/
H A Dpowernow-k7.c171 static int get_ranges(unsigned char *pst) argument
183 fid = *pst++;
202 vid = *pst++;
440 static void print_pst_entry(struct pst_s *pst, unsigned int j) argument
442 pr_debug("PST:%d (@%p)\n", j, pst);
444 pst->cpuid, pst->fsbspeed, pst->maxfid, pst->startvid);
450 struct pst_s *pst; local
[all...]
H A Dpowernow-k8.c492 static int check_pst_table(struct powernow_k8_data *data, struct pst_s *pst, argument
499 if (pst[j].vid > LEAST_VID) {
501 pst[j].vid);
504 if (pst[j].vid < data->rvo) {
509 if (pst[j].vid < maxvid + data->rvo) {
514 if (pst[j].fid > MAX_FID) {
518 if (j && (pst[j].fid < HI_FID_TABLE_BOTTOM)) {
521 pst[j].fid);
524 if (pst[j].fid < lastfid)
525 lastfid = pst[
559 fill_powernow_table(struct powernow_k8_data *data, struct pst_s *pst, u8 maxvid) argument
[all...]
/linux-master/arch/arm/mach-tegra/
H A Diomap.h114 #define IO_TO_VIRT_XLATE(p, pst, vst) (((p) - (pst) + (vst)))
/linux-master/include/linux/
H A Ddmar.h212 pst : 1, /* 15 */ member in struct:irte::__anon590::__anon591::__anon592::__anon593
279 dst->pst = src->pst;
H A Dphy.h854 * @pst: The PLCA status as reported by the PST bit in the PLCA STATUS
862 bool pst; member in struct:phy_plca_status
/linux-master/net/ethtool/
H A Dplca.c243 const u8 status = data->plca_st.pst;
/linux-master/drivers/power/supply/
H A Dpower_supply_core.c71 struct power_supply *pst = dev_get_drvdata(dev); local
73 if (__power_supply_is_supplied_by(psy, pst)) {
74 if (pst->desc->external_power_changed)
75 pst->desc->external_power_changed(pst);
/linux-master/drivers/iommu/intel/
H A Dirq_remapping.c177 if ((irte->pst == 1) || (irte_modified->pst == 1)) {
195 irq_iommu->mode = irte->pst ? IRQ_POSTING : IRQ_REMAPPING;
/linux-master/drivers/net/ethernet/ibm/ehea/
H A Dehea_phyp.h277 u64 pst; /* 18 */ member in struct:hcp_ehea_port_cb5
/linux-master/drivers/net/phy/
H A Dphy-c45.c1462 plca_st->pst = !!(ret & MDIO_OATC14_PLCA_PST);

Completed in 210 milliseconds