Lines Matching refs:product

375 const char *coda_product_name(int product)  in coda_product_name()  argument
379 switch (product) { in coda_product_name()
389 snprintf(buf, sizeof(buf), "(0x%04x)", product); in coda_product_name()
428 strscpy(cap->card, coda_product_name(ctx->dev->devtype->product), in coda_querycap()
679 ctx->dev->devtype->product == CODA_960) { in coda_try_fmt_vid_cap()
821 ctx->dev->devtype->product == CODA_960) { in coda_s_fmt()
867 ctx->dev->devtype->product == CODA_960) { in coda_s_fmt_vid_cap()
1992 if (ctx->dev->devtype->product != CODA_960 && in coda_start_streaming()
2313 int max_gop_size = (ctx->dev->devtype->product == CODA_DX6) ? 60 : 99; in coda_encode_ctrls()
2323 if (ctx->dev->devtype->product != CODA_960) { in coda_encode_ctrls()
2350 if (ctx->dev->devtype->product == CODA_HX4 || in coda_encode_ctrls()
2351 ctx->dev->devtype->product == CODA_7541) { in coda_encode_ctrls()
2360 if (ctx->dev->devtype->product == CODA_960) { in coda_encode_ctrls()
2382 if (ctx->dev->devtype->product == CODA_HX4 || in coda_encode_ctrls()
2383 ctx->dev->devtype->product == CODA_7541 || in coda_encode_ctrls()
2384 ctx->dev->devtype->product == CODA_960) { in coda_encode_ctrls()
2440 if (ctx->dev->devtype->product == CODA_HX4 || in coda_decode_ctrls()
2441 ctx->dev->devtype->product == CODA_7541) in coda_decode_ctrls()
2443 else if (ctx->dev->devtype->product == CODA_960) in coda_decode_ctrls()
2614 if (dev->devtype->product == CODA_DX6) in coda_open()
2649 switch (dev->devtype->product) { in coda_open()
2757 if (ctx->dev->devtype->product == CODA_DX6) in coda_release()
2807 if (dev->devtype->product == CODA_DX6) { in coda_hw_init()
2827 if (dev->devtype->product == CODA_960 || in coda_hw_init()
2828 dev->devtype->product == CODA_7541 || in coda_hw_init()
2829 dev->devtype->product == CODA_HX4) { in coda_hw_init()
2842 switch (dev->devtype->product) { in coda_hw_init()
2851 if (dev->devtype->product == CODA_960) in coda_hw_init()
2857 if (dev->devtype->product != CODA_DX6) in coda_hw_init()
2949 if (dev->devtype->product == CODA_DX6) { in coda_copy_firmware()
2976 coda_product_name(dev->devtype->product)); in coda_firmware_request()
3067 .product = CODA_DX6,
3081 .product = CODA_HX4,
3096 .product = CODA_7541,
3111 .product = CODA_960,
3126 .product = CODA_960,
3193 if (dev->devtype->product == CODA_960) { in coda_probe()
3241 if (dev->devtype->product == CODA_DX6) { in coda_probe()