Home
last modified time | relevance | path

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

/openbmc/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);
/openbmc/linux/drivers/input/serio/
H A Dhil_mlc.c127 static int hil_mlc_find_free_di(hil_mlc *mlc) in hil_mlc_find_free_di()
164 static void hil_mlc_send_polls(hil_mlc *mlc) in hil_mlc_send_polls()
288 static int hilse_inc_lcv(hil_mlc *mlc, int lim) in hilse_inc_lcv()
617 static int hilse_donode(hil_mlc *mlc) in hilse_donode()
775 struct hil_mlc *mlc = list_entry(tmp, hil_mlc, list); in hil_mlcs_process()
810 struct hil_mlc *mlc; in hil_mlc_serio_write()
878 struct hil_mlc *mlc; in hil_mlc_serio_open()
895 struct hil_mlc *mlc; in hil_mlc_serio_close()
915 int hil_mlc_register(hil_mlc *mlc) in hil_mlc_register()
975 int hil_mlc_unregister(hil_mlc *mlc) in hil_mlc_unregister()
[all …]
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