Searched refs:isol (Results 1 – 8 of 8) sorted by relevance
| /linux-6.15/drivers/phy/samsung/ |
| H A D | phy-samsung-ufs.h | 111 struct samsung_ufs_phy_pmu_isol isol; member 127 struct samsung_ufs_phy_pmu_isol isol; member 139 struct samsung_ufs_phy *phy, u32 isol) in samsung_ufs_phy_ctrl_isol() argument 141 regmap_update_bits(phy->reg_pmu, phy->isol.offset, in samsung_ufs_phy_ctrl_isol() 142 phy->isol.mask, isol ? 0 : phy->isol.en); in samsung_ufs_phy_ctrl_isol()
|
| H A D | phy-samsung-ufs.c | 290 memcpy(&phy->isol, &drvdata->isol, sizeof(phy->isol)); in samsung_ufs_phy_probe() 294 phy->isol.offset = isol_offset; in samsung_ufs_phy_probe()
|
| H A D | phy-fsd-ufs.c | 55 .isol = {
|
| H A D | phy-exynosautov9-ufs.c | 66 .isol = {
|
| H A D | phy-exynos7-ufs.c | 77 .isol = {
|
| H A D | phy-exynosautov920-ufs.c | 159 .isol = {
|
| H A D | phy-gs101-ufs.c | 173 .isol = {
|
| /linux-6.15/fs/xfs/ |
| H A D | xfs_qm.c | 467 struct xfs_qm_isolate *isol = arg; in xfs_qm_dquot_isolate() local 525 xfs_buf_delwri_queue(bp, &isol->buffers); in xfs_qm_dquot_isolate() 540 list_lru_isolate_move(lru, &dqp->q_lru, &isol->dispose); in xfs_qm_dquot_isolate() 566 struct xfs_qm_isolate isol; in xfs_qm_shrink_scan() local 573 INIT_LIST_HEAD(&isol.buffers); in xfs_qm_shrink_scan() 574 INIT_LIST_HEAD(&isol.dispose); in xfs_qm_shrink_scan() 577 xfs_qm_dquot_isolate, &isol); in xfs_qm_shrink_scan() 579 error = xfs_buf_delwri_submit(&isol.buffers); in xfs_qm_shrink_scan() 583 while (!list_empty(&isol.dispose)) { in xfs_qm_shrink_scan() 586 dqp = list_first_entry(&isol.dispose, struct xfs_dquot, q_lru); in xfs_qm_shrink_scan()
|