Searched refs:reset_chip (Results 1 – 11 of 11) sorted by relevance
| /drivers/i2c/busses/ |
| A D | i2c-pca-platform.c | 185 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()
|
| A D | i2c-pca-isa.c | 99 .reset_chip = pca_isa_resetchip,
|
| /drivers/net/dsa/realtek/ |
| A D | realtek.h | 93 int (*reset_chip)(struct realtek_priv *priv); member
|
| /drivers/i2c/algos/ |
| A D | i2c-algo-pca.c | 58 adap->reset_chip(adap->data); in pca_reset()
|
| /drivers/scsi/qla2xxx/ |
| A D | qla_os.c | 2236 .reset_chip = qla2x00_reset_chip, 2275 .reset_chip = qla2x00_reset_chip, 2314 .reset_chip = qla24xx_reset_chip, 2353 .reset_chip = qla24xx_reset_chip, 2392 .reset_chip = qla24xx_reset_chip, 2431 .reset_chip = qla82xx_reset_chip, 2470 .reset_chip = qla82xx_reset_chip, 2509 .reset_chip = qla24xx_reset_chip, 2548 .reset_chip = qlafx00_soft_reset, 2587 .reset_chip = qla24xx_reset_chip, [all …]
|
| A D | qla_mr.c | 1344 ha->isp_ops->reset_chip(vha); in qlafx00_abort_isp_cleanup() 1642 ha->isp_ops->reset_chip(vha); in qlafx00_abort_isp()
|
| A D | qla_init.c | 2767 ha->isp_ops->reset_chip(vha); in qla2x00_initialize_adapter() 4338 ha->isp_ops->reset_chip(vha); in qla2x00_setup_chip() 7409 ha->isp_ops->reset_chip(vha); in qla2x00_abort_isp_cleanup() 8950 ha->isp_ops->reset_chip(vha); in qla2x00_try_to_stop_firmware()
|
| A D | qla_def.h | 3437 int (*reset_chip)(struct scsi_qla_host *); member
|
| /drivers/net/ethernet/cirrus/ |
| A D | cs89x0.c | 1272 static void __init reset_chip(struct net_device *dev) in reset_chip() function 1376 reset_chip(dev); in cs89x0_probe1()
|
| /drivers/scsi/qla4xxx/ |
| A D | ql4_def.h | 436 int (*reset_chip) (struct scsi_qla_host *); member
|
| A D | ql4_os.c | 4858 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, 8780 if (ha->isp_ops->reset_chip(ha) == QLA_ERROR) in qla4xxx_probe_adapter()
|
Completed in 92 milliseconds