Searched refs:skeleton (Results 1 – 25 of 108) sorted by relevance
12345
/Linux-v4.19/samples/v4l/ |
D | v4l2-pci-skeleton.c | 63 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 …]
|
D | Makefile | 1 obj-$(CONFIG_VIDEO_PCI_SKELETON) := v4l2-pci-skeleton.o
|
/Linux-v4.19/Documentation/driver-api/usb/ |
D | writing_usb_driver.rst | 30 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/ |
D | skeleton.dtsi | 4 * updated. New dts{,i} files should *not* include skeleton.dtsi, and should
|
D | alphascale-asm9260.dtsi | 7 #include "skeleton.dtsi"
|
D | mt6580.dtsi | 10 #include "skeleton.dtsi"
|
D | integrator.dtsi | 6 /include/ "skeleton.dtsi"
|
D | mt6592.dtsi | 10 #include "skeleton.dtsi"
|
D | mt6589.dtsi | 10 #include "skeleton.dtsi"
|
D | zx296702.dtsi | 3 #include "skeleton.dtsi"
|
D | moxart.dtsi | 8 /include/ "skeleton.dtsi"
|
D | pxa2xx.dtsi | 9 #include "skeleton.dtsi"
|
D | vt8500.dtsi | 9 /include/ "skeleton.dtsi"
|
D | spear3xx.dtsi | 14 /include/ "skeleton.dtsi"
|
D | pxa168.dtsi | 10 #include "skeleton.dtsi"
|
D | nspire.dtsi | 12 /include/ "skeleton.dtsi"
|
D | bcm53573.dtsi | 11 #include "skeleton.dtsi"
|
D | pxa910.dtsi | 10 #include "skeleton.dtsi"
|
/Linux-v4.19/arch/m68k/fpsp040/ |
D | Makefile | 12 x_unfl.o x_unimp.o x_unsupp.o bugfix.o skeleton.o
|
/Linux-v4.19/Documentation/media/kapi/ |
D | v4l2-intro.rst | 30 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/ |
D | nsim_700.dts | 10 /include/ "skeleton.dtsi"
|
D | nsimosci.dts | 10 /include/ "skeleton.dtsi"
|
D | axc001.dtsi | 14 /include/ "skeleton.dtsi"
|
/Linux-v4.19/drivers/media/v4l2-core/ |
D | Kconfig | 36 Enable build of the skeleton PCI driver, used as a reference
|
/Linux-v4.19/Documentation/target/ |
D | tcm_mod_builder.txt | 8 fabric skeleton, by simply using: 19 using a skeleton struct target_core_fabric_ops API template.
|
12345