Home
last modified time | relevance | path

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

/linux/drivers/i2c/busses/
H A Di2c-pca-platform.c185 i2c->algo_data.reset_chip = i2c_pca_pf_resetchip; in i2c_pca_pf_probe()
187 i2c->algo_data.reset_chip = i2c_pca_pf_dummyreset; in i2c_pca_pf_probe()
H A Di2c-pca-isa.c99 .reset_chip = pca_isa_resetchip,
/linux/include/linux/
H A Di2c-algo-pca.h75 void (*reset_chip) (void *data); member
/linux/drivers/i2c/algos/
H A Di2c-algo-pca.c58 adap->reset_chip(adap->data); in pca_reset()
/linux/drivers/scsi/qla2xxx/
H A Dqla_os.c2247 .reset_chip = qla2x00_reset_chip,
2286 .reset_chip = qla2x00_reset_chip,
2325 .reset_chip = qla24xx_reset_chip,
2364 .reset_chip = qla24xx_reset_chip,
2403 .reset_chip = qla24xx_reset_chip,
2442 .reset_chip = qla82xx_reset_chip,
2481 .reset_chip = qla82xx_reset_chip,
2520 .reset_chip = qla24xx_reset_chip,
2559 .reset_chip = qlafx00_soft_reset,
2598 .reset_chip = qla24xx_reset_chip,
[all …]
H A Dqla_mr.c1344 ha->isp_ops->reset_chip(vha); in qlafx00_abort_isp_cleanup()
1642 ha->isp_ops->reset_chip(vha); in qlafx00_abort_isp()
H A Dqla_init.c2767 ha->isp_ops->reset_chip(vha); in qla2x00_initialize_adapter()
4338 ha->isp_ops->reset_chip(vha); in qla2x00_setup_chip()
7410 ha->isp_ops->reset_chip(vha); in qla2x00_abort_isp_cleanup()
8951 ha->isp_ops->reset_chip(vha); in qla2x00_try_to_stop_firmware()
H A Dqla_def.h3437 int (*reset_chip)(struct scsi_qla_host *); member
/linux/drivers/scsi/qla4xxx/
H A Dql4_def.h436 int (*reset_chip) (struct scsi_qla_host *); member
H A Dql4_os.c4858 uint8_t reset_chip = 0; in qla4xxx_recover_adapter() local
4882 reset_chip = 1; in qla4xxx_recover_adapter()
4893 if (is_qla80XX(ha) && !reset_chip && in qla4xxx_recover_adapter()
4907 reset_chip = 1; in qla4xxx_recover_adapter()
4916 if (is_qla40XX(ha) || reset_chip) { in qla4xxx_recover_adapter()
4944 status = ha->isp_ops->reset_chip(ha); in qla4xxx_recover_adapter()
5653 .reset_chip = qla4xxx_soft_reset,
5674 .reset_chip = qla4_82xx_isp_reset,
5702 .reset_chip = qla4_83xx_isp_reset,
8782 if (ha->isp_ops->reset_chip(ha) == QLA_ERROR) in qla4xxx_probe_adapter()