Home
last modified time | relevance | path

Searched refs:ost (Results 1 – 17 of 17) sorted by relevance

/linux/drivers/clocksource/
H A Dingenic-sysost.c284 ost_clk->ost = ost; in ingenic_ost_register_clock()
340 snprintf(ost->name, sizeof(ost->name), "OST percpu timer"); in ingenic_ost_percpu_timer_init()
343 ost->name, &ost->cevt); in ingenic_ost_percpu_timer_init()
349 ost->cevt.name = ost->name; in ingenic_ost_percpu_timer_init()
430 ost = kzalloc(sizeof(*ost), GFP_KERNEL); in ingenic_ost_probe()
431 if (!ost) in ingenic_ost_probe()
456 ost->clocks = kzalloc(struct_size(ost->clocks, hws, ost->soc_info->num_channels), in ingenic_ost_probe()
463 ost->clocks->num = ost->soc_info->num_channels; in ingenic_ost_probe()
493 kfree(ost); in ingenic_ost_probe()
512 if (IS_ERR(ost)) in ingenic_ost_init()
[all …]
H A Dingenic-ost.c70 struct ingenic_ost *ost; in ingenic_ost_probe() local
80 ost = devm_kzalloc(dev, sizeof(*ost), GFP_KERNEL); in ingenic_ost_probe()
81 if (!ost) in ingenic_ost_probe()
84 ingenic_ost = ost; in ingenic_ost_probe()
87 if (IS_ERR(ost->regs)) in ingenic_ost_probe()
88 return PTR_ERR(ost->regs); in ingenic_ost_probe()
97 if (IS_ERR(ost->clk)) in ingenic_ost_probe()
98 return PTR_ERR(ost->clk); in ingenic_ost_probe()
118 cs = &ost->cs; in ingenic_ost_probe()
148 clk_disable(ost->clk); in ingenic_ost_suspend()
[all …]
H A DMakefile78 obj-$(CONFIG_INGENIC_OST) += ingenic-ost.o
/linux/Documentation/devicetree/bindings/timer/
H A Dingenic,sysost.yaml22 - ingenic,x1000-ost
23 - ingenic,x2000-ost
32 const: ost
51 ost: timer@12000000 {
52 compatible = "ingenic,x1000-ost";
58 clock-names = "ost";
H A Dingenic,tcu.yaml199 - ingenic,jz4725b-ost
200 - ingenic,jz4760b-ost
202 - const: ingenic,jz4760-ost
203 - const: ingenic,jz4725b-ost
206 - ingenic,jz4780-ost
207 - ingenic,jz4770-ost
208 - const: ingenic,jz4760b-ost
217 const: ost
293 ost: timer@e0 {
294 compatible = "ingenic,jz4770-ost", "ingenic,jz4760b-ost";
[all …]
/linux/arch/mips/boot/dts/ingenic/
H A Dcu1000-neo.dts55 &ost {
57 assigned-clocks = <&ost OST_CLK_EVENT_TIMER>, <&ost OST_CLK_GLOBAL_TIMER>;
H A Dcu1830-neo.dts55 &ost {
57 assigned-clocks = <&ost OST_CLK_EVENT_TIMER>, <&ost OST_CLK_GLOBAL_TIMER>;
H A Dx1830.dtsi83 ost: timer@12000000 { label
84 compatible = "ingenic,x1830-ost", "ingenic,x1000-ost";
90 clock-names = "ost";
H A Djz4725b.dtsi105 ost: timer@e0 { label
106 compatible = "ingenic,jz4725b-ost";
110 clock-names = "ost";
H A Djz4780.dtsi138 ost: timer@e0 { label
139 compatible = "ingenic,jz4780-ost", "ingenic,jz4770-ost";
143 clock-names = "ost";
H A Dx1000.dtsi90 ost: timer@12000000 { label
91 compatible = "ingenic,x1000-ost";
97 clock-names = "ost";
H A Djz4770.dtsi118 ost: timer@e0 { label
119 compatible = "ingenic,jz4770-ost";
123 clock-names = "ost";
/linux/Documentation/translations/zh_CN/arch/mips/
H A Dingenic-tcu.rst63 OST drivers/clocksource/ingenic-ost.c
/linux/Documentation/translations/zh_TW/arch/mips/
H A Dingenic-tcu.rst63 OST drivers/clocksource/ingenic-ost.c
/linux/scripts/
H A Dunifdef.c330 struct stat ist, ost; in main() local
331 if (stat(ofilename, &ost) == 0 && in main()
333 overwriting = (ist.st_dev == ost.st_dev in main()
334 && ist.st_ino == ost.st_ino); in main()
/linux/Documentation/arch/mips/
H A Dingenic-tcu.rst61 OST drivers/clocksource/ingenic-ost.c
/linux/fs/nfsd/
H A Dnfs4state.c7704 const struct nfs4_ol_stateid *ost) in find_lock_stateid() argument
7708 lockdep_assert_held(&ost->st_stid.sc_client->cl_lock); in find_lock_stateid()
7711 if (!nfs4_ol_stateid_unhashed(ost)) in find_lock_stateid()
7712 list_for_each_entry(lst, &ost->st_locks, st_locks) { in find_lock_stateid()
7770 struct inode *inode, struct nfs4_ol_stateid *ost, in find_or_create_lock_stateid() argument
7775 struct nfs4_openowner *oo = openowner(ost->st_stateowner); in find_or_create_lock_stateid()
7780 lst = find_lock_stateid(lo, ost); in find_or_create_lock_stateid()
7821 struct nfs4_ol_stateid *ost, in lookup_or_create_lock_state() argument
7826 struct nfs4_file *fi = ost->st_stid.sc_file; in lookup_or_create_lock_state()
7827 struct nfs4_openowner *oo = openowner(ost->st_stateowner); in lookup_or_create_lock_state()
[all …]