Searched refs:function_data (Results 1 – 5 of 5) sorted by relevance
1265 struct sdca_function_data *function_data = NULL;1295 function_data = devm_kzalloc(dev, sizeof(*function_data), in tas_sdw_probe() 1297 if (!function_data) in tas_sdw_probe() 1301 function_data->desc = &peripheral->sdca_data.function[i]; in tas_sdw_probe() 1304 ret = sdca_parse_function(dev, peripheral, function_data); in tas_sdw_probe() 1306 tas_dev->sa_func_data = function_data; in tas_sdw_probe() 1277 struct sdca_function_data *function_data = NULL; tas_sdw_probe() local
58 unsigned long function_data[3]; member
103 unsigned long data = be32_to_cpu(mdev->devinfo.function_data[0]); in probe_maple_controller()
341 memcpy(&mdev->devinfo.function_data[0], recvbuf + 8, 12); in maple_attach_driver()
607 * function_data element has details of the memory card in vmu_connect() 611 basic_flash_data = be32_to_cpu(mdev->devinfo.function_data[c - 1]); in vmu_connect()