Searched refs:__string2str (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/ssvdevice/ |
| H A D | ssv_cmd.c | 183 static int __string2str(u8 *path, void *val, u32 arg) in __string2str() function 230 { "firmware_path", (void *)&ssv_cfg.firmware_path[0], 0, __string2str }, 231 { "flash_bin_path",(void *)&ssv_cfg.flash_bin_path[0],0,__string2str }, 232 { "mac_address_path", (void *)&ssv_cfg.mac_address_path[0], 0, __string2str }, 233 { "mac_output_path", (void *)&ssv_cfg.mac_output_path[0], 0, __string2str },
|