Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/algorithm/string/
H A Dfind_iterator.hpp68 base_type::match_type match_type; typedef in boost::algorithm::find_iterator
127 const match_type& dereference() const in dereference()
172 match_type m_Match;
224 base_type::match_type match_type; typedef in boost::algorithm::split_iterator
302 const match_type& dereference() const in dereference()
310 match_type FindMatch=this->do_find( m_Next, m_End ); in increment()
321 m_Match=match_type( m_Next, FindMatch.begin() ); in increment()
355 match_type m_Match;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/algorithm/string/detail/
H A Dfind_iterator.hpp33 typedef iterator_range<IteratorT> match_type; typedef in boost::algorithm::detail::find_iterator_base
35 match_type,
57 match_type do_find( in do_find()
67 return match_type(End,End); in do_find()
/OK3568_Linux_fs/kernel/drivers/media/v4l2-core/
H A Dv4l2-async.c166 switch (asd->match_type) { in v4l2_async_find_match()
197 if (asd_x->match_type != asd_y->match_type) in asd_equal()
200 switch (asd_x->match_type) { in asd_equal()
469 switch (asd->match_type) { in v4l2_async_notifier_asd_valid()
482 asd->match_type, asd); in v4l2_async_notifier_asd_valid()
662 switch (asd->match_type) { in __v4l2_async_notifier_cleanup()
716 asd->match_type = V4L2_ASYNC_MATCH_FWNODE; in v4l2_async_notifier_add_fwnode_subdev()
765 asd->match_type = V4L2_ASYNC_MATCH_I2C; in v4l2_async_notifier_add_i2c_subdev()
791 asd->match_type = V4L2_ASYNC_MATCH_DEVNAME; in v4l2_async_notifier_add_devname_subdev()
H A Dv4l2-fwnode.c820 asd->match_type = V4L2_ASYNC_MATCH_FWNODE; in v4l2_async_notifier_fwnode_parse_endpoint()
/OK3568_Linux_fs/kernel/net/netfilter/
H A Dxt_addrtype.c104 static inline bool match_type(struct net *net, const struct net_device *dev, in match_type() function
119 ret &= match_type(net, NULL, iph->saddr, info->source) ^ in addrtype_mt_v0()
122 ret &= match_type(net, NULL, iph->daddr, info->dest) ^ in addrtype_mt_v0()
148 ret &= match_type(net, dev, iph->saddr, info->source) ^ in addrtype_mt_v1()
151 ret &= match_type(net, dev, iph->daddr, info->dest) ^ in addrtype_mt_v1()
/OK3568_Linux_fs/kernel/arch/x86/mm/pat/
H A Dmemtype_interval.c57 static struct memtype *memtype_match(u64 start, u64 end, int match_type) in memtype_match() argument
64 if ((match_type == MEMTYPE_EXACT_MATCH) && in memtype_match()
68 if ((match_type == MEMTYPE_END_MATCH) && in memtype_match()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/aquantia/atlantic/macsec/
H A Dmacsec_struct.h35 u32 match_type; member
343 u32 match_type; member
693 u32 match_type; member
H A Dmacsec_api.c278 packed_record[5] = rec->match_type & 0xF; in set_ingress_prectlf_record()
333 rec->match_type = packed_record[5] & 0xF; in get_ingress_prectlf_record()
1080 packed_record[5] = rec->match_type & 0xF; in set_ingress_postctlf_record()
1134 rec->match_type = packed_record[5] & 0xF; in get_ingress_postctlf_record()
1171 packed_record[5] = rec->match_type & 0xF; in set_egress_ctlf_record()
1221 rec->match_type = packed_record[5] & 0xF; in get_egress_ctlf_record()
/OK3568_Linux_fs/kernel/arch/mips/include/asm/octeon/
H A Dcvmx-pip.h317 cvmx_pip_qos_watch_types match_type,
323 watcher_config.s.match_type = match_type;
H A Dcvmx-pip-defs.h1990 uint64_t match_type:3; member
1994 uint64_t match_type:3;
2013 uint64_t match_type:2; member
2017 uint64_t match_type:2;
2036 uint64_t match_type:3; member
2040 uint64_t match_type:3;
/OK3568_Linux_fs/kernel/drivers/clocksource/
H A Darm_arch_timer.c426 .match_type = ate_match_dt,
439 .match_type = ate_match_dt,
450 .match_type = ate_match_acpi_oem_info,
463 .match_type = ate_match_local_cap_id,
472 .match_type = ate_match_dt,
485 .match_type = ate_match_local_cap_id,
542 if (ool_workarounds[i].match_type != type) in arch_timer_iterate_errata()
/OK3568_Linux_fs/kernel/include/media/
H A Dv4l2-async.h80 enum v4l2_async_match_type match_type; member
/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Darch_timer.h52 enum arch_timer_erratum_match_type match_type; member
/OK3568_Linux_fs/kernel/drivers/media/platform/atmel/
H A Datmel-sama5d2-isc.c124 subdev_entity->asd->match_type = V4L2_ASYNC_MATCH_FWNODE; in isc_parse_dt()
H A Datmel-isi.c1155 isi->entity.asd.match_type = V4L2_ASYNC_MATCH_FWNODE; in isi_graph_parse()
/OK3568_Linux_fs/kernel/drivers/media/platform/marvell-ccic/
H A Dmmp-driver.c241 mcam->asd.match_type = V4L2_ASYNC_MATCH_FWNODE; in mmpcam_probe()
H A Dcafe-driver.c549 mcam->asd.match_type = V4L2_ASYNC_MATCH_I2C; in cafe_pci_probe()
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Dvidioc-dbg-g-chip-info.rst155 The ``match_type`` is invalid or no device could be matched.
/OK3568_Linux_fs/kernel/drivers/media/platform/cadence/
H A Dcdns-csi2rx.c399 csi2rx->asd.match_type = V4L2_ASYNC_MATCH_FWNODE; in csi2rx_parse_dt()
/OK3568_Linux_fs/kernel/drivers/media/platform/
H A Dpxa_camera.c2261 asd->match_type = V4L2_ASYNC_MATCH_FWNODE; in pxa_camera_pdata_from_dt()
2309 pcdev->asd.match_type = V4L2_ASYNC_MATCH_I2C; in pxa_camera_probe()
2417 pcdev->asd.match_type = V4L2_ASYNC_MATCH_I2C; in pxa_camera_probe()
H A Drenesas-ceu.c1518 ceu_sd->asd.match_type = V4L2_ASYNC_MATCH_I2C; in ceu_parse_platform_data()
1586 ceu_sd->asd.match_type = V4L2_ASYNC_MATCH_FWNODE; in ceu_parse_dt()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/aquantia/atlantic/
H A Daq_macsec.c1580 tx_ctlf_rec.match_type = 4; /* Match eth_type only */ in aq_macsec_enable()
1588 rx_prectlf_rec.match_type = 4; /* Match eth_type only */ in aq_macsec_enable()
/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Dst-mipid02.c880 bridge->asd.match_type = V4L2_ASYNC_MATCH_FWNODE; in mipid02_parse_rx_ep()
/OK3568_Linux_fs/kernel/drivers/media/platform/exynos4-is/
H A Dmedia-dev.c465 fmd->sensor[index].asd.match_type = V4L2_ASYNC_MATCH_FWNODE; in fimc_md_parse_one_endpoint()
/OK3568_Linux_fs/kernel/drivers/media/platform/stm32/
H A Dstm32-dcmi.c1801 dcmi->entity.asd.match_type = V4L2_ASYNC_MATCH_FWNODE; in dcmi_graph_parse()