Searched refs:hw_info (Results 1 – 12 of 12) sorted by relevance
/linux-2.6.39/drivers/media/dvb/dvb-usb/ |
D | anysee.c | 251 u8 hw_info[3]; in anysee_frontend_attach() local 256 ret = anysee_get_hw_info(adap->dev, hw_info); in anysee_frontend_attach() 259 ret = anysee_get_hw_info(adap->dev, hw_info); in anysee_frontend_attach() 265 0, hw_info[1], hw_info[2], hw_info[0]); in anysee_frontend_attach() 349 hw_info[0], hw_info[1], hw_info[2]); in anysee_frontend_attach()
|
/linux-2.6.39/arch/powerpc/sysdev/ |
D | tsi108_dev.c | 78 hw_info tsi_eth_data; in tsi108_eth_of_init() 148 sizeof(hw_info)); in tsi108_eth_of_init()
|
/linux-2.6.39/sound/oss/ |
D | mpu401.h | 11 void unload_mpu401(struct address_info *hw_info);
|
D | sb.h | 184 void unload_sb16(struct address_info *hw_info); 185 void unload_sb16midi(struct address_info *hw_info);
|
D | ad1848.h | 24 void unload_ms_sound(struct address_info *hw_info);
|
/linux-2.6.39/drivers/net/pcmcia/ |
D | pcnet_cs.c | 137 static hw_info_t hw_info[] = { variable 199 #define NR_INFO ARRAY_SIZE(hw_info) 298 hw_info[i].offset & ~(resource_size(link->resource[2])-1)); in get_hwinfo() 299 base = &virt[hw_info[i].offset & (resource_size(link->resource[2])-1)]; in get_hwinfo() 300 if ((readb(base+0) == hw_info[i].a0) && in get_hwinfo() 301 (readb(base+2) == hw_info[i].a1) && in get_hwinfo() 302 (readb(base+4) == hw_info[i].a2)) { in get_hwinfo() 311 return (i < NR_INFO) ? hw_info+i : NULL; in get_hwinfo() 357 if ((prom[0] == hw_info[i].a0) && in get_prom() 358 (prom[2] == hw_info[i].a1) && in get_prom() [all …]
|
/linux-2.6.39/drivers/net/vxge/ |
D | vxge-config.c | 816 struct vxge_hw_device_hw_info *hw_info) in __vxge_hw_vpath_fw_ver_get() argument 818 struct vxge_hw_device_version *fw_version = &hw_info->fw_version; in __vxge_hw_vpath_fw_ver_get() 819 struct vxge_hw_device_date *fw_date = &hw_info->fw_date; in __vxge_hw_vpath_fw_ver_get() 820 struct vxge_hw_device_version *flash_version = &hw_info->flash_version; in __vxge_hw_vpath_fw_ver_get() 821 struct vxge_hw_device_date *flash_date = &hw_info->flash_date; in __vxge_hw_vpath_fw_ver_get() 883 struct vxge_hw_device_hw_info *hw_info) in __vxge_hw_vpath_card_info_get() argument 887 u8 *serial_number = hw_info->serial_number; in __vxge_hw_vpath_card_info_get() 888 u8 *part_number = hw_info->part_number; in __vxge_hw_vpath_card_info_get() 889 u8 *product_desc = hw_info->product_desc; in __vxge_hw_vpath_card_info_get() 942 struct vxge_hw_device_hw_info *hw_info) in __vxge_hw_vpath_pci_func_mode_get() argument [all …]
|
D | vxge-config.h | 1845 struct vxge_hw_device_hw_info *hw_info);
|
/linux-2.6.39/arch/powerpc/include/asm/ |
D | tsi108.h | 106 } hw_info; typedef
|
/linux-2.6.39/drivers/usb/serial/ |
D | whiteheat.c | 396 struct whiteheat_hw_info *hw_info; in whiteheat_attach() local 419 result = kmalloc(sizeof(*hw_info) + 1, GFP_KERNEL); in whiteheat_attach() 445 sizeof(*hw_info) + 1, &alen, COMMAND_TIMEOUT_MS); in whiteheat_attach() 450 } else if (alen != sizeof(*hw_info) + 1) { in whiteheat_attach() 460 hw_info = (struct whiteheat_hw_info *)&result[1]; in whiteheat_attach() 464 hw_info->sw_major_rev, hw_info->sw_minor_rev); in whiteheat_attach()
|
/linux-2.6.39/drivers/net/ |
D | tsi108_eth.c | 1569 hw_info *einfo; in tsi108_init_one()
|
/linux-2.6.39/sound/pci/ |
D | cmipci.c | 487 struct snd_pcm_hardware *hw_info[3]; /* for playbacks */ member
|