Home
last modified time | relevance | path

Searched refs:osc (Results 1 – 124 of 124) sorted by relevance

/linux-4.4.14/drivers/clk/versatile/
Dclk-vexpress-osc.c29 #define to_vexpress_osc(osc) container_of(osc, struct vexpress_osc, hw) argument
34 struct vexpress_osc *osc = to_vexpress_osc(hw); in vexpress_osc_recalc_rate() local
37 regmap_read(osc->reg, 0, &rate); in vexpress_osc_recalc_rate()
45 struct vexpress_osc *osc = to_vexpress_osc(hw); in vexpress_osc_round_rate() local
47 if (WARN_ON(osc->rate_min && rate < osc->rate_min)) in vexpress_osc_round_rate()
48 rate = osc->rate_min; in vexpress_osc_round_rate()
50 if (WARN_ON(osc->rate_max && rate > osc->rate_max)) in vexpress_osc_round_rate()
51 rate = osc->rate_max; in vexpress_osc_round_rate()
59 struct vexpress_osc *osc = to_vexpress_osc(hw); in vexpress_osc_set_rate() local
61 return regmap_write(osc->reg, 0, rate); in vexpress_osc_set_rate()
[all …]
DMakefile6 obj-$(CONFIG_CLK_VEXPRESS_OSC) += clk-vexpress-osc.o
/linux-4.4.14/drivers/staging/lustre/lustre/osc/
Dosc_object.c55 static struct lu_object *osc2lu(struct osc_object *osc) in osc2lu() argument
57 return &osc->oo_cl.co_lu; in osc2lu()
75 struct osc_object *osc = lu2osc(obj); in osc_object_init() local
79 osc->oo_oinfo = cconf->u.coc_oinfo; in osc_object_init()
80 spin_lock_init(&osc->oo_seatbelt); in osc_object_init()
82 INIT_LIST_HEAD(&osc->oo_inflight[i]); in osc_object_init()
84 INIT_LIST_HEAD(&osc->oo_ready_item); in osc_object_init()
85 INIT_LIST_HEAD(&osc->oo_hp_ready_item); in osc_object_init()
86 INIT_LIST_HEAD(&osc->oo_write_item); in osc_object_init()
87 INIT_LIST_HEAD(&osc->oo_read_item); in osc_object_init()
[all …]
Dosc_cache.c59 struct client_obd *cli, struct osc_object *osc);
1219 static inline int osc_is_ready(struct osc_object *osc) in osc_is_ready() argument
1221 return !list_empty(&osc->oo_ready_item) || in osc_is_ready()
1222 !list_empty(&osc->oo_hp_ready_item); in osc_is_ready()
1531 struct osc_object *osc = oap->oap_obj; in osc_enter_cache() local
1532 struct lov_oinfo *loi = osc->oo_oinfo; in osc_enter_cache()
1634 static int osc_max_rpc_in_flight(struct client_obd *cli, struct osc_object *osc) in osc_max_rpc_in_flight() argument
1636 int hprpc = !!list_empty(&osc->oo_hp_exts); in osc_max_rpc_in_flight()
1644 static int osc_makes_rpc(struct client_obd *cli, struct osc_object *osc, in osc_makes_rpc() argument
1657 if (atomic_read(&osc->oo_nr_writes) == 0) in osc_makes_rpc()
[all …]
DMakefile1 obj-$(CONFIG_LUSTRE_FS) += osc.o
2 osc-y := osc_request.o osc_dev.o osc_object.o \
Dosc_io.c105 struct osc_object *osc = NULL; /* to keep gcc happy */ in osc_io_submit() local
122 osc = cl2osc(ios->cis_obj); in osc_io_submit()
123 cli = osc_cli(osc); in osc_io_submit()
142 LASSERT(osc == oap->oap_obj); in osc_io_submit()
174 result = osc_queue_sync_pages(env, osc, &list, cmd, in osc_io_submit()
182 result = osc_queue_sync_pages(env, osc, &list, cmd, brw_flags); in osc_io_submit()
578 struct osc_object *osc = cl2osc(obj); in osc_io_fsync_start() local
586 result = osc_cache_writeback_range(env, osc, start, end, 0, in osc_io_fsync_start()
600 rc = osc_cache_wait_range(env, osc, start, end); in osc_io_fsync_start()
603 rc = osc_fsync_ost(env, osc, fio); in osc_io_fsync_start()
Dosc_dev.c109 static struct lu_device *osc2lu_dev(struct osc_device *osc) in osc2lu_dev() argument
111 return &osc->od_cl.cd_lu_dev; in osc2lu_dev()
171 LU_TYPE_INIT_FINI(osc, &osc_key, &osc_session_key);
Dlproc_osc.c571 LPROC_SEQ_FOPS_RO_TYPE(osc, connect_flags);
572 LPROC_SEQ_FOPS_RO_TYPE(osc, server_uuid);
573 LPROC_SEQ_FOPS_RO_TYPE(osc, conn_uuid);
574 LPROC_SEQ_FOPS_RO_TYPE(osc, timeouts);
575 LPROC_SEQ_FOPS_RO_TYPE(osc, state);
577 LPROC_SEQ_FOPS_WR_ONLY(osc, ping);
579 LPROC_SEQ_FOPS_RW_TYPE(osc, import);
580 LPROC_SEQ_FOPS_RW_TYPE(osc, pinger_recov);
Dosc_cl_internal.h437 int osc_prep_async_page(struct osc_object *osc, struct osc_page *ops,
456 struct osc_object *osc);
Dosc_page.c504 struct osc_object *osc = cl2osc(obj); in osc_page_init() local
511 result = osc_prep_async_page(osc, opg, vmpage, in osc_page_init()
531 result = osc_lru_reserve(env, osc, opg); in osc_page_init()
/linux-4.4.14/drivers/clk/at91/
Dclk-slow.c79 struct clk_slow_osc *osc = to_clk_slow_osc(hw); in clk_slow_osc_prepare() local
80 void __iomem *sckcr = osc->sckcr; in clk_slow_osc_prepare()
88 usleep_range(osc->startup_usec, osc->startup_usec + 1); in clk_slow_osc_prepare()
95 struct clk_slow_osc *osc = to_clk_slow_osc(hw); in clk_slow_osc_unprepare() local
96 void __iomem *sckcr = osc->sckcr; in clk_slow_osc_unprepare()
107 struct clk_slow_osc *osc = to_clk_slow_osc(hw); in clk_slow_osc_is_prepared() local
108 void __iomem *sckcr = osc->sckcr; in clk_slow_osc_is_prepared()
130 struct clk_slow_osc *osc; in at91_clk_register_slow_osc() local
137 osc = kzalloc(sizeof(*osc), GFP_KERNEL); in at91_clk_register_slow_osc()
138 if (!osc) in at91_clk_register_slow_osc()
[all …]
Dclk-main.c74 struct clk_main_osc *osc = dev_id; in clk_main_osc_irq_handler() local
76 wake_up(&osc->wait); in clk_main_osc_irq_handler()
77 disable_irq_nosync(osc->irq); in clk_main_osc_irq_handler()
84 struct clk_main_osc *osc = to_clk_main_osc(hw); in clk_main_osc_prepare() local
85 struct at91_pmc *pmc = osc->pmc; in clk_main_osc_prepare()
98 enable_irq(osc->irq); in clk_main_osc_prepare()
99 wait_event(osc->wait, in clk_main_osc_prepare()
108 struct clk_main_osc *osc = to_clk_main_osc(hw); in clk_main_osc_unprepare() local
109 struct at91_pmc *pmc = osc->pmc; in clk_main_osc_unprepare()
124 struct clk_main_osc *osc = to_clk_main_osc(hw); in clk_main_osc_is_prepared() local
[all …]
/linux-4.4.14/arch/arm/boot/dts/
Dvexpress-v2p-ca5s.dts131 oscclk0: osc@0 {
133 compatible = "arm,vexpress-osc";
140 oscclk1: osc@1 {
142 compatible = "arm,vexpress-osc";
149 osc@2 {
151 compatible = "arm,vexpress-osc";
158 oscclk3: osc@3 {
160 compatible = "arm,vexpress-osc";
167 osc@4 {
169 compatible = "arm,vexpress-osc";
[all …]
Dvexpress-v2p-ca15-tc1.dts129 osc@0 {
131 compatible = "arm,vexpress-osc";
138 osc@4 {
140 compatible = "arm,vexpress-osc";
147 oscclk5: osc@5 {
149 compatible = "arm,vexpress-osc";
156 smbclk: osc@6 {
158 compatible = "arm,vexpress-osc";
165 oscclk7: osc@7 {
167 compatible = "arm,vexpress-osc";
[all …]
Dvexpress-v2p-ca15_a7.dts230 osc@0 {
232 compatible = "arm,vexpress-osc";
239 osc@1 {
241 compatible = "arm,vexpress-osc";
248 osc@2 {
250 compatible = "arm,vexpress-osc";
257 osc@3 {
259 compatible = "arm,vexpress-osc";
266 osc@4 {
268 compatible = "arm,vexpress-osc";
[all …]
Dbcm-cygnus-clock.dtsi38 osc: oscillator { label
48 clocks = <&osc>;
74 clocks = <&osc>;
101 clocks = <&osc>;
110 clocks = <&osc>;
121 clocks = <&osc>;
Dstih415-clock.dtsi43 clk_s_a0_osc_prediv: clk-s-a0-osc-prediv {
50 clock-output-names = "clk-s-a0-osc-prediv";
101 clk_s_a1_osc_prediv: clk-s-a1-osc-prediv {
108 clock-output-names = "clk-s-a1-osc-prediv";
177 clk_m_a0_osc_prediv: clk-m-a0-osc-prediv {
184 clock-output-names = "clk-m-a0-osc-prediv";
291 clk_m_a1_osc_prediv: clk-m-a1-osc-prediv {
298 clock-output-names = "clk-m-a1-osc-prediv";
413 clk_m_a2_osc_prediv: clk-m-a2-osc-prediv {
420 clock-output-names = "clk-m-a2-osc-prediv";
Dvexpress-v2p-ca9.dts193 osc@0 {
195 compatible = "arm,vexpress-osc";
202 oscclk1: osc@1 {
204 compatible = "arm,vexpress-osc";
211 smbclk: oscclk2: osc@2 {
213 compatible = "arm,vexpress-osc";
Decx-common.dtsi149 osc: oscillator { label
158 clocks = <&osc>;
165 clocks = <&osc>;
186 clocks = <&osc>;
Dstihxxx-b2120.dtsi78 st,osc-rdy;
82 st,osc-force-ext;
Dvexpress-v2m-rs1.dtsi374 osc@0 {
376 compatible = "arm,vexpress-osc";
383 v2m_oscclk1: osc@1 {
385 compatible = "arm,vexpress-osc";
392 v2m_oscclk2: osc@2 {
394 compatible = "arm,vexpress-osc";
Dvexpress-v2m.dtsi373 osc@0 {
375 compatible = "arm,vexpress-osc";
382 v2m_oscclk1: osc@1 {
384 compatible = "arm,vexpress-osc";
391 v2m_oscclk2: osc@2 {
393 compatible = "arm,vexpress-osc";
Dstih418-b2199.dts94 st,osc-rdy;
98 st,osc-force-ext;
Dstih416-clock.dtsi44 clk_s_a0_osc_prediv: clk-s-a0-osc-prediv {
51 clock-output-names = "clk-s-a0-osc-prediv";
102 clk_s_a1_osc_prediv: clk-s-a1-osc-prediv {
109 clock-output-names = "clk-s-a1-osc-prediv";
179 clk_m_a0_osc_prediv: clk-m-a0-osc-prediv {
186 clock-output-names = "clk-m-a0-osc-prediv";
293 clk_m_a1_osc_prediv: clk-m-a1-osc-prediv {
300 clock-output-names = "clk-m-a1-osc-prediv";
415 clk_m_a2_osc_prediv: clk-m-a2-osc-prediv {
422 clock-output-names = "clk-m-a2-osc-prediv";
Dge863-pro3.dtsi19 compatible = "atmel,osc", "fixed-clock";
Dmpa1600.dts25 compatible = "atmel,osc", "fixed-clock";
Dimx6ul.dtsi81 "pll1_bypass_src", "osc";
104 osc: clock-osc { label
108 clock-output-names = "osc";
341 clocks = <&ckil>, <&osc>, <&ipp_di0>, <&ipp_di1>;
342 clock-names = "ckil", "osc", "ipp_di0", "ipp_di1";
Dtny_a9260_common.dtsi24 compatible = "atmel,osc", "fixed-clock";
Dtny_a9263.dts29 compatible = "atmel,osc", "fixed-clock";
Dusb_a9260_common.dtsi16 compatible = "atmel,osc", "fixed-clock";
Dimx51-apf51.dts29 osc {
Dat91-cosino.dtsi34 compatible = "atmel,osc", "fixed-clock";
Dusb_a9263.dts29 compatible = "atmel,osc", "fixed-clock";
Dpxa3xx.dtsi101 * The muxing of external clocks/internal dividers for osc* clock
Dpm9g45.dts29 compatible = "atmel,osc", "fixed-clock";
Dat91-foxg20.dts31 compatible = "atmel,osc", "fixed-clock";
Dimx7d.dtsi117 osc: clock-osc { label
121 clock-output-names = "osc";
567 clocks = <&ckil>, <&osc>;
568 clock-names = "ckil", "osc";
Dat91-qil_a9260.dts28 compatible = "atmel,osc", "fixed-clock";
Danimeo_ip.dts40 compatible = "atmel,osc", "fixed-clock";
Dpxa27x.dtsi111 * The muxing of external clocks/internal dividers for osc* clock
Dat91-ariag25.dts42 compatible = "atmel,osc", "fixed-clock";
Drk3066a.dtsi149 compatible = "snps,dw-apb-timer-osc";
157 compatible = "snps,dw-apb-timer-osc";
165 compatible = "snps,dw-apb-timer-osc";
Dat91sam9n12.dtsi109 compatible = "atmel,at91sam9x5-clk-main-rc-osc";
117 compatible = "atmel,at91rm9200-clk-main-osc";
400 compatible = "atmel,at91sam9x5-clk-slow-osc";
406 compatible = "atmel,at91sam9x5-clk-slow-rc-osc";
Dsama5d2.dtsi316 compatible = "atmel,at91sam9x5-clk-main-rc-osc";
325 compatible = "atmel,at91rm9200-clk-main-osc";
937 compatible = "atmel,at91sam9x5-clk-slow-rc-osc";
945 compatible = "atmel,at91sam9x5-clk-slow-osc";
Dlogicpd-torpedo-som.dtsi156 compatible = "ti,twl4030-power-idle-osc-off", "ti,twl4030-power-idle";
Dimx50.dtsi73 osc {
74 compatible = "fsl,imx-osc", "fixed-clock";
Dbcm2835.dtsi201 clock-output-names = "osc";
Dimx6qdl-microsom.dtsi86 pinctrl_microsom_brcm_osc: microsom-brcm-osc {
Dimx25.dtsi60 osc {
61 compatible = "fsl,imx-osc", "fixed-clock";
Dat91sam9x5.dtsi117 compatible = "atmel,at91sam9x5-clk-main-rc-osc";
125 compatible = "atmel,at91rm9200-clk-main-osc";
400 compatible = "atmel,at91sam9x5-clk-slow-osc";
406 compatible = "atmel,at91sam9x5-clk-slow-rc-osc";
Dimx51.dtsi70 osc {
71 compatible = "fsl,imx-osc", "fixed-clock";
Dimx6sx.dtsi107 osc: clock@1 { label
112 clock-output-names = "osc";
536 clocks = <&ckil>, <&osc>, <&ipp_di0>, <&ipp_di1>;
537 clock-names = "ckil", "osc", "ipp_di0", "ipp_di1";
Dsama5d3.dtsi919 compatible = "atmel,at91sam9x5-clk-main-rc-osc";
928 compatible = "atmel,at91rm9200-clk-main-osc";
1297 compatible = "atmel,at91sam9x5-clk-slow-rc-osc";
1305 compatible = "atmel,at91sam9x5-clk-slow-osc";
Domap3-beagle-xm.dts282 compatible = "ti,twl4030-power-beagleboard-xm", "ti,twl4030-power-idle-osc-off";
Dimx53.dtsi102 osc {
103 compatible = "fsl,imx-osc", "fixed-clock";
Dat91sam9g45.dtsi126 compatible = "atmel,at91rm9200-clk-main-osc";
1230 compatible = "atmel,at91sam9x5-clk-slow-osc";
1237 compatible = "atmel,at91sam9x5-clk-slow-rc-osc";
Dat91sam9rl.dtsi1050 compatible = "atmel,at91sam9x5-clk-slow-osc";
1057 compatible = "atmel,at91sam9x5-clk-slow-rc-osc";
Dsama5d4.dtsi398 compatible = "atmel,at91sam9x5-clk-main-rc-osc";
407 compatible = "atmel,at91rm9200-clk-main-osc";
1314 compatible = "atmel,at91sam9x5-clk-slow-rc-osc";
1322 compatible = "atmel,at91sam9x5-clk-slow-osc";
Dimx6qdl.dtsi75 osc {
76 compatible = "fsl,imx-osc", "fixed-clock";
Dtegra20-whistler.dts53 nvidia,function = "osc";
Dat91sam9261.dtsi580 compatible = "atmel,at91rm9200-clk-main-osc";
Dsun5i.dtsi85 compatible = "allwinner,sun4i-a10-osc-clk";
Dimx6sl.dtsi88 osc {
Dat91rm9200.dtsi109 compatible = "atmel,at91rm9200-clk-main-osc";
Dat91sam9263.dtsi105 compatible = "atmel,at91rm9200-clk-main-osc";
Dat91sam9260.dtsi112 compatible = "atmel,at91rm9200-clk-main-osc";
Domap3-n900.dts417 compatible = "ti,twl4030-power-n900", "ti,twl4030-power-idle-osc-off";
Dsun4i-a10.dtsi178 compatible = "allwinner,sun4i-a10-osc-clk";
Dsun7i-a20.dtsi182 compatible = "allwinner,sun4i-a10-osc-clk";
/linux-4.4.14/arch/avr32/boards/hammerhead/
Dflash.c177 struct clk *osc; in hammerhead_usbh_init() local
198 osc = clk_get(NULL, "osc1"); in hammerhead_usbh_init()
199 if (IS_ERR(osc)) { in hammerhead_usbh_init()
200 ret = PTR_ERR(osc); in hammerhead_usbh_init()
204 ret = clk_set_parent(gclk, osc); in hammerhead_usbh_init()
235 clk_put(osc); in hammerhead_usbh_init()
/linux-4.4.14/drivers/rtc/
Drtc-rs5c372.c252 static int rs5c372_get_trim(struct i2c_client *client, int *osc, int *trim) in rs5c372_get_trim() argument
257 if (osc) in rs5c372_get_trim()
258 *osc = (tmp & RS5C372_TRIM_XSL) ? 32000 : 32768; in rs5c372_get_trim()
419 int err, osc, trim; in rs5c372_rtc_proc() local
421 err = rs5c372_get_trim(to_i2c_client(dev), &osc, &trim); in rs5c372_rtc_proc()
424 osc / 1000, osc % 1000); in rs5c372_rtc_proc()
462 int err, osc; in rs5c372_sysfs_show_osc() local
464 err = rs5c372_get_trim(to_i2c_client(dev), &osc, NULL); in rs5c372_sysfs_show_osc()
468 return sprintf(buf, "%d.%03d KHz\n", osc / 1000, osc % 1000); in rs5c372_sysfs_show_osc()
470 static DEVICE_ATTR(osc, S_IRUGO, rs5c372_sysfs_show_osc, NULL);
/linux-4.4.14/arch/xtensa/boot/dts/
Dxtfpga.dtsi39 osc: main-oscillator { label
64 clocks = <&osc>;
72 clocks = <&osc>;
91 clocks = <&osc>;
/linux-4.4.14/Documentation/devicetree/bindings/clock/
Dnvidia,tegra30-car.txt13 the 32 KHz "32k_in", and the board-specific oscillator "osc".
45 osc: clock@0 {
61 clocks = <&clk_32k> <&osc>;
Dnvidia,tegra114-car.txt13 the 32 KHz "32k_in", and the board-specific oscillator "osc".
45 osc: clock@0 {
61 clocks = <&clk_32k> <&osc>;
Dnvidia,tegra20-car.txt13 the 32 KHz "32k_in", and the board-specific oscillator "osc".
45 osc: clock@0 {
61 clocks = <&clk_32k> <&osc>;
Dclock-bindings.txt83 clocks = <&osc 1>, <&ref 0>;
89 The baud clock is connected to output 1 of the &osc device, and the register
95 osc: oscillator {
99 clock-output-names = "osc";
107 clocks = <&osc 0>;
120 clocks = <&osc 0>, <&pll 1>;
128 * The oscillator is fixed-frequency, and provides one clock output, named "osc".
153 clocks = <&osc 0>, <&pll 1>;
Dat91-clock.txt13 "atmel,at91sam9x5-clk-slow-osc":
16 "atmel,at91sam9x5-clk-slow-rc-osc":
33 "atmel,at91rm9200-clk-main-osc"
34 "atmel,at91sam9x5-clk-main-rc-osc"
109 compatible = "atmel,at91sam9x5-clk-slow-rc-osc";
116 - clocks : shall encode the main osc source clk sources (see atmel datasheet).
119 - atmel,osc-bypass : boolean property. Set this when a clock signal is directly
124 compatible = "atmel,at91rm9200-clk-slow-osc";
181 compatible = "atmel,at91sam9x5-clk-main-rc-osc";
192 - clocks : shall encode the main osc source clk sources (see atmel datasheet).
[all …]
Dnvidia,tegra124-car.txt13 the 32 KHz "32k_in", and the board-specific oscillator "osc".
70 osc: clock@0 {
86 clocks = <&clk_32k> <&osc>;
Dbrcm,iproc-clocks.txt33 osc: oscillator {
43 clocks = <&osc>;
73 osc: oscillator {
83 clocks = <&osc>;
Dimx7d-clock.txt9 - clock-names: should include entries "ckil", "osc"
Dimx6ul-clock.txt9 - clock-names: should include entries "ckil", "osc", "ipp_di0" and "ipp_di1"
Dimx6sx-clock.txt9 - clock-names: should include entries "ckil", "osc", "ipp_di0" and "ipp_di1"
Daxi-clkgen.txt21 clocks = <&osc 1>;
Dprima2-clock.txt16 osc 1
Dbrcm,bcm2835-cprman.txt27 clock-output-names = "osc";
Dimx25-clock.txt16 osc 1
Dsunxi.txt9 "allwinner,sun4i-a10-osc-clk" - for a gatable oscillator
122 compatible = "allwinner,sun4i-a10-osc-clk";
/linux-4.4.14/Documentation/devicetree/bindings/arm/
Dvexpress-sysreg.txt73 "arm,vexpress-osc"
84 - second cell of each group defines device number (eg. osc 0,
85 osc 1 etc.)
94 osc@0 {
95 compatible = "arm,vexpress-osc";
Dvexpress.txt208 osc@0 {
209 compatible = "arm,vexpress-osc";
/linux-4.4.14/drivers/clk/tegra/
Dclk-tegra-fixed.c37 struct clk *clk, *osc; in tegra_osc_clk_init() local
55 osc = clk_register_fixed_rate(NULL, "osc", NULL, CLK_IS_ROOT, in tegra_osc_clk_init()
/linux-4.4.14/Documentation/devicetree/bindings/clock/st/
Dst,clkgen-prediv.txt26 clk_m_a2_osc_prediv: clk-m-a2-osc-prediv {
33 clock-output-names = "clk-m-a2-osc-prediv";
Dst,clkgen.txt75 clk_s_a0_osc_prediv: clk-s-a0-osc-prediv {
82 clock-output-names = "clk-s-a0-osc-prediv";
/linux-4.4.14/drivers/char/hw_random/
Dmxc-rnga.c110 u32 ctrl, osc; in mxc_rnga_init() local
118 osc = __raw_readl(mxc_rng->mem + RNGA_STATUS); in mxc_rnga_init()
119 if (osc & RNGA_STATUS_OSC_DEAD) { in mxc_rnga_init()
/linux-4.4.14/Documentation/devicetree/bindings/phy/
Dphy-miphy28lp.txt34 - st,osc-rdy : to check the MIPHY0_OSC_RDY status in the glue-logic. This
37 - st,osc-force-ext : to select the external oscillator. This can change from
65 st,osc-rdy;
81 st,osc-force-ext;
/linux-4.4.14/Documentation/devicetree/bindings/serial/
Dmaxim,max310x.txt17 "osc" if an external clock source is used.
31 clock-names = "osc";
/linux-4.4.14/arch/arm64/boot/dts/arm/
Dvexpress-v2m-rs1.dtsi374 osc@0 {
376 compatible = "arm,vexpress-osc";
383 v2m_oscclk1: osc@1 {
385 compatible = "arm,vexpress-osc";
392 v2m_oscclk2: osc@2 {
394 compatible = "arm,vexpress-osc";
Dvexpress-v2f-1xv7-ca53x2.dts96 smbclk: osc@4 {
98 compatible = "arm,vexpress-osc";
Drtsm_ve-motherboard.dtsi241 v2m_oscclk1: osc@1 {
243 compatible = "arm,vexpress-osc";
/linux-4.4.14/Documentation/devicetree/bindings/mfd/
Dtwl4030-power.txt12 "ti,twl4030-power-idle-osc-off"
20 When using ti,twl4030-power-idle-osc-off, the TI recommended
/linux-4.4.14/drivers/staging/lustre/lustre/
DMakefile1 obj-$(CONFIG_LUSTRE_FS) += libcfs/ obdclass/ ptlrpc/ fld/ osc/ mgc/ \
/linux-4.4.14/arch/powerpc/boot/dts/
Dmpc5125twr.dts63 osc: osc { label
107 clocks = <&osc>;
108 clock-names = "osc";
Dmpc5121.dtsi87 osc: osc { label
142 clocks = <&osc>;
143 clock-names = "osc";
Dac14xx.dts143 osc {
/linux-4.4.14/drivers/clk/sirf/
Dclk-prima2.c61 rtc, osc, pll1, pll2, pll3, mem, sys, security, dsp, gps, enumerator
134 prima2_clks[osc] = clk_register_fixed_rate(NULL, "osc", NULL, in prima2_clk_init()
Dclk-atlas6.c62 rtc, osc, pll1, pll2, pll3, mem, sys, security, dsp, gps, enumerator
135 atlas6_clks[osc] = clk_register_fixed_rate(NULL, "osc", NULL, in atlas6_clk_init()
/linux-4.4.14/Documentation/devicetree/bindings/timer/
Dallwinner,sun4i-timer.txt16 clocks = <&osc>;
/linux-4.4.14/drivers/staging/lustre/
Dsysfs-fs-lustre497 What: /sys/fs/lustre/{mdc,osc}/{connection_name}/max_rpcs_in_flight
507 What: /sys/fs/lustre/osc/{connection_name}/max_pages_per_rpc
516 What: /sys/fs/lustre/osc/{connection_name}/active
523 What: /sys/fs/lustre/osc/{connection_name}/checksums
531 What: /sys/fs/lustre/osc/{connection_name}/contention_seconds
540 What: /sys/fs/lustre/osc/{connection_name}/cur_dirty_bytes
547 What: /sys/fs/lustre/osc/{connection_name}/cur_grant_bytes
558 What: /sys/fs/lustre/osc/{connection_name}/cur_lost_grant_bytes
565 What: /sys/fs/lustre/osc/{connection_name}/grant_shrink_interval
572 What: /sys/fs/lustre/osc/{connection_name}/destroys_in_flight
[all …]
/linux-4.4.14/Documentation/devicetree/bindings/net/
Dopencores-ethoc.txt21 clocks = <&osc>;
/linux-4.4.14/drivers/mfd/
Dtwl-core.c1010 struct clk *osc; in clocks_init() local
1014 osc = clk_get(dev, "fck"); in clocks_init()
1015 if (IS_ERR(osc)) { in clocks_init()
1021 rate = clk_get_rate(osc); in clocks_init()
1022 clk_put(osc); in clocks_init()
/linux-4.4.14/arch/arm64/boot/dts/marvell/
Dberlin4ct.dtsi95 osc: osc { label
278 clocks = <&osc>;
/linux-4.4.14/Documentation/devicetree/bindings/rtc/
Ddw-apb.txt7 "snps,dw-apb-timer-osc" <DEPRECATED>
/linux-4.4.14/Documentation/devicetree/bindings/usb/
Dusb-nop-xceiv.txt30 clocks = <&osc 0>;
/linux-4.4.14/drivers/media/tuners/
Dmax2165.c135 static int max2165_set_osc(struct max2165_priv *priv, u8 osc /*MHz*/) in max2165_set_osc() argument
139 v = (osc / 2); in max2165_set_osc()
/linux-4.4.14/Documentation/devicetree/bindings/i2c/
Di2c-ocores.txt59 clocks = <&osc>;
/linux-4.4.14/drivers/clk/imx/
Dclk-imx25.c66 dummy, osc, mpll, upll, mpll_cpu_3_4, cpu_sel, cpu, ahb, usb_div, ipg, enumerator
105 clk[osc] = imx_clk_fixed("osc", osc_rate); in __mx25_clocks_init()
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/
Dobd_config.c623 static int class_add_profile(int proflen, char *prof, int osclen, char *osc, in class_add_profile() argument
643 LASSERT(osclen == (strlen(osc) + 1)); in class_add_profile()
644 lprof->lp_dt = kmemdup(osc, osclen, GFP_NOFS); in class_add_profile()
/linux-4.4.14/Documentation/sound/alsa/soc/
Dcodec.txt147 /* vref/mid, clk and osc on, active */
/linux-4.4.14/Documentation/devicetree/bindings/sound/
Dsimple-card.txt111 clocks = <&osc>;
/linux-4.4.14/drivers/staging/lustre/lustre/llite/
Dlproc_llite.c958 struct super_block *sb, char *osc, char *mdc) in ldebugfs_register_mountpoint() argument
971 LASSERT(osc != NULL); in ldebugfs_register_mountpoint()
1077 obd = class_name2obd(osc); in ldebugfs_register_mountpoint()
Dllite_internal.h663 struct super_block *sb, char *osc, char *mdc);
/linux-4.4.14/Documentation/devicetree/bindings/pinctrl/
Dnvidia,tegra20-pinmux.txt111 osc, owr, pcie, plla_out, pllc_out1, pllm_out1, pllp_out2, pllp_out3,
/linux-4.4.14/drivers/tty/
Dsynclink_gt.c3958 unsigned int osc = info->base_clock; in set_rate() local
3967 div = osc/rate; in set_rate()
3968 if (!(osc % rate) && div) in set_rate()
/linux-4.4.14/drivers/pinctrl/
Dpinctrl-tegra20.c1929 FUNCTION(osc),
/linux-4.4.14/
DMAINTAINERS1687 F: drivers/clk/versatile/clk-vexpress-osc.c