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

/linux-master/drivers/phy/samsung/
H A Dphy-samsung-ufs.h111 struct samsung_ufs_phy_pmu_isol isol; member in struct:samsung_ufs_phy_drvdata
124 struct samsung_ufs_phy_pmu_isol isol; member in struct:samsung_ufs_phy
136 struct samsung_ufs_phy *phy, u32 isol)
138 regmap_update_bits(phy->reg_pmu, phy->isol.offset,
139 phy->isol.mask, isol ? 0 : phy->isol.en);
135 samsung_ufs_phy_ctrl_isol( struct samsung_ufs_phy *phy, u32 isol) argument
H A Dphy-samsung-ufs.c277 memcpy(&phy->isol, &drvdata->isol, sizeof(phy->isol));
281 phy->isol.offset = isol_offset;
H A Dphy-fsd-ufs.c55 .isol = {
H A Dphy-exynosautov9-ufs.c66 .isol = {
H A Dphy-exynos7-ufs.c77 .isol = {
/linux-master/fs/xfs/
H A Dxfs_qm.c421 struct xfs_qm_isolate *isol = arg; local
469 xfs_buf_delwri_queue(bp, &isol->buffers);
482 list_lru_isolate_move(lru, &dqp->q_lru, &isol->dispose);
509 struct xfs_qm_isolate isol; local
516 INIT_LIST_HEAD(&isol.buffers);
517 INIT_LIST_HEAD(&isol.dispose);
520 xfs_qm_dquot_isolate, &isol);
522 error = xfs_buf_delwri_submit(&isol.buffers);
526 while (!list_empty(&isol.dispose)) {
529 dqp = list_first_entry(&isol
[all...]

Completed in 138 milliseconds