Searched refs:reset_chip (Results 1 – 16 of 16) sorted by relevance
/openbmc/linux/drivers/staging/sm750fb/ |
H A D | ddk750_dvi.c | 21 .reset_chip = sii164ResetChip,
|
H A D | ddk750_dvi.h | 31 PFN_DVICTRL_RESETCHIP reset_chip; member
|
/openbmc/linux/include/linux/ |
H A D | i2c-algo-pca.h | 75 void (*reset_chip) (void *data); member
|
/openbmc/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,
|
/openbmc/linux/drivers/net/dsa/realtek/ |
H A D | realtek.h | 92 int (*reset_chip)(struct realtek_priv *priv); member
|
/openbmc/linux/drivers/i2c/algos/ |
H A D | i2c-algo-pca.c | 58 adap->reset_chip(adap->data); in pca_reset()
|
/openbmc/linux/drivers/staging/rts5208/ |
H A 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()
|
H A D | rtsx_card.h | 995 void rtsx_reinit_cards(struct rtsx_chip *chip, int reset_chip);
|
/openbmc/linux/drivers/scsi/qla2xxx/ |
H A D | qla_os.c | 2251 .reset_chip = qla2x00_reset_chip, 2290 .reset_chip = qla2x00_reset_chip, 2329 .reset_chip = qla24xx_reset_chip, 2368 .reset_chip = qla24xx_reset_chip, 2407 .reset_chip = qla24xx_reset_chip, 2446 .reset_chip = qla82xx_reset_chip, 2485 .reset_chip = qla82xx_reset_chip, 2524 .reset_chip = qla24xx_reset_chip, 2563 .reset_chip = qlafx00_soft_reset, 2602 .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()
|
H 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() 8954 ha->isp_ops->reset_chip(vha); in qla2x00_try_to_stop_firmware()
|
H A D | qla_def.h | 3438 int (*reset_chip)(struct scsi_qla_host *); member
|
/openbmc/linux/drivers/net/ethernet/cirrus/ |
H 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()
|
/openbmc/linux/drivers/scsi/qla4xxx/ |
H A D | ql4_def.h | 436 int (*reset_chip) (struct scsi_qla_host *); member
|
H A 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()
|