Lines Matching refs:sio_data
1191 struct nct6683_sio_data *sio_data = dev->platform_data; in nct6683_probe() local
1207 data->kind = sio_data->kind; in nct6683_probe()
1208 data->sioreg = sio_data->sioreg; in nct6683_probe()
1344 static int __init nct6683_find(int sioaddr, struct nct6683_sio_data *sio_data) in nct6683_find() argument
1359 sio_data->kind = nct6683; in nct6683_find()
1362 sio_data->kind = nct6686; in nct6683_find()
1365 sio_data->kind = nct6687; in nct6683_find()
1392 nct6683_chip_names[sio_data->kind], sioaddr, addr); in nct6683_find()
1393 sio_data->sioreg = sioaddr; in nct6683_find()
1412 struct nct6683_sio_data sio_data; in sensors_nct6683_init() local
1431 address = nct6683_find(sioaddr[i], &sio_data); in sensors_nct6683_init()
1443 err = platform_device_add_data(pdev[i], &sio_data, in sensors_nct6683_init()