Home
last modified time | relevance | path

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

/linux/sound/soc/codecs/
H A Dtas2783-sdw.c1265 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
/linux/include/linux/
H A Dmaple.h58 unsigned long function_data[3]; member
/linux/drivers/input/joystick/
H A Dmaplecontrol.c103 unsigned long data = be32_to_cpu(mdev->devinfo.function_data[0]); in probe_maple_controller()
/linux/drivers/sh/maple/
H A Dmaple.c341 memcpy(&mdev->devinfo.function_data[0], recvbuf + 8, 12); in maple_attach_driver()
/linux/drivers/mtd/maps/
H A Dvmu-flash.c607 * 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()