Searched defs:sio_data (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/hwmon/ |
H A D | nct6775-platform.c | 178 static int superio_wmi_inb(struct nct6775_sio_data *sio_data, int reg) in superio_wmi_inb() 187 static void superio_wmi_outb(struct nct6775_sio_data *sio_data, int reg, int val) in superio_wmi_outb() 193 static void superio_wmi_select(struct nct6775_sio_data *sio_data, int ld) in superio_wmi_select() 198 static int superio_wmi_enter(struct nct6775_sio_data *sio_data) in superio_wmi_enter() 203 static void superio_wmi_exit(struct nct6775_sio_data *sio_data) in superio_wmi_exit() 207 static void superio_outb(struct nct6775_sio_data *sio_data, int reg, int val) in superio_outb() 215 static int superio_inb(struct nct6775_sio_data *sio_data, int reg) in superio_inb() 223 static void superio_select(struct nct6775_sio_data *sio_data, int ld) in superio_select() 231 static int superio_enter(struct nct6775_sio_data *sio_data) in superio_enter() 247 static void superio_exit(struct nct6775_sio_data *sio_data) in superio_exit() [all …]
|
H A D | w83627ehf.c | 1291 w83627ehf_check_fan_inputs(const struct w83627ehf_sio_data *sio_data, in w83627ehf_check_fan_inputs() 1698 struct w83627ehf_sio_data *sio_data = dev_get_platdata(dev); in w83627ehf_probe() local 2024 struct w83627ehf_sio_data *sio_data) in w83627ehf_find() 2123 struct w83627ehf_sio_data sio_data; in sensors_w83627ehf_init() local
|
H A D | it87.c | 2693 struct it87_sio_data *sio_data, int chip_cnt) in it87_find() 3231 struct it87_sio_data *sio_data = dev_get_platdata(&pdev->dev); in it87_check_tachometers_reset() local 3273 struct it87_sio_data *sio_data = dev_get_platdata(&pdev->dev); in it87_init_device() local 3401 struct it87_sio_data *sio_data = dev_get_platdata(dev); in it87_probe() local 3627 const struct it87_sio_data *sio_data) in it87_device_add() 3718 struct it87_sio_data sio_data; in sm_it87_init() local
|