Home
last modified time | relevance | path

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

/linux-4.4.14/net/netfilter/
Dxt_addrtype.c119 static inline bool match_type(struct net *net, const struct net_device *dev, in match_type() function
134 ret &= match_type(net, NULL, iph->saddr, info->source) ^ in addrtype_mt_v0()
137 ret &= match_type(net, NULL, iph->daddr, info->dest) ^ in addrtype_mt_v0()
163 ret &= match_type(net, dev, iph->saddr, info->source) ^ in addrtype_mt_v1()
166 ret &= match_type(net, dev, iph->daddr, info->dest) ^ in addrtype_mt_v1()
/linux-4.4.14/drivers/media/v4l2-core/
Dv4l2-async.c69 switch (asd->match_type) { in v4l2_async_belongs()
154 switch (asd->match_type) { in v4l2_async_notifier_register()
163 asd->match_type, asd); in v4l2_async_notifier_register()
/linux-4.4.14/arch/mips/include/asm/octeon/
Dcvmx-pip.h317 cvmx_pip_qos_watch_types match_type,
323 watcher_config.s.match_type = match_type;
Dcvmx-pip-defs.h2240 uint64_t match_type:3; member
2244 uint64_t match_type:3;
2263 uint64_t match_type:2; member
2267 uint64_t match_type:2;
2289 uint64_t match_type:3; member
2293 uint64_t match_type:3;
/linux-4.4.14/include/media/
Dv4l2-async.h42 enum v4l2_async_match_type match_type; member
/linux-4.4.14/drivers/media/platform/xilinx/
Dxilinx-vipp.c390 entity->asd.match_type = V4L2_ASYNC_MATCH_OF; in xvip_graph_parse_one()
/linux-4.4.14/drivers/media/platform/soc_camera/
Dsh_mobile_ceu_camera.c1871 __func__, i, (*asd)->match_type); in sh_mobile_ceu_probe()
1872 if ((*asd)->match_type == V4L2_ASYNC_MATCH_DEVNAME && in sh_mobile_ceu_probe()
Dsoc_camera.c1540 if (i >= size || asd[i]->match_type != V4L2_ASYNC_MATCH_I2C) { in scan_async_group()
1644 info->sasd.asd.match_type = V4L2_ASYNC_MATCH_OF; in soc_of_bind()
/linux-4.4.14/drivers/media/platform/exynos4-is/
Dmedia-dev.c390 fmd->sensor[index].asd.match_type = V4L2_ASYNC_MATCH_OF; in fimc_md_parse_port_node()
/linux-4.4.14/drivers/media/platform/omap3isp/
Disp.c2270 isd->asd.match_type = V4L2_ASYNC_MATCH_OF; in isp_of_parse_nodes()
/linux-4.4.14/drivers/media/platform/am437x/
Dam437x-vpfe.c2511 pdata->asd[i]->match_type = V4L2_ASYNC_MATCH_OF; in vpfe_get_pdata()