Lines Matching refs:sio_data

3613 	struct nct6775_sio_data *sio_data = dev_get_platdata(dev);  in nct6775_probe()  local
3637 data->kind = sio_data->kind; in nct6775_probe()
3638 data->sioreg = sio_data->sioreg; in nct6775_probe()
4240 err = superio_enter(sio_data->sioreg); in nct6775_probe()
4244 cr2a = superio_inb(sio_data->sioreg, 0x2a); in nct6775_probe()
4267 superio_select(sio_data->sioreg, NCT6775_LD_VID); in nct6775_probe()
4268 data->vid = superio_inb(sio_data->sioreg, 0xe3); in nct6775_probe()
4275 superio_select(sio_data->sioreg, NCT6775_LD_HWM); in nct6775_probe()
4276 tmp = superio_inb(sio_data->sioreg, in nct6775_probe()
4297 superio_outb(sio_data->sioreg, NCT6775_REG_CR_FAN_DEBOUNCE, in nct6775_probe()
4305 superio_exit(sio_data->sioreg); in nct6775_probe()
4453 static int __init nct6775_find(int sioaddr, struct nct6775_sio_data *sio_data) in nct6775_find() argument
4470 sio_data->kind = nct6106; in nct6775_find()
4473 sio_data->kind = nct6775; in nct6775_find()
4476 sio_data->kind = nct6776; in nct6775_find()
4479 sio_data->kind = nct6779; in nct6775_find()
4482 sio_data->kind = nct6791; in nct6775_find()
4485 sio_data->kind = nct6792; in nct6775_find()
4488 sio_data->kind = nct6793; in nct6775_find()
4491 sio_data->kind = nct6795; in nct6775_find()
4494 sio_data->kind = nct6796; in nct6775_find()
4521 if (sio_data->kind == nct6791 || sio_data->kind == nct6792 || in nct6775_find()
4522 sio_data->kind == nct6793 || sio_data->kind == nct6795 || in nct6775_find()
4523 sio_data->kind == nct6796) in nct6775_find()
4528 nct6775_sio_names[sio_data->kind], sioaddr, addr); in nct6775_find()
4529 sio_data->sioreg = sioaddr; in nct6775_find()
4548 struct nct6775_sio_data sio_data; in sensors_nct6775_init() local
4563 address = nct6775_find(sioaddr[i], &sio_data); in sensors_nct6775_init()
4575 err = platform_device_add_data(pdev[i], &sio_data, in sensors_nct6775_init()