Searched defs:uv (Results 1 - 5 of 5) sorted by relevance

/drivers/regulator/
H A Danatop-regulator.c51 int uv; local
53 uv = min_uV;
54 dev_dbg(&reg->dev, "%s: uv %d, min %d, max %d\n", __func__,
55 uv, anatop_reg->min_voltage,
58 if (uv < anatop_reg->min_voltage) {
60 uv = anatop_reg->min_voltage;
68 sel = DIV_ROUND_UP(uv - anatop_reg->min_voltage, 25000);
102 int uv; local
104 uv = anatop_reg->min_voltage + selector * 25000;
105 dev_dbg(&reg->dev, "vddio = %d, selector = %u\n", uv, selecto
[all...]
H A Dtps65912-regulator.c154 unsigned long uv; local
156 uv = ((vsel * 12500) + 500000);
157 return uv;
162 unsigned long uv; local
164 uv = ((vsel * 12500) + 700000);
165 return uv;
170 unsigned long uv; local
172 uv = ((vsel * 25000) + 500000);
173 return uv;
178 unsigned long uv; local
190 unsigned long uv = 0; local
[all...]
/drivers/media/video/ivtv/
H A Divtv-yuv.c93 ("failed to map uv user pages, returned %d "
157 int i, y, uv; local
159 for (i = 0, y = 16, uv = 4; i < 16; i++, y += 24, uv += 12) {
161 (read_dec(IVTV_YUV_VERTICAL_FILTER_OFFSET + uv) != i << 16)) {
/drivers/media/video/gspca/
H A Dsonixj.c2081 const s16 *uv; local
2094 uv = uv_mi0360b;
2096 uv = uv_com;
2098 v = uv[i] * colors / COLORS_DEF;
/drivers/misc/sgi-xp/
H A Dxpc.h101 } uv; member in union:xpc_rsvd_page::__anon1777
215 * partition active state and channel state. This is uv only.
368 * The format of a uv XPC notify_mq GRU message is as follows:
412 * Define uv's version of the notify entry. It additionally is used to allocate
583 struct xpc_channel_uv uv; member in union:xpc_channel::__anon1781
778 struct xpc_partition_uv uv; member in union:xpc_partition::__anon1782

Completed in 377 milliseconds