/arch/x86/boot/ |
D | video-vga.c | 266 adapter = ADAPTER_VGA; in vga_probe() 271 adapter = ADAPTER_EGA; in vga_probe() 274 adapter = ADAPTER_CGA; in vga_probe() 277 video_vga.modes = mode_lists[adapter]; in vga_probe() 278 video_vga.card_name = card_name[adapter]; in vga_probe() 279 return mode_count[adapter]; in vga_probe()
|
D | video-bios.c | 73 if (adapter != ADAPTER_EGA && adapter != ADAPTER_VGA) in bios_probe()
|
D | video.h | 91 extern int adapter;
|
D | video-mode.c | 25 int adapter; /* 0=CGA/MDA/HGC, 1=EGA, 2=VGA+ */ variable
|
D | video.c | 87 y = (adapter == ADAPTER_CGA) ? 25 : rdfs8(0x484)+1; in store_mode_params()
|
/arch/s390/kvm/ |
D | interrupt.c | 2311 struct s390_io_adapter *adapter; in register_io_adapter() local 2327 adapter = kzalloc(sizeof(*adapter), GFP_KERNEL); in register_io_adapter() 2328 if (!adapter) in register_io_adapter() 2331 INIT_LIST_HEAD(&adapter->maps); in register_io_adapter() 2332 init_rwsem(&adapter->maps_lock); in register_io_adapter() 2333 atomic_set(&adapter->nr_maps, 0); in register_io_adapter() 2334 adapter->id = adapter_info.id; in register_io_adapter() 2335 adapter->isc = adapter_info.isc; in register_io_adapter() 2336 adapter->maskable = adapter_info.maskable; in register_io_adapter() 2337 adapter->masked = false; in register_io_adapter() [all …]
|
/arch/powerpc/include/asm/ |
D | pmac_low_i2c.h | 72 extern struct pmac_i2c_bus *pmac_i2c_adapter_to_bus(struct i2c_adapter *adapter); 79 struct i2c_adapter *adapter);
|
/arch/m68k/ |
D | Kconfig.bus | 50 bool "Atari ROM port ISA adapter support" 53 This option enables support for the ROM port ISA adapter used to 56 The only driver currently using this adapter is the EtherNEC
|
D | Kconfig.devices | 63 Say Y to include support for the EtherNAT network adapter for the 73 Say Y to include support for the EtherNEC network adapter for the 78 port combined Ethernet/USB adapter.
|
/arch/x86/platform/intel-mid/ |
D | sfi.c | 285 struct i2c_adapter *adapter; in intel_scu_devices_create() local 288 adapter = i2c_get_adapter(i2c_bus[i]); in intel_scu_devices_create() 289 if (adapter) { in intel_scu_devices_create() 290 client = i2c_new_device(adapter, i2c_devs[i]); in intel_scu_devices_create()
|
/arch/powerpc/platforms/powermac/ |
D | low_i2c.c | 81 struct i2c_adapter adapter; member 1030 return &bus->adapter; in pmac_i2c_get_adapter() 1034 struct pmac_i2c_bus *pmac_i2c_adapter_to_bus(struct i2c_adapter *adapter) in pmac_i2c_adapter_to_bus() argument 1039 if (&bus->adapter == adapter) in pmac_i2c_adapter_to_bus() 1045 int pmac_i2c_match_adapter(struct device_node *dev, struct i2c_adapter *adapter) in pmac_i2c_match_adapter() argument 1051 return (&bus->adapter == adapter); in pmac_i2c_match_adapter()
|
/arch/arm/mach-shmobile/ |
D | regulator-quirk-rcar-gen2.c | 112 ret = i2c_transfer(client->adapter, &pos->i2c_msg, 1); in regulator_quirk_notify()
|
/arch/powerpc/platforms/embedded6xx/ |
D | Kconfig | 87 USB Gecko adapter as an udbg console.
|
/arch/arm/mach-davinci/ |
D | board-dm646x-evm.c | 184 i2c_transfer(client->adapter, msg, 1); in cpld_reg0_probe() 186 i2c_transfer(client->adapter, msg + 1, 1); in cpld_reg0_probe()
|
D | board-dm644x-evm.c | 602 status = i2c_transfer(dm6446evm_msp->adapter, msg, 2); in dm6444evm_msp430_get_pins()
|
/arch/arm/boot/dts/ |
D | sun8i-h2-plus-orangepi-r1.dts | 81 * RTL8152B USB-Ethernet adapter is connected to USB1,
|
D | sun4i-a10-gemei-g9.dts | 71 * Touchscreen - gt801_2plus1 @ i2c adapter 2 @ 0x48
|
D | arm-realview-eb.dtsi | 142 * This means the adapter can be accessed with 8, 16 or
|
D | ste-snowball.dts | 483 * SMSC911x Ethernet adapter
|
/arch/arm/mach-s3c64xx/ |
D | mach-crag6410-module.c | 408 if (!i2c_new_device(i2c->adapter, in wlf_gf_module_probe()
|
/arch/mips/include/asm/ |
D | sgiarcs.h | 51 system, processor, cache, adapter, controller, peripheral, memory enumerator
|
/arch/powerpc/ |
D | Kconfig.debug | 244 bool "Early debugging through the USB Gecko adapter" 249 consoles via an external USB Gecko adapter.
|
/arch/s390/kernel/ |
D | entry.S | 747 tm __PT_INT_CODE+8(%r11),0x80 # adapter interrupt ?
|
/arch/x86/ |
D | Kconfig | 2827 - AC adapter status updates 2837 - AC adapter status updates
|