Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/i2c/
Dddc.c62 static void ddc_attach(device_t, device_t, void *);
65 ddc_match, ddc_attach, NULL, NULL);
78 ddc_attach(device_t parent, device_t self, void *aux) in ddc_attach() function