Searched refs:hil_mlc (Results 1 - 5 of 5) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dhil_mlc.h41 typedef struct hil_mlc hil_mlc; typedef in typeref:struct:hil_mlc
91 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 { struct
126 struct list_head list; /* hil_mlc is organized as linked list */
170 int hil_mlc_register(hil_mlc *ml
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dhil_mlc.h41 typedef struct hil_mlc hil_mlc; typedef in typeref:struct:hil_mlc
91 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 { struct
126 struct list_head list; /* hil_mlc is organized as linked list */
170 int hil_mlc_register(hil_mlc *ml
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/hil/
H A DMakefile18 export-objs := hp_sdc.o hil_mlc.o
30 obj-$(CONFIG_HIL_MLC) += hil_mlc.o
H A Dhil_mlc.c55 #include <linux/hil_mlc.h>
87 static void hil_mlc_clear_di_map (hil_mlc *mlc, int val) {
94 static void hil_mlc_clear_di_scratch (hil_mlc *mlc) {
98 static void hil_mlc_copy_di_scratch (hil_mlc *mlc, int idx) {
102 static int hil_mlc_match_di_scratch (hil_mlc *mlc) {
121 static int hil_mlc_find_free_di(hil_mlc *mlc) {
137 static inline void hil_mlc_clean_serio_map(hil_mlc *mlc) {
149 static void hil_mlc_send_polls(hil_mlc *mlc) {
219 static int hilse_match(hil_mlc *mlc, int unused) {
248 static int hilse_init_lcv(hil_mlc *ml
[all...]
H A Dhp_sdc_mlc.c36 #include <linux/hil_mlc.h>
46 static hil_mlc hp_sdc_mlc;
63 hil_mlc *mlc = &hp_sdc_mlc;
131 static int hp_sdc_mlc_in (hil_mlc *mlc, suseconds_t timeout) {
174 static int hp_sdc_mlc_cts (hil_mlc *mlc) {
223 static void hp_sdc_mlc_out (hil_mlc *mlc) {
320 hil_mlc *mlc = &hp_sdc_mlc;
337 printk(KERN_WARNING PREFIX "Failed to register MLC structure with hil_mlc\n");
349 printk(KERN_ERR PREFIX "Failed to unregister MLC structure with hil_mlc.\n"
358 hil_mlc *ml
[all...]

Completed in 98 milliseconds