/kernel/linux/linux-5.10/drivers/staging/media/atomisp/i2c/ |
H A D | atomisp-ov2722.c | 800 int match; in distance() local 807 match = abs(((w_ratio << 13) / h_ratio) - 8192); in distance() 810 (match > LARGEST_ALLOWED_RATIO_MISMATCH)) in distance()
|
H A D | atomisp-ov2680.c | 268 /* Increase the VTS to match exposure + MARGIN */ in __ov2680_set_exposure() 858 int match; in distance() local 865 match = abs(((w_ratio << 13) / h_ratio) - 8192); in distance() 868 (match > LARGEST_ALLOWED_RATIO_MISMATCH)) in distance()
|
/kernel/linux/linux-5.10/drivers/spi/ |
H A D | spi-s3c64xx.c | 1066 const struct of_device_id *match; in s3c64xx_spi_get_port_config() local 1067 match = of_match_node(s3c64xx_spi_dt_match, pdev->dev.of_node); in s3c64xx_spi_get_port_config() 1068 return (struct s3c64xx_spi_port_config *)match->data; in s3c64xx_spi_get_port_config()
|
/kernel/linux/linux-6.6/drivers/mmc/host/ |
H A D | cavium.c | 231 u64 match = 0x3001070fffffffffull; in switch_val_changed() local 233 return (slot->cached_switch & match) != (new_val & match); in switch_val_changed()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/flower/ |
H A D | action.c | 198 NL_SET_ERR_MSG_MOD(extack, "unsupported offload: egress interface does not match the required tunnel type"); in nfp_fl_output() 770 /* Filter doesn't force proto match, in nfp_fl_csum_l4_to_flag() 802 struct flow_match_basic match; in nfp_fl_commit_mangle() local 804 flow_rule_match_basic(rule, &match); in nfp_fl_commit_mangle() 805 ip_proto = match.key->ip_proto; in nfp_fl_commit_mangle()
|
/kernel/linux/linux-6.6/fs/smb/client/ |
H A D | dfs_cache.c | 551 * Use whole path components in the match. Must be called with htable_rw_lock held. 1104 bool match; in target_share_equal() local 1125 match = cifs_match_ipaddr((struct sockaddr *)&server->dstaddr, (struct sockaddr *)&ss); in target_share_equal() 1128 return match; in target_share_equal() 1132 * Mark dfs tcon for reconnecting when the currently connected tcon does not match any of the new 1240 * match any of the new targets, mark it for reconnect. 1264 * After reconnecting to a different server, unique ids won't match anymore, so we disable in dfs_cache_remount_fs()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | memcontrol.h | 919 bool match = false; in mm_match_cgroup() local 924 match = mem_cgroup_is_descendant(task_memcg, memcg); in mm_match_cgroup() 926 return match; in mm_match_cgroup() 1500 /* to match folio_memcg_rcu() */ in mem_cgroup_trylock_pages()
|
/kernel/linux/linux-6.6/drivers/tty/serial/8250/ |
H A D | 8250_core.c | 653 * Only attempts to match console command lines of the form: 659 * Performs console setup for a match (as required by interface) 667 char match[] = "uart"; /* 8250-specific earlycon name */ in univ8250_console_match() local 672 if (strncmp(name, match, 4) != 0) in univ8250_console_match() 678 /* try to match the port specified on the command line */ in univ8250_console_match() 705 .match = univ8250_console_match,
|
/kernel/linux/linux-6.6/drivers/thermal/ |
H A D | thermal_core.c | 580 struct thermal_zone_device *tz, *match = NULL; in thermal_zone_get_by_id() local 585 match = tz; in thermal_zone_get_by_id() 591 return match; in thermal_zone_get_by_id()
|
/kernel/linux/linux-6.6/drivers/staging/vme_user/ |
H A D | vme.c | 1969 if (vme_drv->match && vme_drv->match(vdev)) in vme_bus_match() 2001 .match = vme_bus_match,
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/ |
H A D | eeprom_9287.c | 289 bool match; in ar9287_eeprom_get_tx_gain_index() local 299 match = ath9k_hw_get_lower_upper_index( in ar9287_eeprom_get_tx_gain_index() 303 if (match) { in ar9287_eeprom_get_tx_gain_index()
|
H A D | eeprom_def.c | 28 bool match; in ath9k_get_txgain_index() local 37 match = ath9k_hw_get_lower_upper_index( in ath9k_get_txgain_index() 40 if (match) { in ath9k_get_txgain_index()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/rockchip/ |
H A D | dw-mipi-dsi-rockchip.c | 838 const struct of_device_id *match; in dw_mipi_dsi_rockchip_find_second() local 841 match = of_match_device(dsi->dev->driver->of_match_table, dsi->dev); in dw_mipi_dsi_rockchip_find_second() 848 match->compatible))) { in dw_mipi_dsi_rockchip_find_second()
|
H A D | cdn-dp-core.c | 1174 const struct of_device_id *match; in cdn_dp_probe() local 1188 match = of_match_node(cdn_dp_dt_ids, pdev->dev.of_node); in cdn_dp_probe() 1189 dp_data = (struct cdn_dp_data *)match->data; in cdn_dp_probe()
|
/kernel/linux/linux-6.6/drivers/i2c/busses/ |
H A D | i2c-rk3x.c | 1241 const struct of_device_id *match; in rk3x_i2c_probe() local 1253 match = of_match_node(rk3x_i2c_match, np); in rk3x_i2c_probe() 1254 i2c->soc_data = match->data; in rk3x_i2c_probe()
|
/kernel/linux/linux-6.6/lib/ |
H A D | dynamic_debug.c | 169 * Search the tables for _ddebug's which match the given `query' and 189 /* match against the module name */ in ddebug_change() 206 /* match site against query-class */ in ddebug_change() 210 /* match against the source filename */ in ddebug_change() 219 /* match against the function */ in ddebug_change() 224 /* match against the format */ in ddebug_change() 228 /* anchored search. match must be at beginning */ in ddebug_change() 236 /* match against the line number range */ in ddebug_change() 354 pr_err("match-spec: line used 2x\n"); in parse_linerange() 390 pr_err("match in check_set() [all...] |
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | tcp_metrics.c | 902 bool match; in tcp_metrics_flush_all() local 907 match = net ? net_eq(tm_net(tm), net) : in tcp_metrics_flush_all() 909 if (match) { in tcp_metrics_flush_all()
|
/third_party/ffmpeg/libavcodec/ |
H A D | h264_refs.c | 63 int match = !!(src->reference & parity); in split_field_copy() local 65 if (match) { in split_field_copy() 74 return match; in split_field_copy()
|
/third_party/alsa-lib/src/pcm/ |
H A D | pcm_route.c | 846 int match = 1; in find_matching_chmap() local 860 match = 0; in find_matching_chmap() 865 if (match) { in find_matching_chmap() 1241 The format and rate must match for both of them.
|
/third_party/libcoap/src/ |
H A D | coap_resource.c | 70 match(const coap_str_const_t *text, const coap_str_const_t *pattern, int match_prefix, in match() function 208 if (flags & MATCH_URI) { /* match resource URI */ 209 if (!match(r->uri_path, &query_pattern, (flags & MATCH_PREFIX) != 0, 212 } else { /* match attribute */ 223 if (!(match(&unquoted_val, &query_pattern,
|
/third_party/node/lib/internal/debugger/ |
H A D | inspect_repl.js | 579 const match = RegExpPrototypeExec(/^\s*(?:exec|p)\s+([^\n]*)/, input); 580 if (match) { 581 lastCommand = `exec(${JSONStringify(match[1])})`;
|
/third_party/nghttp2/src/ |
H A D | shrpx_worker.cc | 1182 auto group = router.match(host, path); in match_downstream_addr_group_host() 1212 auto group = wc.router.match(StringRef{}, path); in match_downstream_addr_group_host() 1214 // We sorted wildcard_patterns in a way that first match is the in match_downstream_addr_group_host() 1230 group = router.match(StringRef::from_lit(""), path); in match_downstream_addr_group_host() 1240 LOG(INFO) << "None match. Use catch-all pattern"; in match_downstream_addr_group_host()
|
/third_party/python/Lib/ |
H A D | pathlib.py | 350 self.match = flavour.compile_pattern(pat) 370 if self.match(name): 804 def match(self, path_pattern): member in PurePath
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
H A D | tjbench.c | 904 int temp1 = 0, temp2 = 0, match = 0; in main() local 912 match = 1; break; in main() 915 if (!match) usage(argv[0]); in main()
|
/third_party/python/Modules/ |
H A D | unicodedata.c | 784 // This needs to match the logic in makeunicodedata.py 885 int match = 0; in unicodedata_UCD_is_normalized_impl() local 912 match = PyUnicode_Compare(input, cmp); in unicodedata_UCD_is_normalized_impl() 914 result = (match == 0) ? Py_True : Py_False; in unicodedata_UCD_is_normalized_impl() 1041 /* These ranges need to match makeunicodedata.py:cjk_ranges. */
|