HomeSort by relevance Sort by last modified time
    Searched refs:ioctl (Results 476 - 500 of 870) sorted by null

<<11121314151617181920>>

  /bionic/libc/kernel/arch-sh/asm/
ioctls.h 15 #include <asm/ioctl.h>
  /bionic/libc/kernel/common/linux/
akm8976.h 15 #include <linux/ioctl.h>
binder.h 15 #include <linux/ioctl.h>
  /development/ndk/platforms/android-3/include/linux/
akm8976.h 15 #include <linux/ioctl.h>
binder.h 15 #include <linux/ioctl.h>
  /device/samsung/crespo/alsa-lib/src/control/
cards.c 34 #include <sys/ioctl.h>
  /device/samsung/crespo/alsa-lib/src/hwdep/
hwdep.c 36 #include <sys/ioctl.h>
451 * \brief do hardware dependent ioctl
453 * \param request ioctl command
454 * \param arg ioctl argument
460 return hwdep->ops->ioctl(hwdep, request, arg);
501 return hwdep->ops->ioctl(hwdep, SNDRV_HWDEP_IOCTL_DSP_STATUS, (void*)info);
514 return hwdep->ops->ioctl(hwdep, SNDRV_HWDEP_IOCTL_DSP_LOAD, (void*)block);
  /device/samsung/crespo/liblight/
lights.c 24 #include <sys/ioctl.h>
  /device/samsung/crespo/libsensors/
ProximitySensor.cpp 59 if (!ioctl(data_fd, EVIOCGABS(EVENT_TYPE_PROXIMITY), &absinfo)) {
  /external/bluetooth/bluez/serial/
manager.c 39 #include <sys/ioctl.h>
  /external/bluetooth/bluez/test/
lmptest.c 32 #include <sys/ioctl.h>
  /external/e2fsprogs/e2fsck/
iscan.c 21 #include <sys/ioctl.h>
scantest.c 17 #include <sys/ioctl.h>
  /external/e2fsprogs/lib/uuid/
gen_uuid.c 57 #include <sys/ioctl.h>
213 if (ioctl (sd, SIOCGIFCONF, (char *)&ifc) < 0) {
222 if (ioctl(sd, SIOCGIFHWADDR, &ifr) < 0)
227 if (ioctl(sd, SIOCGENADDR, &ifr) < 0)
  /external/ipsec-tools/src/racoon/
kmpstat.c 64 #include <sys/ioctl.h>
  /external/kernel-headers/original/linux/
akm8976.h 7 #include <linux/ioctl.h>
binder.h 23 #include <linux/ioctl.h>
100 * handled by retrying the ioctl() until a different error code
omap_csmi.h 14 #include <asm/ioctl.h>
  /external/srec/audio/AudioIn/UNIX/src/
audioinwrapper.cpp 84 ioctl(audiofd, 317, &params, sizeof(params));
  /external/wpa_supplicant/
driver_hostap.c 16 #include <sys/ioctl.h>
48 if (ioctl(drv->sock, PRISM2_IOCTL_HOSTAPD, &iwr) < 0) {
51 perror("ioctl[PRISM2_IOCTL_HOSTAPD]");
95 if (ioctl(drv->sock, PRISM2_IOCTL_PRISM2_PARAM, &iwr) < 0) {
96 perror("ioctl[PRISM2_IOCTL_PRISM2_PARAM]");
258 if (ioctl(drv->sock, PRISM2_IOCTL_RESET, &iwr) < 0) {
259 perror("ioctl[PRISM2_IOCTL_RESET]");
377 /* Use standard Linux Wireless Extensions ioctl if possible
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
driver_hostap.c 16 #include <sys/ioctl.h>
46 if (ioctl(drv->sock, PRISM2_IOCTL_HOSTAPD, &iwr) < 0) {
49 perror("ioctl[PRISM2_IOCTL_HOSTAPD]");
93 if (ioctl(drv->sock, PRISM2_IOCTL_PRISM2_PARAM, &iwr) < 0) {
94 perror("ioctl[PRISM2_IOCTL_PRISM2_PARAM]");
256 if (ioctl(drv->sock, PRISM2_IOCTL_RESET, &iwr) < 0) {
257 perror("ioctl[PRISM2_IOCTL_RESET]");
375 /* Use standard Linux Wireless Extensions ioctl if possible
driver_roboswitch.c 16 #include <sys/ioctl.h>
103 if (ioctl(drv->fd, SIOCGMIIREG, &drv->ifr) < 0) {
104 perror("ioctl[SIOCGMIIREG]");
120 if (ioctl(drv->fd, SIOCSMIIREG, &drv->ifr) < 0) {
121 perror("ioctl[SIOCSMIIREG");
399 if (ioctl(drv->fd, SIOCGMIIPHY, &drv->ifr) < 0) {
400 perror("ioctl[SIOCGMIIPHY]");
  /frameworks/base/core/jni/
android_util_FileObserver.cpp 29 #include <sys/ioctl.h>
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/
OMX_G711Enc_ComponentThread.c 61 #include <sys/ioctl.h>
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/
OMX_G726Enc_ComponentThread.c 62 #include <sys/ioctl.h>

Completed in 1485 milliseconds

<<11121314151617181920>>