Searched refs:devices (Results 1 – 25 of 210) sorted by relevance
123456789
| /arch/x86/kernel/ |
| A D | platform-quirks.c | 15 x86_platform.legacy.devices.pnpbios = 1; in x86_early_init_platform_quirks() 22 x86_platform.legacy.devices.pnpbios = 0; in x86_early_init_platform_quirks() 27 x86_platform.legacy.devices.pnpbios = 0; in x86_early_init_platform_quirks() 39 return x86_platform.legacy.devices.pnpbios == 0; in x86_pnpbios_disabled()
|
| /arch/sh/boards/mach-rsk/ |
| A D | Makefile | 3 obj-$(CONFIG_SH_RSK7203) += devices-rsk7203.o 4 obj-$(CONFIG_SH_RSK7264) += devices-rsk7264.o 5 obj-$(CONFIG_SH_RSK7269) += devices-rsk7269.o
|
| /arch/arm/mach-pxa/ |
| A D | gumstix.c | 84 static struct platform_device *devices[] __initdata = { variable 226 (void) platform_add_devices(devices, ARRAY_SIZE(devices)); in gumstix_init()
|
| A D | pxa27x.c | 279 static struct platform_device *devices[] __initdata = { variable 346 ret = platform_add_devices(devices, in pxa27x_init() 347 ARRAY_SIZE(devices)); in pxa27x_init()
|
| /arch/arm/mach-sa1100/ |
| A D | jornada720.c | 251 static struct platform_device *devices[] __initdata = { variable 277 ret = platform_add_devices(devices, ARRAY_SIZE(devices)); in jornada720_init()
|
| A D | collie.c | 263 static struct platform_device *devices[] __initdata = { variable 382 ret = platform_add_devices(devices, ARRAY_SIZE(devices)); in collie_init()
|
| /arch/arm/boot/dts/qcom/ |
| A D | qcom-ipq4018-jalapeno.dts | 9 model = "8devices Jalapeno"; 182 qcom,calibration-variant = "8devices-Jalapeno"; 188 qcom,calibration-variant = "8devices-Jalapeno";
|
| A D | qcom-msm8974-sony-xperia-rhine-togari.dts | 4 /* Togari uses a different touchscreen compared to other rhine devices */
|
| /arch/um/drivers/ |
| A D | Kconfig | 46 with this option. The assignment of UML devices to host devices 110 which don't have a set of /dev/pty* devices. 119 between the host's dsp and mixer devices and the UML sound system. 128 bool "Vector I/O high performance network devices" 143 bool "UML driver for virtio devices" 189 Currently, only MSI-X capable devices are supported, and it
|
| /arch/mips/rb532/ |
| A D | Makefile | 8 obj-y += irq.o time.o setup.o prom.o gpio.o devices.o
|
| /arch/mips/ath25/ |
| A D | Makefile | 11 obj-y += board.o prom.o devices.o
|
| /arch/arm64/boot/dts/apple/ |
| A D | t8103-jxxx.dtsi | 5 * This file contains parts common to all Apple M1 devices using the t8103. 69 * on-board devices and properties that are populated by the bootloader
|
| A D | t600x-j314-j316.dtsi | 5 * This file contains the parts common to J314 and J316 devices with both t6000 and t6001. 97 /* PCIe devices */
|
| A D | t600x-j375.dtsi | 5 * This file contains the parts common to J375 devices with both t6001 and t6002. 82 /* PCIe devices */
|
| A D | t8012-touchbar.dtsi | 3 * Common Device Tree for T2 devices with a Touch Bar
|
| A D | spi1-nvram.dtsi | 6 // M2* devices.
|
| A D | t7000-common.dtsi | 5 * This file contains parts common to all Apple A8 devices.
|
| /arch/arm/mach-davinci/ |
| A D | Makefile | 8 obj-y := common.o sram.o devices-da8xx.o
|
| /arch/sh/boards/mach-sdk7780/ |
| A D | Kconfig | 13 baseboard devices. If in doubt, say Y.
|
| /arch/arm/mach-axxia/ |
| A D | Kconfig | 12 This enables support for the LSI Axxia devices.
|
| /arch/arm/boot/dts/ |
| A D | cros-ec-keyboard.dtsi | 3 * Keyboard dts fragment for devices that use cros-ec-keyboard
|
| /arch/arm/kernel/ |
| A D | bios32.c | 30 list_for_each_entry(dev, &bus->devices, bus_list) { in pcibios_bus_report_status() 54 list_for_each_entry(dev, &bus->devices, bus_list) in pcibios_bus_report_status() 280 list_for_each_entry(dev, &bus->devices, bus_list) { in pcibios_fixup_bus() 316 list_for_each_entry(dev, &bus->devices, bus_list) { in pcibios_fixup_bus()
|
| /arch/powerpc/boot/dts/ |
| A D | media5200.dts | 114 device-width = <2>; // Two devices on each bank 121 device-width = <2>; // Two devices on each bank
|
| /arch/arm64/boot/dts/qcom/ |
| A D | sc7180-el2.dtso | 17 /* Venus can be used in EL2 if booted similarly to ChromeOS devices. */
|
| A D | sdm630-sony-xperia-ganges-kirin.dts | 29 /* Ganges devices feature a Novatek touchscreen instead. */
|
Completed in 39 milliseconds
123456789