Lines Matching refs:drivers
47 "multiple drivers found for this compatible",
72 # Will not search for drivers for these compatibles.
80 # Will not search for drivers for these compatibles.
88 # is used. Are there drivers that can be provided?
94 'gpio-keys' => ['drivers/input/keyboard/gpio_keys.c'],
95 'i2c-gpio' => ['drivers/i2c/busses/i2c-gpio.c'],
102 'mtd-ram' => ['drivers/mtd/maps/physmap_of.c'],
103 'pwm-backlight' => ['drivers/video/backlight/pwm_bl.c'],
105 'syscon' => ['drivers/mfd/syscon.c'],
118 # drivers/usb/host/ehci-ppc-of.c
119 # drivers/usb/host/ehci-xilinx-of.c
121 # drivers/usb/host/ehci-hcd.c
129 'drivers/usb/host/ehci-ppc-of.c' => ['CONFIG_USB_EHCI_HCD',
131 'drivers/usb/host/ohci-ppc-of.c' => ['CONFIG_USB_OHCI_HCD',
134 'drivers/usb/host/ehci-xilinx-of.c' => ['CONFIG_USB_EHCI_HCD',
137 'drivers/usb/host/uhci-platform.c' => ['CONFIG_USB_UHCI_HCD',
205 If a large number of drivers or config options is listed for a node,
222 This program might not be able to find all drivers matching a
255 drivers and/or config options reported.
285 strings. A compatible string may be matched by multiple drivers.
297 may be matched by multiple drivers. A driver may have config file
798 # ----- Find drivers (source files that contain compatible)
805 my $drivers = `git grep -l '"$compat"' -- $files`;
806 chomp($drivers);
807 if ($drivers eq "") {
816 my @drivers = split("\n", $drivers);
817 $driver_count{$compat} = $#drivers + 1;
818 $pn_arg{driver_cnt} = $#drivers + 1;
821 for my $driver (@drivers) {
852 # For each compatible, multiple drivers may be reported.
1062 print "The configuration option for these drivers is hard coded (white list).\n";
1088 print "These drivers are black listed.\n";