Lines Matching defs:cb
155 avctp_state_cb cb;
489 struct avctp_state_callback *cb = l->data;
490 cb->cb(control->dev, old_state, new_state, cb->user_data);
1188 unsigned int avctp_add_state_cb(avctp_state_cb cb, void *user_data)
1194 state_cb->cb = cb;
1208 struct avctp_state_callback *cb = l->data;
1209 if (cb && cb->id == id) {
1210 avctp_callbacks = g_slist_remove(avctp_callbacks, cb);
1211 g_free(cb);