Home
last modified time | relevance | path

Searched refs:composite (Results 1 – 25 of 145) sorted by relevance

123456

/openbmc/linux/drivers/clk/stm32/
H A Dclk-stm32-core.c409 ret = stm32_divider_set_rate(composite->base, composite->clock_data, in clk_stm32_composite_set_rate()
425 return stm32_divider_get_rate(composite->base, composite->clock_data, in clk_stm32_composite_recalc_rate()
439 divider = &composite->clock_data->dividers[composite->div_id]; in clk_stm32_composite_determine_rate()
472 return stm32_mux_get_parent(composite->base, composite->clock_data, composite->mux_id); in clk_stm32_composite_get_parent()
482 stm32_mux_set_parent(composite->base, composite->clock_data, composite->mux_id, index); in clk_stm32_composite_set_parent()
506 return stm32_gate_is_enabled(composite->base, composite->clock_data, composite->gate_id); in clk_stm32_composite_is_enabled()
537 stm32_mux_set_parent(composite->base, composite->clock_data, in clk_stm32_set_safe_position_mux()
552 stm32_mux_set_parent(composite->base, composite->clock_data, composite->mux_id, sel); in clk_stm32_safe_restore_position_mux()
564 stm32_gate_endisable(composite->base, composite->clock_data, composite->gate_id, enable); in clk_stm32_composite_gate_endisable()
607 stm32_gate_disable_unused(composite->base, composite->clock_data, composite->gate_id); in clk_stm32_composite_disable_unused()
[all …]
/openbmc/linux/drivers/clk/
H A Dclk-composite.c251 composite = kzalloc(sizeof(*composite), GFP_KERNEL); in __clk_hw_register_composite()
252 if (!composite) in __clk_hw_register_composite()
262 hw = &composite->hw; in __clk_hw_register_composite()
272 composite->mux_hw = mux_hw; in __clk_hw_register_composite()
330 composite->hw.init = &init; in __clk_hw_register_composite()
338 if (composite->mux_hw) in __clk_hw_register_composite()
341 if (composite->rate_hw) in __clk_hw_register_composite()
344 if (composite->gate_hw) in __clk_hw_register_composite()
350 kfree(composite); in __clk_hw_register_composite()
431 kfree(composite); in clk_unregister_composite()
[all …]
/openbmc/linux/arch/arm/boot/dts/ti/omap/
H A Domap24xx-clocks.dtsi10 compatible = "ti,composite-mux-clock";
18 compatible = "ti,composite-clock";
24 compatible = "ti,composite-mux-clock";
32 compatible = "ti,composite-clock";
209 compatible = "ti,composite-clock";
257 compatible = "ti,composite-clock";
289 compatible = "ti,composite-clock";
312 compatible = "ti,composite-clock";
438 compatible = "ti,composite-clock";
460 compatible = "ti,composite-clock";
[all …]
H A Domap2430-clocks.dtsi11 compatible = "ti,composite-mux-clock";
18 compatible = "ti,composite-clock";
24 compatible = "ti,composite-mux-clock";
32 compatible = "ti,composite-clock";
38 compatible = "ti,composite-mux-clock";
46 compatible = "ti,composite-clock";
54 compatible = "ti,composite-gate-clock";
72 compatible = "ti,composite-clock";
94 compatible = "ti,composite-clock";
116 compatible = "ti,composite-gate-clock";
[all …]
H A Domap2420-clocks.dtsi11 compatible = "ti,composite-no-wait-gate-clock";
19 compatible = "ti,composite-mux-clock";
27 compatible = "ti,composite-clock";
51 compatible = "ti,composite-divider-clock";
61 compatible = "ti,composite-clock";
67 compatible = "ti,composite-gate-clock";
75 compatible = "ti,composite-divider-clock";
84 compatible = "ti,composite-clock";
178 compatible = "ti,composite-gate-clock";
194 compatible = "ti,composite-mux-clock";
[all …]
H A Domap3xxx-clocks.dtsi90 compatible = "ti,composite-mux-clock";
98 compatible = "ti,composite-mux-clock";
114 compatible = "ti,composite-clock";
144 compatible = "ti,composite-clock";
150 compatible = "ti,composite-clock";
156 compatible = "ti,composite-clock";
162 compatible = "ti,composite-clock";
636 compatible = "ti,composite-clock";
870 compatible = "ti,composite-clock";
876 compatible = "ti,composite-clock";
[all …]
H A Domap36xx-omap3430es2plus-clocks.dtsi16 compatible = "ti,composite-no-wait-gate-clock";
31 compatible = "ti,composite-divider-clock";
41 compatible = "ti,composite-clock";
92 compatible = "ti,composite-gate-clock";
179 compatible = "ti,composite-mux-clock";
189 compatible = "ti,composite-clock";
H A Domap3430es1-clocks.dtsi73 compatible = "ti,composite-no-wait-gate-clock";
88 compatible = "ti,composite-divider-clock";
97 compatible = "ti,composite-divider-clock";
108 compatible = "ti,composite-clock";
152 compatible = "ti,composite-interface-clock";
169 compatible = "ti,composite-clock";
H A Domap44xx-clocks.dtsi362 compatible = "ti,composite-clock";
693 compatible = "ti,composite-clock";
897 compatible = "ti,composite-mux-clock";
906 compatible = "ti,composite-clock";
932 compatible = "ti,composite-mux-clock";
941 compatible = "ti,composite-clock";
967 compatible = "ti,composite-mux-clock";
976 compatible = "ti,composite-clock";
1011 compatible = "ti,composite-clock";
1046 compatible = "ti,composite-clock";
[all …]
H A Domap54xx-clocks.dtsi889 compatible = "ti,composite-no-wait-gate-clock";
898 compatible = "ti,composite-mux-clock";
907 compatible = "ti,composite-clock";
933 compatible = "ti,composite-mux-clock";
942 compatible = "ti,composite-clock";
968 compatible = "ti,composite-mux-clock";
977 compatible = "ti,composite-clock";
1003 compatible = "ti,composite-mux-clock";
1012 compatible = "ti,composite-clock";
1038 compatible = "ti,composite-mux-clock";
[all …]
/openbmc/linux/Documentation/devicetree/bindings/clock/ti/
H A Dcomposite.txt1 Binding for TI composite clock.
6 register-mapped composite clock with multiple different sub-types;
18 "ti,*composite*-clock" types.
26 - compatible : shall be: "ti,composite-clock"
37 compatible = "ti,composite-interface-clock";
45 compatible = "ti,composite-divider-clock";
55 compatible = "ti,composite-clock";
H A Dgate.txt28 "ti,composite-gate-clock" - composite gate clock, to be part of composite
30 "ti,composite-no-wait-gate-clock" - composite gate clock that does not wait
95 compatible = "ti,composite-gate-clock";
103 compatible = "ti,composite-no-wait-gate-clock";
H A Dmux.txt39 - compatible : shall be "ti,mux-clock" or "ti,composite-mux-clock".
51 not supported by the composite-mux-clock subtype
76 compatible = "ti,composite-mux-clock";
/openbmc/u-boot/arch/arm/dts/
H A Domap3xxx-clocks.dtsi86 compatible = "ti,composite-mux-clock";
94 compatible = "ti,composite-clock";
100 compatible = "ti,composite-mux-clock";
108 compatible = "ti,composite-clock";
122 compatible = "ti,composite-clock";
135 compatible = "ti,composite-clock";
149 compatible = "ti,composite-clock";
526 compatible = "ti,composite-clock";
611 compatible = "ti,composite-clock";
633 compatible = "ti,composite-clock";
[all …]
H A Domap36xx-omap3430es2plus-clocks.dtsi13 compatible = "ti,composite-no-wait-gate-clock";
21 compatible = "ti,composite-divider-clock";
30 compatible = "ti,composite-clock";
68 compatible = "ti,composite-gate-clock";
148 compatible = "ti,composite-mux-clock";
157 compatible = "ti,composite-clock";
/openbmc/u-boot/drivers/usb/gadget/
H A Dcomposite.c543 sp = composite->strings; in get_string()
573 if (composite->strings) { in get_string()
968 if (composite->unbind) in composite_unbind()
969 composite->unbind(cdev); in composite_unbind()
978 composite = NULL; in composite_unbind()
1039 if (composite->suspend) in composite_suspend()
1052 if (composite->resume) in composite_resume()
1102 composite = driver; in usb_composite_register()
1106 composite = NULL; in usb_composite_register()
1120 if (composite != driver) in usb_composite_unregister()
[all …]
/openbmc/linux/drivers/usb/gadget/
H A Dconfigfs.c50 struct usb_composite_driver composite; member
257 if (!gi->composite.gadget_driver.udc_name) in unregister_gadget()
327 if (gi->composite.gadget_driver.udc_name) in gadget_dev_desc_max_speed_store()
339 gi->composite.max_speed = USB_SPEED_LOW; in gadget_dev_desc_max_speed_store()
343 gi->composite.gadget_driver.max_speed = gi->composite.max_speed; in gadget_dev_desc_max_speed_store()
1677 struct gadget_info, composite); in configfs_composite_bind()
1696 gi->composite.name); in configfs_composite_bind()
1708 gi->composite.name); in configfs_composite_bind()
2007 gi->composite.suspend = NULL; in gadgets_make()
2008 gi->composite.resume = NULL; in gadgets_make()
[all …]
/openbmc/u-boot/doc/
H A DREADME.video42 - monitor=[none|dvi|hdmi|lcd|vga|composite-*] - Select the video output to use
48 composite-pal/composite-ntsc/composite-pal-m/composite-pal-nc:
49 Selects composite video output, note the specified resolution is
50 ignored with composite video output.
73 overscan_y=20 for composite monitors, 0 for other monitors.
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/imagemagick/
H A Dimagemagick_7.1.1.bb59 ALTERNATIVE:${PN} = "animate compare composite conjure convert display \
64 ALTERNATIVE_TARGET[composite] = "${bindir}/composite.im7"
75 ALTERNATIVE:${PN}-doc = "animate.1 compare.1 composite.1 conjure.1 \
82 ALTERNATIVE_LINK_NAME[composite.1] = "${mandir}/man1/composite.1"
83 ALTERNATIVE_TARGET[composite.1] = "${mandir}/man1/composite.im7.1"
/openbmc/pldm/libpldmresponder/test/pdr_jsons/state_sensor/malformed/
H A Dsensor_pdr.json2 // composite sensors.
7 // Each sensor in each group of composite sensors has a separate entry and the
/openbmc/pldm/libpldmresponder/examples/pdr/
H A Dsensor_pdr.json2 // composite sensors.
7 // Each sensor in each group of composite sensors has a separate entry and the
/openbmc/linux/drivers/clk/mediatek/
H A Dclk-mtk.c307 struct clk_composite *composite; in mtk_clk_unregister_composite() local
315 composite = to_clk_composite(hw); in mtk_clk_unregister_composite()
316 if (composite->mux_hw) in mtk_clk_unregister_composite()
317 mux = to_clk_mux(composite->mux_hw); in mtk_clk_unregister_composite()
318 if (composite->gate_hw) in mtk_clk_unregister_composite()
319 gate = to_clk_gate(composite->gate_hw); in mtk_clk_unregister_composite()
320 if (composite->rate_hw) in mtk_clk_unregister_composite()
321 div = to_clk_divider(composite->rate_hw); in mtk_clk_unregister_composite()
/openbmc/linux/Documentation/devicetree/bindings/display/connector/
H A Danalog-tv-connector.yaml15 - composite-video-connector
42 compatible = "composite-video-connector";
/openbmc/linux/drivers/clk/imx/
H A DMakefile5 mxc-clk-objs += clk-composite-7ulp.o
6 mxc-clk-objs += clk-composite-8m.o
7 mxc-clk-objs += clk-composite-93.o
/openbmc/linux/Documentation/usb/
H A Dgadget_multi.rst8 The Multifunction Composite Gadget (or g_multi) is a composite gadget
9 that makes extensive use of the composite framework to provide
33 Since the gadget uses standard composite framework and appears as such
47 Detecting as composite gadget
50 First of all, Windows need to detect the gadget as an USB composite

123456