Searched refs:devfs_path (Results 1 - 6 of 6) sorted by relevance

/haiku/src/add-ons/kernel/drivers/audio/ac97/geode/
H A Ddriver.cpp66 gCards[gNumCards++].devfs_path = strdup(path);
88 free((void*)gCards[i].devfs_path);
89 gCards[i].devfs_path = NULL;
103 devs[i] = gCards[i].devfs_path;
H A Ddevice.cpp19 if (strcmp(gCards[i].devfs_path, name) == 0) {
H A Ddriver.h52 const char* devfs_path; member in struct:geode_controller
/haiku/src/add-ons/kernel/drivers/audio/hda/
H A Ddriver.cpp104 gCards[gNumCards++].devfs_path = strdup(path);
132 free((void*)gCards[i].devfs_path);
133 gCards[i].devfs_path = NULL;
147 devs[i] = gCards[i].devfs_path;
H A Ddevice.cpp19 if (strcmp(gCards[i].devfs_path, name) == 0) {
H A Ddriver.h58 const char* devfs_path; member in struct:hda_controller

Completed in 98 milliseconds