/linux-6.6.21/drivers/md/ |
D | dm-path-selector.c | 21 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 …]
|
D | dm-path-selector.h | 105 void dm_put_path_selector(struct path_selector_type *pst);
|
D | dm-mpath.c | 850 struct path_selector_type *pst; in parse_path_selector() local 857 pst = dm_get_path_selector(dm_shift_arg(as)); in parse_path_selector() 858 if (!pst) { in parse_path_selector() 865 dm_put_path_selector(pst); in parse_path_selector() 869 r = pst->create(&pg->ps, ps_argc, as->argv); in parse_path_selector() 871 dm_put_path_selector(pst); in parse_path_selector() 876 pg->ps.type = pst; in parse_path_selector()
|
/linux-6.6.21/tools/power/cpupower/debug/i386/ |
D | dump_psb.c | 84 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.6.21/drivers/cpufreq/ |
D | powernow-k7.c | 171 static int get_ranges(unsigned char *pst) in get_ranges() argument 183 fid = *pst++; in get_ranges() 202 vid = *pst++; in get_ranges() 440 static void print_pst_entry(struct pst_s *pst, unsigned int j) in print_pst_entry() argument 442 pr_debug("PST:%d (@%p)\n", j, pst); in print_pst_entry() 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() 495 number_scales = pst->numpstates; in powernow_decode_bios() [all …]
|
D | powernow-k8.c | 492 static int check_pst_table(struct powernow_k8_data *data, struct pst_s *pst, in check_pst_table() argument 499 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() 509 if (pst[j].vid < maxvid + data->rvo) { in check_pst_table() 514 if (pst[j].fid > MAX_FID) { in check_pst_table() 518 if (j && (pst[j].fid < HI_FID_TABLE_BOTTOM)) { 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() [all …]
|
/linux-6.6.21/arch/arm/mach-tegra/ |
D | iomap.h | 114 #define IO_TO_VIRT_XLATE(p, pst, vst) (((p) - (pst) + (vst))) argument
|
/linux-6.6.21/include/linux/ |
D | dmar.h | 212 pst : 1, /* 15 */ member 279 dst->pst = src->pst; in dmar_copy_shared_irte()
|
D | phy.h | 849 bool pst; member
|
/linux-6.6.21/drivers/power/supply/ |
D | power_supply_core.c | 68 struct power_supply *pst = dev_get_drvdata(dev); in __power_supply_changed_work() local 70 if (__power_supply_is_supplied_by(psy, pst)) { in __power_supply_changed_work() 71 if (pst->desc->external_power_changed) in __power_supply_changed_work() 72 pst->desc->external_power_changed(pst); in __power_supply_changed_work()
|
/linux-6.6.21/net/ethtool/ |
D | plca.c | 243 const u8 status = data->plca_st.pst; in plca_get_status_fill_reply()
|
/linux-6.6.21/drivers/iommu/intel/ |
D | irq_remapping.c | 177 if ((irte->pst == 1) || (irte_modified->pst == 1)) { in modify_irte() 195 irq_iommu->mode = irte->pst ? IRQ_POSTING : IRQ_REMAPPING; in modify_irte()
|
/linux-6.6.21/drivers/net/ethernet/ibm/ehea/ |
D | ehea_phyp.h | 277 u64 pst; /* 18 */ member
|
/linux-6.6.21/drivers/net/phy/ |
D | phy-c45.c | 1373 plca_st->pst = !!(ret & MDIO_OATC14_PLCA_PST); in genphy_c45_plca_get_status()
|