Home
last modified time | relevance | path

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

/u-boot/arch/arm/mach-rockchip/
A Dboard.c74 bool matched = false; in board_usb_init() local
81 matched = true; in board_usb_init()
87 if (!matched) { in board_usb_init()
/u-boot/tools/
A Dmoveconfig.py451 if not matched:
455 defconfigs += matched
520 j = matched[0]
522 for i in matched:
526 while j in matched:
550 matched += extended_matched
551 matched.sort()
601 matched = []
604 matched.append(i)
611 if not matched:
[all …]
/u-boot/scripts/coccinelle/iterators/
A Ditnull.cocci5 //# happen when the matched code is on the way to a loop exit (break, goto,
/u-boot/doc/device-tree-bindings/misc/
A Dintel,baytrail-fsp.txt10 is matched up to Intel's E3800 FSPv4 release.
/u-boot/scripts/
A Dget_maintainer.pl1995 my $matched = 0;
2007 $matched = 1;
2011 $matched = 1;
2013 if (!$matched) {
/u-boot/drivers/ddr/fsl/
A Dinteractive.c1840 unsigned int matched = 0; in fsl_ddr_parse_interactive_cmd() local
1848 matched = 1; in fsl_ddr_parse_interactive_cmd()
1852 if (matched) in fsl_ddr_parse_interactive_cmd()
/u-boot/doc/driver-model/
A Dof-plat.rst177 Note that for the platform data to be matched with a driver, the 'name'
A Dusb-info.rst185 ID, product ID, etc. See struct usb_driver_entry for how drivers are matched
/u-boot/drivers/core/
A DKconfig305 The bus is matched based upon its node name equalling "isa". The

Completed in 14 milliseconds