Searched defs:aux_engine_funcs (Results 1 – 4 of 4) sorted by relevance
33 struct aux_engine_funcs { struct34 void (*destroy)(36 bool (*acquire_engine)(38 void (*configure)(62 const struct aux_engine_funcs *funcs; argument
142 struct aux_engine_funcs { struct143 void (*destroy)(145 bool (*acquire_engine)(147 void (*configure)(150 void (*submit_channel_request)(153 void (*process_channel_reply)(156 int (*read_channel_reply)(162 enum aux_channel_operation_result (*get_channel_status)(165 bool (*is_engine_available)(struct aux_engine *engine);166 enum i2caux_engine_type (*get_engine_type)([all …]
445 static const struct aux_engine_funcs aux_engine_funcs = { variable
902 static const struct aux_engine_funcs aux_engine_funcs = { variable