| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/gslx680_d708/ |
| H A D | rockchip_gslX680.c | 367 static void reset_chip(struct i2c_client *client) in reset_chip() function 415 reset_chip(client); in init_chip() 416 reset_chip(client); in init_chip() 418 reset_chip(client); in init_chip() 421 reset_chip(client); in init_chip() 531 reset_chip(gsl_client); in gsl_config_write_proc() 534 reset_chip(gsl_client); in gsl_config_write_proc() 948 reset_chip(gsl_client); in gsl_monitor_worker() 1129 reset_chip(ts->client); in gsl_ts_resume()
|
| /OK3568_Linux_fs/kernel/drivers/i2c/busses/ |
| H A D | i2c-pca-platform.c | 190 i2c->algo_data.reset_chip = i2c_pca_pf_resetchip; in i2c_pca_pf_probe() 192 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,
|
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/ |
| H A D | gslx680a.c | 439 static void reset_chip(struct i2c_client *client) in reset_chip() function 490 reset_chip(client); in init_chip() 493 reset_chip(client); in init_chip() 598 reset_chip(gsl_client); in gsl_config_write_proc() 601 reset_chip(gsl_client); in gsl_config_write_proc() 814 reset_chip(ts->client); in gslX680_ts_worker() 1123 reset_chip(ts->client); in gsl_ts_resume()
|
| H A D | gslx680.c | 522 static void reset_chip(struct i2c_client *client) in reset_chip() function 572 reset_chip(client); in init_chip() 575 reset_chip(client); in init_chip() 692 reset_chip(i2c_client); in gsl_config_write_proc() 696 reset_chip(i2c_client); in gsl_config_write_proc() 1550 reset_chip(ts->client); 1626 reset_chip(ts->client); in gsl_ts_late_resume() 1697 reset_chip(ts->client); in gsl_ts_late_resume()
|
| H A D | gslx680_pad.c | 329 static void reset_chip(struct i2c_client *client) in reset_chip() function 505 reset_chip(gsl_client); in gsl_config_write_proc() 510 reset_chip(gsl_client); in gsl_config_write_proc() 713 reset_chip(ts->client); in gslX680_ts_worker() 963 reset_chip(ts->client); in gsl_download_fw_work() 966 reset_chip(ts->client); in gsl_download_fw_work()
|
| H A D | gslx680_firefly.c | 339 static void reset_chip(struct i2c_client *client) in reset_chip() function 385 reset_chip(client); in init_chip() 388 reset_chip(client); in init_chip() 485 reset_chip(gsl_client); 488 reset_chip(gsl_client); 918 reset_chip(ts->client);
|
| H A D | gsl3673.c | 431 static void reset_chip(struct i2c_client *client) in reset_chip() function 579 reset_chip(gsl_client); in gsl_config_write_proc() 582 reset_chip(gsl_client); in gsl_config_write_proc() 1100 reset_chip(ts->client); in gsl_ts_resume() 1174 reset_chip(ts->client); in gsl_download_fw_work() 1177 reset_chip(ts->client); in gsl_download_fw_work()
|
| H A D | gsl3673_800x1280.c | 441 static void reset_chip(struct i2c_client *client) in reset_chip() function 601 reset_chip(gsl_client); in gsl_config_write_proc() 604 reset_chip(gsl_client); in gsl_config_write_proc() 1110 reset_chip(ts->client); in gsl_ts_resume() 1156 reset_chip(ts->client); in gsl_download_fw_work() 1159 reset_chip(ts->client); in gsl_download_fw_work()
|
| H A D | gslx6801.c | 409 static void reset_chip(struct i2c_client *client) in reset_chip() function 548 reset_chip(client); in init_chip() 560 reset_chip(client); in init_chip() 668 reset_chip(i2c_client); in gsl_config_write_proc() 671 reset_chip(i2c_client); in gsl_config_write_proc() 1410 reset_chip(ts->client); in gsl_ts_late_resume() 1478 reset_chip(ts->client); in gsl_ts_late_resume()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | i2c-algo-pca.h | 75 void (*reset_chip) (void *data); member
|
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/gsl3676/ |
| H A D | gsl3676.c | 423 static void reset_chip(struct i2c_client *client) in reset_chip() function 572 reset_chip(gsl_client); in gsl_config_write_proc() 575 reset_chip(gsl_client); in gsl_config_write_proc() 1083 reset_chip(ts->client); in gsl_ts_resume() 1129 reset_chip(ts->client); in gsl_download_fw_work() 1132 reset_chip(ts->client); in gsl_download_fw_work()
|
| /OK3568_Linux_fs/kernel/drivers/net/dsa/ |
| H A D | realtek-smi-core.h | 83 int (*reset_chip)(struct realtek_smi *smi); member
|
| /OK3568_Linux_fs/kernel/drivers/atm/ |
| H A D | firestream.c | 1339 static void reset_chip (struct fs_dev *dev) in reset_chip() function 1681 reset_chip (dev); in fs_init() 1990 reset_chip (dev); in firestream_remove_one()
|
| /OK3568_Linux_fs/kernel/drivers/i2c/algos/ |
| H A D | i2c-algo-pca.c | 58 adap->reset_chip(adap->data); in pca_reset()
|
| /OK3568_Linux_fs/kernel/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);
|
| /OK3568_Linux_fs/kernel/drivers/scsi/qla2xxx/ |
| H A D | qla_os.c | 2133 .reset_chip = qla2x00_reset_chip, 2172 .reset_chip = qla2x00_reset_chip, 2211 .reset_chip = qla24xx_reset_chip, 2250 .reset_chip = qla24xx_reset_chip, 2289 .reset_chip = qla24xx_reset_chip, 2328 .reset_chip = qla82xx_reset_chip, 2367 .reset_chip = qla82xx_reset_chip, 2406 .reset_chip = qla24xx_reset_chip, 2445 .reset_chip = qlafx00_soft_reset, 2484 .reset_chip = qla24xx_reset_chip,
|
| 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 | 2326 ha->isp_ops->reset_chip(vha); in qla2x00_initialize_adapter() 3830 ha->isp_ops->reset_chip(vha); in qla2x00_setup_chip() 6897 ha->isp_ops->reset_chip(vha); in qla2x00_abort_isp_cleanup() 8382 ha->isp_ops->reset_chip(vha); in qla2x00_try_to_stop_firmware()
|
| H A D | qla_def.h | 3264 int (*reset_chip)(struct scsi_qla_host *); member
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/cirrus/ |
| H A D | cs89x0.c | 1271 static void __init reset_chip(struct net_device *dev) in reset_chip() function 1374 reset_chip(dev); in cs89x0_probe1()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/qla4xxx/ |
| H A D | ql4_def.h | 427 int (*reset_chip) (struct scsi_qla_host *); member
|
| H A D | ql4_os.c | 4855 uint8_t reset_chip = 0; in qla4xxx_recover_adapter() local 4879 reset_chip = 1; in qla4xxx_recover_adapter() 4890 if (is_qla80XX(ha) && !reset_chip && in qla4xxx_recover_adapter() 4904 reset_chip = 1; in qla4xxx_recover_adapter() 4913 if (is_qla40XX(ha) || reset_chip) { in qla4xxx_recover_adapter() 4941 status = ha->isp_ops->reset_chip(ha); in qla4xxx_recover_adapter() 5650 .reset_chip = qla4xxx_soft_reset, 5671 .reset_chip = qla4_82xx_isp_reset, 5699 .reset_chip = qla4_83xx_isp_reset, 8779 if (ha->isp_ops->reset_chip(ha) == QLA_ERROR) in qla4xxx_probe_adapter()
|