Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkwifibt/src/
H A Drk_wifibt_init.c260 int product_vid = 0; in get_wifi_device_id() local
268 sscanf(pos + 8, "%x/%x/%x", &product_vid, &product_did, &producd_bcddev); in get_wifi_device_id()
270 sscanf(pos + 8, "%x:%x", &product_vid, &product_did); in get_wifi_device_id()
272 sscanf(pos + 7, "%x:%x", &product_vid, &product_did); in get_wifi_device_id()
276 sprintf(temp, "%04x:%04x", product_vid, product_did); in get_wifi_device_id()