Searched refs:ost (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/clocksource/
H A Dingenic-sysost.c69 struct ingenic_ost *ost; member in struct:ingenic_ost_clk
98 prescale = readl(ost_clk->ost->base + info->ostccr_reg);
112 prescale = readl(ost_clk->ost->base + info->ostccr_reg);
152 val = readl(ost_clk->ost->base + info->ostccr_reg);
155 writel(val, ost_clk->ost->base + info->ostccr_reg);
168 val = readl(ost_clk->ost->base + info->ostccr_reg);
171 writel(val, ost_clk->ost->base + info->ostccr_reg);
216 struct ingenic_ost *ost = ingenic_ost; local
219 count = readl(ost->base + OST_REG_OST2CNTL);
236 struct ingenic_ost *ost local
246 struct ingenic_ost *ost = to_ingenic_ost(evt); local
260 struct ingenic_ost *ost = to_ingenic_ost(evt); local
270 ingenic_ost_register_clock(struct ingenic_ost *ost, unsigned int idx, const struct ingenic_ost_clk_info *info, struct clk_hw_onecell_data *clocks) argument
313 ingenic_ost_percpu_timer_init(struct device_node *np, struct ingenic_ost *ost) argument
367 ingenic_ost_global_timer_init(struct device_node *np, struct ingenic_ost *ost) argument
426 struct ingenic_ost *ost; local
499 struct ingenic_ost *ost; local
[all...]
H A Dingenic-ost.c70 struct ingenic_ost *ost; local
80 ost = devm_kzalloc(dev, sizeof(*ost), GFP_KERNEL);
81 if (!ost)
84 ingenic_ost = ost;
86 ost->regs = devm_platform_ioremap_resource(pdev, 0);
87 if (IS_ERR(ost->regs))
88 return PTR_ERR(ost->regs);
96 ost->clk = devm_clk_get(dev, "ost");
146 struct ingenic_ost *ost = dev_get_drvdata(dev); local
155 struct ingenic_ost *ost = dev_get_drvdata(dev); local
[all...]
H A DMakefile77 obj-$(CONFIG_INGENIC_OST) += ingenic-ost.o
/linux-master/scripts/
H A Dunifdef.c330 struct stat ist, ost; local
331 if (stat(ofilename, &ost) == 0 &&
333 overwriting = (ist.st_dev == ost.st_dev
334 && ist.st_ino == ost.st_ino);
/linux-master/fs/nfsd/
H A Dnfs4state.c7677 const struct nfs4_ol_stateid *ost)
7681 lockdep_assert_held(&ost->st_stid.sc_client->cl_lock);
7683 /* If ost is not hashed, ost->st_locks will not be valid */
7684 if (!nfs4_ol_stateid_unhashed(ost))
7685 list_for_each_entry(lst, &ost->st_locks, st_locks) {
7743 struct inode *inode, struct nfs4_ol_stateid *ost,
7748 struct nfs4_openowner *oo = openowner(ost->st_stateowner);
7753 lst = find_lock_stateid(lo, ost);
7764 lst = init_lock_stateid(openlockstateid(ns), lo, fi, inode, ost);
7676 find_lock_stateid(const struct nfs4_lockowner *lo, const struct nfs4_ol_stateid *ost) argument
7742 find_or_create_lock_stateid(struct nfs4_lockowner *lo, struct nfs4_file *fi, struct inode *inode, struct nfs4_ol_stateid *ost, bool *new) argument
7793 lookup_or_create_lock_state(struct nfsd4_compound_state *cstate, struct nfs4_ol_stateid *ost, struct nfsd4_lock *lock, struct nfs4_ol_stateid **plst, bool *new) argument
[all...]

Completed in 141 milliseconds