Home
last modified time | relevance | path

Searched refs:skeleton (Results 1 – 25 of 108) sorted by relevance

12345

/Linux-v4.19/samples/v4l/
Dv4l2-pci-skeleton.c63 struct skeleton { struct
132 struct skeleton *skel = dev_id; in skeleton_irq()
168 struct skeleton *skel = vb2_get_drv_priv(vq); in queue_setup()
197 struct skeleton *skel = vb2_get_drv_priv(vb->vb2_queue); in buffer_prepare()
215 struct skeleton *skel = vb2_get_drv_priv(vb->vb2_queue); in buffer_queue()
227 static void return_all_buffers(struct skeleton *skel, in return_all_buffers()
249 struct skeleton *skel = vb2_get_drv_priv(vq); in start_streaming()
272 struct skeleton *skel = vb2_get_drv_priv(vq); in stop_streaming()
302 struct skeleton *skel = video_drvdata(file); in skeleton_querycap()
317 static void skeleton_fill_pix_format(struct skeleton *skel, in skeleton_fill_pix_format()
[all …]
DMakefile1 obj-$(CONFIG_VIDEO_PCI_SKELETON) := v4l2-pci-skeleton.o
/Linux-v4.19/Documentation/driver-api/usb/
Dwriting_usb_driver.rst30 have written a generic USB driver skeleton, modelled after the
31 pci-skeleton.c file in the kernel source tree upon which many PCI
32 network drivers have been based. This USB skeleton can be found at
33 drivers/usb/usb-skeleton.c in the kernel source tree. In this article I
34 will walk through the basics of the skeleton driver, explaining the
54 structure. The skeleton driver declares a :c:type:`usb_driver` as::
57 .name = "skeleton",
80 this user-space interaction. The skeleton driver needs this kind of
150 In the skeleton driver, we determine what end points are marked as
291 This usb-skeleton driver does not have any examples of interrupt or
[all …]
/Linux-v4.19/arch/arm/boot/dts/
Dskeleton.dtsi4 * updated. New dts{,i} files should *not* include skeleton.dtsi, and should
Dalphascale-asm9260.dtsi7 #include "skeleton.dtsi"
Dmt6580.dtsi10 #include "skeleton.dtsi"
Dintegrator.dtsi6 /include/ "skeleton.dtsi"
Dmt6592.dtsi10 #include "skeleton.dtsi"
Dmt6589.dtsi10 #include "skeleton.dtsi"
Dzx296702.dtsi3 #include "skeleton.dtsi"
Dmoxart.dtsi8 /include/ "skeleton.dtsi"
Dpxa2xx.dtsi9 #include "skeleton.dtsi"
Dvt8500.dtsi9 /include/ "skeleton.dtsi"
Dspear3xx.dtsi14 /include/ "skeleton.dtsi"
Dpxa168.dtsi10 #include "skeleton.dtsi"
Dnspire.dtsi12 /include/ "skeleton.dtsi"
Dbcm53573.dtsi11 #include "skeleton.dtsi"
Dpxa910.dtsi10 #include "skeleton.dtsi"
/Linux-v4.19/arch/m68k/fpsp040/
DMakefile12 x_unfl.o x_unimp.o x_unsupp.o bugfix.o skeleton.o
/Linux-v4.19/Documentation/media/kapi/
Dv4l2-intro.rst30 A good example to look at as a reference is the v4l2-pci-skeleton.c
31 source that is available in samples/v4l/. It is a skeleton driver for
/Linux-v4.19/arch/arc/boot/dts/
Dnsim_700.dts10 /include/ "skeleton.dtsi"
Dnsimosci.dts10 /include/ "skeleton.dtsi"
Daxc001.dtsi14 /include/ "skeleton.dtsi"
/Linux-v4.19/drivers/media/v4l2-core/
DKconfig36 Enable build of the skeleton PCI driver, used as a reference
/Linux-v4.19/Documentation/target/
Dtcm_mod_builder.txt8 fabric skeleton, by simply using:
19 using a skeleton struct target_core_fabric_ops API template.

12345