Home
last modified time | relevance | path

Searched refs:reg_array (Results 1 – 18 of 18) sorted by relevance

/linux/drivers/net/ipa/reg/
H A Dgsi_reg-v3.1.c236 static const struct reg *reg_array[] = { variable
291 .reg_count = ARRAY_SIZE(reg_array),
292 .reg = reg_array,
H A Dgsi_reg-v3.5.1.c247 static const struct reg *reg_array[] = { variable
303 .reg_count = ARRAY_SIZE(reg_array),
304 .reg = reg_array,
H A Dgsi_reg-v4.11.c257 static const struct reg *reg_array[] = { variable
313 .reg_count = ARRAY_SIZE(reg_array),
314 .reg = reg_array,
H A Dgsi_reg-v4.9.c256 static const struct reg *reg_array[] = { variable
312 .reg_count = ARRAY_SIZE(reg_array),
313 .reg = reg_array,
H A Dgsi_reg-v5.0.c260 static const struct reg *reg_array[] = { variable
317 .reg_count = ARRAY_SIZE(reg_array),
318 .reg = reg_array,
H A Dgsi_reg-v4.5.c255 static const struct reg *reg_array[] = { variable
311 .reg_count = ARRAY_SIZE(reg_array),
312 .reg = reg_array,
H A Dgsi_reg-v4.0.c252 static const struct reg *reg_array[] = { variable
308 .reg_count = ARRAY_SIZE(reg_array),
309 .reg = reg_array,
H A Dipa_reg-v3.5.1.c399 static const struct reg *reg_array[] = { variable
444 .reg_count = ARRAY_SIZE(reg_array),
445 .reg = reg_array,
H A Dipa_reg-v4.2.c414 static const struct reg *reg_array[] = { variable
458 .reg_count = ARRAY_SIZE(reg_array),
459 .reg = reg_array,
H A Dipa_reg-v3.1.c388 static const struct reg *reg_array[] = { variable
434 .reg_count = ARRAY_SIZE(reg_array),
435 .reg = reg_array,
H A Dipa_reg-v4.7.c447 static const struct reg *reg_array[] = { variable
492 .reg_count = ARRAY_SIZE(reg_array),
493 .reg = reg_array,
H A Dipa_reg-v4.9.c452 static const struct reg *reg_array[] = { variable
497 .reg_count = ARRAY_SIZE(reg_array),
498 .reg = reg_array,
H A Dipa_reg-v4.11.c455 static const struct reg *reg_array[] = { variable
500 .reg_count = ARRAY_SIZE(reg_array),
501 .reg = reg_array,
H A Dipa_reg-v5.0.c514 static const struct reg *reg_array[] = { variable
564 .reg_count = ARRAY_SIZE(reg_array),
565 .reg = reg_array,
H A Dipa_reg-v5.5.c513 static const struct reg *reg_array[] = { variable
563 .reg_count = ARRAY_SIZE(reg_array),
564 .reg = reg_array,
H A Dipa_reg-v4.5.c474 static const struct reg *reg_array[] = { variable
521 .reg_count = ARRAY_SIZE(reg_array),
522 .reg = reg_array,
/linux/drivers/media/usb/gspca/
H A Dov534.c141 struct reg_array { struct
1317 static const struct reg_array bridge_init[NSENSORS] = { in sd_init()
1321 static const struct reg_array sensor_init[NSENSORS] = { in sd_init()
1374 static const struct reg_array bridge_start[NSENSORS][4] = { in sd_start()
1388 static const struct reg_array sensor_start[NSENSORS][4] = { in sd_start()
/linux/arch/x86/coco/sev/
H A Dcore.c1597 long *reg_array; in vc_insn_get_rm() local
1600 reg_array = (long *)ctxt->regs; in vc_insn_get_rm()
1608 return reg_array + offset; in vc_insn_get_rm()