Searched refs:hil_mlc (Results 1 – 3 of 3) 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 int (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 { struct167 int hil_mlc_register(hil_mlc *mlc); argument168 int hil_mlc_unregister(hil_mlc *mlc);
47 static hil_mlc hp_sdc_mlc;65 hil_mlc *mlc = &hp_sdc_mlc; in hp_sdc_mlc_isr()143 static int hp_sdc_mlc_in(hil_mlc *mlc, suseconds_t timeout) in hp_sdc_mlc_in()179 static int hp_sdc_mlc_cts(hil_mlc *mlc) in hp_sdc_mlc_cts()222 static int hp_sdc_mlc_out(hil_mlc *mlc) in hp_sdc_mlc_out()304 hil_mlc *mlc = &hp_sdc_mlc; in hp_sdc_mlc_init()343 hil_mlc *mlc = &hp_sdc_mlc; in hp_sdc_mlc_exit()
19 obj-$(CONFIG_HIL_MLC) += hp_sdc_mlc.o hil_mlc.o