Home
last modified time | relevance | path

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

/openbmc/linux/drivers/video/fbdev/via/
H A Ddvi.c19 static inline bool check_tmds_chip(int device_id_subaddr, int device_id) in check_tmds_chip() argument
21 return tmds_register_read(device_id_subaddr) == device_id; in check_tmds_chip()
H A Dlcd.c65 static inline bool check_lvds_chip(int device_id_subaddr, int device_id) in check_lvds_chip() argument
67 return lvds_register_read(device_id_subaddr) == device_id; in check_lvds_chip()