Home
last modified time | relevance | path

Searched refs:hil_mlc (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Dhil_mlc.h41 typedef struct hil_mlc hil_mlc; typedef
91 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 { struct
167 int hil_mlc_register(hil_mlc *mlc); argument
168 int hil_mlc_unregister(hil_mlc *mlc);
/linux/drivers/input/serio/
H A Dhp_sdc_mlc.c47 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()
H A DMakefile19 obj-$(CONFIG_HIL_MLC) += hp_sdc_mlc.o hil_mlc.o