Home
last modified time | relevance | path

Searched refs:superio_select (Results 1 – 11 of 11) sorted by relevance

/linux/drivers/watchdog/
H A Dit8712f_wdt.c114 static inline void superio_select(int ldn) in superio_select() function
185 superio_select(LDN_GPIO); in it8712f_wdt_enable()
205 superio_select(LDN_GPIO); in it8712f_wdt_disable()
276 superio_select(LDN_GPIO); in it8712f_wdt_ioctl()
299 superio_select(LDN_GPIO); in it8712f_wdt_ioctl()
369 superio_select(LDN_GAME); in it8712f_wdt_find()
H A Dw83627hf_wdt.c143 static void superio_select(int ld) in superio_select() function
163 superio_select(W83627HF_LD_WDT); in w83627hf_init()
272 superio_select(W83627HF_LD_WDT); in wdt_set_time()
305 superio_select(W83627HF_LD_WDT); in wdt_get_time()
354 superio_select(W83627HF_LD_WDT); in wdt_find()
H A Df71808e_wdt.c132 static inline void superio_select(int base, int ld);
201 static inline void superio_select(int base, int ld) in superio_select() function
267 superio_select(wd->sioaddr, SIO_F71808FG_LD_WDT); in fintek_wdt_keepalive()
301 superio_select(wd->sioaddr, SIO_F71808FG_LD_WDT); in fintek_wdt_start()
376 superio_select(wd->sioaddr, SIO_F71808FG_LD_WDT); in fintek_wdt_start()
421 superio_select(wd->sioaddr, SIO_F71808FG_LD_WDT); in fintek_wdt_stop()
481 superio_select(wd->sioaddr, SIO_F71808FG_LD_WDT); in fintek_wdt_probe()
H A Dit87_wdt.c138 static inline void superio_select(int ldn) in superio_select() function
197 superio_select(GPIO); in wdt_update_timeout()
352 superio_select(GPIO); in it87_wdt_init()
367 superio_select(EC); in it87_wdt_init()
/linux/drivers/gpio/
H A Dgpio-f7188x.c141 static inline void superio_select(int base, int ld) in superio_select() function
298 superio_select(sio->addr, sio->device); in f7188x_gpio_get_direction()
323 superio_select(sio->addr, sio->device); in f7188x_gpio_direction_in()
348 superio_select(sio->addr, sio->device); in f7188x_gpio_get()
373 superio_select(sio->addr, sio->device); in f7188x_gpio_direction_out()
404 superio_select(sio->addr, sio->device); in f7188x_gpio_set()
432 superio_select(sio->addr, sio->device); in f7188x_gpio_set_config()
H A Dgpio-it87.c99 static inline void superio_select(int ldn) in superio_select() function
340 superio_select(GPIO); in it87_gpio_init()
/linux/drivers/hwmon/
H A Dsmsc47b397.c57 static inline void superio_select(int ld) in superio_select() function
321 superio_select(SUPERIO_REG_LD8); in smsc47b397_find()
H A Dit87.c114 static inline void superio_select(int ioreg, int ldn) in superio_select() function
749 superio_select(data->sioaddr, PME); in smbus_disable()
766 superio_select(data->sioaddr, PME); in smbus_enable()
2812 superio_select(sioaddr, PME); in it87_find()
2859 superio_select(sioaddr, 5); in it87_find()
2865 superio_select(sioaddr, GPIO); in it87_find()
2933 superio_select(sioaddr, GPIO); in it87_find()
2958 superio_select(sioaddr, GPIO); in it87_find()
3008 superio_select(sioaddr, GPIO); in it87_find()
3045 superio_select(sioaddr, GPIO); in it87_find()
[all …]
H A Dsch56xx-common.c90 static inline void superio_select(int base, int ld) in superio_select() function
583 superio_select(sioaddr, SIO_SCH56XX_LD_EM); in sch56xx_find()
H A Dw83627ehf.c109 superio_select(int ioreg, int ld) in superio_select() function
1884 superio_select(sio_data->sioreg, W83667HG_LD_VID); in w83627ehf_probe()
1888 superio_select(sio_data->sioreg, W83627EHF_LD_HWM); in w83627ehf_probe()
2084 superio_select(sioaddr, W83627EHF_LD_HWM); in w83627ehf_find()
H A Dnct6775-platform.c223 static void superio_select(struct nct6775_sio_data *sio_data, int ld) in superio_select() function
1541 sio_data.sio_select = superio_select; in sensors_nct6775_platform_init()