HomeSort by relevance Sort by last modified time
    Searched refs:dev_type (Results 1 - 25 of 68) sorted by null

1 2 3

  /external/sepolicy/
attributes 6 attribute dev_type;
cts.te 21 allow appdomain dev_type:dir r_dir_perms;
23 allow appdomain dev_type:dir_file_class_set getattr;
  /external/wpa_supplicant_8/src/wps/
wps_common.c 536 int wps_dev_type_str2bin(const char *str, u8 dev_type[WPS_DEV_TYPE_LEN])
541 WPA_PUT_BE16(dev_type, atoi(str));
546 if (hexstr2bin(pos, &dev_type[2], 4))
552 WPA_PUT_BE16(&dev_type[6], atoi(pos));
559 char * wps_dev_type_bin2str(const u8 dev_type[WPS_DEV_TYPE_LEN], char *buf,
565 WPA_GET_BE16(dev_type), WPA_GET_BE32(&dev_type[2]),
566 WPA_GET_BE16(&dev_type[6]));
wps_dev_attr.c 341 const u8 *dev_type)
347 if (dev_type == NULL) {
352 os_memcpy(dev->pri_dev_type, dev_type, WPS_DEV_TYPE_LEN);
  /hardware/broadcom/wlan/bcm4329/dhdutil/
dhdu_linux.c 261 char dev_type[32]; local
277 if (dhd_get_dev_type(name, dev_type, type) >= 0 &&
278 !strncmp(dev_type, type, strlen(dev_type) - 1))
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
dhdu_linux.c 261 char dev_type[32]; local
277 if (dhd_get_dev_type(name, dev_type, type) >= 0 &&
278 !strncmp(dev_type, type, strlen(dev_type) - 1))
  /external/wpa_supplicant_6/wpa_supplicant/src/wps/
wps_dev_attr.c 289 const u8 *dev_type)
293 if (dev_type == NULL) {
298 d = (struct wps_dev_type *) dev_type;
  /external/bluetooth/bluez/tools/
hciattach_ath3k.c 595 static void get_patch_file_name(uint32_t dev_type, uint32_t rom_version,
598 if (rom_version == FPGA_ROM_VERSION && dev_type != ROM_DEV_TYPE &&
599 dev_type != 0 && build_version == 1)
800 uint32_t dev_type = 0; local
809 if (get_device_type(fd, &dev_type) < 0) {
825 get_ps_file_name(dev_type, rom_version, ps_file);
826 get_patch_file_name(dev_type, rom_version, build_version, patch_file);
  /bionic/libc/kernel/common/linux/
mod_devicetable.h 80 __u16 dev_type; member in struct:ccw_device_id
  /development/ndk/platforms/android-3/include/linux/
mod_devicetable.h 74 __u16 dev_type; member in struct:ccw_device_id
  /external/kernel-headers/original/linux/
mod_devicetable.h 139 __u16 dev_type; /* device type */ member in struct:ccw_device_id
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/linux/
mod_devicetable.h 74 __u16 dev_type; member in struct:ccw_device_id
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/linux/
mod_devicetable.h 74 __u16 dev_type; member in struct:ccw_device_id
  /prebuilts/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
mod_devicetable.h 74 __u16 dev_type; member in struct:ccw_device_id
  /prebuilts/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
mod_devicetable.h 74 __u16 dev_type; member in struct:ccw_device_id
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
mod_devicetable.h 74 __u16 dev_type; member in struct:ccw_device_id
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
mod_devicetable.h 74 __u16 dev_type; member in struct:ccw_device_id
  /prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
mod_devicetable.h 74 __u16 dev_type; member in struct:ccw_device_id
  /prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
mod_devicetable.h 74 __u16 dev_type; member in struct:ccw_device_id
  /prebuilts/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/
mod_devicetable.h 74 __u16 dev_type; member in struct:ccw_device_id
  /prebuilts/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/
mod_devicetable.h 74 __u16 dev_type; member in struct:ccw_device_id
  /prebuilts/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/linux/
mod_devicetable.h 74 __u16 dev_type; member in struct:ccw_device_id
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-arm/usr/include/linux/
mod_devicetable.h 74 __u16 dev_type; member in struct:ccw_device_id
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/linux/
mod_devicetable.h 74 __u16 dev_type; member in struct:ccw_device_id
  /prebuilts/ndk/android-ndk-r7/platforms/android-3/arch-arm/usr/include/linux/
mod_devicetable.h 74 __u16 dev_type; member in struct:ccw_device_id

Completed in 361 milliseconds

1 2 3