Home
last modified time | relevance | path

Searched refs:filters (Results 1 – 25 of 224) sorted by relevance

123456789

/OK3568_Linux_fs/external/rknn-toolkit2/examples/darknet/yolov3_416x416/
H A Dyolov3.cfg27 filters=32
37 filters=64
45 filters=32
53 filters=64
67 filters=128
75 filters=64
83 filters=128
95 filters=64
103 filters=128
117 filters=256
[all …]
/OK3568_Linux_fs/external/xserver/render/
H A Dfilter.c136 PictFilterPtr filters; in PictureAddFilter() local
144 if (ps->filters[i].id == id) in PictureAddFilter()
146 if (ps->filters) in PictureAddFilter()
147 filters = in PictureAddFilter()
148 reallocarray(ps->filters, ps->nfilters + 1, sizeof(PictFilterRec)); in PictureAddFilter()
150 filters = malloc(sizeof(PictFilterRec)); in PictureAddFilter()
151 if (!filters) in PictureAddFilter()
153 ps->filters = filters; in PictureAddFilter()
155 ps->filters[i].name = PictureGetFilterName(id); in PictureAddFilter()
156 ps->filters[i].id = id; in PictureAddFilter()
[all …]
/OK3568_Linux_fs/buildroot/package/cups-filters/
H A DConfig.in2 bool "cups-filters"
18 This project provides backends, filters, and other software
21 additional filters and software developed independently of
22 Apple, especially filters for the PDF-centric printing
32 http://www.linuxfoundation.org/collaborate/workgroups/openprinting/cups-filters
34 comment "cups-filters needs a toolchain w/ wchar, C++, threads and dynamic library, gcc >= 4.8"
/OK3568_Linux_fs/kernel/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_vfpf.c740 req->filters[0].flags = VFPF_Q_FILTER_DEST_MAC_VALID; in bnx2x_vfpf_config_mac()
742 req->filters[0].flags |= VFPF_Q_FILTER_SET; in bnx2x_vfpf_config_mac()
748 memcpy(req->filters[0].mac, addr, ETH_ALEN); in bnx2x_vfpf_config_mac()
775 memcpy(req->filters[0].mac, bp->dev->dev_addr, in bnx2x_vfpf_config_mac()
949 req->filters[0].flags = VFPF_Q_FILTER_VLAN_TAG_VALID; in bnx2x_vfpf_update_vlan()
952 req->filters[0].flags |= VFPF_Q_FILTER_SET; in bnx2x_vfpf_update_vlan()
963 req->filters[0].vlan_tag = vid; in bnx2x_vfpf_update_vlan()
1655 fl = kzalloc(struct_size(fl, filters, tlv->n_mac_vlan_filters), in bnx2x_vf_mbx_macvlan_list()
1661 struct vfpf_q_mac_vlan_filter *msg_filter = &tlv->filters[i]; in bnx2x_vf_mbx_macvlan_list()
1665 memset(&fl->filters[j], 0, sizeof(fl->filters[j])); in bnx2x_vf_mbx_macvlan_list()
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/freeradius/files/
H A DCVE-2022-41861.patch13 src/lib/filters.c | 12 +++++++++---
16 diff --git a/src/lib/filters.c b/src/lib/filters.c
18 --- a/src/lib/filters.c
19 +++ b/src/lib/filters.c
/OK3568_Linux_fs/kernel/sound/soc/meson/
H A Daxg-pdm.c87 const struct axg_pdm_filters *filters; member
150 const struct axg_pdm_filters *filters = priv->cfg->filters; in axg_pdm_get_os() local
151 unsigned int os = filters->hcic.ds; in axg_pdm_get_os()
160 os *= filters->lpf[i].ds; in axg_pdm_get_os()
306 const struct axg_pdm_hcic *hcic = &priv->cfg->filters->hcic; in axg_pdm_set_hcic_ctrl()
324 const struct axg_pdm_lpf *lpf = &priv->cfg->filters->lpf[index]; in axg_pdm_set_lpf_ctrl()
342 const struct axg_pdm_hpf *hpf = &priv->cfg->filters->hpf; in axg_pdm_set_hpf_ctrl()
356 const struct axg_pdm_lpf *lpf = priv->cfg->filters->lpf; in axg_pdm_set_lpf_filters()
572 .filters = &axg_default_filters,
/OK3568_Linux_fs/kernel/drivers/hwtracing/coresight/
H A Dcoresight-etm-perf.c130 struct etm_filters *filters; in etm_addr_filters_alloc() local
133 filters = kzalloc_node(sizeof(struct etm_filters), GFP_KERNEL, node); in etm_addr_filters_alloc()
134 if (!filters) in etm_addr_filters_alloc()
138 memcpy(filters, event->parent->hw.addr_filters, in etm_addr_filters_alloc()
139 sizeof(*filters)); in etm_addr_filters_alloc()
141 event->hw.addr_filters = filters; in etm_addr_filters_alloc()
550 static int etm_addr_filters_validate(struct list_head *filters) in etm_addr_filters_validate() argument
556 list_for_each_entry(filter, filters, entry) { in etm_addr_filters_validate()
594 struct etm_filters *filters = event->hw.addr_filters; in etm_addr_filters_sync() local
602 etm_filter = &filters->etm_filter[i]; in etm_addr_filters_sync()
[all …]
/OK3568_Linux_fs/kernel/arch/x86/events/intel/
H A Dpt.c444 struct pt_filters *filters = event->hw.addr_filters; in pt_config_filters() local
449 if (!filters) in pt_config_filters()
454 for (range = 0; range < filters->nr_filters; range++) { in pt_config_filters()
455 struct pt_filter *filter = &filters->filter[range]; in pt_config_filters()
467 if (pt->filters.filter[range].msr_a != filter->msr_a) { in pt_config_filters()
469 pt->filters.filter[range].msr_a = filter->msr_a; in pt_config_filters()
472 if (pt->filters.filter[range].msr_b != filter->msr_b) { in pt_config_filters()
474 pt->filters.filter[range].msr_b = filter->msr_b; in pt_config_filters()
1337 struct pt_filters *filters; in pt_addr_filters_init() local
1343 filters = kzalloc_node(sizeof(struct pt_filters), GFP_KERNEL, node); in pt_addr_filters_init()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/tests/include/kutf/
H A Dkutf_suite.h283 unsigned int filters);
309 unsigned int filters,
338 unsigned int filters);
356 unsigned int filters,
/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/tests/include/kutf/
H A Dkutf_suite.h345 unsigned int filters);
371 unsigned int filters,
400 unsigned int filters);
418 unsigned int filters,
/OK3568_Linux_fs/kernel/Documentation/networking/device_drivers/ethernet/aquantia/
H A Datlantic.rst256 RX flow rules (ntuple filters)
266 The driver utilizes the ethtool interface for configuring ntuple filters,
273 When disabling ntuple filters, all the user programed filters are
274 flushed from the driver cache and hardware. All needed filters must
277 Because of the fixed order of the rules, the location of filters is also fixed:
279 - Locations 0 - 15 for VLAN ID filters
280 - Locations 16 - 31 for L2 EtherType filters
281 - Locations 32 - 39 for L3/L4 5-tuple filters (locations 32, 36 for IPv6)
284 destination TCP/UDP/SCTP port) is compared against 8 filters. For IPv4, up to
302 At the moment you can not use IPv4 and IPv6 filters at the same time.
[all …]
/OK3568_Linux_fs/buildroot/package/mongrel2/
H A D0002-Fix-Makefiles-for-cross-compilation.patch18 tools/filters/Makefile | 2 +-
45 diff --git a/tools/filters/Makefile b/tools/filters/Makefile
47 --- a/tools/filters/Makefile
48 +++ b/tools/filters/Makefile
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-printing/cups/
H A Dcups-filters.inc1 DESCRIPTION = "CUPS backends, filters, and other software"
2 HOMEPAGE = "http://www.linuxfoundation.org/collaborate/workgroups/openprinting/cups-filters"
12 SRC_URI = "http://openprinting.org/download/cups-filters/cups-filters-${PV}.tar.gz"
/OK3568_Linux_fs/kernel/tools/lib/traceevent/
H A Dparse-filter.c114 filter->filters, in find_filter_type()
133 (filter->filters + 1)); in add_filter_type()
139 for (i = 0; i < filter->filters; i++) { in add_filter_type()
144 if (i < filter->filters) in add_filter_type()
148 (filter->filters - i)); in add_filter_type()
155 filter->filters++; in add_filter_type()
1397 if (!filter->filters) in tep_filter_remove_event()
1408 len = (unsigned long)(filter->event_filters + filter->filters) - in tep_filter_remove_event()
1412 filter->filters--; in tep_filter_remove_event()
1414 memset(&filter->event_filters[filter->filters], 0, in tep_filter_remove_event()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/tests/kutf/
H A Dkutf_suite.c72 unsigned int filters; member
643 unsigned int filters, in kutf_add_test_with_filters_and_data() argument
671 test_func->filters = filters; in kutf_add_test_with_filters_and_data()
674 &test_func->filters, &kutfp_fops_x32_ro); in kutf_add_test_with_filters_and_data()
677 &test_func->filters); in kutf_add_test_with_filters_and_data()
725 unsigned int filters) in kutf_add_test_with_filters() argument
785 unsigned int filters, in kutf_create_suite_with_filters_and_data() argument
816 suite->suite_default_flags = filters; in kutf_create_suite_with_filters_and_data()
838 unsigned int filters) in kutf_create_suite_with_filters() argument
848 filters, in kutf_create_suite_with_filters()
/OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/tests/kutf/
H A Dkutf_suite.c66 unsigned int filters; member
506 unsigned int filters, in kutf_add_test_with_filters_and_data() argument
534 test_func->filters = filters; in kutf_add_test_with_filters_and_data()
536 &test_func->filters); in kutf_add_test_with_filters_and_data()
578 unsigned int filters) in kutf_add_test_with_filters() argument
638 unsigned int filters, in kutf_create_suite_with_filters_and_data() argument
669 suite->suite_default_flags = filters; in kutf_create_suite_with_filters_and_data()
691 unsigned int filters) in kutf_create_suite_with_filters() argument
701 filters, in kutf_create_suite_with_filters()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/imlib2/
H A Dimlib2_git.bb36 PACKAGES =+ "${BPN}-loaders ${BPN}-filters ${BPN}-data"
39 FILES:imlib2-filters = "${libdir}/imlib2/filters/*.so"
/OK3568_Linux_fs/app/QLauncher/
H A Ddesktopwindow.cpp66 QStringList filters; in DesktopWindow() local
67 filters << "*.desktop"; in DesktopWindow()
68 dir.setNameFilters(filters); in DesktopWindow()
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/dvb/
H A Ddmx-fwrite.rst38 digitally recorded Transport Stream. Matching filters have to be defined
66 front- end. Make sure that these filters are stopped and that the
67 filters with input set to ``DMX_IN_DVR`` are started.
H A Ddemux.rst9 The Digital TV demux device controls the MPEG-TS filters for the
10 digital TV. If the driver and hardware supports, those filters are
H A Ddmx-start.rst60 There are active filters filtering data from another input source.
61 Make sure that these filters are stopped before starting this
/OK3568_Linux_fs/kernel/Documentation/userspace-api/
H A Dseccomp_filter.rst2 Seccomp BPF (SECure COMPuting with filters)
18 Filter (BPF) program, as with socket filters, except that the data
27 pointers which constrains all filters to solely evaluating the system
38 choosing. Expressive, dynamic filters provide further options down this
48 ``CONFIG_HAVE_ARCH_SECCOMP_FILTER``, then filters may be added as below:
68 processes will be constrained to the same filters and system
78 additional filters may be layered on which will increase evaluation
88 filters exist, the return value for the evaluation of a given system
166 If multiple filters exist, the return value for the evaluation of a
170 multiple filters return values of the same precedence, only the
[all …]
/OK3568_Linux_fs/kernel/net/sched/
H A Dcls_flow.c33 struct list_head filters; member
305 list_for_each_entry_rcu(f, &head->filters, list) { in flow_classify()
546 list_add_tail_rcu(&fnew->list, &head->filters); in flow_change()
575 *last = list_empty(&head->filters); in flow_delete()
586 INIT_LIST_HEAD(&head->filters); in flow_init()
597 list_for_each_entry_safe(f, next, &head->filters, list) { in flow_destroy()
612 list_for_each_entry(f, &head->filters, list) in flow_get()
685 list_for_each_entry(f, &head->filters, list) { in flow_walk()
/OK3568_Linux_fs/kernel/net/can/j1939/
H A Dsocket.c265 const struct j1939_filter *f = jsk->filters; in j1939_sk_match_filter()
641 kfree(jsk->filters); in j1939_sk_release()
675 struct j1939_filter *filters = NULL, *ofilters; in j1939_sk_setsockopt() local
686 if (optlen % sizeof(*filters) != 0) in j1939_sk_setsockopt()
693 count = optlen / sizeof(*filters); in j1939_sk_setsockopt()
694 filters = memdup_sockptr(optval, optlen); in j1939_sk_setsockopt()
695 if (IS_ERR(filters)) in j1939_sk_setsockopt()
696 return PTR_ERR(filters); in j1939_sk_setsockopt()
698 for (f = filters, c = count; c; f++, c--) { in j1939_sk_setsockopt()
706 ofilters = jsk->filters; in j1939_sk_setsockopt()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/st/cw1200/
H A Dpm.c22 struct wsm_udp_port_filter filters[WSM_MAX_FILTER_ELEMENTS]; member
28 struct wsm_ether_type_filter filters[WSM_MAX_FILTER_ELEMENTS]; member
33 .filters = {
57 .filters = {

123456789