Home
last modified time | relevance | path

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

12

/Linux-v6.1/samples/v4l/
Dv4l2-pci-skeleton.c52 struct skeleton { struct
121 struct skeleton *skel = dev_id; in skeleton_irq()
157 struct skeleton *skel = vb2_get_drv_priv(vq); in queue_setup()
186 struct skeleton *skel = vb2_get_drv_priv(vb->vb2_queue); in buffer_prepare()
205 struct skeleton *skel = vb2_get_drv_priv(vb->vb2_queue); in buffer_queue()
217 static void return_all_buffers(struct skeleton *skel, in return_all_buffers()
239 struct skeleton *skel = vb2_get_drv_priv(vq); in start_streaming()
262 struct skeleton *skel = vb2_get_drv_priv(vq); in stop_streaming()
292 struct skeleton *skel = video_drvdata(file); in skeleton_querycap()
307 static void skeleton_fill_pix_format(struct skeleton *skel, in skeleton_fill_pix_format()
[all …]
DMakefile2 obj-$(CONFIG_VIDEO_PCI_SKELETON) := v4l2-pci-skeleton.o
/Linux-v6.1/tools/bpf/bpftool/Documentation/
Dbpftool-gen.rst21 *COMMAND* := { **object** | **skeleton** | **help** }
27 | **bpftool** **gen skeleton** *FILE* [**name** *OBJECT_NAME*]
50 generated BPF skeleton (with **gen skeleton** command) or
54 **bpftool gen skeleton** *FILE*
55 Generate BPF skeleton C header file for a given *FILE*.
57 BPF skeleton is an alternative interface to existing libbpf
64 components by name. Instead, if skeleton instantiation
65 succeeds, they are populated in skeleton structure as valid
70 programs, skeleton provides a storage for BPF links (**struct
74 user in pre-allocated fields in skeleton struct. For BPF
[all …]
Dbpftool.rst47 *GEN-COMMANDS* := { **object** | **skeleton** | **min_core_btf** | **help** }
/Linux-v6.1/tools/testing/selftests/bpf/prog_tests/
Dhelper_restricted.c18 prog_cnt = test->skeleton->prog_cnt; in test_helper_restricted()
21 struct bpf_program *prog = *test->skeleton->progs[j].prog; in test_helper_restricted()
Dbpf_iter.c1032 do_read_map_iter_fd(&skel->skeleton, skel->progs.dump_bpf_array_map, in test_bpf_array_map_iter_fd()
1228 do_read_map_iter_fd(&skel->skeleton, skel->progs.rw_bpf_sk_storage_map, in test_bpf_sk_stoarge_map_iter_fd()
1472 do_read_map_iter_fd(&skel->skeleton, skel->progs.copy, skel->maps.sockmap); in test_bpf_sockmap_map_iter_fd()
/Linux-v6.1/tools/testing/selftests/bpf/
DDENYLIST.s390x15 fexit_sleep # fexit_skel_load fexit skeleton failed …
27 module_attach # skel_attach skeleton attach failed: -524 …
30 netcnt # failed to load BPF skeleton 'netcnt_prog': -7 …
33 ringbuf # skel_load skeleton load failed …
DMakefile444 $(Q)$$(BPFTOOL) gen skeleton $$(<:.o=.linked3.o) name $$(notdir $$(<:.bpf.o=)) > $$@
453 $(Q)$$(BPFTOOL) gen skeleton -L $$(<:.o=.llinked3.o) name $$(notdir $$(<:.bpf.o=_lskel)) > $$@
462 $(Q)$$(BPFTOOL) gen skeleton $$(@:.skel.h=.linked3.o) name $$(notdir $$(@:.skel.h=)) > $$@
/Linux-v6.1/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",
83 this user-space interaction. The skeleton driver needs this kind of
153 In the skeleton driver, we determine what end points are marked as
296 This usb-skeleton driver does not have any examples of interrupt or
[all …]
/Linux-v6.1/arch/m68k/fpsp040/
DMakefile12 x_unfl.o x_unimp.o x_unsupp.o bugfix.o skeleton.o
Dskeleton.S2 | skeleton.sa 3.2 4/26/91
25 | In the following skeleton code, some typical 'real_xxxx' handling
/Linux-v6.1/arch/arc/boot/dts/
Dnsim_700.dts7 /include/ "skeleton.dtsi"
Dnsimosci.dts7 /include/ "skeleton.dtsi"
Daxc001.dtsi11 /include/ "skeleton.dtsi"
/Linux-v6.1/Documentation/driver-api/media/
Dv4l2-intro.rst32 A good example to look at as a reference is the v4l2-pci-skeleton.c
33 source that is available in samples/v4l/. It is a skeleton driver for
/Linux-v6.1/kernel/bpf/preload/iterators/
DMakefile46 $(Q)$(BPFTOOL) gen skeleton -L $< > $@
/Linux-v6.1/Documentation/bpf/
Dprog_lsm.rst108 This can be simplified by using a skeleton header generated by ``bpftool``:
112 # bpftool gen skeleton my_prog.o > my_prog.skel.h
/Linux-v6.1/tools/bpf/runqslower/
DMakefile60 $(QUIET_GEN)$(BPFTOOL) gen skeleton $< > $@
/Linux-v6.1/tools/bpf/bpftool/
DMakefile185 $(OUTPUT)%.bpf.o: skeleton/%.bpf.c $(OUTPUT)vmlinux.h $(LIBBPF_BOOTSTRAP)
194 $(QUIET_GEN)$(BPFTOOL_BOOTSTRAP) gen skeleton $< > $@
/Linux-v6.1/Documentation/target/
Dtcm_mod_builder.rst10 fabric skeleton, by simply using::
21 using a skeleton struct target_core_fabric_ops API template.
/Linux-v6.1/drivers/media/pci/
DKconfig71 Enable build of the skeleton PCI driver, used as a reference
/Linux-v6.1/arch/arm/boot/dts/
Dpxa27x.dtsi2 /* The pxa3xx skeleton simply augments the 2xx version */
Dpxa3xx.dtsi2 /* The pxa3xx skeleton simply augments the 2xx version */
/Linux-v6.1/tools/testing/memblock/
DREADME25 skeleton of the memblock simulator")) and a few preparation commits just
/Linux-v6.1/Documentation/ia64/
Dmca.rst172 skeleton struct pt_regs and switch_stack to the original stack, fills
173 in the skeleton structures from the PAL minstate area and updates the

12