Home
last modified time | relevance | path

Searched refs:hw_info (Results 1 – 17 of 17) sorted by relevance

/linux-4.1.27/drivers/staging/xgifb/
DXGI_main_26.c305 struct xgi_hw_device_info *hw_info = &xgifb_info->hw_info; in XGIfb_validate_mode() local
336 switch (hw_info->ulCRT2LCDType) { in XGIfb_validate_mode()
386 if ((hw_info->ulExternalChip == 0x01) || /* LVDS */ in XGIfb_validate_mode()
387 (hw_info->ulExternalChip == 0x05)) { /* LVDS+Chrontel */ in XGIfb_validate_mode()
392 if (hw_info->ulCRT2LCDType == LCD_1024x600) in XGIfb_validate_mode()
410 (hw_info->ulCRT2LCDType != LCD_1024x600)) in XGIfb_validate_mode()
416 if (hw_info->ulCRT2LCDType != LCD_1152x768) in XGIfb_validate_mode()
424 (hw_info->ulCRT2LCDType != LCD_1280x768)) in XGIfb_validate_mode()
462 if (hw_info->ulCRT2LCDType == in XGIfb_validate_mode()
928 struct xgi_hw_device_info *hw_info = &xgifb_info->hw_info; in XGIfb_do_set_var() local
[all …]
DXGIfb.h54 struct xgi_hw_device_info hw_info; member
Dvb_init.c1103 XGINew_SenseLCD(&xgifb_info->hw_info, pVBInfo); in XGINew_GetXG21Sense()
1187 struct xgi_hw_device_info *HwDeviceExtension = &xgifb_info->hw_info; in XGIInitNew()
/linux-4.1.27/drivers/net/ethernet/8390/
Dpcnet_cs.c114 struct hw_info { struct
135 static struct hw_info hw_info[] = { argument
197 #define NR_INFO ARRAY_SIZE(hw_info)
199 static struct hw_info default_info = { 0, 0, 0, 0, 0 };
200 static struct hw_info dl10019_info = { 0, 0, 0, 0, IS_DL10019|HAS_MII };
201 static struct hw_info dl10022_info = { 0, 0, 0, 0, IS_DL10022|HAS_MII };
279 static struct hw_info *get_hwinfo(struct pcmcia_device *link) in get_hwinfo()
296 hw_info[i].offset & ~(resource_size(link->resource[2])-1)); in get_hwinfo()
297 base = &virt[hw_info[i].offset & (resource_size(link->resource[2])-1)]; in get_hwinfo()
298 if ((readb(base+0) == hw_info[i].a0) && in get_hwinfo()
[all …]
/linux-4.1.27/sound/firewire/bebob/
Dbebob_proc.c12 struct hw_info { struct
40 struct hw_info *info; in proc_read_hw_info() argument
42 info = kzalloc(sizeof(struct hw_info), GFP_KERNEL); in proc_read_hw_info()
47 info, sizeof(struct hw_info)) < 0) in proc_read_hw_info()
/linux-4.1.27/arch/powerpc/sysdev/
Dtsi108_dev.c77 hw_info tsi_eth_data; in tsi108_eth_of_init()
147 sizeof(hw_info)); in tsi108_eth_of_init()
/linux-4.1.27/drivers/usb/serial/
Dwhiteheat.c255 struct whiteheat_hw_info *hw_info; in whiteheat_attach() local
272 result = kmalloc(sizeof(*hw_info) + 1, GFP_KERNEL); in whiteheat_attach()
298 sizeof(*hw_info) + 1, &alen, COMMAND_TIMEOUT_MS); in whiteheat_attach()
303 } else if (alen != sizeof(*hw_info) + 1) { in whiteheat_attach()
313 hw_info = (struct whiteheat_hw_info *)&result[1]; in whiteheat_attach()
317 hw_info->sw_major_rev, hw_info->sw_minor_rev); in whiteheat_attach()
/linux-4.1.27/sound/oss/
Dmpu401.h11 void unload_mpu401(struct address_info *hw_info);
Dsb.h184 void unload_sb16(struct address_info *hw_info);
185 void unload_sb16midi(struct address_info *hw_info);
Dad1848.h24 void unload_ms_sound(struct address_info *hw_info);
/linux-4.1.27/drivers/media/usb/dvb-usb-v2/
Danysee.c506 u8 hw_info[3]; in anysee_read_config() local
512 ret = anysee_get_hw_info(d, hw_info); in anysee_read_config()
516 ret = anysee_get_hw_info(d, hw_info); in anysee_read_config()
524 KBUILD_MODNAME, hw_info[1], hw_info[2], hw_info[0]); in anysee_read_config()
526 state->hw = hw_info[0]; in anysee_read_config()
/linux-4.1.27/arch/powerpc/include/asm/
Dtsi108.h102 } hw_info; typedef
/linux-4.1.27/drivers/net/ethernet/neterion/vxge/
Dvxge-config.c805 struct vxge_hw_device_hw_info *hw_info) in __vxge_hw_vpath_fw_ver_get() argument
807 struct vxge_hw_device_version *fw_version = &hw_info->fw_version; in __vxge_hw_vpath_fw_ver_get()
808 struct vxge_hw_device_date *fw_date = &hw_info->fw_date; in __vxge_hw_vpath_fw_ver_get()
809 struct vxge_hw_device_version *flash_version = &hw_info->flash_version; in __vxge_hw_vpath_fw_ver_get()
810 struct vxge_hw_device_date *flash_date = &hw_info->flash_date; in __vxge_hw_vpath_fw_ver_get()
872 struct vxge_hw_device_hw_info *hw_info) in __vxge_hw_vpath_card_info_get() argument
876 u8 *serial_number = hw_info->serial_number; in __vxge_hw_vpath_card_info_get()
877 u8 *part_number = hw_info->part_number; in __vxge_hw_vpath_card_info_get()
878 u8 *product_desc = hw_info->product_desc; in __vxge_hw_vpath_card_info_get()
931 struct vxge_hw_device_hw_info *hw_info) in __vxge_hw_vpath_pci_func_mode_get() argument
[all …]
Dvxge-config.h1851 struct vxge_hw_device_hw_info *hw_info);
/linux-4.1.27/drivers/iio/imu/inv_mpu6050/
Dinv_mpu_core.c69 static const struct inv_mpu6050_hw hw_info[INV_NUM_PARTS] = { variable
279 memcpy(&st->chip_config, hw_info[st->chip_type].config, in inv_mpu6050_init_config()
730 st->hw = &hw_info[st->chip_type]; in inv_check_and_setup_chip()
731 st->reg = hw_info[st->chip_type].reg; in inv_check_and_setup_chip()
/linux-4.1.27/drivers/net/ethernet/tundra/
Dtsi108_eth.c1556 hw_info *einfo; in tsi108_init_one()
/linux-4.1.27/sound/pci/
Dcmipci.c487 struct snd_pcm_hardware *hw_info[3]; /* for playbacks */ member