Searched defs:matched (Results 1 - 16 of 16) sorted by relevance

/drivers/fmc/
H A Dfmc-match.c27 int i, matched = 0; local
33 matched = 1;
44 matched = 1;
50 return matched;
/drivers/regulator/
H A Dmax77693.c164 int i, matched = 0; local
180 matched = of_regulator_match(dev, np, rmatch, ARRAY_SIZE(regulators));
182 if (matched <= 0)
183 return matched;
184 *rdata = devm_kzalloc(dev, sizeof(**rdata) * matched, GFP_KERNEL);
190 for (i = 0; i < matched; i++) {
197 return matched;
H A Dmax1586.c168 int i, matched; local
185 matched = of_regulator_match(dev, np, rmatch, ARRAY_SIZE(rmatch));
188 * If matched is 0, ie. neither Output_V3 nor Output_V6 have been found,
192 * anyway. If matched < 0, return the error.
194 if (matched <= 0)
195 return matched;
198 matched, GFP_KERNEL);
202 pdata->num_subdevs = matched;
205 for (i = 0; i < matched; i++) {
H A Dmax8660.c335 int matched, i; local
349 matched = of_regulator_match(dev, np, rmatch, ARRAY_SIZE(rmatch));
351 if (matched <= 0)
352 return matched;
355 matched, GFP_KERNEL);
359 pdata->num_subdevs = matched;
362 for (i = 0; i < matched; i++) {
H A Dact8865-regulator.c203 int matched, i, num_matches; local
228 matched = of_regulator_match(dev, np, matches, num_matches);
230 if (matched <= 0)
231 return matched;
/drivers/staging/lustre/lustre/libcfs/
H A Ddebug.c307 int matched; local
316 matched = n;
317 t = sscanf(str, "%i%n", &m, &matched);
318 if (t >= 1 && matched == n) {
/drivers/net/wireless/rsi/
H A Drsi_91x_mac80211.c921 bool matched = false; local
932 matched = true;
944 matched = true;
950 if (!matched)
/drivers/sh/maple/
H A Dmaple.c335 int matched, error; local
374 matched =
378 if (matched == 0) {
/drivers/isdn/i4l/
H A Disdn_common.c160 register int matched; local
191 for (last = 0, matched = 0; *++p && (*p != ']'); last = *p)
194 matched = 1;
195 if (matched == reverse)
/drivers/staging/lustre/lnet/lnet/
H A Dconfig.c831 int matched = 0; local
873 matched |= (rc != 0);
876 if (!matched)
879 strcpy(net_entry, net); /* replace with matched net */
1078 CERROR("Too many matched networks\n");
/drivers/staging/lustre/lustre/obdclass/
H A Dcl_lock.c484 int matched; local
486 matched = cl_lock_ext_match(&lock->cll_descr, need) &&
493 matched);
494 if (matched) {
1368 * and other sublocks are matched write locks. In this case,
H A Dobd_config.c1301 int matched = 0, j = 0; local
1329 matched = 0;
1336 matched++;
1350 if (!matched) {
/drivers/net/wireless/rtlwifi/
H A Dbase.c1868 bool matched = false; local
1881 matched = true;
1886 matched = true;
1889 matched = true;
1892 matched = true;
1895 matched = true;
1898 return matched;
/drivers/staging/lustre/lustre/osc/
H A Dosc_request.c657 /* Find and cancel locally locks matched by @mode in the resource found by
2296 struct ldlm_lock *matched = ldlm_handle2lock(lockh); local
2298 if ((agl != 0) && !(matched->l_flags & LDLM_FL_LVB_READY)) {
2303 LDLM_LOCK_PUT(matched);
2305 } else if (osc_set_lock_data_with_check(matched, einfo)) {
2308 * lock is matched whereas we asked for PR. */
2328 LDLM_LOCK_PUT(matched);
2332 LDLM_LOCK_PUT(matched);
/drivers/staging/rtl8723au/os_dep/
H A Dioctl_cfg80211.c1965 u8 matched = false; local
2029 DBG_8723A("matched by bssid\n");
2031 matched = true;
2038 DBG_8723A("matched by ssid\n");
2040 matched = true;
2048 if (!matched || !pnetwork) {
2050 DBG_8723A("connect, matched == false, goto exit\n");
2260 /* BSSID is matched, the same AP => rewrite with
2309 /* BSSID is matched, the same AP => Remove this PMKID
2321 DBG_8723A("%s(%s): do not have matched BSSI
[all...]
/drivers/net/wireless/
H A Drndis_wlan.c976 bool *matched);
2068 bool *matched)
2115 matched) {
2117 *matched = true;
2067 rndis_check_bssid_list(struct usbnet *usbdev, u8 *match_bssid, bool *matched) argument

Completed in 399 milliseconds