/linux-4.1.27/arch/ia64/kernel/ |
D | machvec.c | 20 struct ia64_machine_vector *mv; in lookup_machvec() local 22 for (mv = machvec_start; mv < machvec_end; ++mv) in lookup_machvec() 23 if (strcmp (mv->name, name) == 0) in lookup_machvec() 24 return mv; in lookup_machvec() 32 struct ia64_machine_vector *mv; in machvec_init() local 36 mv = lookup_machvec(name); in machvec_init() 37 if (!mv) in machvec_init() 41 ia64_mv = *mv; in machvec_init()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/volt/ |
D | gk20a.c | 66 int mv; in gk20a_volt_get_cvb_voltage() local 68 mv = DIV_ROUND_CLOSEST(coef->c2 * speedo, s_scale); in gk20a_volt_get_cvb_voltage() 69 mv = DIV_ROUND_CLOSEST((mv + coef->c1) * speedo, s_scale) + coef->c0; in gk20a_volt_get_cvb_voltage() 70 return mv; in gk20a_volt_get_cvb_voltage() 82 int cvb_mv, mv; in gk20a_volt_get_cvb_t_voltage() local 86 mv = DIV_ROUND_CLOSEST(coef->c3 * speedo, s_scale) + coef->c4 + in gk20a_volt_get_cvb_t_voltage() 88 mv = DIV_ROUND_CLOSEST(mv * temp, t_scale) + cvb_mv; in gk20a_volt_get_cvb_t_voltage() 89 return mv; in gk20a_volt_get_cvb_t_voltage() 95 int mv; in gk20a_volt_calc_voltage() local 97 mv = gk20a_volt_get_cvb_t_voltage(speedo, -10, 100, 10, coef); in gk20a_volt_calc_voltage() [all …]
|
/linux-4.1.27/arch/m32r/lib/ |
D | ashxdi3.S | 27 mv r1, r0 || srai r0, #31 33 mv r3, r0 || srl r1, r2 47 mv r0, r1 || addi r2, #-32 52 mv r3, r1 || sll r0, r2 64 mv r1, r0 || addi r2, #-32 69 mv r3, r0 || srl r1, r2 84 mv r0, r1 || srai r1, #31 90 mv r3, r1 || srl r0, r2 104 mv r1, r0 || addi r2, #-32 109 mv r3, r0 || sll r1, r2 [all …]
|
D | memcpy.S | 23 mv r4, r0 || mv r7, r0 61 mv r4, r0 62 mv r7, r0
|
D | strlen.S | 17 mv r6, r0 || ldi r2, #0 57 mv r0, r2 || jmp r14 63 mv r6, r0 112 mv r0, r2
|
D | memset.S | 23 mv r4, r0 || cmpz r2 101 mv r4, r0
|
D | checksum.S | 278 mv r2, r0
|
/linux-4.1.27/arch/sh/kernel/ |
D | machvec.c | 24 #define for_each_mv(mv) \ argument 25 for ((mv) = (struct sh_machine_vector *)&__machvec_start; \ 26 (mv) && (unsigned long)(mv) < (unsigned long)&__machvec_end; \ 27 (mv)++) 31 struct sh_machine_vector *mv; in get_mv_byname() local 33 for_each_mv(mv) in get_mv_byname() 34 if (strcasecmp(name, mv->mv_name) == 0) in get_mv_byname() 35 return mv; in get_mv_byname()
|
/linux-4.1.27/arch/score/kernel/ |
D | entry.S | 112 mv r5, r0 117 mv r4, r0 128 mv r4, r0 131 mv r4, r0 137 mv r4, r0 140 mv r4, r0 146 mv r4, r0 149 mv r4, r0 155 mv r4, r0 158 mv r4, r0 [all …]
|
D | head.S | 48 mv r0, r28
|
/linux-4.1.27/drivers/uwb/ |
D | drp.c | 106 struct uwb_rsv_move *mv; in uwb_rc_send_all_drp_ie() local 116 (rsv->mv.companion_drp_ie != NULL)) { in uwb_rc_send_all_drp_ie() 117 mv = &rsv->mv; in uwb_rc_send_all_drp_ie() 119 mv->companion_drp_ie->hdr.length + 2; in uwb_rc_send_all_drp_ie() 145 (rsv->mv.companion_drp_ie != NULL)) { in uwb_rc_send_all_drp_ie() 146 mv = &rsv->mv; in uwb_rc_send_all_drp_ie() 147 memcpy(IEDataptr, mv->companion_drp_ie, in uwb_rc_send_all_drp_ie() 148 mv->companion_drp_ie->hdr.length + 2); in uwb_rc_send_all_drp_ie() 150 mv->companion_drp_ie->hdr.length + 2; in uwb_rc_send_all_drp_ie() 256 struct uwb_rsv_move *mv = &rsv->mv; in handle_conflict_normal() local [all …]
|
D | rsv.c | 302 struct uwb_rsv_move *mv = &rsv->mv; in uwb_rsv_set_state() local 340 bitmap_andnot(rsv->mas.bm, rsv->mas.bm, mv->companion_mas.bm, UWB_NUM_MAS); in uwb_rsv_set_state() 346 uwb_drp_avail_release(rsv->rc, &mv->companion_mas); in uwb_rsv_set_state() 359 uwb_drp_avail_reserve(rsv->rc, &mv->companion_mas); in uwb_rsv_set_state() 360 bitmap_or(rsv->mas.bm, rsv->mas.bm, mv->companion_mas.bm, UWB_NUM_MAS); in uwb_rsv_set_state() 361 rsv->mas.safe += mv->companion_mas.safe; in uwb_rsv_set_state() 362 rsv->mas.unsafe += mv->companion_mas.unsafe; in uwb_rsv_set_state() 366 bitmap_andnot(mv->companion_mas.bm, rsv->mas.bm, mv->final_mas.bm, UWB_NUM_MAS); in uwb_rsv_set_state() 368 rsv->mas.safe = mv->final_mas.safe; in uwb_rsv_set_state() 369 rsv->mas.unsafe = mv->final_mas.unsafe; in uwb_rsv_set_state() [all …]
|
D | drp-ie.c | 194 struct uwb_rsv_move *mv; in uwb_drp_ie_update() local 235 mv = &rsv->mv; in uwb_drp_ie_update() 236 if (mv->companion_drp_ie == NULL) { in uwb_drp_ie_update() 237 mv->companion_drp_ie = uwb_drp_ie_alloc(); in uwb_drp_ie_update() 238 if (mv->companion_drp_ie == NULL) in uwb_drp_ie_update() 241 drp_ie = mv->companion_drp_ie; in uwb_drp_ie_update() 252 uwb_drp_ie_from_bm(drp_ie, &mv->companion_mas); in uwb_drp_ie_update()
|
/linux-4.1.27/arch/mn10300/boot/compressed/ |
D | misc.c | 340 void setup_output_buffer_if_we_run_high(struct moveparams *mv) in setup_output_buffer_if_we_run_high() argument 350 mv->low_buffer_start = output_data = (char *) LOW_BUFFER_START; in setup_output_buffer_if_we_run_high() 355 mv->hcount = 0; /* say: we need not to move high_buffer */ in setup_output_buffer_if_we_run_high() 357 mv->hcount = -1; in setup_output_buffer_if_we_run_high() 359 mv->high_buffer_start = high_buffer_start; in setup_output_buffer_if_we_run_high() 362 void close_output_buffer_if_we_run_high(struct moveparams *mv) in close_output_buffer_if_we_run_high() argument 364 mv->lcount = bytes_out; in close_output_buffer_if_we_run_high() 366 mv->lcount = LOW_BUFFER_SIZE; in close_output_buffer_if_we_run_high() 367 if (mv->hcount) in close_output_buffer_if_we_run_high() 368 mv->hcount = bytes_out - LOW_BUFFER_SIZE; in close_output_buffer_if_we_run_high() [all …]
|
/linux-4.1.27/arch/sh/boot/compressed/ |
D | install.sh | 34 mv $4/vmlinuz-$1 $4/vmlinuz.old 38 mv $4/System.map-$1 $4/System.old 47 mv $4/vmlinux-$1 $4/vmlinux.old 51 mv $4/System.map $4/System.old
|
/linux-4.1.27/arch/m32r/boot/compressed/ |
D | install.sh | 35 mv $4/vmlinuz-$1 $4/vmlinuz.old 39 mv $4/System.map-$1 $4/System.old 48 mv $4/vmlinux-$1 $4/vmlinux.old 52 mv $4/System.map $4/System.old
|
D | head.S | 72 mv r4, r3 || ldi r1, #0 103 mv r4, r3 119 mv sp, r1 124 mv r0, sp 131 mv r3, sp 154 mv r0, sp
|
/linux-4.1.27/arch/c6x/lib/ |
D | strasgi.S | 32 || mv .l2x A6, B7 35 || mv .s2x A0, B5 41 || mv .s2x A1, B5 42 || mv .l2 B7, B6 50 || mv .s2x A5, B5 55 || mv .s2x A7, B5 60 || mv .s2x A8, B5 65 || mv .s2x A9, B5 70 || mv .s2x A0, B5
|
D | strasgi_64plus.S | 24 || mv .s1 a4, a30 25 || mv .d2 b4, b30 33 mv .s1x b31,a31
|
D | divremi.S | 25 || mv .s1 A4, A5 31 || mv .d2 B4, B2
|
D | divi.S | 40 || mv .d2 B3, B5 50 || mv .l2 B3,B5
|
D | remi.S | 43 || mv .s1 A4, A5 49 || mv .d2 B4, B2
|
D | divremu.S | 34 mv .s2x A4, B1 41 mv .l1x B1, A6
|
D | remu.S | 43 mv .s2x A4, B1 48 mv .l1x B1, A7
|
D | negll.S | 30 mv .s1 A2,A4
|
D | divu.S | 49 mv .s2x A4, B1 53 mv .l1x B1, A6
|
D | llshru.S | 24 mv .l1x B4,A1
|
D | llshr.S | 24 mv .l1x B4,A1
|
D | llshl.S | 24 mv .l1x B4,A1
|
D | mpyll.S | 46 mv .s1 A0,A4
|
/linux-4.1.27/drivers/scsi/ |
D | ch.c | 680 struct changer_move mv; in ch_ioctl() local 682 if (copy_from_user(&mv, argp, sizeof (mv))) in ch_ioctl() 685 if (0 != ch_checkrange(ch, mv.cm_fromtype, mv.cm_fromunit) || in ch_ioctl() 686 0 != ch_checkrange(ch, mv.cm_totype, mv.cm_tounit )) { in ch_ioctl() 693 ch->firsts[mv.cm_fromtype] + mv.cm_fromunit, in ch_ioctl() 694 ch->firsts[mv.cm_totype] + mv.cm_tounit, in ch_ioctl() 695 mv.cm_flags & CM_INVERT); in ch_ioctl() 702 struct changer_exchange mv; in ch_ioctl() local 704 if (copy_from_user(&mv, argp, sizeof (mv))) in ch_ioctl() 707 if (0 != ch_checkrange(ch, mv.ce_srctype, mv.ce_srcunit ) || in ch_ioctl() [all …]
|
D | hptiop.c | 171 u32 inbound_head = readl(&hba->u.mv.mu->inbound_head); in mv_inbound_write() 177 memcpy_toio(&hba->u.mv.mu->inbound_q[inbound_head], &p, 8); in mv_inbound_write() 178 writel(head, &hba->u.mv.mu->inbound_head); in mv_inbound_write() 180 &hba->u.mv.regs->inbound_doorbell); in mv_inbound_write() 216 status = readl(&hba->u.mv.regs->outbound_doorbell); in iop_intr_mv() 217 writel(~status, &hba->u.mv.regs->outbound_doorbell); in iop_intr_mv() 221 msg = readl(&hba->u.mv.mu->outbound_msg); in iop_intr_mv() 230 while ((tag = mv_outbound_read(hba->u.mv.mu))) in iop_intr_mv() 331 struct hpt_iop_request_header *reqhdr = hba->u.mv.internal_req; in iop_send_sync_request_mv() 336 mv_inbound_write(hba->u.mv.internal_req_phy | in iop_send_sync_request_mv() [all …]
|
D | hptiop.h | 289 } mv; member
|
/linux-4.1.27/arch/score/lib/ |
D | string.S | 33 mv r9, r6 52 mv r4, r8 56 mv r4, r8 109 mv r7, r4 112 mv r4, r6 137 mv r10,r6 167 mv r7, r6
|
D | checksum.S | 59 mv r5, r10 130 mv r4, sum 138 mv r10, r5 162 mv r26, r5 /* maybe useless when len >=56 */ 248 mv r5, r10 252 mv r4, sum
|
/linux-4.1.27/arch/powerpc/boot/ |
D | install.sh | 35 mv $4/$image_name $4/$image_name.old 39 mv $4/System.map $4/System.old 51 mv $path/$image_name $path/$image_name.old
|
D | wrapper | 301 mv -f "$vmz.$$$gzip" "$vmz$gzip" 408 mv "$ofile" "$ofile".elf 427 mv "$ofile" "$ofile.elf"
|
D | Makefile | 173 cmd_bootar = $(CROSS32AR) -cr$(KBUILD_ARFLAGS) $@.$$$$ $(filter-out FORCE,$^); mv $@.$$$$ $@
|
/linux-4.1.27/drivers/hwmon/ |
D | ntc_thermistor.c | 312 u64 mv = uv / 1000; in get_ohm_of_thermistor() local 318 if (mv == 0) { in get_ohm_of_thermistor() 323 if (mv >= pmv) in get_ohm_of_thermistor() 328 n = div64_u64_safe(pdo * (pmv - mv), mv); in get_ohm_of_thermistor() 330 n = div64_u64_safe(puo * mv, pmv - mv); in get_ohm_of_thermistor() 332 n = div64_u64_safe(pdo * puo * (pmv - mv), in get_ohm_of_thermistor() 333 puo * mv - pdo * (pmv - mv)); in get_ohm_of_thermistor() 335 n = div64_u64_safe(pdo * puo * mv, pdo * (pmv - mv) - puo * mv); in get_ohm_of_thermistor()
|
D | max16065.c | 120 static inline int MV_TO_LIMIT(int mv, int range) in MV_TO_LIMIT() argument 122 return clamp_val(DIV_ROUND_CLOSEST(mv * 256, range), 0, 255); in MV_TO_LIMIT()
|
D | lm93.c | 374 const long mv = clamp_val(val, in LM93_IN_TO_REG() local 378 const long uv = mv * 1000; in LM93_IN_TO_REG()
|
/linux-4.1.27/drivers/scsi/aic7xxx/aicasm/ |
D | Makefile | 64 mv $(<:.y=).tab.c $(<:.y=.c) 65 mv $(<:.y=).tab.h $(<:.y=.h) 73 mv $(<:.y=).tab.c $(<:.y=.c) 74 mv $(<:.y=).tab.h $(<:.y=.h)
|
/linux-4.1.27/arch/hexagon/ |
D | Makefile | 18 cflags-y += $(call cc-option,-mv${CONFIG_HEXAGON_ARCH_VERSION}) 19 aflags-y += $(call cc-option,-mv${CONFIG_HEXAGON_ARCH_VERSION}) 20 ldflags-y += $(call cc-option,-mv${CONFIG_HEXAGON_ARCH_VERSION})
|
/linux-4.1.27/tools/power/cpupower/debug/i386/ |
D | centrino-decode.c | 67 unsigned int mv; in decode() local 71 mv = (((msr & 0xFF) * 16) + 700); in decode() 73 printf("0x%x means multiplier %d @ %d mV\n", msr, multiplier, mv); in decode()
|
/linux-4.1.27/tools/perf/Documentation/ |
D | Makefile | 231 mv $@+ $@ 269 mv $@+ $@ 279 mv $@+ $@ 295 mv $@+ $@ 300 mv $@+ $@ 308 mv $@+ $@ 316 mv $@+ $@ 321 mv $@+ $@ 331 mv $@+ $@
|
D | examples.txt | 93 1.39% mv /lib64/ld-2.5.so 94 1.37% mv /lib64/libc-2.5.so
|
D | perf-script-python.txt | 192 # mv perf-script.py syscall-counts.py
|
/linux-4.1.27/arch/s390/boot/ |
D | install.sh | 30 mv $4/vmlinuz $4/vmlinuz.old 34 mv $4/System.map $4/System.old
|
/linux-4.1.27/Documentation/devicetree/bindings/input/ |
D | ti,drv260x.txt | 30 - vib-rated-mv - The rated voltage of the actuator in millivolts. 33 - vib-overdrive-mv - The overdrive voltage of the actuator in millivolts. 45 vib-rated-mv = <3200>; 46 vib-overdriver-mv = <3200>;
|
D | ads7846.txt | 31 ti,vref-mv The VREF voltage, in millivolts (u16).
|
/linux-4.1.27/arch/sparc/boot/ |
D | install.sh | 42 mv $4/vmlinuz $4/vmlinuz.old 46 mv $4/System.map $4/System.old
|
/linux-4.1.27/arch/nios2/boot/ |
D | install.sh | 42 mv $4/vmlinuz $4/vmlinuz.old 46 mv $4/System.map $4/System.old
|
/linux-4.1.27/arch/m68k/ |
D | install.sh | 42 mv $4/vmlinuz $4/vmlinuz.old 46 mv $4/System.map $4/System.old
|
/linux-4.1.27/arch/arm64/boot/ |
D | install.sh | 38 mv $4/$base-$1 $4/$base-$1.old 44 mv $4/System.map-$1 $4/System.map-$1.old
|
/linux-4.1.27/arch/ia64/ |
D | install.sh | 30 mv $4/vmlinuz $4/vmlinuz.old 34 mv $4/System.map $4/System.old
|
/linux-4.1.27/arch/parisc/ |
D | install.sh | 57 mv $4/$base-$1 $4/$base-$1.old 63 mv $4/System.map-$1 $4/System.map-$1.old
|
/linux-4.1.27/drivers/staging/fbtft/ |
D | fb_hx8353d.c | 96 #define mv (1 << 5) macro 112 write_reg(par, 0x36, my | mv | (par->bgr << 3)); in set_var() 118 write_reg(par, 0x36, mx | mv | (par->bgr << 3)); in set_var()
|
/linux-4.1.27/arch/arm/boot/ |
D | install.sh | 52 mv $4/$base-$1 $4/$base-$1.old 58 mv $4/System.map-$1 $4/System.map-$1.old
|
/linux-4.1.27/arch/x86/boot/ |
D | install.sh | 42 mv $4/vmlinuz $4/vmlinuz.old 46 mv $4/System.map $4/System.old
|
D | Makefile | 184 if [ -f $(INSTALL_PATH)/vmlinuz ]; then mv $(INSTALL_PATH)/vmlinuz $(INSTALL_PATH)/vmlinuz.old; fi 185 …if [ -f $(INSTALL_PATH)/System.map ]; then mv $(INSTALL_PATH)/System.map $(INSTALL_PATH)/System.ol…
|
/linux-4.1.27/scripts/ |
D | recordmcount.pl | 123 $ld, $nm, $rm, $mv, $is_module, $inputfile) = @ARGV; 148 $mv = 'mv' if (!$mv); 601 `$mv $mix $inputfile`;
|
D | mkcompile_h | 98 mv -f .tmpcompile $TARGET
|
D | Makefile.dtbinst | 27 $(Q)if [ -d $(INSTALL_DTBS_PATH) ]; then mv $(INSTALL_DTBS_PATH) $(INSTALL_DTBS_PATH).old; fi
|
D | link-vmlinux.sh | 164 mv .version .old_version;
|
D | Makefile.build | 209 mv -f $(@D)/.tmp_$(@F) $@; \ 253 mv -f $(dot-target).tmp $(dot-target).cmd
|
D | Kbuild.include | 63 mv -f $@.tmp $@; \ 258 mv -f $(dot-target).tmp $(dot-target).cmd)
|
/linux-4.1.27/Documentation/s390/ |
D | config3270.sh | 72 echo mv $INITTAB $OINITTAB >> $SCRTMP || exit 1 73 echo mv $NINITTAB $INITTAB >> $SCRTMP
|
/linux-4.1.27/scripts/kconfig/ |
D | Makefile | 45 (mv -f .config .config.old.1; \ 46 mv -f .tmp.config .config; \ 48 mv -f .config.old.1 .config.old) \ 50 mv -f .tmp.config .config; \
|
/linux-4.1.27/scripts/package/ |
D | Makefile | 53 mv -f $(objtree)/.tmp_version $(objtree)/.version 63 mv -f $(objtree)/.tmp_version $(objtree)/.version
|
D | builddeb | 151 mv "$tmpdir/lib/modules/$version"/* "$tmpdir/usr/lib/uml/modules/$version/" 328 mv "$tmpdir/lib/firmware"/* "$fwdir/lib/firmware/$version/"
|
/linux-4.1.27/tools/testing/selftests/rcutorture/bin/ |
D | kvm-test-1-run.sh | 112 mv $builddir.wait $builddir.ready 120 mv $builddir.wait $builddir.ready
|
D | configinit.sh | 66 mv $builddir/.config $builddir/.config.sav
|
/linux-4.1.27/arch/blackfin/boot/ |
D | install.sh | 50 mv ${file} ${file}.${stamp:-old}
|
/linux-4.1.27/drivers/usb/serial/ |
D | Makefile-keyspan_pda_fw | 13 mv $*.obj $@
|
/linux-4.1.27/arch/alpha/boot/ |
D | Makefile | 56 cmp -s $@T $@ || mv -f $@T $@ 66 cmp -s $@T $@ || mv -f $@T $@
|
/linux-4.1.27/tools/lib/traceevent/ |
D | Makefile | 199 mv -f $@.tmp $@; \ 214 mv -f $@.tmp $@; \
|
/linux-4.1.27/arch/m32r/kernel/ |
D | head.S | 56 mv r4, r3 || ldi r1, #0 84 mv r4, r3 160 mv r6, r5
|
/linux-4.1.27/arch/score/include/asm/ |
D | asmmacro.h | 10 mv r31, r0 18 mv r30, r0
|
/linux-4.1.27/drivers/usb/phy/ |
D | Makefile | 23 obj-$(CONFIG_USB_MV_OTG) += phy-mv-usb.o
|
/linux-4.1.27/scripts/selinux/ |
D | install_policy.sh | 50 mv /etc/selinux/config /etc/selinux/config.mdpbak
|
/linux-4.1.27/Documentation/ |
D | applying-patches.txt | 259 $ mv linux-2.6.11 linux-2.6.12 # rename source dir 267 $ mv linux-2.6.11.1 linux-2.6.12 # rename source dir 301 $ mv linux-2.6.12.2 linux-2.6.12.3 # rename the kernel source dir 333 $ mv linux-2.6.12 linux-2.6.13-rc3 # rename the source dir 340 $ mv linux-2.6.13-rc3 linux-2.6.13-rc5 # rename the source dir 347 $ mv linux-2.6.12.3 linux-2.6.13-rc5 # rename the kernel source dir 371 $ mv linux-2.6.12 linux-2.6.12-git1 # rename the kernel source dir 382 $ mv linux-2.6.12-git1 linux-2.6.13-rc2-git3 # rename source dir 434 $ mv linux-2.6.12 linux-2.6.12-mm1 # rename the source appropriately 444 $ mv linux-2.6.12-mm1 linux-2.6.13-rc3-mm3 # rename the source dir
|
D | BUG-HUNTING | 86 "dir.62" and mv dir.63 dir"time, try 88 mv dir dir.62 89 mv dir.63 dir
|
D | SubmittingPatches | 83 mv linux-3.19 linux-3.19-vanilla
|
/linux-4.1.27/drivers/media/usb/usbvision/ |
D | usbvision.h | 192 #define YUV_TO_RGB_BY_THE_BOOK(my, mu, mv, mr, mg, mb) { \ argument 196 mm_v = (mv) - 128; \
|
/linux-4.1.27/drivers/net/ethernet/qlogic/qlcnic/ |
D | qlcnic_sriov_pf.c | 791 struct qlcnic_macvlan_mbx mv; in qlcnic_sriov_cfg_vf_def_mac() local 823 mv.vlan = vlan; in qlcnic_sriov_cfg_vf_def_mac() 824 mv.mac_addr0 = addr[0]; in qlcnic_sriov_cfg_vf_def_mac() 825 mv.mac_addr1 = addr[1]; in qlcnic_sriov_cfg_vf_def_mac() 826 mv.mac_addr2 = addr[2]; in qlcnic_sriov_cfg_vf_def_mac() 827 mv.mac_addr3 = addr[3]; in qlcnic_sriov_cfg_vf_def_mac() 828 mv.mac_addr4 = addr[4]; in qlcnic_sriov_cfg_vf_def_mac() 829 mv.mac_addr5 = addr[5]; in qlcnic_sriov_cfg_vf_def_mac() 831 memcpy(buf, &mv, sizeof(struct qlcnic_macvlan_mbx)); in qlcnic_sriov_cfg_vf_def_mac()
|
D | qlcnic_83xx_hw.c | 2091 struct qlcnic_macvlan_mbx mv; in qlcnic_83xx_sre_macaddr_change() local 2115 mv.vlan = vlan_id; in qlcnic_83xx_sre_macaddr_change() 2116 mv.mac_addr0 = addr[0]; in qlcnic_83xx_sre_macaddr_change() 2117 mv.mac_addr1 = addr[1]; in qlcnic_83xx_sre_macaddr_change() 2118 mv.mac_addr2 = addr[2]; in qlcnic_83xx_sre_macaddr_change() 2119 mv.mac_addr3 = addr[3]; in qlcnic_83xx_sre_macaddr_change() 2120 mv.mac_addr4 = addr[4]; in qlcnic_83xx_sre_macaddr_change() 2121 mv.mac_addr5 = addr[5]; in qlcnic_83xx_sre_macaddr_change() 2123 memcpy(buf, &mv, sizeof(struct qlcnic_macvlan_mbx)); in qlcnic_83xx_sre_macaddr_change()
|
/linux-4.1.27/Documentation/filesystems/ |
D | inotify.txt | 45 "mv a b ; mv b a" events without ordering.
|
D | hpfs.txt | 163 but vfs doesn't. Something like 'mv file FILE' won't work.
|
/linux-4.1.27/drivers/cpufreq/ |
D | speedstep-centrino.c | 83 #define OP(mhz, mv) \ argument 86 .driver_data = (((mhz)/100) << 8) | ((mv - 700) / 16) \
|
/linux-4.1.27/arch/score/mm/ |
D | tlb-miss.S | 63 mv r4, r0
|
/linux-4.1.27/Documentation/kbuild/ |
D | headers_install.txt | 43 Remember to provide the appropriate linux/asm directory via "mv" or "ln -s"
|
/linux-4.1.27/arch/alpha/kernel/ |
D | setup.c | 1053 struct alpha_machine_vector *mv = all_vecs[i]; in get_sysvec_byname() local 1054 if (strcasecmp(mv->vector_name, name) == 0) in get_sysvec_byname() 1055 return mv; in get_sysvec_byname()
|
/linux-4.1.27/drivers/ata/ |
D | ahci.c | 643 int mv; in ahci_pci_init_controller() local 647 mv = 2; in ahci_pci_init_controller() 649 mv = 4; in ahci_pci_init_controller() 650 port_mmio = __ahci_port_base(host, mv); in ahci_pci_init_controller()
|
/linux-4.1.27/Documentation/zh_CN/ |
D | SubmittingPatches | 69 mv linux-2.6.12 linux-2.6.12-vanilla
|
/linux-4.1.27/Documentation/networking/ |
D | dl2k.txt | 266 mv dl2k.tmp dl2k.c 271 mv dl2k.tmp dl2k.c
|
/linux-4.1.27/fs/affs/ |
D | Changes | 256 casing any more (though mv(1) still won't allow 257 you to do "mv oldname OldName").
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ |
D | ramgk104.c | 257 int mv = !next->bios.ramcfg_11_02_04; in gk104_ram_calc_gddr5() local 358 u32 temp = ram_mask(fuc, gpioMV, 0x3000, fuc->r_funcMV[mv]); in gk104_ram_calc_gddr5() 686 int mv = !next->bios.ramcfg_11_02_04; in gk104_ram_calc_sddr3() local 783 u32 temp = ram_mask(fuc, gpioMV, 0x3000, fuc->r_funcMV[mv]); in gk104_ram_calc_sddr3()
|
/linux-4.1.27/include/linux/ |
D | uwb.h | 262 struct uwb_rsv_move mv; member
|
/linux-4.1.27/drivers/rtc/ |
D | Makefile | 98 obj-$(CONFIG_RTC_DRV_MV) += rtc-mv.o
|
D | Kconfig | 1363 will be called rtc-mv.
|
/linux-4.1.27/Documentation/ja_JP/ |
D | SubmittingPatches | 77 mv linux-2.6.12 linux-2.6.12-vanilla
|
/linux-4.1.27/arch/m32r/mm/ |
D | mmu.S | 229 mv r0, r2 ; address = bpc;
|
/linux-4.1.27/arch/ia64/include/asm/ |
D | pal.h | 503 mv : 1, /* mesi valid */ member 715 #define pmci_cache_line_state_valid pme_cache.mv
|
/linux-4.1.27/tools/perf/ |
D | Makefile.perf | 291 $(QUIET_GEN). util/generate-cmdlist.sh > $@+ && mv $@+ $@
|
/linux-4.1.27/drivers/media/platform/ti-vpe/ |
D | vpe.c | 824 const struct vpdma_data_format *mv = in set_srcdst_params() local 834 bytes_per_line = ALIGN((s_q_data->width * mv->depth) >> 3, in set_srcdst_params()
|
/linux-4.1.27/Documentation/blockdev/ |
D | README.DAC960 | 210 mv README.DAC960 linux/Documentation 211 mv DAC960.[ch] linux/drivers/block
|
/linux-4.1.27/Documentation/serial/ |
D | moxa-smartio | 306 # mv mxser.c mxser.c.old
|
/linux-4.1.27/Documentation/scsi/ |
D | BusLogic.txt | 550 mv README.* LICENSE.* BusLogic.[ch] FlashPoint.c linux/drivers/scsi
|
/linux-4.1.27/drivers/gpu/drm/i915/ |
D | i915_reg.h | 6248 #define GEN6_ENCODE_RC6_VID(mv) (((mv) - 245) / 5) argument
|
/linux-4.1.27/arch/m68k/fpsp040/ |
D | res_func.S | 83 bne opclass3 |it is a mv out
|
/linux-4.1.27/fs/nfs/ |
D | nfs4proc.c | 3093 int mv = server->nfs_client->cl_minorversion; in nfs4_do_find_root_sec() local 3094 return nfs_v4_minor_ops[mv]->find_root_sec(server, fhandle, info); in nfs4_do_find_root_sec()
|
/linux-4.1.27/ |
D | CREDITS | 4019 E: jrv@vanzandt.mv.com
|
D | MAINTAINERS | 3308 M: "James R. Van Zandt" <jrv@vanzandt.mv.com>
|