Searched refs:avg_sample (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/include/linux/mfd/abx500/ |
D | ab8500-gpadc.h | 57 u8 avg_sample, u8 trig_edge, u8 trig_timer, u8 conv_type); 65 u8 avg_sample, u8 trig_edge, u8 trig_timer, u8 conv_type); 67 u8 avg_sample, u8 trig_edge, u8 trig_timer, u8 conv_type,
|
/linux-4.4.14/drivers/mfd/ |
D | ab8500-debugfs.c | 106 static u8 avg_sample = SAMPLE_16; variable 1745 avg_sample, trig_edge, trig_timer, conv_type); in ab8500_gpadc_bat_ctrl_print() 1776 avg_sample, trig_edge, trig_timer, conv_type); in ab8500_gpadc_btemp_ball_print() 1808 avg_sample, trig_edge, trig_timer, conv_type); in ab8500_gpadc_main_charger_v_print() 1840 avg_sample, trig_edge, trig_timer, conv_type); in ab8500_gpadc_acc_detect1_print() 1872 avg_sample, trig_edge, trig_timer, conv_type); in ab8500_gpadc_acc_detect2_print() 1904 avg_sample, trig_edge, trig_timer, conv_type); in ab8500_gpadc_aux1_print() 1934 avg_sample, trig_edge, trig_timer, conv_type); in ab8500_gpadc_aux2_print() 1964 avg_sample, trig_edge, trig_timer, conv_type); in ab8500_gpadc_main_bat_v_print() 1996 avg_sample, trig_edge, trig_timer, conv_type); in ab8500_gpadc_vbus_v_print() [all …]
|
D | ab8500-gpadc.c | 311 u8 avg_sample, u8 trig_edge, u8 trig_timer, u8 conv_type) in ab8500_gpadc_sw_hw_convert() argument 316 ad_value = ab8500_gpadc_read_raw(gpadc, channel, avg_sample, in ab8500_gpadc_sw_hw_convert() 320 ad_value = ab8500_gpadc_read_raw(gpadc, channel, avg_sample, in ab8500_gpadc_sw_hw_convert() 349 u8 avg_sample, u8 trig_edge, u8 trig_timer, u8 conv_type) in ab8500_gpadc_read_raw() argument 353 avg_sample, trig_edge, trig_timer, conv_type, NULL); in ab8500_gpadc_read_raw() 358 u8 avg_sample, u8 trig_edge, u8 trig_timer, u8 conv_type, in ab8500_gpadc_double_read_raw() argument 403 switch (avg_sample) { in ab8500_gpadc_double_read_raw()
|