Home
last modified time | relevance | path

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

/linux/drivers/i2c/busses/
A Di2c-pca-platform.c186 i2c->algo_data.reset_chip = i2c_pca_pf_resetchip; in i2c_pca_pf_probe()
188 i2c->algo_data.reset_chip = i2c_pca_pf_dummyreset; in i2c_pca_pf_probe()
A Di2c-pca-isa.c99 .reset_chip = pca_isa_resetchip,
/linux/include/linux/
A Di2c-algo-pca.h75 void (*reset_chip) (void *data); member
/linux/drivers/net/dsa/
A Drealtek-smi-core.h83 int (*reset_chip)(struct realtek_smi *smi); member
/linux/drivers/atm/
A Dfirestream.c1340 static void reset_chip (struct fs_dev *dev) in reset_chip() function
1680 reset_chip (dev); in fs_init()
1989 reset_chip (dev); in firestream_remove_one()
/linux/drivers/i2c/algos/
A Di2c-algo-pca.c58 adap->reset_chip(adap->data); in pca_reset()
/linux/drivers/staging/rts5208/
A Drtsx_card.c397 void rtsx_reinit_cards(struct rtsx_chip *chip, int reset_chip) in rtsx_reinit_cards() argument
403 if (reset_chip) in rtsx_reinit_cards()
A Drtsx_card.h995 void rtsx_reinit_cards(struct rtsx_chip *chip, int reset_chip);
/linux/drivers/scsi/qla2xxx/
A Dqla_os.c2176 .reset_chip = qla2x00_reset_chip,
2215 .reset_chip = qla2x00_reset_chip,
2254 .reset_chip = qla24xx_reset_chip,
2293 .reset_chip = qla24xx_reset_chip,
2332 .reset_chip = qla24xx_reset_chip,
2371 .reset_chip = qla82xx_reset_chip,
2410 .reset_chip = qla82xx_reset_chip,
2449 .reset_chip = qla24xx_reset_chip,
2488 .reset_chip = qlafx00_soft_reset,
2527 .reset_chip = qla24xx_reset_chip,
A Dqla_mr.c1344 ha->isp_ops->reset_chip(vha); in qlafx00_abort_isp_cleanup()
1642 ha->isp_ops->reset_chip(vha); in qlafx00_abort_isp()
A Dqla_init.c2413 ha->isp_ops->reset_chip(vha); in qla2x00_initialize_adapter()
3962 ha->isp_ops->reset_chip(vha); in qla2x00_setup_chip()
7075 ha->isp_ops->reset_chip(vha); in qla2x00_abort_isp_cleanup()
8582 ha->isp_ops->reset_chip(vha); in qla2x00_try_to_stop_firmware()
A Dqla_def.h3350 int (*reset_chip)(struct scsi_qla_host *); member
/linux/drivers/net/ethernet/cirrus/
A Dcs89x0.c1271 static void __init reset_chip(struct net_device *dev) in reset_chip() function
1375 reset_chip(dev); in cs89x0_probe1()
/linux/drivers/scsi/qla4xxx/
A Dql4_def.h427 int (*reset_chip) (struct scsi_qla_host *); member
A Dql4_os.c4847 uint8_t reset_chip = 0; in qla4xxx_recover_adapter() local
4871 reset_chip = 1; in qla4xxx_recover_adapter()
4882 if (is_qla80XX(ha) && !reset_chip && in qla4xxx_recover_adapter()
4896 reset_chip = 1; in qla4xxx_recover_adapter()
4905 if (is_qla40XX(ha) || reset_chip) { in qla4xxx_recover_adapter()
4933 status = ha->isp_ops->reset_chip(ha); in qla4xxx_recover_adapter()
5642 .reset_chip = qla4xxx_soft_reset,
5663 .reset_chip = qla4_82xx_isp_reset,
5691 .reset_chip = qla4_83xx_isp_reset,
8765 if (ha->isp_ops->reset_chip(ha) == QLA_ERROR) in qla4xxx_probe_adapter()

Completed in 125 milliseconds