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
98 u8 poll_cmd_data; /* to perform OCC poll command */
99 int (*send_cmd)(struct occ *occ, u8 *cmd, size_t len, void *resp, argument
103 struct mutex lock; /* lock OCC access */
114 unsigned long last_safe; /* time OCC entered "safe" state */
128 int occ_active(struct occ *occ, bool active); argument
129 int occ_setup(struct occ *occ);
130 int occ_setup_sysfs(struct occ *occ);
131 void occ_shutdown(struct occ *occ);
132 void occ_shutdown_sysfs(struct occ *occ);
133 void occ_sysfs_poll_done(struct occ *occ);
134 int occ_update_response(struct occ *occ);