HomeSort by relevance Sort by last modified time
    Searched full:ioctl (Results 626 - 650 of 5025) sorted by null

<<21222324252627282930>>

  /external/kernel-headers/original/uapi/linux/
matroxfb.h 4 #include <asm/ioctl.h>
suspend_ioctls.h 8 * SNAPSHOT_SET_SWAP_AREA ioctl
  /external/libdrm/nouveau/
Makefile.am 26 nvif/ioctl.h \
  /external/libdrm/tests/
auth.c 29 #include <sys/ioctl.h>
79 ret = ioctl(drmfd, DRM_IOCTL_GET_MAGIC, &auth);
99 ret = ioctl(drmfd, DRM_IOCTL_AUTH_MAGIC, &auth);
110 ret = ioctl(drmfd, DRM_IOCTL_AUTH_MAGIC, &auth);
  /external/libdrm/tests/nouveau/
threaded.c 27 #include <sys/ioctl.h>
38 static typeof(ioctl) *old_ioctl;
43 int ioctl(int fd, unsigned long request, ...) function
83 old_ioctl = dlsym(RTLD_NEXT, "ioctl");
  /external/strace/tests/
.gitignore 35 ioctl
  /external/tlsdate/
tlsdate-seccomp-x86.policy 27 ioctl: arg1 == 0x4024700a || arg1 == 0x541b
  /external/wpa_supplicant_8/src/ap/
vlan_util.h 2 * hostapd / VLAN netlink/ioctl api
  /external/wpa_supplicant_8/src/common/
linux_vlan.h 12 /* This ioctl is defined in linux/sockios.h */
  /external/wpa_supplicant_8/src/drivers/
driver_nl80211_android.c 12 #include <sys/ioctl.h>
62 ret = ioctl(drv->global->ioctl_sock, SIOCDEVPRIVATE + 1, &ifr);
132 ret = ioctl(drv->global->ioctl_sock, SIOCDEVPRIVATE + 1, &ifr);
135 wpa_printf(MSG_ERROR, "ioctl[SIOCSIWPRIV] (pnosetup): %d",
linux_ioctl.h 2 * Linux ioctl helper functions for driver wrappers
  /frameworks/av/services/mediacodec/minijail/seccomp_policy/
mediacodec-seccomp-arm.policy 4 ioctl: 1
  /frameworks/av/services/mediaextractor/minijail/seccomp_policy/
mediaextractor-seccomp-arm.policy 3 ioctl: 1
mediaextractor-seccomp-x86.policy 3 ioctl: 1
  /frameworks/base/services/core/jni/
com_android_server_UsbDeviceManager.cpp 30 #include <sys/ioctl.h>
49 ioctl(fd, cmd, buffer);
104 int result = ioctl(fd, ACCESSORY_IS_START_REQUESTED);
116 int result = ioctl(fd, ACCESSORY_GET_AUDIO_MODE);
  /frameworks/native/include/private/binder/
binder_module.h 26 #include <sys/ioctl.h>
  /hardware/qcom/bt/msm8909/libbt-vendor/include/
hci_uart.h 77 /* These are the ioctl values used for bt_wake ioctl via UART driver. you may
79 * Logically they need to be unique and not colide with existing uart ioctl's.
218 ** Description ioctl inteface
  /hardware/qcom/bt/msm8992/libbt-vendor/include/
hci_uart.h 77 /* These are the ioctl values used for bt_wake ioctl via UART driver. you may
79 * Logically they need to be unique and not colide with existing uart ioctl's.
218 ** Description ioctl inteface
  /hardware/qcom/bt/msm8996/libbt-vendor/include/
hci_uart.h 77 /* These are the ioctl values used for bt_wake ioctl via UART driver. you may
79 * Logically they need to be unique and not colide with existing uart ioctl's.
218 ** Description ioctl inteface
  /hardware/qcom/msm8960/original-kernel-headers/linux/
msm_dsps.h 18 #include <linux/ioctl.h>
  /hardware/qcom/msm8996/original-kernel-headers/linux/
msm_ipc.h 5 #include <linux/ioctl.h>
  /hardware/qcom/msm8996/original-kernel-headers/media/
msm_gestures.h 5 #include <linux/ioctl.h>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
firewire-cdev.h 24 #include <linux/ioctl.h>
45 * The ioctl used to set @closure depends on the @type of event.
54 * @closure: See &fw_cdev_event_common; set by %FW_CDEV_IOC_GET_INFO ioctl
81 * set by %FW_CDEV_IOC_SEND_REQUEST ioctl
88 * sent by %FW_CDEV_IOC_SEND_REQUEST ioctl. The payload data for responses
102 * @closure: See &fw_cdev_event_common; set by %FW_CDEV_IOC_ALLOCATE ioctl
111 * region registered using the %FW_CDEV_IOC_ALLOCATE ioctl. The request is
113 * responsible for sending the response by %FW_CDEV_IOC_SEND_RESPONSE ioctl,
132 * set by %FW_CDEV_CREATE_ISO_CONTEXT ioctl
171 * set by %FW_CDEV_IOC_(DE)ALLOCATE_ISO_RESOURCE(_ONCE) ioctl
    [all...]
matroxfb.h 4 #include <asm/ioctl.h>
reiserfs_fs.h 25 /* ioctl's command */

Completed in 3874 milliseconds

<<21222324252627282930>>