HomeSort by relevance Sort by last modified time
    Searched refs:mfd (Results 1 - 15 of 15) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_ioctl.py 71 mfd, sfd = pty.openpty()
83 new_winsz = fcntl.ioctl(mfd, set_winsz_opcode_pos, our_winsz)
84 new_winsz = fcntl.ioctl(mfd, set_winsz_opcode_maybe_neg, our_winsz)
86 os.close(mfd)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_ioctl.py 71 mfd, sfd = pty.openpty()
83 new_winsz = fcntl.ioctl(mfd, set_winsz_opcode_pos, our_winsz)
84 new_winsz = fcntl.ioctl(mfd, set_winsz_opcode_maybe_neg, our_winsz)
86 os.close(mfd)
  /hardware/qcom/msm8960/kernel-headers/linux/mfd/wcd9xxx/
wcd9xxx-slimslave.h 22 #include <linux/mfd/wcd9xxx/core.h>
wcd9310_registers.h 21 #include <linux/mfd/wcd9xxx/wcd9xxx_registers.h>
    [all...]
wcd9320_registers.h 21 #include <linux/mfd/wcd9xxx/wcd9xxx_registers.h>
    [all...]
  /hardware/qcom/msm8960/original-kernel-headers/linux/mfd/wcd9xxx/
wcd9xxx-slimslave.h 17 #include <linux/mfd/wcd9xxx/core.h>
wcd9310_registers.h 15 #include <linux/mfd/wcd9xxx/wcd9xxx_registers.h>
    [all...]
wcd9320_registers.h 15 #include <linux/mfd/wcd9xxx/wcd9xxx_registers.h>
    [all...]
  /external/ppp/pppd/
sys-linux.c 1965 int mfd = -1; local
2552 int i, mfd, sfd = -1; local
    [all...]
sys-solaris.c 2740 int mfd, sfd; local
    [all...]
  /external/qemu/
qemu-char.c 864 int mfd = -1, sfd = -1; local
868 mfd = open("/dev/ptmx", O_RDWR | O_NOCTTY);
869 if (mfd < 0)
872 if (grantpt(mfd) == -1 || unlockpt(mfd) == -1)
875 if ((slave = ptsname(mfd)) == NULL)
886 *amaster = mfd;
897 close(mfd);
    [all...]
  /bionic/libc/kernel/common/linux/mfd/wcd9xxx/
wcd9310_registers.h 21 #include <linux/mfd/wcd9xxx/wcd9xxx_registers.h>
    [all...]
  /external/kernel-headers/original/linux/mfd/wcd9xxx/
wcd9310_registers.h 15 #include <linux/mfd/wcd9xxx/wcd9xxx_registers.h>
    [all...]
  /hardware/qcom/msm8x74/kernel-headers/linux/mfd/wcd9xxx/
wcd9320_registers.h 21 #include <linux/mfd/wcd9xxx/wcd9xxx_registers.h>
    [all...]
  /hardware/qcom/msm8x74/original-kernel-headers/linux/mfd/wcd9xxx/
wcd9320_registers.h 4 #include <linux/mfd/wcd9xxx/wcd9xxx_registers.h>
    [all...]

Completed in 5924 milliseconds