Searched refs:skeleton (Results 1 – 25 of 41) sorted by relevance
12
| /Linux-v6.1/samples/v4l/ |
| D | v4l2-pci-skeleton.c | 52 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 …]
|
| D | Makefile | 2 obj-$(CONFIG_VIDEO_PCI_SKELETON) := v4l2-pci-skeleton.o
|
| /Linux-v6.1/tools/bpf/bpftool/Documentation/ |
| D | bpftool-gen.rst | 21 *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 …]
|
| D | bpftool.rst | 47 *GEN-COMMANDS* := { **object** | **skeleton** | **min_core_btf** | **help** }
|
| /Linux-v6.1/tools/testing/selftests/bpf/prog_tests/ |
| D | helper_restricted.c | 18 prog_cnt = test->skeleton->prog_cnt; in test_helper_restricted() 21 struct bpf_program *prog = *test->skeleton->progs[j].prog; in test_helper_restricted()
|
| D | bpf_iter.c | 1032 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/ |
| D | DENYLIST.s390x | 15 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 …
|
| D | Makefile | 444 $(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/ |
| 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", 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/ |
| D | Makefile | 12 x_unfl.o x_unimp.o x_unsupp.o bugfix.o skeleton.o
|
| D | skeleton.S | 2 | 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/ |
| D | nsim_700.dts | 7 /include/ "skeleton.dtsi"
|
| D | nsimosci.dts | 7 /include/ "skeleton.dtsi"
|
| D | axc001.dtsi | 11 /include/ "skeleton.dtsi"
|
| /Linux-v6.1/Documentation/driver-api/media/ |
| D | v4l2-intro.rst | 32 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/ |
| D | Makefile | 46 $(Q)$(BPFTOOL) gen skeleton -L $< > $@
|
| /Linux-v6.1/Documentation/bpf/ |
| D | prog_lsm.rst | 108 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/ |
| D | Makefile | 60 $(QUIET_GEN)$(BPFTOOL) gen skeleton $< > $@
|
| /Linux-v6.1/tools/bpf/bpftool/ |
| D | Makefile | 185 $(OUTPUT)%.bpf.o: skeleton/%.bpf.c $(OUTPUT)vmlinux.h $(LIBBPF_BOOTSTRAP) 194 $(QUIET_GEN)$(BPFTOOL_BOOTSTRAP) gen skeleton $< > $@
|
| /Linux-v6.1/Documentation/target/ |
| D | tcm_mod_builder.rst | 10 fabric skeleton, by simply using:: 21 using a skeleton struct target_core_fabric_ops API template.
|
| /Linux-v6.1/drivers/media/pci/ |
| D | Kconfig | 71 Enable build of the skeleton PCI driver, used as a reference
|
| /Linux-v6.1/arch/arm/boot/dts/ |
| D | pxa27x.dtsi | 2 /* The pxa3xx skeleton simply augments the 2xx version */
|
| D | pxa3xx.dtsi | 2 /* The pxa3xx skeleton simply augments the 2xx version */
|
| /Linux-v6.1/tools/testing/memblock/ |
| D | README | 25 skeleton of the memblock simulator")) and a few preparation commits just
|
| /Linux-v6.1/Documentation/ia64/ |
| D | mca.rst | 172 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