Searched refs:reset_chip (Results 1 – 9 of 9) sorted by relevance
203 i2c->algo_data.reset_chip = i2c_pca_pf_dummyreset; in i2c_pca_pf_probe()210 i2c->algo_data.reset_chip = i2c_pca_pf_resetchip; in i2c_pca_pf_probe()
99 .reset_chip = pca_isa_resetchip,
128 extern void reset_chip(struct net_device *dev);303 void __init reset_chip(struct net_device *dev)
259 static void reset_chip(struct net_device *dev);632 reset_chip(dev); in cs89x0_probe1()1029 static void __init reset_chip(struct net_device *dev) in reset_chip() function
44 #define pca_reset(adap) adap->reset_chip(adap->data)
1347 static void reset_chip (struct fs_dev *dev) in reset_chip() function1687 reset_chip (dev); in fs_init()1998 reset_chip (dev); in firestream_remove_one()
1323 .reset_chip = qla2x00_reset_chip,1361 .reset_chip = qla2x00_reset_chip,1399 .reset_chip = qla24xx_reset_chip,1437 .reset_chip = qla24xx_reset_chip,1475 .reset_chip = qla24xx_reset_chip,
89 ha->isp_ops->reset_chip(vha); in qla2x00_initialize_adapter()3310 ha->isp_ops->reset_chip(vha); in qla2x00_abort_isp()4197 ha->isp_ops->reset_chip(vha); in qla2x00_try_to_stop_firmware()
2057 void (*reset_chip) (struct scsi_qla_host *); member