/external/adhd/scripts/audio_thread_log_viewer/ |
D | log.test | 3 Output dev: bdw-rt5677: :1,0 8 496098.524565708 DEV_SLEEP_TIME dev:8 wake:000496098.545892346 11 496098.545994178 ODEV_NO_STREAMS dev:8 hw_level:992 write:1056 12 496098.546000808 SET_DEV_WAKE dev:8 hw_level:2048 sleep:1024 13 496098.546001355 DEV_SLEEP_TIME dev:8 wake:000496098.567328258 16 496098.567615773 ODEV_NO_STREAMS dev:8 hw_level:1040 write:1008 17 496098.567622518 SET_DEV_WAKE dev:8 hw_level:2048 sleep:1024 18 496098.567623059 DEV_SLEEP_TIME dev:8 wake:000496098.588949912 21 496098.589240896 ODEV_NO_STREAMS dev:8 hw_level:992 write:1056 22 496098.589247582 SET_DEV_WAKE dev:8 hw_level:2048 sleep:1024 [all …]
|
/external/rootdev/ |
D | rootdev_test.sh | 83 out=$("${ROOTDEV}" --block $WORKDIR 2>/dev/null) 91 local dev=$2 93 mkdir -p $dev 96 echo "10:0" > $block/sda/dev 97 echo "10:1" > $block/sda/sda1/dev 98 echo "10:2" > $block/sda/sda2/dev 99 mknod $dev/sda1 b 10 1 100 mknod $dev/sda2 b 10 2 101 mknod $dev/sda b 10 0 106 local dev=$WORKDIR/dev [all …]
|
/external/syslinux/gpxe/src/net/80211/ |
D | net80211.c | 100 struct net80211_device *dev; member 170 static void net80211_add_channels ( struct net80211_device *dev, int start, 172 static void net80211_filter_hw_channels ( struct net80211_device *dev ); 173 static void net80211_set_rtscts_rate ( struct net80211_device *dev ); 174 static int net80211_process_capab ( struct net80211_device *dev, 176 static int net80211_process_ie ( struct net80211_device *dev, 179 net80211_marshal_request_info ( struct net80211_device *dev, 188 static void net80211_handle_auth ( struct net80211_device *dev, 190 static void net80211_handle_assoc_reply ( struct net80211_device *dev, 192 static int net80211_send_disassoc ( struct net80211_device *dev, int reason, [all …]
|
/external/wpa_supplicant_8/src/wps/ |
D | wps_dev_attr.c | 16 int wps_build_manufacturer(struct wps_device_data *dev, struct wpabuf *msg) in wps_build_manufacturer() argument 21 len = dev->manufacturer ? os_strlen(dev->manufacturer) : 0; in wps_build_manufacturer() 35 wpabuf_put_data(msg, dev->manufacturer, len); in wps_build_manufacturer() 40 int wps_build_model_name(struct wps_device_data *dev, struct wpabuf *msg) in wps_build_model_name() argument 45 len = dev->model_name ? os_strlen(dev->model_name) : 0; in wps_build_model_name() 59 wpabuf_put_data(msg, dev->model_name, len); in wps_build_model_name() 64 int wps_build_model_number(struct wps_device_data *dev, struct wpabuf *msg) in wps_build_model_number() argument 69 len = dev->model_number ? os_strlen(dev->model_number) : 0; in wps_build_model_number() 83 wpabuf_put_data(msg, dev->model_number, len); in wps_build_model_number() 88 int wps_build_serial_number(struct wps_device_data *dev, struct wpabuf *msg) in wps_build_serial_number() argument [all …]
|
/external/libdrm/tests/planetest/ |
D | dev.c | 15 #include "dev.h" 21 printf(" -c, --card Index of dri card (ie: /dev/dri/cardN)\n"); in show_usage() 72 static uint32_t get_prop_id(struct sp_dev *dev, in get_prop_id() argument 79 p = drmModeGetProperty(dev->fd, props->props[i]); in get_prop_id() 108 struct sp_dev *dev; in create_sp_dev() local 114 snprintf(card_path, sizeof(card_path), "/dev/dri/card%d", card); in create_sp_dev() 122 dev = calloc(1, sizeof(*dev)); in create_sp_dev() 123 if (!dev) { in create_sp_dev() 124 printf("failed to allocate dev\n"); in create_sp_dev() 128 dev->fd = fd; in create_sp_dev() [all …]
|
/external/libdrm/amdgpu/ |
D | amdgpu_gpu_info.c | 37 int amdgpu_query_info(amdgpu_device_handle dev, unsigned info_id, in amdgpu_query_info() argument 47 return drmCommandWrite(dev->fd, DRM_AMDGPU_INFO, &request, in amdgpu_query_info() 51 int amdgpu_query_crtc_from_id(amdgpu_device_handle dev, unsigned id, in amdgpu_query_crtc_from_id() argument 62 return drmCommandWrite(dev->fd, DRM_AMDGPU_INFO, &request, in amdgpu_query_crtc_from_id() 66 int amdgpu_read_mm_registers(amdgpu_device_handle dev, unsigned dword_offset, in amdgpu_read_mm_registers() argument 81 return drmCommandWrite(dev->fd, DRM_AMDGPU_INFO, &request, in amdgpu_read_mm_registers() 85 int amdgpu_query_hw_ip_count(amdgpu_device_handle dev, unsigned type, in amdgpu_query_hw_ip_count() argument 96 return drmCommandWrite(dev->fd, DRM_AMDGPU_INFO, &request, in amdgpu_query_hw_ip_count() 100 int amdgpu_query_hw_ip_info(amdgpu_device_handle dev, unsigned type, in amdgpu_query_hw_ip_info() argument 113 return drmCommandWrite(dev->fd, DRM_AMDGPU_INFO, &request, in amdgpu_query_hw_ip_info() [all …]
|
D | amdgpu_device.c | 132 static void amdgpu_device_free_internal(amdgpu_device_handle dev) in amdgpu_device_free_internal() argument 134 amdgpu_vamgr_deinit(dev->vamgr); in amdgpu_device_free_internal() 135 free(dev->vamgr); in amdgpu_device_free_internal() 136 amdgpu_vamgr_deinit(dev->vamgr_32); in amdgpu_device_free_internal() 137 free(dev->vamgr_32); in amdgpu_device_free_internal() 138 util_hash_table_destroy(dev->bo_flink_names); in amdgpu_device_free_internal() 139 util_hash_table_destroy(dev->bo_handles); in amdgpu_device_free_internal() 140 pthread_mutex_destroy(&dev->bo_table_mutex); in amdgpu_device_free_internal() 141 util_hash_table_remove(fd_tab, UINT_TO_PTR(dev->fd)); in amdgpu_device_free_internal() 142 close(dev->fd); in amdgpu_device_free_internal() [all …]
|
/external/adhd/cras/src/server/ |
D | cras_iodev_list.c | 36 * dev - The device. 40 struct cras_iodev *dev; member 75 struct cras_iodev *dev; in find_dev() local 77 DL_FOREACH(devs[CRAS_STREAM_OUTPUT].iodevs, dev) in find_dev() 78 if (dev->info.idx == dev_index) in find_dev() 79 return dev; in find_dev() 81 DL_FOREACH(devs[CRAS_STREAM_INPUT].iodevs, dev) in find_dev() 82 if (dev->info.idx == dev_index) in find_dev() 83 return dev; in find_dev() 90 struct cras_iodev *dev; in find_node() local [all …]
|
D | cras_bt_io.c | 56 struct cras_iodev *dev, in add_profile_dev() argument 66 n->base.dev = bt_iodev; in add_profile_dev() 70 n->base.stable_id = dev->info.stable_id; in add_profile_dev() 71 n->base.stable_id_new = dev->info.stable_id_new; in add_profile_dev() 75 strcpy(n->base.name, dev->info.name); in add_profile_dev() 76 n->profile_dev = dev; in add_profile_dev() 127 struct cras_iodev *dev = active_profile_dev(iodev); in update_supported_formats() local 130 /* Force to use HFP if opening input dev. */ in update_supported_formats() 140 if (dev->format == NULL) { in update_supported_formats() 141 dev->format = (struct cras_audio_format *) in update_supported_formats() [all …]
|
/external/syslinux/gpxe/src/drivers/net/rtl818x/ |
D | rtl8180_grf5101.c | 40 static void write_grf5101(struct net80211_device *dev, u8 addr, u32 data) in write_grf5101() argument 42 struct rtl818x_priv *priv = dev->priv; in write_grf5101() 63 static void grf5101_write_phy_antenna(struct net80211_device *dev, short chan) in grf5101_write_phy_antenna() argument 65 struct rtl818x_priv *priv = dev->priv; in grf5101_write_phy_antenna() 74 rtl818x_write_phy(dev, 0x10, ant); in grf5101_write_phy_antenna() 77 static void grf5101_rf_set_channel(struct net80211_device *dev, in grf5101_rf_set_channel() argument 80 struct rtl818x_priv *priv = dev->priv; in grf5101_rf_set_channel() 86 write_grf5101(dev, 0x15, 0x0); in grf5101_rf_set_channel() 87 write_grf5101(dev, 0x06, txpw); in grf5101_rf_set_channel() 88 write_grf5101(dev, 0x15, 0x10); in grf5101_rf_set_channel() [all …]
|
D | rtl8185_rtl8225.c | 35 static inline void rtl8225_write_phy_ofdm(struct net80211_device *dev, in rtl8225_write_phy_ofdm() argument 38 rtl818x_write_phy(dev, addr, data); in rtl8225_write_phy_ofdm() 41 static inline void rtl8225_write_phy_cck(struct net80211_device *dev, in rtl8225_write_phy_cck() argument 44 rtl818x_write_phy(dev, addr, data | 0x10000); in rtl8225_write_phy_cck() 47 static void rtl8225_write(struct net80211_device *dev, u8 addr, u16 data) in rtl8225_write() argument 49 struct rtl818x_priv *priv = dev->priv; in rtl8225_write() 95 static u16 rtl8225_read(struct net80211_device *dev, u8 addr) in rtl8225_read() argument 97 struct rtl818x_priv *priv = dev->priv; in rtl8225_read() 277 static void rtl8225_rf_set_tx_power(struct net80211_device *dev, int channel) in rtl8225_rf_set_tx_power() argument 279 struct rtl818x_priv *priv = dev->priv; in rtl8225_rf_set_tx_power() [all …]
|
D | rtl8180_sa2400.c | 58 static void write_sa2400(struct net80211_device *dev, u8 addr, u32 data) in write_sa2400() argument 60 struct rtl818x_priv *priv = dev->priv; in write_sa2400() 77 static void sa2400_write_phy_antenna(struct net80211_device *dev, short chan) in sa2400_write_phy_antenna() argument 79 struct rtl818x_priv *priv = dev->priv; in sa2400_write_phy_antenna() 88 rtl818x_write_phy(dev, 0x10, ant); in sa2400_write_phy_antenna() 92 static void sa2400_rf_set_channel(struct net80211_device *dev, in sa2400_rf_set_channel() argument 95 struct rtl818x_priv *priv = dev->priv; in sa2400_rf_set_channel() 100 write_sa2400(dev, 7, txpw); in sa2400_rf_set_channel() 102 sa2400_write_phy_antenna(dev, channel); in sa2400_rf_set_channel() 104 write_sa2400(dev, 0, chan); in sa2400_rf_set_channel() [all …]
|
/external/vboot_reference/tests/ |
D | run_cgpt_tests.sh | 25 "$@" 2>/dev/null 37 DEV=fake_dev.bin 38 rm -f ${DEV} 39 dd if=/dev/zero of=${DEV} conv=notrunc bs=512 count=${NUM_SECTORS} 2>/dev/null 79 $CGPT create $MTD ${DEV} 82 -l "${DATA_LABEL}" ${DEV} 84 -l "${KERN_LABEL}" ${DEV} 86 -l "${ROOTFS_LABEL}" ${DEV} 88 -l "${ESP_LABEL}" ${DEV} 90 -l "${FUTURE_LABEL}" ${DEV} [all …]
|
/external/snakeyaml/src/changes/ |
D | changes.xml | 10 <action dev="asomov" type="update" issue="332"> 13 <action dev="asomov" type="update"> 16 <action dev="asomov" type="update"> 21 <action dev="maslovalex" type="fix" issue="318" due-to="Rog Sigal"> 24 <action dev="asomov" type="update" issue="329"> 27 <action dev="asomov" type="update" issue="326"> 30 <action dev="maslovalex" type="update" issue="310"> 34 <action dev="asomov" type="update" issue="320"> 38 <action dev="asomov" type="fix" issue="306"> 41 <action dev="asomov" type="add"> [all …]
|
/external/mesa3d/src/gallium/drivers/ilo/core/ |
D | ilo_dev.c | 35 * Initialize the \p dev from \p winsys. 38 ilo_dev_init(struct ilo_dev *dev, struct intel_winsys *winsys) in ilo_dev_init() argument 42 assert(ilo_is_zeroed(dev, sizeof(*dev))); in ilo_dev_init() 46 dev->winsys = winsys; in ilo_dev_init() 47 dev->devid = info->devid; in ilo_dev_init() 48 dev->aperture_total = info->aperture_total; in ilo_dev_init() 49 dev->aperture_mappable = info->aperture_mappable; in ilo_dev_init() 50 dev->has_llc = info->has_llc; in ilo_dev_init() 51 dev->has_address_swizzling = info->has_address_swizzling; in ilo_dev_init() 52 dev->has_logical_context = info->has_logical_context; in ilo_dev_init() [all …]
|
D | ilo_state_shader.c | 55 vertex_validate_gen6_kernel(const struct ilo_dev *dev, in vertex_validate_gen6_kernel() argument 65 ILO_DEV_ASSERT(dev, 6, 8); in vertex_validate_gen6_kernel() 76 vertex_validate_gen6_urb(const struct ilo_dev *dev, in vertex_validate_gen6_urb() argument 88 ILO_DEV_ASSERT(dev, 6, 8); in vertex_validate_gen6_urb() 104 vertex_get_gen6_ff(const struct ilo_dev *dev, in vertex_get_gen6_ff() argument 112 ILO_DEV_ASSERT(dev, 6, 8); in vertex_get_gen6_ff() 116 if (!vertex_validate_gen6_kernel(dev, stage, kernel) || in vertex_get_gen6_ff() 117 !vertex_validate_gen6_urb(dev, stage, urb)) in vertex_get_gen6_ff() 155 if (ilo_dev_gen(dev) == ILO_GEN(6) && !ff->vue_read_len) in vertex_get_gen6_ff() 168 vs_get_gen6_thread_count(const struct ilo_dev *dev, in vs_get_gen6_thread_count() argument [all …]
|
/external/linux-kselftest/tools/testing/selftests/net/ |
D | rtnetlink.sh | 36 ip link del dev "$devdummy" 42 dev="$1" 45 ip netconf show dev "$dev" > /dev/null 49 ip -$f netconf show dev "$dev" > /dev/null 54 echo "FAIL: ip netconf show $dev" 70 ip link set dev "$devdummy" master "$devbr" 78 ip addr add dev "$vlandev" 10.200.7.23/30 80 ip -6 addr add dev "$vlandev" dead:42::1234/64 82 ip -d link > /dev/null 84 ip r s t all > /dev/null [all …]
|
/external/ltp/testscripts/ |
D | ltpfslvm.sh | 9 # 05/03/2004 Modified /dev/ram to /dev/ram0 13 echo $LTPROOT | grep testscripts > /dev/null 2>&1 97 mkdir /test >/dev/null 2>&1 98 mkdir /test/growfiles >/dev/null 2>&1 99 mkdir /test/growfiles/ext2 >/dev/null 2>&1 100 mkdir /test/growfiles/msdos >/dev/null 2>&1 101 mkdir /test/growfiles/reiser >/dev/null 2>&1 102 mkdir /test/growfiles/minix >/dev/null 2>&1 103 mkdir /test/growfiles/nfs >/dev/null 2>&1 104 mkdir /test/growfiles/jfs >/dev/null 2>&1 [all …]
|
/external/e2fsprogs/misc/ |
D | base_device.tst | 1 /dev/hda7 /dev/hda 2 /dev/sda1 /dev/sda 3 /dev/hda /dev/hda 4 /dev/sda /dev/sda 5 /dev/dsk/hda6 /dev/dsk/hda 6 /dev/dsk/sda5 /dev/dsk/sda 7 /dev/md4 /dev/md 8 /dev/md/4 /dev/md 9 /dev/ide/host0/bus1/target2/lun3 /dev/ide/host0/bus1/target2/lun3 10 /dev/ide/host0/bus1/target2/lun3/part10 /dev/ide/host0/bus1/target2/lun3 [all …]
|
/external/trappy/tests/ |
D | trace_filesystem.txt | 1 …<...>-1297 [001] 3843.734440: ext4_da_write_end: dev 8,13 ino 5898483 pos 0 len 4096 copied 4… 2 …<...>-1297 [001] 3843.734450: ext4_da_write_begin: dev 8,13 ino 5898483 pos 4096 len 4096 flags… 3 …<...>-1297 [001] 3843.734459: ext4_da_write_end: dev 8,13 ino 5898483 pos 4096 len 4096 copie… 4 …<...>-1297 [001] 3843.737430: ext4_da_write_begin: dev 8,13 ino 5898483 pos 8192 len 2625 flags… 5 …<...>-1297 [001] 3843.737466: ext4_da_write_end: dev 8,13 ino 5898483 pos 8192 len 2625 copie… 6 …<...>-1297 [001] 3843.737514: ext4_sync_file_enter: dev 8,13 ino 5898483 parent 5898244 datasync… 7 <...>-1297 [007] 3843.744284: ext4_sync_file_exit: dev 8,13 ino 5898483 ret 0 8 … <...>-13777 [007] 3844.034373: ext4_da_write_begin: dev 8,13 ino 3540268 pos 0 len 512 flags 0 9 …<...>-13777 [007] 3844.034400: ext4_da_write_end: dev 8,13 ino 3540268 pos 0 len 512 copied 512 10 … <...>-13777 [007] 3844.034410: ext4_da_write_begin: dev 8,13 ino 3540268 pos 512 len 4 flags 0 [all …]
|
/external/libdrm/freedreno/ |
D | freedreno_device.c | 47 struct fd_device *dev; in fd_device_new() local 62 dev = NULL; in fd_device_new() 66 dev = msm_device_new(fd); in fd_device_new() 67 dev->version = version->version_minor; in fd_device_new() 71 dev = kgsl_device_new(fd); in fd_device_new() 75 dev = NULL; in fd_device_new() 81 if (!dev) in fd_device_new() 84 atomic_set(&dev->refcnt, 1); in fd_device_new() 85 dev->fd = fd; in fd_device_new() 86 dev->handle_table = drmHashCreate(); in fd_device_new() [all …]
|
/external/clang/test/Driver/ |
D | dynamic-linker.c | 1 // RUN: %clang -target armv7-unknown-linux-gnueabi -### /dev/null -o /dev/null 2>&1 | FileCheck -ch… 2 // RUN: %clang -target i386-unknown-linux-gnu -### /dev/null -o /dev/null 2>&1 | FileCheck -check-p… 3 // RUN: %clang -target mips64-unknown-linux-gnu -### /dev/null -o /dev/null 2>&1 | FileCheck -check… 4 // RUN: %clang -target powerpc64-unknown-linux-gnu -### /dev/null -o /dev/null 2>&1 | FileCheck -ch… 5 // RUN: %clang -target x86_64-unknown-linux-gnu -### /dev/null -o /dev/null 2>&1 | FileCheck -check… 7 // RUN: %clang -target armv7-unknown-linux-gnueabi -### -shared /dev/null -o /dev/null 2>&1 | FileC… 8 // RUN: %clang -target i386-unknown-linux-gnu -### -shared /dev/null -o /dev/null 2>&1 | FileCheck … 9 // RUN: %clang -target mips64-unknown-linux-gnu -### -shared /dev/null -o /dev/null 2>&1 | FileChec… 10 // RUN: %clang -target powerpc64-unknown-linux-gnu -### -shared /dev/null -o /dev/null 2>&1 | FileC… 11 // RUN: %clang -target x86_64-unknown-linux-gnu -### -shared /dev/null -o /dev/null 2>&1 | FileChec… [all …]
|
/external/libusb-compat/libusb/ |
D | core.c | 198 libusb_device *dev = dev_list[i]; in find_busses() local 199 uint8_t bus_num = libusb_get_bus_number(dev); in find_busses() 312 struct usb_device *dev; in find_devices() local 322 dev = malloc(sizeof(*dev)); in find_devices() 323 if (!dev) in find_devices() 328 dev->dev = newlib_dev; in find_devices() 330 dev->bus = bus; in find_devices() 331 dev->devnum = libusb_get_device_address(newlib_dev); in find_devices() 332 sprintf(dev->filename, "%03d", dev->devnum); in find_devices() 333 LIST_ADD(devices, dev); in find_devices() [all …]
|
/external/iproute2/testsuite/tests/tc/ |
D | policer.t | 2 $TC qdisc del dev $DEV root >/dev/null 2>&1 3 $TC qdisc add dev $DEV root handle 10:0 cbq bandwidth 100Mbit avpkt 1400 mpu 64 4 $TC class add dev $DEV parent 10:0 classid 10:12 cbq bandwidth 100mbit rate 100mbit allot 1514 p… 5 $TC filter add dev $DEV parent 10:0 protocol ip prio 10 u32 match ip protocol 1 0xff police rate 2k… 6 $TC qdisc list dev $DEV 7 $TC filter list dev $DEV parent 10:0 8 $TC qdisc del dev $DEV root 9 $TC qdisc list dev $DEV 10 $TC qdisc add dev $DEV root handle 10:0 cbq bandwidth 100Mbit avpkt 1400 mpu 64 11 $TC class add dev $DEV parent 10:0 classid 10:12 cbq bandwidth 100mbit rate 100mbit allot 1514 p… [all …]
|
/external/e2fsprogs/lib/blkid/ |
D | dev.c | 2 * dev.c - allocation/initialization/free routines for dev 21 blkid_dev dev; in blkid_new_dev() local 23 if (!(dev = (blkid_dev) calloc(1, sizeof(struct blkid_struct_dev)))) in blkid_new_dev() 26 INIT_LIST_HEAD(&dev->bid_devs); in blkid_new_dev() 27 INIT_LIST_HEAD(&dev->bid_tags); in blkid_new_dev() 29 return dev; in blkid_new_dev() 32 void blkid_free_dev(blkid_dev dev) in blkid_free_dev() argument 34 if (!dev) in blkid_free_dev() 38 printf(" freeing dev %s (%s)\n", dev->bid_name, dev->bid_type ? in blkid_free_dev() 39 dev->bid_type : "(null)")); in blkid_free_dev() [all …]
|