Searched refs:reset_chip (Results 1 – 16 of 16) sorted by relevance
| /Linux-v6.6/drivers/staging/sm750fb/ |
| D | ddk750_dvi.c | 21 .reset_chip = sii164ResetChip,
|
| D | ddk750_dvi.h | 31 PFN_DVICTRL_RESETCHIP reset_chip; member
|
| /Linux-v6.6/include/linux/ |
| D | i2c-algo-pca.h | 75 void (*reset_chip) (void *data); member
|
| /Linux-v6.6/drivers/i2c/busses/ |
| 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()
|
| D | i2c-pca-isa.c | 99 .reset_chip = pca_isa_resetchip,
|
| /Linux-v6.6/drivers/net/dsa/realtek/ |
| D | realtek.h | 92 int (*reset_chip)(struct realtek_priv *priv); member
|
| /Linux-v6.6/drivers/i2c/algos/ |
| D | i2c-algo-pca.c | 58 adap->reset_chip(adap->data); in pca_reset()
|
| /Linux-v6.6/drivers/staging/rts5208/ |
| D | rtsx_card.c | 397 void rtsx_reinit_cards(struct rtsx_chip *chip, int reset_chip) in rtsx_reinit_cards() argument 403 if (reset_chip) in rtsx_reinit_cards()
|
| D | rtsx_card.h | 995 void rtsx_reinit_cards(struct rtsx_chip *chip, int reset_chip);
|
| /Linux-v6.6/drivers/scsi/qla2xxx/ |
| D | qla_os.c | 2248 .reset_chip = qla2x00_reset_chip, 2287 .reset_chip = qla2x00_reset_chip, 2326 .reset_chip = qla24xx_reset_chip, 2365 .reset_chip = qla24xx_reset_chip, 2404 .reset_chip = qla24xx_reset_chip, 2443 .reset_chip = qla82xx_reset_chip, 2482 .reset_chip = qla82xx_reset_chip, 2521 .reset_chip = qla24xx_reset_chip, 2560 .reset_chip = qlafx00_soft_reset, 2599 .reset_chip = qla24xx_reset_chip, [all …]
|
| 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()
|
| D | qla_init.c | 2717 ha->isp_ops->reset_chip(vha); in qla2x00_initialize_adapter() 4305 ha->isp_ops->reset_chip(vha); in qla2x00_setup_chip() 7379 ha->isp_ops->reset_chip(vha); in qla2x00_abort_isp_cleanup() 8894 ha->isp_ops->reset_chip(vha); in qla2x00_try_to_stop_firmware()
|
| D | qla_def.h | 3427 int (*reset_chip)(struct scsi_qla_host *); member
|
| /Linux-v6.6/drivers/net/ethernet/cirrus/ |
| D | cs89x0.c | 1272 static void __init reset_chip(struct net_device *dev) in reset_chip() function 1376 reset_chip(dev); in cs89x0_probe1()
|
| /Linux-v6.6/drivers/scsi/qla4xxx/ |
| D | ql4_def.h | 436 int (*reset_chip) (struct scsi_qla_host *); member
|
| D | ql4_os.c | 4856 uint8_t reset_chip = 0; in qla4xxx_recover_adapter() local 4880 reset_chip = 1; in qla4xxx_recover_adapter() 4891 if (is_qla80XX(ha) && !reset_chip && in qla4xxx_recover_adapter() 4905 reset_chip = 1; in qla4xxx_recover_adapter() 4914 if (is_qla40XX(ha) || reset_chip) { in qla4xxx_recover_adapter() 4942 status = ha->isp_ops->reset_chip(ha); in qla4xxx_recover_adapter() 5651 .reset_chip = qla4xxx_soft_reset, 5672 .reset_chip = qla4_82xx_isp_reset, 5700 .reset_chip = qla4_83xx_isp_reset, 8777 if (ha->isp_ops->reset_chip(ha) == QLA_ERROR) in qla4xxx_probe_adapter()
|