Home
last modified time | relevance | path

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

123

/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";
194 compatible = "ti,composite-no-wait-gate-clock";
202 compatible = "ti,composite-mux-clock";
209 compatible = "ti,composite-clock";
242 compatible = "ti,composite-gate-clock";
250 compatible = "ti,composite-divider-clock";
257 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";
62 compatible = "ti,composite-divider-clock";
72 compatible = "ti,composite-clock";
78 compatible = "ti,composite-interface-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";
43 compatible = "ti,composite-interface-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";
[all …]
H A Domap3xxx-clocks.dtsi92 compatible = "ti,composite-mux-clock";
100 compatible = "ti,composite-mux-clock";
108 compatible = "ti,composite-mux-clock";
116 compatible = "ti,composite-clock";
131 compatible = "ti,composite-mux-clock";
139 compatible = "ti,composite-mux-clock";
147 compatible = "ti,composite-clock";
153 compatible = "ti,composite-clock";
159 compatible = "ti,composite-clock";
165 compatible = "ti,composite-clock";
[all …]
H A Domap36xx-omap3430es2plus-clocks.dtsi18 compatible = "ti,composite-no-wait-gate-clock";
34 compatible = "ti,composite-divider-clock";
43 compatible = "ti,composite-clock";
97 compatible = "ti,composite-gate-clock";
185 compatible = "ti,composite-mux-clock";
194 compatible = "ti,composite-clock";
H A Domap44xx-clocks.dtsi343 compatible = "ti,composite-no-wait-gate-clock";
352 compatible = "ti,composite-divider-clock";
362 compatible = "ti,composite-clock";
674 compatible = "ti,composite-no-wait-gate-clock";
683 compatible = "ti,composite-divider-clock";
693 compatible = "ti,composite-clock";
888 compatible = "ti,composite-no-wait-gate-clock";
897 compatible = "ti,composite-mux-clock";
906 compatible = "ti,composite-clock";
923 compatible = "ti,composite-no-wait-gate-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";
924 compatible = "ti,composite-no-wait-gate-clock";
933 compatible = "ti,composite-mux-clock";
942 compatible = "ti,composite-clock";
959 compatible = "ti,composite-no-wait-gate-clock";
968 compatible = "ti,composite-mux-clock";
977 compatible = "ti,composite-clock";
994 compatible = "ti,composite-no-wait-gate-clock";
[all …]
H A Domap36xx-am35xx-omap3430es2plus-clocks.dtsi45 compatible = "ti,composite-gate-clock";
93 compatible = "ti,composite-mux-clock";
100 compatible = "ti,composite-clock";
/linux/drivers/usb/gadget/
H A Dconfigfs.c50 struct usb_composite_driver composite; member
249 udc_name = gi->composite.gadget_driver.udc_name; in gadget_dev_desc_UDC_show()
260 if (!gi->composite.gadget_driver.udc_name) in unregister_gadget()
263 ret = usb_gadget_unregister_driver(&gi->composite.gadget_driver); in unregister_gadget()
266 kfree(gi->composite.gadget_driver.udc_name); in unregister_gadget()
267 gi->composite.gadget_driver.udc_name = NULL; in unregister_gadget()
295 if (gi->composite.gadget_driver.udc_name) { in gadget_dev_desc_UDC_store()
299 gi->composite.gadget_driver.udc_name = name; in gadget_dev_desc_UDC_store()
300 ret = usb_gadget_register_driver(&gi->composite.gadget_driver); in gadget_dev_desc_UDC_store()
302 gi->composite.gadget_driver.udc_name = NULL; in gadget_dev_desc_UDC_store()
[all …]
H A DMakefile10 libcomposite-y += composite.o functions.o configfs.o u_f.o
H A Dcomposite.c1248 struct usb_composite_driver *composite = cdev->driver; in get_string() local
1267 sp = composite->strings; in get_string()
1324 if (composite->strings) { in get_string()
1325 len = lookup_string(composite->strings, buf, language, id); in get_string()
2408 int composite_dev_prepare(struct usb_composite_driver *composite, in composite_dev_prepare() argument
2431 cdev->driver = composite; in composite_dev_prepare()
2534 struct usb_composite_driver *composite = to_cdriver(gdriver); in composite_bind() local
2547 status = composite_dev_prepare(composite, cdev); in composite_bind()
2555 status = composite->bind(cdev); in composite_bind()
2565 update_unchanged_dev_desc(&cdev->desc, composite->dev); in composite_bind()
[all …]
/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()
/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
/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
H A Dmass-storage.rst30 about how to use MSF within composite gadgets.
145 parameters defined by the composite framework (they are common to
146 all composite gadgets so just a quick listing):
200 mass storage protocol. As a composite function, MSF may be used by
218 that MSG is a composite gadget (ie. uses the composite framework)
223 (ii) MSF can be used in any other composite gadget.
236 parameters are handled in MSG by the composite layer's parameters
H A Dfunctionfs.rst8 From kernel point of view it is just a composite function with some
12 that kernel level composite functions provide when they are added to
15 This in particular means that the composite initialisation functions
H A Dfunctionfs-desc.rst7 by the composite gadget and are not written by the user to the
/linux/drivers/clk/sprd/
H A DMakefile8 clk-sprd-y += composite.o
/linux/drivers/clk/actions/
H A DMakefile9 clk-owl-y += owl-composite.o
/linux/Documentation/ABI/testing/
H A Dsysfs-devices-platform-_UDC_-gadget5 Show the suspend state of an USB composite gadget.
/linux/drivers/clk/
H A Dclk-stm32h7.c361 struct composite_cfg *composite, spinlock_t *lock) in get_cfg_composite_div() argument
412 composite->mux_hw = mux_hw; in get_cfg_composite_div()
413 composite->mux_ops = mux_ops; in get_cfg_composite_div()
415 composite->div_hw = div_hw; in get_cfg_composite_div()
416 composite->div_ops = div_ops; in get_cfg_composite_div()
418 composite->gate_hw = gate_hw; in get_cfg_composite_div()
419 composite->gate_ops = gate_ops; in get_cfg_composite_div()
/linux/drivers/clk/ti/
H A DMakefile5 clk-common = dpll.o composite.o divider.o gate.o \
/linux/drivers/usb/gadget/legacy/
H A DKconfig225 composite functions in user space in the same way GadgetFS
227 of composite gadgets such that some of the functions are
371 tristate "Nokia composite gadget"
383 The Nokia composite gadget provides support for acm, obex
384 and phonet in only one composite gadget driver.
421 the gadget as a composite gadget, so an INF file will be needed to
509 The Webcam Gadget acts as a composite USB Audio and Video Class
/linux/Documentation/devicetree/bindings/display/ti/
H A Dti,omap2-dss.txt58 - ti,channels: 1 for composite, 2 for s-video
/linux/Documentation/devicetree/bindings/arm/omap/
H A Dctrl.txt77 compatible = "ti,composite-mux-clock";

123