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.c1277 struct sdca_function_data *function_data = NULL; in tas_sdw_probe() local
1307 function_data = devm_kzalloc(dev, sizeof(*function_data), in tas_sdw_probe()
1309 if (!function_data) in tas_sdw_probe()
1316 function_data); in tas_sdw_probe()
1318 tas_dev->sa_func_data = function_data; in tas_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()
/linux/drivers/mtd/maps/
H A Dvmu-flash.c610 basic_flash_data = be32_to_cpu(mdev->devinfo.function_data[c - 1]); in vmu_connect()