Searched refs:iface_num (Results 1 – 1 of 1) sorted by relevance
48 int lcd_register_linkcheck_func(int iface_num, void *func, void *cookie) in lcd_register_linkcheck_func() argument50 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() local367 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 …]