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.c1362 struct sdca_function_data *function_data = NULL; in tas_sdw_probe() local
1392 function_data = devm_kzalloc(dev, sizeof(*function_data), in tas_sdw_probe()
1394 if (!function_data) in tas_sdw_probe()
1398 function_data->desc = &peripheral->sdca_data.function[i]; in tas_sdw_probe()
1401 ret = sdca_parse_function(dev, function_data); in tas_sdw_probe()
1403 tas_dev->sa_func_data = function_data; in tas_sdw_probe()
H A Dtac5xx2-sdw.c1927 struct sdca_function_data *function_data = NULL; in tac_sdw_probe() local
1967 function_data = devm_kzalloc(dev, sizeof(*function_data), in tac_sdw_probe()
1969 if (!function_data) in tac_sdw_probe()
1973 function_data->desc = &peripheral->sdca_data.function[i]; in tac_sdw_probe()
1974 ret = sdca_parse_function(dev, function_data); in tac_sdw_probe()
1976 *func_ptr = function_data; in tac_sdw_probe()
1978 devm_kfree(dev, function_data); in tac_sdw_probe()
/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()