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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Di2c-algo-pca.h60 void (*reset_chip) (void *data); member in struct:i2c_algo_pca_data
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/i2c/busses/
H A Di2c-pca-isa.c112 .reset_chip = pca_isa_resetchip,
H A Di2c-pca-platform.c194 i2c->algo_data.reset_chip = i2c_pca_pf_dummyreset;
217 i2c->algo_data.reset_chip = i2c_pca_pf_resetchip;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/i2c/algos/
H A Di2c-algo-pca.c48 #define pca_reset(adap) adap->reset_chip(adap->data)
459 pca_data->reset_chip = pca9665_reset;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/qla4xxx/
H A Dql4_os.c1068 uint8_t reset_chip = 0; local
1079 reset_chip = 1;
1090 if (is_qla8022(ha) && !reset_chip &&
1105 reset_chip = 1;
1114 if (!is_qla8022(ha) || reset_chip) {
1121 status = ha->isp_ops->reset_chip(ha);
1565 .reset_chip = qla4xxx_soft_reset,
1582 .reset_chip = qla4_8xxx_isp_reset,
1715 if (ha->isp_ops->reset_chip(ha) == QLA_ERROR)
H A Dql4_def.h370 int (*reset_chip) (struct scsi_qla_host *); member in struct:isp_operations
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dcs89x0.c245 static void reset_chip(struct net_device *dev);
591 reset_chip(dev);
939 static void __init reset_chip(struct net_device *dev) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/atm/
H A Dfirestream.c1238 static void reset_chip (struct fs_dev *dev) function
1568 reset_chip (dev);
1856 reset_chip (dev);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/qla2xxx/
H A Dqla_os.c1476 .reset_chip = qla2x00_reset_chip,
1512 .reset_chip = qla2x00_reset_chip,
1548 .reset_chip = qla24xx_reset_chip,
1584 .reset_chip = qla24xx_reset_chip,
1620 .reset_chip = qla24xx_reset_chip,
1656 .reset_chip = qla82xx_reset_chip,
H A Dqla_init.c521 ha->isp_ops->reset_chip(vha);
3857 ha->isp_ops->reset_chip(vha);
4848 ha->isp_ops->reset_chip(vha);
H A Dqla_def.h2188 void (*reset_chip) (struct scsi_qla_host *); member in struct:isp_operations

Completed in 202 milliseconds