Searched refs:reset_chip (Results 1 - 16 of 16) sorted by relevance

/linux-master/drivers/staging/sm750fb/
H A Dddk750_dvi.c21 .reset_chip = sii164ResetChip,
H A Dddk750_dvi.h31 PFN_DVICTRL_RESETCHIP reset_chip; member in struct:dvi_ctrl_device
/linux-master/include/linux/
H A Di2c-algo-pca.h75 void (*reset_chip) (void *data); member in struct:i2c_algo_pca_data
/linux-master/drivers/i2c/busses/
H A Di2c-pca-platform.c185 i2c->algo_data.reset_chip = i2c_pca_pf_resetchip;
187 i2c->algo_data.reset_chip = i2c_pca_pf_dummyreset;
H A Di2c-pca-isa.c99 .reset_chip = pca_isa_resetchip,
/linux-master/drivers/net/dsa/realtek/
H A Drealtek.h92 int (*reset_chip)(struct realtek_priv *priv); member in struct:realtek_ops
/linux-master/drivers/i2c/algos/
H A Di2c-algo-pca.c58 adap->reset_chip(adap->data);
/linux-master/drivers/staging/rts5208/
H A Drtsx_card.c397 void rtsx_reinit_cards(struct rtsx_chip *chip, int reset_chip) argument
403 if (reset_chip)
H A Drtsx_card.h995 void rtsx_reinit_cards(struct rtsx_chip *chip, int reset_chip);
/linux-master/drivers/net/ethernet/cirrus/
H A Dcs89x0.c1272 static void __init reset_chip(struct net_device *dev) function
1376 reset_chip(dev);
/linux-master/drivers/scsi/qla2xxx/
H A Dqla_os.c2257 .reset_chip = qla2x00_reset_chip,
2296 .reset_chip = qla2x00_reset_chip,
2335 .reset_chip = qla24xx_reset_chip,
2374 .reset_chip = qla24xx_reset_chip,
2413 .reset_chip = qla24xx_reset_chip,
2452 .reset_chip = qla82xx_reset_chip,
2491 .reset_chip = qla82xx_reset_chip,
2530 .reset_chip = qla24xx_reset_chip,
2569 .reset_chip = qlafx00_soft_reset,
2608 .reset_chip
[all...]
H A Dqla_mr.c1344 ha->isp_ops->reset_chip(vha);
1642 ha->isp_ops->reset_chip(vha);
H A Dqla_init.c2755 ha->isp_ops->reset_chip(vha);
4316 ha->isp_ops->reset_chip(vha);
7383 /* For ISP82XX, reset_chip is just disabling interrupts.
7388 ha->isp_ops->reset_chip(vha);
8896 ha->isp_ops->reset_chip(vha);
H A Dqla_def.h3427 int (*reset_chip)(struct scsi_qla_host *); member in struct:isp_operations
/linux-master/drivers/scsi/qla4xxx/
H A Dql4_def.h436 int (*reset_chip) (struct scsi_qla_host *); member in struct:isp_operations
H A Dql4_os.c4856 uint8_t reset_chip = 0; local
4880 reset_chip = 1;
4891 if (is_qla80XX(ha) && !reset_chip &&
4905 reset_chip = 1;
4914 if (is_qla40XX(ha) || reset_chip) {
4942 status = ha->isp_ops->reset_chip(ha);
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(h
[all...]

Completed in 415 milliseconds