HomeSort by: relevance | last modified time | path
    Searched defs:console_data (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/ic/
bt463.c 155 static struct bt463data *console_data; variable in typeref:struct:bt463data *
236 /* Set up console_data so that when bt463_update is called back,
239 console_data = data;
241 console_data = NULL;
552 if (console_data != NULL) {
556 data = console_data;
bt463.c 155 static struct bt463data *console_data; variable in typeref:struct:bt463data *
236 /* Set up console_data so that when bt463_update is called back,
239 console_data = data;
241 console_data = NULL;
552 if (console_data != NULL) {
556 data = console_data;
bt463.c 155 static struct bt463data *console_data; variable in typeref:struct:bt463data *
236 /* Set up console_data so that when bt463_update is called back,
239 console_data = data;
241 console_data = NULL;
552 if (console_data != NULL) {
556 data = console_data;

Completed in 35 milliseconds