Lines Matching refs:sio_data
1196 struct nct6683_sio_data *sio_data = dev->platform_data; in nct6683_probe() local
1212 data->kind = sio_data->kind; in nct6683_probe()
1213 data->sioreg = sio_data->sioreg; in nct6683_probe()
1361 static int __init nct6683_find(int sioaddr, struct nct6683_sio_data *sio_data) in nct6683_find() argument
1376 sio_data->kind = nct6683; in nct6683_find()
1379 sio_data->kind = nct6686; in nct6683_find()
1382 sio_data->kind = nct6687; in nct6683_find()
1409 nct6683_chip_names[sio_data->kind], sioaddr, addr); in nct6683_find()
1410 sio_data->sioreg = sioaddr; in nct6683_find()
1429 struct nct6683_sio_data sio_data; in sensors_nct6683_init() local
1448 address = nct6683_find(sioaddr[i], &sio_data); in sensors_nct6683_init()
1460 err = platform_device_add_data(pdev[i], &sio_data, in sensors_nct6683_init()