Home
last modified time | relevance | path

Searched refs:mtp (Results 1 – 8 of 8) sorted by relevance

/linux-4.4.14/arch/arm64/boot/dts/qcom/
Dmsm8916-mtp.dts16 #include "msm8916-mtp.dtsi"
20 compatible = "qcom,msm8916-mtp", "qcom,msm8916-mtp-smb1360",
21 "qcom,msm8916", "qcom,mtp";
DMakefile1 dtb-$(CONFIG_ARCH_QCOM) += apq8016-sbc.dtb msm8916-mtp.dtb
/linux-4.4.14/Documentation/usb/
Dfunctionfs.txt43 $ insmod g_ffs.ko idVendor=<ID> iSerialNumber=<string> functions=mtp,hid
44 $ mkdir /dev/ffs-mtp && mount -t functionfs mtp /dev/ffs-mtp
45 $ ( cd /dev/ffs-mtp && mtp-daemon ) &
50 whether it's FunctionFS designed for MTP ("mtp") or HID ("hid").
/linux-4.4.14/arch/arm/boot/dts/
Dqcom-apq8084-mtp.dts6 compatible = "qcom,apq8084-mtp", "qcom,apq8084";
DMakefile507 qcom-apq8084-mtp.dtb \
/linux-4.4.14/arch/mips/include/asm/
Dptrace.h49 unsigned long long mtp[6]; /* MTP{0-5} */ member
/linux-4.4.14/arch/mips/kernel/
Dptrace.c569 REG_OFFSET_NAME(mtp0, mtp[0]),
570 REG_OFFSET_NAME(mtp1, mtp[1]),
571 REG_OFFSET_NAME(mtp2, mtp[2]),
Dasm-offsets.c70 OFFSET(PT_MTP, pt_regs, mtp); in output_ptreg_defines()