Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/char/
Dlcd.c48 int lcd_register_linkcheck_func(int iface_num, void *func, void *cookie) in lcd_register_linkcheck_func() argument
50 if (iface_num < 0 || in lcd_register_linkcheck_func()
51 iface_num >= MAX_INTERFACES || in lcd_register_linkcheck_func()
52 linkcheck_callbacks[iface_num] != NULL) in lcd_register_linkcheck_func()
54 linkcheck_callbacks[iface_num] = (linkcheck_func_t) func; in lcd_register_linkcheck_func()
55 linkcheck_cookies[iface_num] = cookie; in lcd_register_linkcheck_func()
359 int iface_num; in lcd_ioctl() local
367 iface_num = button_display.buttons; in lcd_ioctl()
369 if (iface_num >= 0 && in lcd_ioctl()
370 iface_num < MAX_INTERFACES && in lcd_ioctl()
[all …]