• Home
  • Raw
  • Download

Lines Matching refs:product

338 const char *coda_product_name(int product)  in coda_product_name()  argument
342 switch (product) { in coda_product_name()
352 snprintf(buf, sizeof(buf), "(0x%04x)", product); in coda_product_name()
390 strscpy(cap->card, coda_product_name(ctx->dev->devtype->product), in coda_querycap()
724 if (!disable_tiling && ctx->dev->devtype->product == CODA_960) { in coda_s_fmt()
1859 if (ctx->dev->devtype->product != CODA_960 && in coda_start_streaming()
2135 int max_gop_size = (ctx->dev->devtype->product == CODA_DX6) ? 60 : 99; in coda_encode_ctrls()
2145 if (ctx->dev->devtype->product != CODA_960) { in coda_encode_ctrls()
2168 if (ctx->dev->devtype->product == CODA_HX4 || in coda_encode_ctrls()
2169 ctx->dev->devtype->product == CODA_7541) { in coda_encode_ctrls()
2178 if (ctx->dev->devtype->product == CODA_960) { in coda_encode_ctrls()
2197 if (ctx->dev->devtype->product == CODA_HX4 || in coda_encode_ctrls()
2198 ctx->dev->devtype->product == CODA_7541 || in coda_encode_ctrls()
2199 ctx->dev->devtype->product == CODA_960) { in coda_encode_ctrls()
2255 if (ctx->dev->devtype->product == CODA_HX4 || in coda_decode_ctrls()
2256 ctx->dev->devtype->product == CODA_7541) in coda_decode_ctrls()
2258 else if (ctx->dev->devtype->product == CODA_960) in coda_decode_ctrls()
2413 if (dev->devtype->product == CODA_DX6) in coda_open()
2448 switch (dev->devtype->product) { in coda_open()
2556 if (ctx->dev->devtype->product == CODA_DX6) in coda_release()
2606 if (dev->devtype->product == CODA_DX6) { in coda_hw_init()
2626 if (dev->devtype->product == CODA_960 || in coda_hw_init()
2627 dev->devtype->product == CODA_7541 || in coda_hw_init()
2628 dev->devtype->product == CODA_HX4) { in coda_hw_init()
2641 switch (dev->devtype->product) { in coda_hw_init()
2650 if (dev->devtype->product == CODA_960) in coda_hw_init()
2656 if (dev->devtype->product != CODA_DX6) in coda_hw_init()
2732 if (dev->devtype->product == CODA_DX6) { in coda_copy_firmware()
2759 coda_product_name(dev->devtype->product)); in coda_firmware_request()
2850 .product = CODA_DX6,
2864 .product = CODA_HX4,
2879 .product = CODA_7541,
2894 .product = CODA_960,
2909 .product = CODA_960,
3034 if (dev->devtype->product == CODA_DX6) { in coda_probe()