Home
last modified time | relevance | path

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

12345678

/openbmc/skeleton/libopenbmc_intf/
H A Dopenbmc_intf.c1445 HwmonSkeleton *skeleton = HWMON_SKELETON (user_data); in _hwmon_skeleton_handle_method_call() local
1461 g_value_set_object (&paramv[n++], skeleton); in _hwmon_skeleton_handle_method_call()
1508 HwmonSkeleton *skeleton = HWMON_SKELETON (user_data); in _hwmon_skeleton_handle_get_property() local
1516 pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name); in _hwmon_skeleton_handle_get_property()
1524 g_object_get_property (G_OBJECT (skeleton), info->hyphen_name, &value); in _hwmon_skeleton_handle_get_property()
1542 HwmonSkeleton *skeleton = HWMON_SKELETON (user_data); in _hwmon_skeleton_handle_set_property() local
1550 pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name); in _hwmon_skeleton_handle_set_property()
1561 g_object_set_property (G_OBJECT (skeleton), info->hyphen_name, &value); in _hwmon_skeleton_handle_set_property()
1577 hwmon_skeleton_dbus_interface_get_info (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED) in hwmon_skeleton_dbus_interface_get_info()
1583 hwmon_skeleton_dbus_interface_get_vtable (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED) in hwmon_skeleton_dbus_interface_get_vtable()
[all …]
/openbmc/linux/samples/v4l/
H A 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 …]
H A DMakefile2 obj-$(CONFIG_VIDEO_PCI_SKELETON) := v4l2-pci-skeleton.o
/openbmc/openbmc/poky/meta-skeleton/recipes-skeleton/service/
H A Dservice_0.1.bb7 SRC_URI = "file://skeleton \
16 ${CC} ${CFLAGS} ${LDFLAGS} ${S}/skeleton_test.c -o ${B}/skeleton-test
21 cat ${S}/skeleton | \
26 -e 's,/usr,${prefix},g' > ${D}${sysconfdir}/init.d/skeleton
27 chmod a+x ${D}${sysconfdir}/init.d/skeleton
30 install -m 0755 ${S}/skeleton-test ${D}${sbindir}/
35 CONFFILES:${PN} += "${sysconfdir}/init.d/skeleton"
/openbmc/qemu/ebpf/
H A Drss.bpf.skeleton.h12 struct bpf_object_skeleton *skeleton; member
42 if (obj->skeleton) in rss_bpf__destroy()
43 bpf_object__destroy_skeleton(obj->skeleton); in rss_bpf__destroy()
66 err = bpf_object__open_skeleton(obj->skeleton, opts); in rss_bpf__open_opts()
86 return bpf_object__load_skeleton(obj->skeleton); in rss_bpf__load()
110 return bpf_object__attach_skeleton(obj->skeleton); in rss_bpf__attach()
116 bpf_object__detach_skeleton(obj->skeleton); in rss_bpf__detach()
170 obj->skeleton = s; in rss_bpf__create_skeleton()
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DGPL-3-with-bison-exception5skeleton and distribute that work under terms of your choice, so long as that work isn`t itself a …
H A DGPL-2-with-bison-exception5skeleton and distribute that work under terms of your choice, so long as that work isn`t itself a …
/openbmc/qemu/tools/ebpf/
H A DMakefile.ebpf1 SKELETONS = rss.bpf.skeleton.h
13 rm -f $(SKELETONS) $(SKELETONS:%.skeleton.h=%.o)
22 %.skeleton.h: %.o
23 bpftool gen skeleton $< > $@
/openbmc/linux/tools/bpf/bpftool/Documentation/
H A 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 …]
/openbmc/openbmc/poky/meta-skeleton/
H A DREADME.skeleton1 meta-skeleton
4 The meta-skeleton layer contains example recipes and configuration files.
/openbmc/openbmc/meta-phosphor/classes/
H A Dskeleton.bbclass1 inherit skeleton-rev
3 HOMEPAGE = "http://github.com/openbmc/skeleton"
H A Dskeleton-gdbus.bbclass1 inherit skeleton
H A Dskeleton-rev.bbclass2 SKELETON_URI ?= "git://github.com/openbmc/skeleton;branch=master;protocol=https"
/openbmc/linux/tools/testing/selftests/bpf/
H A DDENYLIST.s390x9 fexit_sleep # fexit_skel_load fexit skeleton failed …
18 module_attach # skel_attach skeleton attach failed: -524 …
19 ringbuf # skel_load skeleton load failed …
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A 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()
/openbmc/linux/Documentation/bpf/libbpf/
H A Dlibbpf_overview.rst19 * Provides overall support for the BPF object skeleton generated by bpftool.
20 The skeleton file simplifies the process for the user space programs to access
72 BPF skeleton is an alternative interface to libbpf APIs for working with BPF
79 You can generate the skeleton header file ``(.skel.h)`` for a specific object
80 file by passing the BPF object to the bpftool. The generated BPF skeleton
92 Using the skeleton code is the recommended way to work with bpf programs. Keep
93 in mind, BPF skeleton provides access to the underlying BPF object, so whatever
95 skeleton is used. It's an additive convenience feature, with no syscalls, and no
101 * BPF skeleton provides an interface for user space programs to work with BPF
102 global variables. The skeleton code memory maps global variables as a struct
[all …]
/openbmc/openbmc/meta-phosphor/recipes-phosphor/skeleton/
H A Dobmc-libobmc-intf_git.bb3 methods and the GDBUS skeleton code for the org.openbmc DBUS API."
13 inherit skeleton
/openbmc/linux/Documentation/driver-api/usb/
H A 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 …]
/openbmc/u-boot/arch/arc/dts/
H A Daxc001.dtsi6 /include/ "skeleton.dtsi"
H A Daxc003.dtsi6 /include/ "skeleton.dtsi"
H A Dnsim.dts7 #include "skeleton.dtsi"
/openbmc/skeleton/
H A Dmeson.build2 'skeleton',
/openbmc/openbmc/meta-ibm/recipes-phosphor/chassis/
H A Dphosphor-skeleton-control-power_%.bbappend3 # Remove, from the p10bmc image, the service file that starts the skeleton power
/openbmc/u-boot/arch/arm/dts/
H A Darmv7-m.dtsi1 #include "skeleton.dtsi"
/openbmc/u-boot/arch/x86/dts/
H A Defi-x86_app.dts8 /include/ "skeleton.dtsi"

12345678