Home
last modified time | relevance | path

Searched refs:isol (Results 1 – 6 of 6) sorted by relevance

/Linux-v6.1/drivers/phy/samsung/
Dphy-samsung-ufs.h111 struct samsung_ufs_phy_pmu_isol isol; member
124 struct samsung_ufs_phy_pmu_isol isol; member
136 struct samsung_ufs_phy *phy, u32 isol) in samsung_ufs_phy_ctrl_isol() argument
138 regmap_update_bits(phy->reg_pmu, phy->isol.offset, in samsung_ufs_phy_ctrl_isol()
139 phy->isol.mask, isol ? 0 : phy->isol.en); in samsung_ufs_phy_ctrl_isol()
Dphy-samsung-ufs.c277 memcpy(&phy->isol, &drvdata->isol, sizeof(phy->isol)); in samsung_ufs_phy_probe()
281 phy->isol.offset = isol_offset; in samsung_ufs_phy_probe()
Dphy-fsd-ufs.c55 .isol = {
Dphy-exynosautov9-ufs.c66 .isol = {
Dphy-exynos7-ufs.c77 .isol = {
/Linux-v6.1/fs/xfs/
Dxfs_qm.c420 struct xfs_qm_isolate *isol = arg; in xfs_qm_dquot_isolate() local
462 xfs_buf_delwri_queue(bp, &isol->buffers); in xfs_qm_dquot_isolate()
475 list_lru_isolate_move(lru, &dqp->q_lru, &isol->dispose); in xfs_qm_dquot_isolate()
501 struct xfs_qm_isolate isol; in xfs_qm_shrink_scan() local
508 INIT_LIST_HEAD(&isol.buffers); in xfs_qm_shrink_scan()
509 INIT_LIST_HEAD(&isol.dispose); in xfs_qm_shrink_scan()
512 xfs_qm_dquot_isolate, &isol); in xfs_qm_shrink_scan()
514 error = xfs_buf_delwri_submit(&isol.buffers); in xfs_qm_shrink_scan()
518 while (!list_empty(&isol.dispose)) { in xfs_qm_shrink_scan()
521 dqp = list_first_entry(&isol.dispose, struct xfs_dquot, q_lru); in xfs_qm_shrink_scan()