Searched refs:uv (Results 1 – 12 of 12) sorted by relevance
/linux-3.4.99/drivers/regulator/ |
D | anatop-regulator.c | 51 int uv; in anatop_set_voltage() local 53 uv = min_uV; in anatop_set_voltage() 55 uv, anatop_reg->min_voltage, in anatop_set_voltage() 58 if (uv < anatop_reg->min_voltage) { in anatop_set_voltage() 60 uv = anatop_reg->min_voltage; in anatop_set_voltage() 68 sel = DIV_ROUND_UP(uv - anatop_reg->min_voltage, 25000); in anatop_set_voltage() 102 int uv; in anatop_list_voltage() local 104 uv = anatop_reg->min_voltage + selector * 25000; in anatop_list_voltage() 105 dev_dbg(®->dev, "vddio = %d, selector = %u\n", uv, selector); in anatop_list_voltage() 107 return uv; in anatop_list_voltage()
|
D | tps65912-regulator.c | 154 unsigned long uv; in tps65912_vsel_to_uv_range0() local 156 uv = ((vsel * 12500) + 500000); in tps65912_vsel_to_uv_range0() 157 return uv; in tps65912_vsel_to_uv_range0() 162 unsigned long uv; in tps65912_vsel_to_uv_range1() local 164 uv = ((vsel * 12500) + 700000); in tps65912_vsel_to_uv_range1() 165 return uv; in tps65912_vsel_to_uv_range1() 170 unsigned long uv; in tps65912_vsel_to_uv_range2() local 172 uv = ((vsel * 25000) + 500000); in tps65912_vsel_to_uv_range2() 173 return uv; in tps65912_vsel_to_uv_range2() 178 unsigned long uv; in tps65912_vsel_to_uv_range3() local [all …]
|
/linux-3.4.99/arch/arm/mach-omap2/ |
D | omap_twl.c | 80 static u8 twl4030_uv_to_vsel(unsigned long uv) in twl4030_uv_to_vsel() argument 82 return DIV_ROUND_UP(uv - 600000, 12500); in twl4030_uv_to_vsel() 119 static u8 twl6030_uv_to_vsel(unsigned long uv) in twl6030_uv_to_vsel() argument 135 if (!uv) in twl6030_uv_to_vsel() 144 if (uv > twl6030_vsel_to_uv(0x39)) { in twl6030_uv_to_vsel() 145 if (uv == 1350000) in twl6030_uv_to_vsel() 148 __func__, uv, twl6030_vsel_to_uv(0x39)); in twl6030_uv_to_vsel() 153 return DIV_ROUND_UP(uv - 709000, 12660) + 1; in twl6030_uv_to_vsel() 155 return DIV_ROUND_UP(uv - 607700, 12660) + 1; in twl6030_uv_to_vsel()
|
/linux-3.4.99/drivers/misc/sgi-xp/ |
D | xpc_uv.c | 76 part_uv = &xpc_partitions[partid].sn.uv; in xpc_setup_partitions_uv() 93 part_uv = &xpc_partitions[partid].sn.uv; in xpc_teardown_partitions_uv() 382 if (part->sn.uv.act_state_req == 0) in xpc_process_activate_IRQ_rcvd_uv() 388 act_state_req = part->sn.uv.act_state_req; in xpc_process_activate_IRQ_rcvd_uv() 389 part->sn.uv.act_state_req = 0; in xpc_process_activate_IRQ_rcvd_uv() 405 XPC_DEACTIVATE_PARTITION(part, part->sn.uv.reason); in xpc_process_activate_IRQ_rcvd_uv() 426 struct xpc_partition_uv *part_uv = &part->sn.uv; in xpc_handle_activate_mq_msg_uv() 676 struct xpc_partition_uv *part_uv = &part->sn.uv; in xpc_send_activate_IRQ_uv() 761 struct xpc_partition_uv *part_uv = &part->sn.uv; in xpc_send_local_activate_IRQ_uv() 815 &xpc_partitions[sn_partition_id].sn.uv.cached_heartbeat; in xpc_setup_rsvd_page_uv() [all …]
|
D | xpc.h | 101 } uv; member 583 struct xpc_channel_uv uv; member 778 struct xpc_partition_uv uv; member
|
/linux-3.4.99/net/unix/ |
D | diag.c | 33 struct unix_diag_vfs *uv; in sk_diag_dump_vfs() local 36 uv = UNIX_DIAG_PUT(nlskb, UNIX_DIAG_VFS, sizeof(*uv)); in sk_diag_dump_vfs() 37 uv->udiag_vfs_ino = dentry->d_inode->i_ino; in sk_diag_dump_vfs() 38 uv->udiag_vfs_dev = dentry->d_sb->s_dev; in sk_diag_dump_vfs()
|
/linux-3.4.99/arch/ia64/uv/kernel/ |
D | machvec.c | 9 #define MACHVEC_PLATFORM_NAME uv
|
/linux-3.4.99/arch/x86/platform/ |
D | Makefile | 11 obj-y += uv/
|
/linux-3.4.99/arch/ia64/ |
D | Makefile | 56 core-$(CONFIG_IA64_SGI_UV) += arch/ia64/uv/ 64 …64_GENERIC) += arch/ia64/hp/common/ arch/ia64/hp/zx1/ arch/ia64/hp/sim/ arch/ia64/sn/ arch/ia64/uv/
|
/linux-3.4.99/drivers/media/video/ivtv/ |
D | ivtv-yuv.c | 157 int i, y, uv; in ivtv_yuv_filter_check() local 159 for (i = 0, y = 16, uv = 4; i < 16; i++, y += 24, uv += 12) { in ivtv_yuv_filter_check() 161 (read_dec(IVTV_YUV_VERTICAL_FILTER_OFFSET + uv) != i << 16)) { in ivtv_yuv_filter_check()
|
/linux-3.4.99/drivers/media/video/gspca/ |
D | sonixj.c | 2081 const s16 *uv; in setcolors() local 2094 uv = uv_mi0360b; in setcolors() 2096 uv = uv_com; in setcolors() 2098 v = uv[i] * colors / COLORS_DEF; in setcolors()
|
/linux-3.4.99/Documentation/networking/ |
D | packet_mmap.txt | 17 Ulisses Alonso Camaró <uaca@i.hate.spam.alumni.uv.es> 238 see http://pusa.uv.es/~ulisses/packet_mmap/packet_mmap.pre-2.4.26_2.6.5.txt
|