Searched refs:init_common (Results 1 – 8 of 8) sorted by relevance
| /Linux-v4.19/drivers/media/i2c/ |
| D | saa7185.c | 118 static const unsigned char init_common[] = { variable 220 saa7185_write_block(sd, init_common, sizeof(init_common)); in saa7185_init() 323 i = saa7185_write_block(sd, init_common, sizeof(init_common)); in saa7185_probe()
|
| D | adv7175.c | 149 static const unsigned char init_common[] = { variable 195 adv7175_write_block(sd, init_common, sizeof(init_common)); in adv7175_init() 423 i = adv7175_write_block(sd, init_common, sizeof(init_common)); in adv7175_probe()
|
| D | vpx3220.c | 230 static const unsigned char init_common[] = { variable 278 vpx3220_write_block(sd, init_common, sizeof(init_common)); in vpx3220_init() 531 vpx3220_write_block(sd, init_common, sizeof(init_common)); in vpx3220_probe()
|
| /Linux-v4.19/drivers/thermal/qcom/ |
| D | tsens.h | 88 int init_common(struct tsens_device *);
|
| D | tsens-v2.c | 65 .init = init_common,
|
| D | tsens-8916.c | 104 .init = init_common,
|
| D | tsens-common.c | 127 int __init init_common(struct tsens_device *tmdev) in init_common() function
|
| D | tsens-8974.c | 236 .init = init_common,
|