Searched refs:reset_chip (Results 1 - 13 of 13) sorted by relevance

/drivers/i2c/busses/
H A Di2c-pca-platform.c194 i2c->algo_data.reset_chip = i2c_pca_pf_dummyreset;
217 i2c->algo_data.reset_chip = i2c_pca_pf_resetchip;
H A Di2c-pca-isa.c112 .reset_chip = pca_isa_resetchip,
/drivers/i2c/algos/
H A Di2c-algo-pca.c49 #define pca_reset(adap) adap->reset_chip(adap->data)
462 pca_data->reset_chip = pca9665_reset;
/drivers/net/ethernet/cirrus/
H A Dmac89x0.c124 extern void reset_chip(struct net_device *dev);
305 void __init reset_chip(struct net_device *dev)
H A Dcs89x0.c251 static void reset_chip(struct net_device *dev);
600 reset_chip(dev);
954 static void __init reset_chip(struct net_device *dev) function
/drivers/scsi/qla2xxx/
H A Dqla_os.c1714 .reset_chip = qla2x00_reset_chip,
1751 .reset_chip = qla2x00_reset_chip,
1788 .reset_chip = qla24xx_reset_chip,
1825 .reset_chip = qla24xx_reset_chip,
1862 .reset_chip = qla24xx_reset_chip,
1899 .reset_chip = qla82xx_reset_chip,
1936 .reset_chip = qla24xx_reset_chip,
H A Dqla_init.c474 ha->isp_ops->reset_chip(vha);
3849 /* For ISP82XX, reset_chip is just disabling interrupts.
3854 ha->isp_ops->reset_chip(vha);
4850 ha->isp_ops->reset_chip(vha);
H A Dqla_def.h2218 void (*reset_chip) (struct scsi_qla_host *); member in struct:isp_operations
/drivers/scsi/qla4xxx/
H A Dql4_os.c2867 uint8_t reset_chip = 0; local
2883 reset_chip = 1;
2894 if (is_qla8022(ha) && !reset_chip &&
2910 reset_chip = 1;
2919 if (!is_qla8022(ha) || reset_chip) {
2948 status = ha->isp_ops->reset_chip(ha);
3571 .reset_chip = qla4xxx_soft_reset,
3588 .reset_chip = qla4_8xxx_isp_reset,
4963 if (ha->isp_ops->reset_chip(ha) == QLA_ERROR)
H A Dql4_def.h392 int (*reset_chip) (struct scsi_qla_host *); member in struct:isp_operations
/drivers/atm/
H A Dfirestream.c1348 static void reset_chip (struct fs_dev *dev) function
1688 reset_chip (dev);
1999 reset_chip (dev);
/drivers/staging/rts_pstor/
H A Drtsx_card.c415 void rtsx_reinit_cards(struct rtsx_chip *chip, int reset_chip) argument
421 if (reset_chip)
H A Drtsx_card.h1010 void rtsx_reinit_cards(struct rtsx_chip *chip, int reset_chip);

Completed in 378 milliseconds