/arch/s390/kvm/ |
D | interrupt.c | 1204 struct s390_io_adapter *adapter; in register_io_adapter() local 1215 adapter = kzalloc(sizeof(*adapter), GFP_KERNEL); in register_io_adapter() 1216 if (!adapter) in register_io_adapter() 1219 INIT_LIST_HEAD(&adapter->maps); in register_io_adapter() 1220 init_rwsem(&adapter->maps_lock); in register_io_adapter() 1221 atomic_set(&adapter->nr_maps, 0); in register_io_adapter() 1222 adapter->id = adapter_info.id; in register_io_adapter() 1223 adapter->isc = adapter_info.isc; in register_io_adapter() 1224 adapter->maskable = adapter_info.maskable; in register_io_adapter() 1225 adapter->masked = false; in register_io_adapter() [all …]
|
/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 | 25 int adapter; /* 0=CGA/MDA/HGC, 1=EGA, 2=VGA+ */ variable
|
D | video.c | 85 y = (adapter == ADAPTER_CGA) ? 25 : rdfs8(0x484)+1; in store_mode_params()
|
/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 | 294 struct i2c_adapter *adapter; in intel_scu_devices_create() local 297 adapter = i2c_get_adapter(i2c_bus[i]); in intel_scu_devices_create() 298 if (adapter) { in intel_scu_devices_create() 299 client = i2c_new_device(adapter, i2c_devs[i]); in intel_scu_devices_create()
|
/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 | 151 i2c_transfer(client->adapter, msg, 1); in cpld_reg0_probe() 153 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/powerpc/ |
D | Kconfig.debug | 229 bool "Early debugging through the USB Gecko adapter" 234 consoles via an external USB Gecko adapter.
|
/arch/mips/include/asm/ |
D | sgiarcs.h | 51 system, processor, cache, adapter, controller, peripheral, memory enumerator
|
/arch/tile/ |
D | Kconfig | 437 tristate "Tilera USB host adapter support" 443 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/arm/boot/dts/ |
D | ste-snowball.dts | 416 * SMSC911x Ethernet adapter
|
/arch/s390/kernel/ |
D | entry.S | 453 tm __PT_INT_CODE+8(%r11),0x80 # adapter interrupt ?
|
D | entry64.S | 500 tm __PT_INT_CODE+8(%r11),0x80 # adapter interrupt ?
|
/arch/x86/ |
D | Kconfig | 2346 - AC adapter status updates 2356 - AC adapter status updates
|