Lines Matching full:magic
52 zrdev_dbg(zr, "%s: '%s', flags %lx, magic %lx\n", __func__, in videocodec_attach()
53 master->name, master->flags, master->magic); in videocodec_attach()
123 zrdev_dbg(zr, "%s: '%s', type: %x, flags %lx, magic %lx\n", __func__, in videocodec_detach()
124 codec->name, codec->type, codec->flags, codec->magic); in videocodec_detach()
180 "videocodec: register '%s', type: %x, flags %lx, magic %lx\n", in videocodec_register()
181 codec->name, codec->type, codec->flags, codec->magic); in videocodec_register()
215 "videocodec: unregister '%s', type: %x, flags %lx, magic %lx\n", in videocodec_unregister()
216 codec->name, codec->type, codec->flags, codec->magic); in videocodec_unregister()
257 seq_puts(m, "<S>lave or attached <M>aster name type flags magic "); in videocodec_debugfs_show()
263 h->codec->flags, h->codec->magic); in videocodec_debugfs_show()
270 a->codec->master_data->magic, in videocodec_debugfs_show()