Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_custom_cis.c1043 char *filepath_efs = MACINFO_EFS; in dhd_set_macaddr_from_file() local
1063 ret = dhd_read_file(filepath_efs, mac_buf, sizeof(mac_buf) - 1); in dhd_set_macaddr_from_file()
1071 if (dhd_write_file(filepath_efs, mac_buf, strlen(mac_buf)) < 0) { in dhd_set_macaddr_from_file()
1073 " %s\n", __FUNCTION__, mac_buf, filepath_efs)); in dhd_set_macaddr_from_file()
1077 __FUNCTION__, mac_buf, filepath_efs)); in dhd_set_macaddr_from_file()
1210 char *filepath_efs = MACINFO_EFS; in dhd_check_module_mac() local
1247 if (dhd_read_file(filepath_efs, otp_mac_buf, sizeof(otp_mac_buf) - 1) < 0) { in dhd_check_module_mac()
1338 dhd_write_file(filepath_efs, otp_mac_buf, strlen(otp_mac_buf)); in dhd_check_module_mac()
1375 char *filepath_efs = MACINFO_EFS; in dhd_write_macaddr() local
1404 if (filepath_efs) { in dhd_write_macaddr()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_custom_cis.c1043 char *filepath_efs = MACINFO_EFS; in dhd_set_macaddr_from_file() local
1063 ret = dhd_read_file(filepath_efs, mac_buf, sizeof(mac_buf) - 1); in dhd_set_macaddr_from_file()
1071 if (dhd_write_file(filepath_efs, mac_buf, strlen(mac_buf)) < 0) { in dhd_set_macaddr_from_file()
1073 " %s\n", __FUNCTION__, mac_buf, filepath_efs)); in dhd_set_macaddr_from_file()
1077 __FUNCTION__, mac_buf, filepath_efs)); in dhd_set_macaddr_from_file()
1210 char *filepath_efs = MACINFO_EFS; in dhd_check_module_mac() local
1247 if (dhd_read_file(filepath_efs, otp_mac_buf, sizeof(otp_mac_buf) - 1) < 0) { in dhd_check_module_mac()
1338 dhd_write_file(filepath_efs, otp_mac_buf, strlen(otp_mac_buf)); in dhd_check_module_mac()
1375 char *filepath_efs = MACINFO_EFS; in dhd_write_macaddr() local
1404 if (filepath_efs) { in dhd_write_macaddr()
[all …]