Searched refs:trig_timer (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/include/linux/mfd/abx500/
H A Dab8500-gpadc.h57 u8 avg_sample, u8 trig_edge, u8 trig_timer, u8 conv_type); ab8500_gpadc_convert()
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.1.27/drivers/mfd/
H A Dab8500-debugfs.c109 static u8 trig_timer; variable
1745 avg_sample, trig_edge, trig_timer, conv_type); ab8500_gpadc_bat_ctrl_print()
1776 avg_sample, trig_edge, trig_timer, conv_type); ab8500_gpadc_btemp_ball_print()
1808 avg_sample, trig_edge, trig_timer, conv_type); ab8500_gpadc_main_charger_v_print()
1840 avg_sample, trig_edge, trig_timer, conv_type); ab8500_gpadc_acc_detect1_print()
1872 avg_sample, trig_edge, trig_timer, conv_type); ab8500_gpadc_acc_detect2_print()
1904 avg_sample, trig_edge, trig_timer, conv_type); ab8500_gpadc_aux1_print()
1934 avg_sample, trig_edge, trig_timer, conv_type); ab8500_gpadc_aux2_print()
1964 avg_sample, trig_edge, trig_timer, conv_type); ab8500_gpadc_main_bat_v_print()
1996 avg_sample, trig_edge, trig_timer, conv_type); ab8500_gpadc_vbus_v_print()
2026 avg_sample, trig_edge, trig_timer, conv_type); ab8500_gpadc_main_charger_c_print()
2058 avg_sample, trig_edge, trig_timer, conv_type); ab8500_gpadc_usb_charger_c_print()
2090 avg_sample, trig_edge, trig_timer, conv_type); ab8500_gpadc_bk_bat_v_print()
2121 avg_sample, trig_edge, trig_timer, conv_type); ab8500_gpadc_die_temp_print()
2152 avg_sample, trig_edge, trig_timer, conv_type); ab8500_gpadc_usb_id_print()
2182 avg_sample, trig_edge, trig_timer, conv_type); ab8540_gpadc_xtal_temp_print()
2213 avg_sample, trig_edge, trig_timer, conv_type); ab8540_gpadc_vbat_true_meas_print()
2248 avg_sample, trig_edge, trig_timer, conv_type, &ibat_raw); ab8540_gpadc_bat_ctrl_and_ibat_print()
2289 avg_sample, trig_edge, trig_timer, conv_type, &ibat_raw); ab8540_gpadc_vbat_meas_and_ibat_print()
2331 trig_timer, conv_type, &ibat_raw); ab8540_gpadc_vbat_true_meas_and_ibat_print()
2372 avg_sample, trig_edge, trig_timer, conv_type, &ibat_raw); ab8540_gpadc_bat_temp_and_ibat_print()
2535 seq_printf(s, "%d\n", trig_timer); ab8500_gpadc_trig_timer_print()
2564 trig_timer = (u8) user_trig_timer; ab8500_gpadc_trig_timer_write()
3281 file = debugfs_create_file("trig_timer", (S_IRUGO | S_IWUSR | S_IWGRP), ab8500_debug_probe()
H A Dab8500-gpadc.c304 * @trig_timer: selected ADC trigger delay timer
311 u8 avg_sample, u8 trig_edge, u8 trig_timer, u8 conv_type) ab8500_gpadc_sw_hw_convert()
317 trig_edge, trig_timer, conv_type); ab8500_gpadc_sw_hw_convert()
321 trig_edge, trig_timer, conv_type); ab8500_gpadc_sw_hw_convert()
342 * @trig_timer: selected ADC trigger delay timer
349 u8 avg_sample, u8 trig_edge, u8 trig_timer, u8 conv_type) ab8500_gpadc_read_raw()
353 avg_sample, trig_edge, trig_timer, conv_type, NULL); ab8500_gpadc_read_raw()
358 u8 avg_sample, u8 trig_edge, u8 trig_timer, u8 conv_type, ab8500_gpadc_double_read_raw()
476 AB8500_GPADC, AB8500_GPADC_AUTO_TIMER_REG, trig_timer); ab8500_gpadc_double_read_raw()
310 ab8500_gpadc_sw_hw_convert(struct ab8500_gpadc *gpadc, u8 channel, u8 avg_sample, u8 trig_edge, u8 trig_timer, u8 conv_type) ab8500_gpadc_sw_hw_convert() argument
348 ab8500_gpadc_read_raw(struct ab8500_gpadc *gpadc, u8 channel, u8 avg_sample, u8 trig_edge, u8 trig_timer, u8 conv_type) ab8500_gpadc_read_raw() argument
357 ab8500_gpadc_double_read_raw(struct ab8500_gpadc *gpadc, u8 channel, u8 avg_sample, u8 trig_edge, u8 trig_timer, u8 conv_type, int *ibat) ab8500_gpadc_double_read_raw() argument

Completed in 101 milliseconds