Searched refs:match_type (Results 1 – 11 of 11) sorted by relevance
/linux-4.4.14/net/netfilter/ |
D | xt_addrtype.c | 119 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/ |
D | v4l2-async.c | 69 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/ |
D | cvmx-pip.h | 317 cvmx_pip_qos_watch_types match_type, 323 watcher_config.s.match_type = match_type;
|
D | cvmx-pip-defs.h | 2240 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/ |
D | v4l2-async.h | 42 enum v4l2_async_match_type match_type; member
|
/linux-4.4.14/drivers/media/platform/xilinx/ |
D | xilinx-vipp.c | 390 entity->asd.match_type = V4L2_ASYNC_MATCH_OF; in xvip_graph_parse_one()
|
/linux-4.4.14/drivers/media/platform/soc_camera/ |
D | sh_mobile_ceu_camera.c | 1871 __func__, i, (*asd)->match_type); in sh_mobile_ceu_probe() 1872 if ((*asd)->match_type == V4L2_ASYNC_MATCH_DEVNAME && in sh_mobile_ceu_probe()
|
D | soc_camera.c | 1540 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/ |
D | media-dev.c | 390 fmd->sensor[index].asd.match_type = V4L2_ASYNC_MATCH_OF; in fimc_md_parse_port_node()
|
/linux-4.4.14/drivers/media/platform/omap3isp/ |
D | isp.c | 2270 isd->asd.match_type = V4L2_ASYNC_MATCH_OF; in isp_of_parse_nodes()
|
/linux-4.4.14/drivers/media/platform/am437x/ |
D | am437x-vpfe.c | 2511 pdata->asd[i]->match_type = V4L2_ASYNC_MATCH_OF; in vpfe_get_pdata()
|