Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Di2c-algo-pca.h60 void (*reset_chip) (void *data); member
/linux-4.1.27/drivers/i2c/busses/
Di2c-pca-platform.c193 i2c->algo_data.reset_chip = i2c_pca_pf_dummyreset; in i2c_pca_pf_probe()
216 i2c->algo_data.reset_chip = i2c_pca_pf_resetchip; in i2c_pca_pf_probe()
Di2c-pca-isa.c108 .reset_chip = pca_isa_resetchip,
/linux-4.1.27/drivers/net/ethernet/cirrus/
Dmac89x0.c124 extern void reset_chip(struct net_device *dev);
301 void __init reset_chip(struct net_device *dev)
Dcs89x0.c1271 static void __init reset_chip(struct net_device *dev) in reset_chip() function
1374 reset_chip(dev); in cs89x0_probe1()
/linux-4.1.27/drivers/i2c/algos/
Di2c-algo-pca.c54 adap->reset_chip(adap->data); in pca_reset()
/linux-4.1.27/drivers/atm/
Dfirestream.c1348 static void reset_chip (struct fs_dev *dev) in reset_chip() function
1688 reset_chip (dev); in fs_init()
1999 reset_chip (dev); in firestream_remove_one()
/linux-4.1.27/drivers/scsi/qla2xxx/
Dqla_os.c1715 .reset_chip = qla2x00_reset_chip,
1753 .reset_chip = qla2x00_reset_chip,
1791 .reset_chip = qla24xx_reset_chip,
1829 .reset_chip = qla24xx_reset_chip,
1867 .reset_chip = qla24xx_reset_chip,
1905 .reset_chip = qla82xx_reset_chip,
1943 .reset_chip = qla82xx_reset_chip,
1981 .reset_chip = qla24xx_reset_chip,
2019 .reset_chip = qlafx00_soft_reset,
2057 .reset_chip = qla24xx_reset_chip,
Dqla_mr.c1365 ha->isp_ops->reset_chip(vha); in qlafx00_abort_isp_cleanup()
1663 ha->isp_ops->reset_chip(vha); in qlafx00_abort_isp()
Dqla_init.c651 ha->isp_ops->reset_chip(vha); in qla2x00_initialize_adapter()
4673 ha->isp_ops->reset_chip(vha); in qla2x00_abort_isp_cleanup()
5877 ha->isp_ops->reset_chip(vha); in qla2x00_try_to_stop_firmware()
Dqla_def.h2630 void (*reset_chip) (struct scsi_qla_host *); member
/linux-4.1.27/drivers/staging/rts5208/
Drtsx_card.c408 void rtsx_reinit_cards(struct rtsx_chip *chip, int reset_chip) in rtsx_reinit_cards() argument
414 if (reset_chip) in rtsx_reinit_cards()
Drtsx_card.h1007 void rtsx_reinit_cards(struct rtsx_chip *chip, int reset_chip);
/linux-4.1.27/drivers/scsi/qla4xxx/
Dql4_def.h437 int (*reset_chip) (struct scsi_qla_host *); member
Dql4_os.c4815 uint8_t reset_chip = 0; in qla4xxx_recover_adapter() local
4839 reset_chip = 1; in qla4xxx_recover_adapter()
4850 if (is_qla80XX(ha) && !reset_chip && in qla4xxx_recover_adapter()
4864 reset_chip = 1; in qla4xxx_recover_adapter()
4873 if (is_qla40XX(ha) || reset_chip) { in qla4xxx_recover_adapter()
4901 status = ha->isp_ops->reset_chip(ha); in qla4xxx_recover_adapter()
5613 .reset_chip = qla4xxx_soft_reset,
5634 .reset_chip = qla4_82xx_isp_reset,
5662 .reset_chip = qla4_83xx_isp_reset,
8757 if (ha->isp_ops->reset_chip(ha) == QLA_ERROR) in qla4xxx_probe_adapter()