Home
last modified time | relevance | path

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

/linux/drivers/phy/samsung/
H A Dphy-samsung-ufs.h117 struct samsung_ufs_phy_pmu_isol isol; member
134 struct samsung_ufs_phy_pmu_isol isol; member
146 struct samsung_ufs_phy *phy, u32 isol) in samsung_ufs_phy_ctrl_isol() argument
148 regmap_update_bits(phy->reg_pmu, phy->isol.offset, in samsung_ufs_phy_ctrl_isol()
149 phy->isol.mask, isol ? 0 : phy->isol.en); in samsung_ufs_phy_ctrl_isol()
H A Dphy-samsung-ufs.c330 memcpy(&phy->isol, &drvdata->isol, sizeof(phy->isol)); in samsung_ufs_phy_probe()
334 phy->isol.offset = isol_offset; in samsung_ufs_phy_probe()
H A Dphy-gs101-ufs.c201 .isol = {
/linux/fs/xfs/
H A Dxfs_qm.c422 struct xfs_qm_isolate *isol = arg; in xfs_qm_dquot_isolate() local
477 list_lru_isolate_move(lru, &dqp->q_lru, &isol->dispose); in xfs_qm_dquot_isolate()
497 struct xfs_qm_isolate isol; in xfs_qm_shrink_scan() local
504 INIT_LIST_HEAD(&isol.buffers); in xfs_qm_shrink_scan()
505 INIT_LIST_HEAD(&isol.dispose); in xfs_qm_shrink_scan()
508 xfs_qm_dquot_isolate, &isol); in xfs_qm_shrink_scan()
510 error = xfs_buf_delwri_submit(&isol.buffers); in xfs_qm_shrink_scan()
514 while (!list_empty(&isol.dispose)) { in xfs_qm_shrink_scan()
517 dqp = list_first_entry(&isol.dispose, struct xfs_dquot, q_lru); in xfs_qm_shrink_scan()