Searched refs:rst_info (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/media/i2c/ |
| H A D | thcv244.c | 578 struct rkmodule_vicap_reset_info *rst_info) in thcv244_get_vicap_rst_inf() argument 582 rst_info->is_reset = thcv244->hot_plug; in thcv244_get_vicap_rst_inf() 584 rst_info->src = RKCIF_RESET_SRC_ERR_HOTPLUG; in thcv244_get_vicap_rst_inf() 585 if (rst_info->is_reset) in thcv244_get_vicap_rst_inf() 587 __func__, rst_info->is_reset); in thcv244_get_vicap_rst_inf() 591 struct rkmodule_vicap_reset_info rst_info) in thcv244_set_vicap_rst_inf() argument 593 thcv244->is_reset = rst_info.is_reset; in thcv244_set_vicap_rst_inf()
|
| H A D | max96714.c | 377 struct rkmodule_vicap_reset_info *rst_info) in max96714_get_vicap_rst_inf() argument 381 rst_info->is_reset = max96714->hot_plug; in max96714_get_vicap_rst_inf() 383 rst_info->src = RKCIF_RESET_SRC_ERR_HOTPLUG; in max96714_get_vicap_rst_inf() 384 dev_info(&client->dev, "%s: rst_info->is_reset:%d.\n", __func__, rst_info->is_reset); in max96714_get_vicap_rst_inf() 388 struct rkmodule_vicap_reset_info rst_info) in max96714_set_vicap_rst_inf() argument 390 max96714->is_reset = rst_info.is_reset; in max96714_set_vicap_rst_inf()
|
| H A D | max96712.c | 1203 struct rkmodule_vicap_reset_info *rst_info) in max96712_get_vicap_rst_inf() argument 1207 rst_info->is_reset = max96712->hot_plug; in max96712_get_vicap_rst_inf() 1209 rst_info->src = RKCIF_RESET_SRC_ERR_HOTPLUG; in max96712_get_vicap_rst_inf() 1211 rst_info->is_reset); in max96712_get_vicap_rst_inf() 1216 struct rkmodule_vicap_reset_info rst_info) in max96712_set_vicap_rst_inf() argument 1218 max96712->is_reset = rst_info.is_reset; in max96712_set_vicap_rst_inf()
|
| H A D | max96722.c | 1214 struct rkmodule_vicap_reset_info *rst_info) in max96722_get_vicap_rst_inf() argument 1218 rst_info->is_reset = max96722->hot_plug; in max96722_get_vicap_rst_inf() 1220 rst_info->src = RKCIF_RESET_SRC_ERR_HOTPLUG; in max96722_get_vicap_rst_inf() 1222 rst_info->is_reset); in max96722_get_vicap_rst_inf() 1227 struct rkmodule_vicap_reset_info rst_info) in max96722_set_vicap_rst_inf() argument 1229 max96722->is_reset = rst_info.is_reset; in max96722_set_vicap_rst_inf()
|
| H A D | nvp6188.c | 1232 struct rkmodule_vicap_reset_info *rst_info) in nvp6188_get_vicap_rst_inf() argument 1234 rst_info->is_reset = nvp6188->is_reset; in nvp6188_get_vicap_rst_inf() 1235 rst_info->src = RKCIF_RESET_SRC_ERR_HOTPLUG; in nvp6188_get_vicap_rst_inf() 1239 struct rkmodule_vicap_reset_info rst_info) in nvp6188_set_vicap_rst_inf() argument 1241 nvp6188->is_reset = rst_info.is_reset; in nvp6188_set_vicap_rst_inf()
|
| /OK3568_Linux_fs/kernel/drivers/media/i2c/nvp6158_drv/ |
| H A D | nvp6158_v4l2.c | 960 struct rkmodule_vicap_reset_info *rst_info) in nvp6158_get_vicap_rst_inf() argument 964 rst_info->is_reset = nvp6158->hot_plug; in nvp6158_get_vicap_rst_inf() 966 rst_info->src = RKCIF_RESET_SRC_ERR_HOTPLUG; in nvp6158_get_vicap_rst_inf() 967 dev_info(&client->dev, "%s: rst_info->is_reset:%d.\n", __func__, rst_info->is_reset); in nvp6158_get_vicap_rst_inf() 971 struct rkmodule_vicap_reset_info rst_info) in nvp6158_set_vicap_rst_inf() argument 973 nvp6158->is_reset = rst_info.is_reset; in nvp6158_set_vicap_rst_inf()
|
| /OK3568_Linux_fs/kernel/drivers/media/i2c/techpoint/ |
| H A D | techpoint_v4l2.c | 557 struct rkmodule_vicap_reset_info *rst_info) in techpoint_get_vicap_rst_inf() argument 559 rst_info->is_reset = techpoint->do_reset; in techpoint_get_vicap_rst_inf() 560 rst_info->src = RKCIF_RESET_SRC_ERR_HOTPLUG; in techpoint_get_vicap_rst_inf() 564 struct rkmodule_vicap_reset_info *rst_info) in techpoint_set_vicap_rst_inf() argument 566 techpoint->do_reset = rst_info->is_reset; in techpoint_set_vicap_rst_inf()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/mac/mac_ax/ |
| H A D | trxcfg.c | 1105 struct rst_bacam_info rst_info; in rmac_init() local 1117 rst_info.type = BACAM_RST_ALL; in rmac_init() 1118 rst_info.ent = 0; in rmac_init() 1119 ret = rst_bacam(adapter, &rst_info); in rmac_init()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/mac/mac_ax/ |
| H A D | trxcfg.c | 1105 struct rst_bacam_info rst_info; in rmac_init() local 1117 rst_info.type = BACAM_RST_ALL; in rmac_init() 1118 rst_info.ent = 0; in rmac_init() 1119 ret = rst_bacam(adapter, &rst_info); in rmac_init()
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/cif/ |
| H A D | capture.c | 9378 struct rkmodule_vicap_reset_info rst_info; in rkcif_detect_reset_event() local 9397 &rst_info); in rkcif_detect_reset_event() 9401 is_reset = rst_info.is_reset; in rkcif_detect_reset_event() 9402 rst_info.is_reset = 0; in rkcif_detect_reset_event() 9406 RKMODULE_SET_VICAP_RST_INFO, &rst_info); in rkcif_detect_reset_event()
|