init_common       140 drivers/media/i2c/adv7175.c static const unsigned char init_common[] = {
init_common       186 drivers/media/i2c/adv7175.c 	adv7175_write_block(sd, init_common, sizeof(init_common));
init_common       414 drivers/media/i2c/adv7175.c 	i = adv7175_write_block(sd, init_common, sizeof(init_common));
init_common       109 drivers/media/i2c/saa7185.c static const unsigned char init_common[] = {
init_common       211 drivers/media/i2c/saa7185.c 	saa7185_write_block(sd, init_common, sizeof(init_common));
init_common       314 drivers/media/i2c/saa7185.c 	i = saa7185_write_block(sd, init_common, sizeof(init_common));
init_common       221 drivers/media/i2c/vpx3220.c static const unsigned char init_common[] = {
init_common       269 drivers/media/i2c/vpx3220.c 	vpx3220_write_block(sd, init_common, sizeof(init_common));
init_common       522 drivers/media/i2c/vpx3220.c 	vpx3220_write_block(sd, init_common, sizeof(init_common));
init_common       364 drivers/thermal/qcom/tsens-v0_1.c 	.init		= init_common,
init_common       379 drivers/thermal/qcom/tsens-v0_1.c 	.init		= init_common,
init_common       185 drivers/thermal/qcom/tsens-v1.c 	.init		= init_common,
init_common        67 drivers/thermal/qcom/tsens-v2.c 	.init		= init_common,
init_common       316 drivers/thermal/qcom/tsens.h int init_common(struct tsens_priv *priv);