HomeSort by relevance Sort by last modified time
    Searched refs:mfd (Results 1 - 16 of 16) 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 1966 int mfd = -1; local
2553 int i, mfd, sfd = -1; local
    [all...]
sys-solaris.c 2740 int mfd, sfd; local
    [all...]
  /external/jemalloc/src/
prof.c 965 int mfd; local
975 mfd = open(filename, O_RDONLY);
976 if (mfd != -1) {
995 nread = read(mfd, &prof_dump_buf[prof_dump_buf_end],
1005 if (mfd != -1)
1006 close(mfd);
  /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...]
  /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...]
  /hardware/qcom/msm8x84/kernel-headers/linux/mfd/wcd9xxx/
wcd9320_registers.h 21 #include <linux/mfd/wcd9xxx/wcd9xxx_registers.h>
    [all...]
  /hardware/qcom/msm8x84/original-kernel-headers/linux/mfd/wcd9xxx/
wcd9320_registers.h 4 #include <linux/mfd/wcd9xxx/wcd9xxx_registers.h>
    [all...]

Completed in 691 milliseconds