Home
last modified time | relevance | path

Searched refs:input_voltage (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/power/supply/
H A Drk817_charger.c98 enum input_voltage { enum
663 int input_voltage) in rk817_charge_set_input_voltage() argument
667 if (input_voltage < 4000) in rk817_charge_set_input_voltage()
670 voltage = INPUT_VOL_4000MV + (input_voltage - 4000) / 100; in rk817_charge_set_input_voltage()
H A Dbq25700_charger.c128 u32 input_voltage; /*input voltage*/ member
/OK3568_Linux_fs/u-boot/drivers/power/fuel_gauge/
H A Dfg_rk817.c1006 int input_voltage) in rk817_bat_set_input_voltage() argument
1012 usb_ctrl |= ((input_voltage) | 0x80); in rk817_bat_set_input_voltage()
/OK3568_Linux_fs/external/xserver/hw/xfree86/ddc/
H A Dprint_edid.c95 switch (c->input_voltage) { in print_input_features()
H A Dedid.h412 unsigned int input_voltage:2; member
H A Dinterpret_edid.c466 r->input_voltage = INPUT_VOLTAGE; in get_display_section()