Lines Matching refs:zr

40 	struct zoran *zr;  in videocodec_attach()  local
50 zr = videocodec_master_to_zoran(master); in videocodec_attach()
52 zrdev_dbg(zr, "%s: '%s', flags %lx, magic %lx\n", __func__, in videocodec_attach()
56 zrdev_err(zr, "%s: no device available\n", __func__); in videocodec_attach()
64 zrdev_dbg(zr, "%s: try '%s'\n", __func__, h->codec->name); in videocodec_attach()
75 zrdev_dbg(zr, "%s: '%s'\n", __func__, codec->name); in videocodec_attach()
84 zrdev_dbg(zr, "videocodec: first element\n"); in videocodec_attach()
89 zrdev_dbg(zr, "videocodec: in after '%s'\n", in videocodec_attach()
101 zrdev_err(zr, "%s: no codec found!\n", __func__); in videocodec_attach()
112 struct zoran *zr; in videocodec_detach() local
121 zr = videocodec_to_zoran(codec); in videocodec_detach()
123 zrdev_dbg(zr, "%s: '%s', type: %x, flags %lx, magic %lx\n", __func__, in videocodec_detach()
127 zrdev_err(zr, "%s: no device left...\n", __func__); in videocodec_detach()
138 zrdev_dbg(zr, "%s: '%s'\n", __func__, in videocodec_detach()
142 zrdev_err(zr, "%s: '%s'\n", __func__, a->codec->name); in videocodec_detach()
147 zrdev_dbg(zr, "videocodec: delete first\n"); in videocodec_detach()
150 zrdev_dbg(zr, "videocodec: delete middle\n"); in videocodec_detach()
163 zrdev_err(zr, "%s: given codec not found!\n", __func__); in videocodec_detach()
170 struct zoran *zr; in videocodec_register() local
177 zr = videocodec_to_zoran((struct videocodec *)codec); in videocodec_register()
179 zrdev_dbg(zr, in videocodec_register()
190 zrdev_dbg(zr, "videocodec: hooked in as first element\n"); in videocodec_register()
195 zrdev_dbg(zr, "videocodec: hooked in after '%s'\n", in videocodec_register()
205 struct zoran *zr; in videocodec_unregister() local
212 zr = videocodec_to_zoran((struct videocodec *)codec); in videocodec_unregister()
214 zrdev_dbg(zr, in videocodec_unregister()
219 zrdev_err(zr, "%s: no device left...\n", __func__); in videocodec_unregister()
226 zrdev_err(zr, "videocodec: '%s' is used\n", in videocodec_unregister()
230 zrdev_dbg(zr, "videocodec: unregister '%s' is ok.\n", in videocodec_unregister()
234 zrdev_dbg(zr, in videocodec_unregister()
238 zrdev_dbg(zr, in videocodec_unregister()
248 zrdev_err(zr, "%s: given codec not found!\n", __func__); in videocodec_unregister()