Searched refs:ab (Results 1 – 2 of 2) sorted by relevance
391 static inline int is_ab8500(struct ab8500 *ab) in is_ab8500() argument393 return ab->version == AB8500_VERSION_AB8500; in is_ab8500()396 static inline int is_ab8505(struct ab8500 *ab) in is_ab8505() argument398 return ab->version == AB8500_VERSION_AB8505; in is_ab8505()401 static inline int is_ab9540(struct ab8500 *ab) in is_ab9540() argument403 return ab->version == AB8500_VERSION_AB9540; in is_ab9540()406 static inline int is_ab8540(struct ab8500 *ab) in is_ab8540() argument408 return ab->version == AB8500_VERSION_AB8540; in is_ab8540()412 static inline int is_ab8500_1p0_or_earlier(struct ab8500 *ab) in is_ab8500_1p0_or_earlier() argument414 return (is_ab8500(ab) && (ab->chip_id <= AB8500_CUT1P0)); in is_ab8500_1p0_or_earlier()[all …]
163 void audit_log_format(struct audit_buffer *ab, const char *fmt, ...);164 extern void audit_log_end(struct audit_buffer *ab);167 extern void audit_log_n_hex(struct audit_buffer *ab,170 extern void audit_log_n_string(struct audit_buffer *ab,173 extern void audit_log_n_untrustedstring(struct audit_buffer *ab,176 extern void audit_log_untrustedstring(struct audit_buffer *ab,178 extern void audit_log_d_path(struct audit_buffer *ab,181 extern void audit_log_key(struct audit_buffer *ab,187 extern int audit_log_task_context(struct audit_buffer *ab);188 extern void audit_log_task_info(struct audit_buffer *ab);[all …]