Lines Matching refs:product
358 const char *coda_product_name(int product) in coda_product_name() argument
362 switch (product) { in coda_product_name()
370 snprintf(buf, sizeof(buf), "(0x%04x)", product); in coda_product_name()
384 strlcpy(cap->card, coda_product_name(ctx->dev->devtype->product), in coda_querycap()
1124 if (ctx->dev->devtype->product == CODA_960) in set_default_params()
1254 ctx->dev->devtype->product == CODA_7541)) { in coda_start_streaming()
1501 if (ctx->dev->devtype->product != CODA_960) { in coda_encode_ctrls()
1634 (dev->devtype->product == CODA_DX6 && idx > CODADX6_MAX_INSTANCES)) in coda_next_free_instance()
1686 switch (dev->devtype->product) { in coda_open()
1786 if (ctx->dev->devtype->product == CODA_DX6) in coda_release()
1837 if (dev->devtype->product == CODA_DX6) { in coda_hw_init()
1857 if (dev->devtype->product == CODA_960 || in coda_hw_init()
1858 dev->devtype->product == CODA_7541) { in coda_hw_init()
1871 switch (dev->devtype->product) { in coda_hw_init()
1880 if (dev->devtype->product == CODA_960) in coda_hw_init()
1885 if (dev->devtype->product != CODA_DX6) in coda_hw_init()
2009 coda_product_name(dev->devtype->product)); in coda_firmware_request()
2025 .product = CODA_DX6,
2035 .product = CODA_7541,
2046 .product = CODA_960,
2057 .product = CODA_960,
2184 if (dev->devtype->product == CODA_DX6) { in coda_probe()