Lines Matching refs:resp
311 u8 resp[SI4713_SET_PROP_NRESP]; in si4713_write_property() local
329 resp, ARRAY_SIZE(resp), in si4713_write_property()
337 __func__, prop, val, resp[0]); in si4713_write_property()
357 u8 resp[SI4713_PWUP_NRESP]; in si4713_powerup() local
396 resp, ARRAY_SIZE(resp), in si4713_powerup()
401 resp[0]); in si4713_powerup()
435 u8 resp[SI4713_PWDN_NRESP]; in si4713_powerdown() local
442 resp, ARRAY_SIZE(resp), in si4713_powerdown()
447 resp[0]); in si4713_powerdown()
481 u8 resp[SI4713_GETREV_NRESP]; in si4713_checkrev() local
485 resp, ARRAY_SIZE(resp), in si4713_checkrev()
491 if (resp[1] == SI4713_PRODUCT_NUMBER) { in si4713_checkrev()
495 v4l2_err(&sdev->sd, "Invalid product number 0x%X\n", resp[1]); in si4713_checkrev()
510 u8 resp[SI4713_GET_STATUS_NRESP]; in si4713_wait_stc() local
523 resp, ARRAY_SIZE(resp), in si4713_wait_stc()
529 "%s: status bits: 0x%02x\n", __func__, resp[0]); in si4713_wait_stc()
531 if (resp[0] & SI4713_STC_INT) in si4713_wait_stc()