Lines Matching full:occ
16 * Same response format for all OCC versions.
71 * OCC only provides one sensor data block of each type, but any number of
91 struct occ { struct
99 u8 poll_cmd_data; /* to perform OCC poll command */
100 int (*send_cmd)(struct occ *occ, u8 *cmd); argument
103 struct mutex lock; /* lock OCC access */
113 unsigned long last_safe; /* time OCC entered "safe" state */
125 int occ_setup(struct occ *occ, const char *name); argument
126 int occ_setup_sysfs(struct occ *occ);
127 void occ_shutdown(struct occ *occ);
128 void occ_sysfs_poll_done(struct occ *occ);
129 int occ_update_response(struct occ *occ);