Home
last modified time | relevance | path

Searched refs:match_data (Results 1 – 11 of 11) sorted by relevance

/openbmc/u-boot/drivers/core/
H A Ddevres.c99 dr_match_t match, void *match_data) in devres_find() argument
106 if (match && !match(dev, dr->data, match_data)) in devres_find()
115 dr_match_t match, void *match_data) in devres_get() argument
120 res = devres_find(dev, new_dr->release, match, match_data); in devres_get()
132 dr_match_t match, void *match_data) in devres_remove() argument
136 res = devres_find(dev, release, match, match_data); in devres_remove()
148 dr_match_t match, void *match_data) in devres_destroy() argument
152 res = devres_remove(dev, release, match, match_data); in devres_destroy()
161 dr_match_t match, void *match_data) in devres_release() argument
165 res = devres_remove(dev, release, match, match_data); in devres_release()
/openbmc/u-boot/include/dm/
H A Ddevice.h700 typedef int (*dr_match_t)(struct udevice *dev, void *res, void *match_data);
762 dr_match_t match, void *match_data);
778 dr_match_t match, void *match_data);
795 dr_match_t match, void *match_data);
815 dr_match_t match, void *match_data);
832 dr_match_t match, void *match_data);
891 dr_match_t match, void *match_data) in devres_find() argument
897 dr_match_t match, void *match_data) in devres_get() argument
903 dr_match_t match, void *match_data) in devres_remove() argument
909 dr_match_t match, void *match_data) in devres_destroy() argument
[all …]
/openbmc/qemu/hw/misc/
H A Dpci-testdev.c45 bool match_data; member
117 test->match_data, in OBJECT_DECLARE_SIMPLE_TYPE()
131 test->match_data, in pci_testdev_stop()
180 if (test->match_data && test->size != size) { in pci_testdev_write()
183 if (test->match_data && val != test->hdr->data) { in pci_testdev_write()
287 test->match_data = strcmp(IOTEST_TEST(i), "wildcard-eventfd"); in pci_testdev_realize()
288 if (IOTEST_IS_MEM(i) && !test->match_data) { in pci_testdev_realize()
294 test->hdr->data = test->match_data ? IOTEST_DATAMATCH : IOTEST_NOMATCH; in pci_testdev_realize()
/openbmc/qemu/hw/core/
H A Dloader-fit.c179 int cfg, void *opaque, const void *match_data, in fit_load_fdt() argument
215 filtered_data = ldr->fdt_filter(opaque, data, match_data, &load_addr); in fit_load_fdt()
270 const void *itb, *match_data = NULL; in load_fit() local
297 match_data = match->data; in load_fit()
330 ret = fit_load_fdt(ldr, itb, cfg_off, opaque, match_data, kernel_end, pfdt, in load_fit()
/openbmc/qemu/include/hw/
H A Dloader-fit.h34 const void *match_data, hwaddr *load_addr);
/openbmc/qemu/system/
H A Dmemory.c171 bool match_data; member
187 } else if (a->match_data < b->match_data) { in memory_region_ioeventfd_before()
189 } else if (a->match_data > b->match_data) { in memory_region_ioeventfd_before()
191 } else if (a->match_data) { in memory_region_ioeventfd_before()
212 (a->match_data == b->match_data) && in memory_region_ioeventfd_equal()
213 ((a->match_data && (a->data == b->data)) || !a->match_data) && in memory_region_ioeventfd_equal()
926 fd->match_data, fd->data, fd->e); in address_space_add_del_ioeventfds()
939 fd->match_data, fd->data, fd->e); in address_space_add_del_ioeventfds()
1632 ioeventfd.match_data = mr->ioeventfds[i].match_data; in memory_region_dispatch_write_eventfds()
2681 bool match_data, in memory_region_add_eventfd() argument
[all …]
/openbmc/qemu/include/system/
H A Dmemory.h1079 bool match_data, uint64_t data, EventNotifier *e);
1095 bool match_data, uint64_t data, EventNotifier *e);
2363 bool match_data,
2383 bool match_data,
/openbmc/qemu/accel/kvm/
H A Dkvm-all.c1887 bool match_data, uint64_t data, in kvm_mem_ioeventfd_add() argument
1895 match_data); in kvm_mem_ioeventfd_add()
1905 bool match_data, uint64_t data, in kvm_mem_ioeventfd_del() argument
1913 match_data); in kvm_mem_ioeventfd_del()
1923 bool match_data, uint64_t data, in kvm_io_ioeventfd_add() argument
1931 match_data); in kvm_io_ioeventfd_add()
1941 bool match_data, uint64_t data, in kvm_io_ioeventfd_del() argument
1950 match_data); in kvm_io_ioeventfd_del()
/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/
H A D0001-localedef-Add-hardlink-resolver-from-util-linux.patch864 + pcre2_match_data *match_data = NULL;
934 + match_data = pcre2_match_data_create_from_pattern(re, NULL);
971 + match_data, /* block for storing the result */
H A D0002-localedef-fix-ups-hardlink-to-make-it-compile.patch229 match_data = pcre2_match_data_create_from_pattern(re, NULL);
/openbmc/qemu/hw/mips/
H A Dboston.c362 const void *match_data, hwaddr *load_addr) in boston_fdt_filter() argument