Lines Matching refs:sio_data

3324 	struct nct6775_sio_data *sio_data = dev_get_platdata(dev);  in nct6775_probe()  local
3348 data->kind = sio_data->kind; in nct6775_probe()
3349 data->sioreg = sio_data->sioreg; in nct6775_probe()
3909 err = superio_enter(sio_data->sioreg); in nct6775_probe()
3913 cr2a = superio_inb(sio_data->sioreg, 0x2a); in nct6775_probe()
3933 superio_select(sio_data->sioreg, NCT6775_LD_VID); in nct6775_probe()
3934 data->vid = superio_inb(sio_data->sioreg, 0xe3); in nct6775_probe()
3941 superio_select(sio_data->sioreg, NCT6775_LD_HWM); in nct6775_probe()
3942 tmp = superio_inb(sio_data->sioreg, in nct6775_probe()
3960 superio_outb(sio_data->sioreg, NCT6775_REG_CR_FAN_DEBOUNCE, in nct6775_probe()
3968 superio_exit(sio_data->sioreg); in nct6775_probe()
4123 static int __init nct6775_find(int sioaddr, struct nct6775_sio_data *sio_data) in nct6775_find() argument
4140 sio_data->kind = nct6106; in nct6775_find()
4143 sio_data->kind = nct6775; in nct6775_find()
4146 sio_data->kind = nct6776; in nct6775_find()
4149 sio_data->kind = nct6779; in nct6775_find()
4152 sio_data->kind = nct6791; in nct6775_find()
4155 sio_data->kind = nct6792; in nct6775_find()
4182 if (sio_data->kind == nct6791 || sio_data->kind == nct6792) in nct6775_find()
4187 nct6775_sio_names[sio_data->kind], sioaddr, addr); in nct6775_find()
4188 sio_data->sioreg = sioaddr; in nct6775_find()
4207 struct nct6775_sio_data sio_data; in sensors_nct6775_init() local
4222 address = nct6775_find(sioaddr[i], &sio_data); in sensors_nct6775_init()
4234 err = platform_device_add_data(pdev[i], &sio_data, in sensors_nct6775_init()