Lines Matching refs:adb
1 /* $NetBSD: adb.c,v 1.37 2021/08/07 16:18:57 thorpej Exp $ */
29 __KERNEL_RCSID(0, "$NetBSD: adb.c,v 1.37 2021/08/07 16:18:57 thorpej Exp $");
75 CFATTACH_DECL_NEW(adb, sizeof(struct adb_softc),
129 adb_node = of_getnode_byname(ca->ca_node, "adb");
157 * see if we're supposed to have an ADB bus
158 * since some PowerBooks don't have one and their PMUs barf on ADB
159 * commands we bail here if there's no adb node
166 printf("adb: done with ADBReInit\n");
173 /* ADB event device for compatibility */
180 /* for each ADB device */
182 /* Get the ADB information */
205 rv = UNSUPP; /* most ADB device types are unsupported */
207 /* print out what kind of ADB device we have found */
212 aprint_normal("ADB event device");