Home
last modified time | relevance | path

Searched refs:reset_chip (Results 1 – 9 of 9) sorted by relevance

/drivers/i2c/busses/
Di2c-pca-platform.c203 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()
Di2c-pca-isa.c99 .reset_chip = pca_isa_resetchip,
/drivers/net/
Dmac89x0.c128 extern void reset_chip(struct net_device *dev);
303 void __init reset_chip(struct net_device *dev)
Dcs89x0.c259 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
/drivers/i2c/algos/
Di2c-algo-pca.c44 #define pca_reset(adap) adap->reset_chip(adap->data)
/drivers/atm/
Dfirestream.c1347 static void reset_chip (struct fs_dev *dev) in reset_chip() function
1687 reset_chip (dev); in fs_init()
1998 reset_chip (dev); in firestream_remove_one()
/drivers/scsi/qla2xxx/
Dqla_os.c1323 .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,
Dqla_init.c89 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()
Dqla_def.h2057 void (*reset_chip) (struct scsi_qla_host *); member