Lines Matching refs:sio_data
1192 struct nct6683_sio_data *sio_data = dev->platform_data; in nct6683_probe() local
1208 data->kind = sio_data->kind; in nct6683_probe()
1209 data->sioreg = sio_data->sioreg; in nct6683_probe()
1347 static int __init nct6683_find(int sioaddr, struct nct6683_sio_data *sio_data) in nct6683_find() argument
1362 sio_data->kind = nct6683; in nct6683_find()
1365 sio_data->kind = nct6686; in nct6683_find()
1368 sio_data->kind = nct6687; in nct6683_find()
1395 nct6683_chip_names[sio_data->kind], sioaddr, addr); in nct6683_find()
1396 sio_data->sioreg = sioaddr; in nct6683_find()
1415 struct nct6683_sio_data sio_data; in sensors_nct6683_init() local
1434 address = nct6683_find(sioaddr[i], &sio_data); in sensors_nct6683_init()
1446 err = platform_device_add_data(pdev[i], &sio_data, in sensors_nct6683_init()