Home
last modified time | relevance | path

Searched refs:matched (Results 1 – 13 of 13) sorted by relevance

/drivers/regulator/
A Dmax1586.c155 int i, matched; in of_get_max1586_platform_data() local
172 matched = of_regulator_match(dev, np, rmatch, ARRAY_SIZE(rmatch)); in of_get_max1586_platform_data()
181 if (matched <= 0) in of_get_max1586_platform_data()
182 return matched; in of_get_max1586_platform_data()
185 matched, in of_get_max1586_platform_data()
191 pdata->num_subdevs = matched; in of_get_max1586_platform_data()
194 for (i = 0; i < matched; i++) { in of_get_max1586_platform_data()
A Dmax8660.c322 int matched, i; in max8660_pdata_from_dt() local
336 matched = of_regulator_match(dev, np, rmatch, ARRAY_SIZE(rmatch)); in max8660_pdata_from_dt()
338 if (matched <= 0) in max8660_pdata_from_dt()
339 return matched; in max8660_pdata_from_dt()
342 matched, in max8660_pdata_from_dt()
348 pdata->num_subdevs = matched; in max8660_pdata_from_dt()
351 for (i = 0; i < matched; i++) { in max8660_pdata_from_dt()
/drivers/soc/aspeed/
A Daspeed-p2a-ctrl.c133 bool matched = false; in aspeed_p2a_region_acquire() local
166 matched = true; in aspeed_p2a_region_acquire()
169 return matched; in aspeed_p2a_region_acquire()
/drivers/media/platform/renesas/rcar-vin/
A Drcar-v4l2.c255 int matched; in rvin_enum_fmt_vid_cap() local
320 matched = -1; in rvin_enum_fmt_vid_cap()
323 matched++; in rvin_enum_fmt_vid_cap()
325 if (matched == f->index) { in rvin_enum_fmt_vid_cap()
/drivers/acpi/acpica/
A Ddbinput.c400 u8 matched; in acpi_db_display_command_info() local
404 matched = acpi_db_match_command_help(command, next); in acpi_db_display_command_info()
405 if (!display_all && matched) { in acpi_db_display_command_info()
/drivers/media/v4l2-core/
A Dv4l2-async.c146 bool matched = ase->endpoint == match->fwnode; in match_fwnode() local
150 matched ? "" : "not ", ase->endpoint); in match_fwnode()
152 if (matched) in match_fwnode()
/drivers/sh/maple/
A Dmaple.c335 int matched, error; in maple_attach_driver() local
374 matched = in maple_attach_driver()
378 if (matched == 0) { in maple_attach_driver()
/drivers/staging/iio/Documentation/
A Dinkernel.txt18 matched against the datasheet_name field of the iio_chan_spec.
/drivers/net/wireless/realtek/rtlwifi/
A Dbase.c2555 bool matched = false; in rtl_chk_vendor_ouisub() local
2568 matched = true; in rtl_chk_vendor_ouisub()
2573 matched = true; in rtl_chk_vendor_ouisub()
2576 matched = true; in rtl_chk_vendor_ouisub()
2579 matched = true; in rtl_chk_vendor_ouisub()
2582 matched = true; in rtl_chk_vendor_ouisub()
2585 return matched; in rtl_chk_vendor_ouisub()
/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
A Dphy.c546 bool matched = true, skipped = false; in rtl8723be_phy_config_with_headerfile() local
556 matched = true; in rtl8723be_phy_config_with_headerfile()
559 matched = skipped ? false : true; in rtl8723be_phy_config_with_headerfile()
562 matched = false; in rtl8723be_phy_config_with_headerfile()
566 matched = true; in rtl8723be_phy_config_with_headerfile()
569 matched = false; in rtl8723be_phy_config_with_headerfile()
578 if (matched) in rtl8723be_phy_config_with_headerfile()
/drivers/of/
A Dproperty.c1565 bool matched = false; in of_link_property() local
1568 while (!matched && s->parse_prop) { in of_link_property()
1578 matched = true; in of_link_property()
/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
A Dphy.c1835 bool matched = true, skipped = false; in __rtl8821ae_phy_config_with_headerfile() local
1845 matched = true; in __rtl8821ae_phy_config_with_headerfile()
1848 matched = skipped ? false : true; in __rtl8821ae_phy_config_with_headerfile()
1851 matched = false; in __rtl8821ae_phy_config_with_headerfile()
1855 matched = true; in __rtl8821ae_phy_config_with_headerfile()
1858 matched = false; in __rtl8821ae_phy_config_with_headerfile()
1867 if (matched) in __rtl8821ae_phy_config_with_headerfile()
/drivers/gpu/drm/
A Ddrm_edid.c112 bool matched; member
5535 closure->matched = true; in match_identity()
5557 .matched = false, in drm_edid_match()
5562 return closure.matched; in drm_edid_match()

Completed in 49 milliseconds