Searched refs:reset_chip (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/i2c/busses/ |
| H 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()
|
| H A D | i2c-pca-isa.c | 99 .reset_chip = pca_isa_resetchip,
|
| /linux/include/linux/ |
| H A D | i2c-algo-pca.h | 75 void (*reset_chip) (void *data); member
|
| /linux/drivers/i2c/algos/ |
| H A D | i2c-algo-pca.c | 58 adap->reset_chip(adap->data); in pca_reset()
|
| /linux/drivers/scsi/qla2xxx/ |
| H A D | qla_os.c | 2247 .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 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()
|
| /linux/drivers/scsi/qla4xxx/ |
| H A D | ql4_def.h | 436 int (*reset_chip) (struct scsi_qla_host *); member
|