Home
last modified time | relevance | path

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

/hardware/broadcom/wlan/bcmdhd/dhdutil/
Ddhdu_linux.c313 char dev_type[32]; in dhd_find() local
329 if (dhd_get_dev_type(name, dev_type, type) >= 0 && in dhd_find()
330 !strncmp(dev_type, type, strlen(dev_type) - 1)) in dhd_find()