Home
last modified time | relevance | path

Searched refs:ext_control (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/regulator/
H A Das3722-regulator.c64 int ext_control; member
622 reg_config->ext_control = prop; in as3722_get_regulator_dt_data()
680 if (reg_config->ext_control) in as3722_regulator_probe()
694 if (reg_config->ext_control) in as3722_regulator_probe()
714 if (reg_config->ext_control) in as3722_regulator_probe()
733 if (reg_config->ext_control) in as3722_regulator_probe()
771 if (reg_config->ext_control) in as3722_regulator_probe()
780 if (reg_config->ext_control) in as3722_regulator_probe()
804 if (reg_config->ext_control) { in as3722_regulator_probe()
813 reg_config->ext_control); in as3722_regulator_probe()
/OK3568_Linux_fs/kernel/drivers/power/supply/
H A Dbq24735-charger.c114 if (pdata->ext_control) in bq24735_config_charger()
163 if (charger->pdata->ext_control) in bq24735_enable_charging()
176 if (charger->pdata->ext_control) in bq24735_disable_charging()
347 pdata->ext_control = of_property_read_bool(np, "ti,external-control"); in bq24735_parse_dt_data()
/OK3568_Linux_fs/kernel/include/linux/power/
H A Dbq24735-charger.h18 bool ext_control; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/
H A DSensorHw.cpp450 struct v4l2_ext_control ext_control; in get_pixel() local
454 memset(&ext_control, 0, sizeof(ext_control)); in get_pixel()
456 ext_control.id = V4L2_CID_PIXEL_RATE; in get_pixel()
457 controls.ctrl_class = V4L2_CTRL_ID2CLASS(ext_control.id); in get_pixel()
459 controls.controls = &ext_control; in get_pixel()
464 pixel = ext_control.value64; in get_pixel()