| /OK3568_Linux_fs/docs/licenses/ |
| H A D | manifest.csv | 2 …fd2fdc57c9d76e1fd6d017fb47550c","linux-headers [GPL-2.0] skeleton-init-common [unknown] skeleton-i… 3 …e/wxt/linux-develop/rockchip-linux/buildroot/../kernel","skeleton-init-common [unknown] skeleton-i… 4 …1+, BSD-3-Clause, MIT (library)] linux-headers [GPL-2.0] skeleton-init-common [unknown] skeleton-i… 5 …GPL-3.0+] sbc [GPL-2.0+ (programs), LGPL-2.1+ (library)] skeleton-init-common [unknown] skeleton-i… 6 …GPL-3.0+] sbc [GPL-2.0+ (programs), LGPL-2.1+ (library)] skeleton-init-common [unknown] skeleton-i… 7 …ertising clause] pcre [BSD-3-Clause] readline [GPL-3.0+] skeleton-init-common [unknown] skeleton-i… 8 …1+, BSD-3-Clause, MIT (library)] linux-headers [GPL-2.0] skeleton-init-common [unknown] skeleton-i… 9 …1+, BSD-3-Clause, MIT (library)] linux-headers [GPL-2.0] skeleton-init-common [unknown] skeleton-i… 10 …bzlib [Zlib] linux-headers [GPL-2.0] pcre [BSD-3-Clause] skeleton-init-common [unknown] skeleton-i… 11 …1+, BSD-3-Clause, MIT (library)] linux-headers [GPL-2.0] skeleton-init-common [unknown] skeleton-i… [all …]
|
| /OK3568_Linux_fs/kernel/samples/v4l/ |
| H A D | v4l2-pci-skeleton.c | 64 struct skeleton { struct 133 struct skeleton *skel = dev_id; in skeleton_irq() 169 struct skeleton *skel = vb2_get_drv_priv(vq); in queue_setup() 198 struct skeleton *skel = vb2_get_drv_priv(vb->vb2_queue); in buffer_prepare() 217 struct skeleton *skel = vb2_get_drv_priv(vb->vb2_queue); in buffer_queue() 229 static void return_all_buffers(struct skeleton *skel, in return_all_buffers() 251 struct skeleton *skel = vb2_get_drv_priv(vq); in start_streaming() 274 struct skeleton *skel = vb2_get_drv_priv(vq); in stop_streaming() 304 struct skeleton *skel = video_drvdata(file); in skeleton_querycap() 319 static void skeleton_fill_pix_format(struct skeleton *skel, in skeleton_fill_pix_format() [all …]
|
| H A D | Makefile | 2 obj-$(CONFIG_VIDEO_PCI_SKELETON) := v4l2-pci-skeleton.o
|
| /OK3568_Linux_fs/kernel/tools/bpf/bpftool/Documentation/ |
| H A D | bpftool-gen.rst | 17 *COMMAND* := { **skeleton** | **help** } 22 | **bpftool** **gen skeleton** *FILE* 27 **bpftool gen skeleton** *FILE* 28 Generate BPF skeleton C header file for a given *FILE*. 30 BPF skeleton is an alternative interface to existing libbpf 37 components by name. Instead, if skeleton instantiation 38 succeeds, they are populated in skeleton structure as valid 43 programs, skeleton provides a storage for BPF links (**struct 47 user in pre-allocated fields in skeleton struct. For BPF 51 automatically destroyed on BPF skeleton destruction. This [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta-skeleton/recipes-skeleton/service/ |
| H A D | service_0.1.bb | 7 SRC_URI = "file://skeleton \ 13 ${CC} ${CFLAGS} ${LDFLAGS} ${WORKDIR}/skeleton_test.c -o ${WORKDIR}/skeleton-test 18 cat ${WORKDIR}/skeleton | \ 23 -e 's,/usr,${prefix},g' > ${D}${sysconfdir}/init.d/skeleton 24 chmod a+x ${D}${sysconfdir}/init.d/skeleton 27 install -m 0755 ${WORKDIR}/skeleton-test ${D}${sbindir}/ 32 CONFFILES:${PN} += "${sysconfdir}/init.d/skeleton"
|
| /OK3568_Linux_fs/kernel/kernel/bpf/preload/iterators/ |
| H A D | iterators.skel.h | 11 struct bpf_object_skeleton *skeleton; member 37 if (obj->skeleton) in iterators_bpf__destroy() 38 bpf_object__destroy_skeleton(obj->skeleton); in iterators_bpf__destroy() 55 if (bpf_object__open_skeleton(obj->skeleton, opts)) in iterators_bpf__open_opts() 73 return bpf_object__load_skeleton(obj->skeleton); in iterators_bpf__load() 94 return bpf_object__attach_skeleton(obj->skeleton); in iterators_bpf__attach() 100 return bpf_object__detach_skeleton(obj->skeleton); in iterators_bpf__detach() 111 obj->skeleton = s; in iterators_bpf__create_skeleton()
|
| /OK3568_Linux_fs/yocto/poky/meta/files/common-licenses/ |
| H A D | GPL-3-with-bison-exception | 5 …skeleton and distribute that work under terms of your choice, so long as that work isn`t itself a …
|
| H A D | GPL-2-with-bison-exception | 5 …skeleton and distribute that work under terms of your choice, so long as that work isn`t itself a …
|
| /OK3568_Linux_fs/buildroot/docs/manual/ |
| H A D | make-tips.txt | 102 BUSYBOX_DEPENDENCIES=skeleton toolchain 103 BUSYBOX_FINAL_ALL_DEPENDENCIES=skeleton toolchain 104 BUSYBOX_FINAL_DEPENDENCIES=skeleton toolchain 111 BUSYBOX_DEPENDENCIES='skeleton toolchain' 112 BUSYBOX_FINAL_ALL_DEPENDENCIES='skeleton toolchain' 113 BUSYBOX_FINAL_DEPENDENCIES='skeleton toolchain' 120 BUSYBOX_DEPENDENCIES=skeleton toolchain 132 skeleton toolchain
|
| H A D | customize-rootfs.txt | 92 Custom target skeleton (+BR2_ROOTFS_SKELETON_CUSTOM+):: 94 The root filesystem image is created from a target skeleton, on top of 95 which all packages install their files. The skeleton is copied to the 97 installed. The default target skeleton provides the standard Unix 100 If the default skeleton (available under +system/skeleton+) does not 102 post-build script to adapt it. However, if the default skeleton is 103 entirely different than what you need, using a custom skeleton may be 108 to the path of your custom skeleton. Both options are available in the 114 When +BR2_ROOTFS_MERGED_USR+ is enabled, then the custom skeleton must 117 In such a situation, should the skeleton have any programs or [all …]
|
| H A D | customize-outside-br.txt | 205 * +provides/skeleton.in+ defines the alternative skeleton implementations; 207 can be used to select a default skeleton for your init. 314 |- provides/skeleton.in 316 | | bool "my custom skeleton" 319 |- package/skeleton-mine/Config.in 325 | | default "skeleton-mine" if BR2_PACKAGE_SKELETON_MINE 327 |- package/skeleton-mine/skeleton-mine.mk 330 | |SKELETON_MINE_PROVIDES = skeleton
|
| /OK3568_Linux_fs/buildroot/package/skeleton-init-sysv/ |
| H A D | skeleton-init-sysv.mk | 14 SKELETON_INIT_SYSV_DEPENDENCIES = skeleton-init-common 16 SKELETON_INIT_SYSV_PROVIDES = skeleton 19 $(call SYSTEM_RSYNC,$(SKELETON_INIT_SYSV_PKGDIR)/skeleton,$(TARGET_DIR))
|
| H A D | Config.in | 7 default "skeleton-init-sysv" if BR2_PACKAGE_SKELETON_INIT_SYSV
|
| /OK3568_Linux_fs/buildroot/package/skeleton-init-openrc/ |
| H A D | skeleton-init-openrc.mk | 14 SKELETON_INIT_OPENRC_DEPENDENCIES = skeleton-init-common 16 SKELETON_INIT_OPENRC_PROVIDES = skeleton 33 $(call SYSTEM_RSYNC,$(SKELETON_INIT_OPENRC_PKGDIR)/skeleton,$(TARGET_DIR))
|
| H A D | Config.in | 7 default "skeleton-init-openrc" if BR2_PACKAGE_SKELETON_INIT_OPENRC
|
| /OK3568_Linux_fs/buildroot/package/skeleton-custom/ |
| H A D | skeleton-custom.mk | 14 SKELETON_CUSTOM_PROVIDES = skeleton 22 $(error No path specified for the custom skeleton) 35 $(error The custom skeleton in $(SKELETON_CUSTOM_PATH) is not \
|
| H A D | Config.in | 6 default "skeleton-custom" if BR2_PACKAGE_SKELETON_CUSTOM
|
| /OK3568_Linux_fs/u-boot/scripts/dtc/ |
| H A D | dtc-parser.tab.h_shipped | 21 part or all of the Bison parser skeleton and distribute that work 23 parser generator using the skeleton or a modified version thereof 24 as a parser skeleton. Alternatively, if you modify or redistribute 25 the parser skeleton itself, you may (at your option) remove this 26 special exception, which will cause the skeleton and the resulting
|
| /OK3568_Linux_fs/buildroot/package/skeleton-init-none/ |
| H A D | skeleton-init-none.mk | 14 SKELETON_INIT_NONE_DEPENDENCIES = skeleton-init-common 16 SKELETON_INIT_NONE_PROVIDES = skeleton
|
| H A D | Config.in | 7 default "skeleton-init-none" if BR2_PACKAGE_SKELETON_INIT_NONE
|
| /OK3568_Linux_fs/yocto/poky/meta-skeleton/ |
| H A D | README.skeleton | 1 meta-skeleton 4 The meta-skeleton layer contains example recipes and configuration files.
|
| /OK3568_Linux_fs/buildroot/system/ |
| H A D | Config.in | 3 # Note on package/skeleton: usually, it is not safe to 'select' a 5 # init system may select one of the virtual skeleton-init-* packages. 6 # As only one init system may be enabled, only one skeleton-init-* may 9 prompt "Root FS skeleton" 12 bool "default target skeleton" 14 Use default target skeleton for selected init system. 17 bool "custom target skeleton" 20 Use custom target skeleton. 22 # skeleton from br2-external trees, if any 23 source "$BR2_BASE_DIR/.br2-external.in.skeleton" [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/usb/ |
| H A 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 …]
|
| /OK3568_Linux_fs/buildroot/package/skeleton-init-systemd/ |
| H A D | skeleton-init-systemd.mk | 14 SKELETON_INIT_SYSTEMD_DEPENDENCIES = skeleton-init-common 16 SKELETON_INIT_SYSTEMD_PROVIDES = skeleton
|
| H A D | Config.in | 7 default "skeleton-init-systemd" if BR2_PACKAGE_SKELETON_INIT_SYSTEMD
|