Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/video/via/
Ddvi.c36 static int check_tmds_chip(int device_id_subaddr, int device_id) in check_tmds_chip() argument
38 if (tmds_register_read(device_id_subaddr) == device_id) in check_tmds_chip()
Dlcd.c51 static int check_lvds_chip(int device_id_subaddr, int device_id);
87 static int check_lvds_chip(int device_id_subaddr, int device_id) in check_lvds_chip() argument
89 if (lvds_register_read(device_id_subaddr) == device_id) in check_lvds_chip()