vtable             52 drivers/pcmcia/vrc4173_cardu.c                                                      struct pccard_operations *vtable,
vtable            108 drivers/regulator/hi655x-regulator.c 		   sreg, cmask, vtable) {                        \
vtable            117 drivers/regulator/hi655x-regulator.c 		.n_voltages      = ARRAY_SIZE(vtable),           \
vtable            118 drivers/regulator/hi655x-regulator.c 		.volt_table      = vtable,                       \
vtable             45 drivers/regulator/vctrl-regulator.c 	struct vctrl_voltage_table *vtable;
vtable            164 drivers/regulator/vctrl-regulator.c 					    vctrl->vtable[selector].ctrl,
vtable            165 drivers/regulator/vctrl-regulator.c 					    vctrl->vtable[selector].ctrl,
vtable            177 drivers/regulator/vctrl-regulator.c 		if (selector >= vctrl->vtable[vctrl->sel].ovp_min_sel)
vtable            180 drivers/regulator/vctrl-regulator.c 			next_sel = vctrl->vtable[vctrl->sel].ovp_min_sel;
vtable            183 drivers/regulator/vctrl-regulator.c 					    vctrl->vtable[next_sel].ctrl,
vtable            184 drivers/regulator/vctrl-regulator.c 					    vctrl->vtable[next_sel].ctrl,
vtable            189 drivers/regulator/vctrl-regulator.c 				vctrl->vtable[next_sel].ctrl);
vtable            194 drivers/regulator/vctrl-regulator.c 		delay = DIV_ROUND_UP(vctrl->vtable[vctrl->sel].out -
vtable            195 drivers/regulator/vctrl-regulator.c 				     vctrl->vtable[next_sel].out,
vtable            206 drivers/regulator/vctrl-regulator.c 					   vctrl->vtable[orig_sel].ctrl,
vtable            207 drivers/regulator/vctrl-regulator.c 					   vctrl->vtable[orig_sel].ctrl,
vtable            226 drivers/regulator/vctrl-regulator.c 	return vctrl->vtable[selector].out;
vtable            346 drivers/regulator/vctrl-regulator.c 	vctrl->vtable = devm_kcalloc(&pdev->dev, rdesc->n_voltages,
vtable            349 drivers/regulator/vctrl-regulator.c 	if (!vctrl->vtable)
vtable            360 drivers/regulator/vctrl-regulator.c 		vctrl->vtable[idx_vt].ctrl = ctrl_uV;
vtable            361 drivers/regulator/vctrl-regulator.c 		vctrl->vtable[idx_vt].out =
vtable            367 drivers/regulator/vctrl-regulator.c 	sort(vctrl->vtable, rdesc->n_voltages,
vtable            374 drivers/regulator/vctrl-regulator.c 		int ovp_min_uV = (vctrl->vtable[i].out *
vtable            378 drivers/regulator/vctrl-regulator.c 			if (vctrl->vtable[j].out >= ovp_min_uV) {
vtable            379 drivers/regulator/vctrl-regulator.c 				vctrl->vtable[i].ovp_min_sel = j;
vtable            386 drivers/regulator/vctrl-regulator.c 				vctrl->vtable[i].out);
vtable            388 drivers/regulator/vctrl-regulator.c 			vctrl->vtable[i].ovp_min_sel = i - 1;
vtable            508 drivers/regulator/vctrl-regulator.c 				if (ctrl_uV == vctrl->vtable[i].ctrl) {