Searched refs:matched (Results 1 – 10 of 10) sorted by relevance
/linux-4.19.296/drivers/regulator/ |
D | max1586.c | 168 int i, matched; in of_get_max1586_platform_data() local 185 matched = of_regulator_match(dev, np, rmatch, ARRAY_SIZE(rmatch)); in of_get_max1586_platform_data() 194 if (matched <= 0) in of_get_max1586_platform_data() 195 return matched; in of_get_max1586_platform_data() 198 matched, in of_get_max1586_platform_data() 204 pdata->num_subdevs = matched; in of_get_max1586_platform_data() 207 for (i = 0; i < matched; i++) { in of_get_max1586_platform_data()
|
D | max8660.c | 335 int matched, i; in max8660_pdata_from_dt() local 349 matched = of_regulator_match(dev, np, rmatch, ARRAY_SIZE(rmatch)); in max8660_pdata_from_dt() 351 if (matched <= 0) in max8660_pdata_from_dt() 352 return matched; in max8660_pdata_from_dt() 355 matched, in max8660_pdata_from_dt() 361 pdata->num_subdevs = matched; in max8660_pdata_from_dt() 364 for (i = 0; i < matched; i++) { in max8660_pdata_from_dt()
|
D | act8865-regulator.c | 394 int matched, i, num_matches; in act8865_pdata_from_dt() local 423 matched = of_regulator_match(dev, np, matches, num_matches); in act8865_pdata_from_dt() 425 if (matched <= 0) in act8865_pdata_from_dt() 426 return matched; in act8865_pdata_from_dt()
|
/linux-4.19.296/fs/romfs/ |
D | storage.c | 173 bool matched, terminated = false; in romfs_blk_strcmp() local 182 matched = (memcmp(bh->b_data + offset, str, segment) == 0); in romfs_blk_strcmp() 187 if (matched && size == 0 && offset + segment < ROMBSIZE) { in romfs_blk_strcmp() 191 matched = false; in romfs_blk_strcmp() 194 if (!matched) in romfs_blk_strcmp() 205 matched = !bh->b_data[0]; in romfs_blk_strcmp() 207 if (!matched) in romfs_blk_strcmp()
|
/linux-4.19.296/crypto/asymmetric_keys/ |
D | pkcs7_trust.c | 64 goto matched; in pkcs7_validate_trust_one() 94 goto matched; in pkcs7_validate_trust_one() 110 goto matched; in pkcs7_validate_trust_one() 118 matched: in pkcs7_validate_trust_one()
|
/linux-4.19.296/drivers/sh/maple/ |
D | maple.c | 335 int matched, error; in maple_attach_driver() local 374 matched = in maple_attach_driver() 378 if (matched == 0) { in maple_attach_driver()
|
/linux-4.19.296/fs/xfs/libxfs/ |
D | xfs_dir2_data.c | 394 bool matched = false; in xfs_dir2_data_freefind_verify() local 415 matched = true; in xfs_dir2_data_freefind_verify() 427 if (!matched && in xfs_dir2_data_freefind_verify()
|
/linux-4.19.296/drivers/isdn/i4l/ |
D | isdn_common.c | 160 register int matched; in isdn_wildmat() local 191 for (last = 0, matched = 0; *++p && (*p != ']'); last = *p) in isdn_wildmat() 194 matched = 1; in isdn_wildmat() 195 if (matched == reverse) in isdn_wildmat()
|
/linux-4.19.296/include/uapi/linux/ |
D | pkt_sched.h | 354 __u32 matched; /* Drops due to flow match */ member
|
/linux-4.19.296/fs/btrfs/ |
D | free-space-cache.c | 834 bool matched; in load_free_space_cache() local 895 matched = (ctl->free_space == (block_group->key.offset - used - in load_free_space_cache() 899 if (!matched) { in load_free_space_cache()
|