Lines Matching defs:resp
298 u8 resp[SI4713_SET_PROP_NRESP];
316 resp, ARRAY_SIZE(resp),
324 __func__, prop, val, resp[0]);
344 u8 resp[SI4713_PWUP_NRESP];
383 resp, ARRAY_SIZE(resp),
388 resp[0]);
422 u8 resp[SI4713_PWDN_NRESP];
429 resp, ARRAY_SIZE(resp),
434 resp[0]);
468 u8 resp[SI4713_GETREV_NRESP];
472 resp, ARRAY_SIZE(resp),
478 if (resp[1] == SI4713_PRODUCT_NUMBER) {
482 v4l2_err(&sdev->sd, "Invalid product number 0x%X\n", resp[1]);
497 u8 resp[SI4713_GET_STATUS_NRESP];
510 resp, ARRAY_SIZE(resp),
516 "%s: status bits: 0x%02x\n", __func__, resp[0]);
518 if (resp[0] & SI4713_STC_INT)