Searched refs:envctrl_pcf8574_chip (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/uts/sun4u/sys/ |
H A D | envctrl_gen.h | 222 #define ENVCTRL_IOC_GETFANFAIL (int)(_IOR('p', 83, struct envctrl_pcf8574_chip)) 224 #define ENVCTRL_IOC_SETDSKLED (int)(_IOW('p', 85, struct envctrl_pcf8574_chip)) 225 #define ENVCTRL_IOC_GETDSKLED (int)(_IOR('p', 86, struct envctrl_pcf8574_chip))
|
H A D | envctrl.h | 459 struct envctrl_pcf8574_chip { struct 713 #define ENVCTRL_IOC_GETFANFAIL (int)(_IOR('p', 83, struct envctrl_pcf8574_chip)) 715 #define ENVCTRL_IOC_SETDSKLED (int)(_IOW('p', 85, struct envctrl_pcf8574_chip)) 716 #define ENVCTRL_IOC_GETDSKLED (int)(_IOR('p', 86, struct envctrl_pcf8574_chip))
|
H A D | envctrl_ue450.h | 404 struct envctrl_pcf8574_chip { struct
|
/titanic_44/usr/src/uts/sun4u/tazmo/io/ |
H A D | envctrl.c | 94 struct envctrl_pcf8574_chip *); 96 struct envctrl_pcf8574_chip *); 925 struct envctrl_pcf8574_chip *ledchip; in envctrl_wput() 1048 sizeof (struct envctrl_pcf8574_chip), NULL); in envctrl_wput() 1124 ledchip = (struct envctrl_pcf8574_chip *) in envctrl_wput() 1139 ledchip = (struct envctrl_pcf8574_chip *) in envctrl_wput() 1146 sizeof (struct envctrl_pcf8574_chip), in envctrl_wput() 1527 struct envctrl_pcf8574_chip *ioport; in envctrl_xmit() 1597 ioport = (struct envctrl_pcf8574_chip *)data; in envctrl_xmit() 1647 struct envctrl_pcf8574_chip *ioport; in envctrl_recv() [all …]
|