Searched defs:model_data (Results 1 – 3 of 3) sorted by relevance
91 struct model_data { struct92 char *name; /* name of the laptop________________A */93 char *mt_mled; /* method to handle mled_____________R */94 char *mled_status; /* node to handle mled reading_______A */95 char *mt_wled; /* method to handle wled_____________R */96 char *wled_status; /* node to handle wled reading_______A */97 char *mt_tled; /* method to handle tled_____________R */98 char *tled_status; /* node to handle tled reading_______A */122 struct model_data *methods; /* methods available on the laptop */ argument
88 struct variax_model model_data; member
126 void *model_data; member