/arch/x86/boot/ |
D | video-vga.c | 268 adapter = ADAPTER_VGA; in vga_probe() 273 adapter = ADAPTER_EGA; in vga_probe() 276 adapter = ADAPTER_CGA; in vga_probe() 279 video_vga.modes = mode_lists[adapter]; in vga_probe() 280 video_vga.card_name = card_name[adapter]; in vga_probe() 281 return mode_count[adapter]; in vga_probe()
|
D | video-bios.c | 75 if (adapter != ADAPTER_EGA && adapter != ADAPTER_VGA) in bios_probe()
|
D | video.h | 93 extern int adapter;
|
D | video-mode.c | 27 int adapter; /* 0=CGA/MDA/HGC, 1=EGA, 2=VGA+ */ variable
|
D | video.c | 89 y = (adapter == ADAPTER_CGA) ? 25 : rdfs8(0x484)+1; in store_mode_params()
|
/arch/s390/kvm/ |
D | interrupt.c | 1793 struct s390_io_adapter *adapter; in register_io_adapter() local 1804 adapter = kzalloc(sizeof(*adapter), GFP_KERNEL); in register_io_adapter() 1805 if (!adapter) in register_io_adapter() 1808 INIT_LIST_HEAD(&adapter->maps); in register_io_adapter() 1809 init_rwsem(&adapter->maps_lock); in register_io_adapter() 1810 atomic_set(&adapter->nr_maps, 0); in register_io_adapter() 1811 adapter->id = adapter_info.id; in register_io_adapter() 1812 adapter->isc = adapter_info.isc; in register_io_adapter() 1813 adapter->maskable = adapter_info.maskable; in register_io_adapter() 1814 adapter->masked = false; in register_io_adapter() [all …]
|
/arch/powerpc/include/asm/ |
D | pmac_low_i2c.h | 77 extern struct pmac_i2c_bus *pmac_i2c_adapter_to_bus(struct i2c_adapter *adapter); 84 struct i2c_adapter *adapter);
|
/arch/m68k/ |
D | Kconfig.bus | 49 bool "Atari ROM port ISA adapter support" 52 This option enables support for the ROM port ISA adapter used to 55 The only driver currently using this adapter is the EtherNEC
|
D | Kconfig.devices | 62 Say Y to include support for the EtherNAT network adapter for the 72 Say Y to include support for the EtherNEC network adapter for the 77 port combined Ethernet/USB adapter.
|
/arch/x86/platform/intel-mid/ |
D | sfi.c | 291 struct i2c_adapter *adapter; in intel_scu_devices_create() local 294 adapter = i2c_get_adapter(i2c_bus[i]); in intel_scu_devices_create() 295 if (adapter) { in intel_scu_devices_create() 296 client = i2c_new_device(adapter, i2c_devs[i]); in intel_scu_devices_create()
|
/arch/arm/mach-shmobile/ |
D | regulator-quirk-rcar-gen2.c | 88 ret = i2c_transfer(client->adapter, da9xxx_msgs, ARRAY_SIZE(da9xxx_msgs)); in regulator_quirk_notify()
|
/arch/powerpc/platforms/powermac/ |
D | low_i2c.c | 85 struct i2c_adapter adapter; member 1033 return &bus->adapter; in pmac_i2c_get_adapter() 1037 struct pmac_i2c_bus *pmac_i2c_adapter_to_bus(struct i2c_adapter *adapter) in pmac_i2c_adapter_to_bus() argument 1042 if (&bus->adapter == adapter) in pmac_i2c_adapter_to_bus() 1048 int pmac_i2c_match_adapter(struct device_node *dev, struct i2c_adapter *adapter) in pmac_i2c_match_adapter() argument 1054 return (&bus->adapter == adapter); in pmac_i2c_match_adapter()
|
/arch/arm/mach-davinci/ |
D | board-dm646x-evm.c | 150 i2c_transfer(client->adapter, msg, 1); in cpld_reg0_probe() 152 i2c_transfer(client->adapter, msg + 1, 1); in cpld_reg0_probe()
|
D | board-dm644x-evm.c | 545 status = i2c_transfer(dm6446evm_msp->adapter, msg, 2); in dm6444evm_msp430_get_pins()
|
/arch/powerpc/platforms/embedded6xx/ |
D | Kconfig | 96 USB Gecko adapter as an udbg console.
|
/arch/arm/mach-s3c64xx/ |
D | mach-crag6410-module.c | 370 if (!i2c_new_device(i2c->adapter, in wlf_gf_module_probe()
|
/arch/arm/boot/dts/ |
D | sun4i-a10-gemei-g9.dts | 72 * Touchscreen - gt801_2plus1 @ i2c adapter 2 @ 0x48
|
D | ste-snowball.dts | 432 * SMSC911x Ethernet adapter
|
/arch/mips/include/asm/ |
D | sgiarcs.h | 51 system, processor, cache, adapter, controller, peripheral, memory enumerator
|
/arch/powerpc/ |
D | Kconfig.debug | 230 bool "Early debugging through the USB Gecko adapter" 235 consoles via an external USB Gecko adapter.
|
/arch/tile/ |
D | Kconfig | 464 tristate "Tilera USB host adapter support" 470 Provides USB host adapter support for the built-in EHCI and OHCI
|
/arch/metag/ |
D | Kconfig | 212 Say Y if you plan to use a DA debug adapter with Linux. The presence
|
/arch/s390/kernel/ |
D | entry.S | 693 tm __PT_INT_CODE+8(%r11),0x80 # adapter interrupt ?
|
/arch/x86/ |
D | Kconfig | 2576 - AC adapter status updates 2586 - AC adapter status updates
|