Searched refs:hil_mlc (Results 1 – 4 of 4) sorted by relevance
41 typedef struct hil_mlc hil_mlc; typedef91 typedef int (hilse_func) (hil_mlc *mlc, int arg);105 typedef int (hil_mlc_cts) (hil_mlc *mlc);106 typedef void (hil_mlc_out) (hil_mlc *mlc);107 typedef int (hil_mlc_in) (hil_mlc *mlc, suseconds_t timeout);117 hil_mlc *mlc;125 struct hil_mlc { struct170 int hil_mlc_register(hil_mlc *mlc); argument171 int hil_mlc_unregister(hil_mlc *mlc);
87 static void hil_mlc_clear_di_map (hil_mlc *mlc, int val) { in hil_mlc_clear_di_map()94 static void hil_mlc_clear_di_scratch (hil_mlc *mlc) { in hil_mlc_clear_di_scratch()98 static void hil_mlc_copy_di_scratch (hil_mlc *mlc, int idx) { in hil_mlc_copy_di_scratch()102 static int hil_mlc_match_di_scratch (hil_mlc *mlc) { in hil_mlc_match_di_scratch()121 static int hil_mlc_find_free_di(hil_mlc *mlc) { in hil_mlc_find_free_di()137 static inline void hil_mlc_clean_serio_map(hil_mlc *mlc) { in hil_mlc_clean_serio_map()149 static void hil_mlc_send_polls(hil_mlc *mlc) { in hil_mlc_send_polls()219 static int hilse_match(hil_mlc *mlc, int unused) { in hilse_match()248 static int hilse_init_lcv(hil_mlc *mlc, int unused) { in hilse_init_lcv()261 static int hilse_inc_lcv(hil_mlc *mlc, int lim) { in hilse_inc_lcv()[all …]
46 static hil_mlc hp_sdc_mlc;63 hil_mlc *mlc = &hp_sdc_mlc; in hp_sdc_mlc_isr()131 static int hp_sdc_mlc_in (hil_mlc *mlc, suseconds_t timeout) { in hp_sdc_mlc_in()174 static int hp_sdc_mlc_cts (hil_mlc *mlc) { in hp_sdc_mlc_cts()223 static void hp_sdc_mlc_out (hil_mlc *mlc) { in hp_sdc_mlc_out()320 hil_mlc *mlc = &hp_sdc_mlc; in hp_sdc_mlc_init()358 hil_mlc *mlc = &hp_sdc_mlc; in hp_sdc_mlc_exit()
18 export-objs := hp_sdc.o hil_mlc.o 30 obj-$(CONFIG_HIL_MLC) += hil_mlc.o