/external/llvm-project/openmp/libomptarget/plugins/amdgpu/impl/ |
D | atmi.h | 110 atmi_devtype_t dev_type; member 173 .node_id = node, .dev_type = ATMI_DEVTYPE_CPU, .dev_id = cpu_id, \ 178 .node_id = node, .dev_type = ATMI_DEVTYPE_GPU, .dev_id = gpu_id, \ 183 .node_id = node, .dev_type = ATMI_DEVTYPE_CPU, .dev_id = cpu_id, \ 188 .node_id = node, .dev_type = ATMI_DEVTYPE_GPU, .dev_id = gpu_id, \ 192 { .node_id = 0, .dev_type = d_type, .dev_id = d_id, .mem_id = m_id }
|
D | data.cpp | 38 switch (place.dev_type) { in get_processor_by_mem_place() 52 if (place.dev_type == ATMI_DEVTYPE_CPU) in register_allocation() 63 place.dev_type == ATMI_DEVTYPE_CPU ? "CPU" : "GPU", place.dev_id, in Malloc()
|
D | atmi_interop_hsa.cpp | 30 place.dev_id >= machine->device_count_by_type[place.dev_type]) in atmi_interop_hsa_get_symbol_info() 65 place.dev_id >= machine->device_count_by_type[place.dev_type]) in atmi_interop_hsa_get_kernel_info()
|
/external/linux-kselftest/tools/testing/selftests/gpio/ |
D | gpio-mockup.sh | 16 dev_type= 85 if [ X$dev_type = Xsysfs ]; then 111 dev_type= 137 dev_type=$2 155 if [ X$dev_type != Xsysfs ]; then 156 dev_type="chardev"
|
/external/wpa_supplicant_8/src/wps/ |
D | wps_common.c | 462 int wps_dev_type_str2bin(const char *str, u8 dev_type[WPS_DEV_TYPE_LEN]) in wps_dev_type_str2bin() 467 WPA_PUT_BE16(dev_type, atoi(str)); in wps_dev_type_str2bin() 472 if (hexstr2bin(pos, &dev_type[2], 4)) in wps_dev_type_str2bin() 478 WPA_PUT_BE16(&dev_type[6], atoi(pos)); in wps_dev_type_str2bin() 485 char * wps_dev_type_bin2str(const u8 dev_type[WPS_DEV_TYPE_LEN], char *buf, in wps_dev_type_bin2str() 491 WPA_GET_BE16(dev_type), WPA_GET_BE32(&dev_type[2]), in wps_dev_type_bin2str() 492 WPA_GET_BE16(&dev_type[6])); in wps_dev_type_bin2str()
|
D | wps_dev_attr.c | 356 const u8 *dev_type) in wps_process_primary_dev_type() argument 362 if (dev_type == NULL) { in wps_process_primary_dev_type() 367 os_memcpy(dev->pri_dev_type, dev_type, WPS_DEV_TYPE_LEN); in wps_process_primary_dev_type()
|
D | wps.h | 920 int wps_dev_type_str2bin(const char *str, u8 dev_type[WPS_DEV_TYPE_LEN]); 921 char * wps_dev_type_bin2str(const u8 dev_type[WPS_DEV_TYPE_LEN], char *buf,
|
/external/tinyalsa_new/src/ |
D | snd_card_plugin.c | 96 int dev_type) in snd_utils_open_dev_node() argument 118 if (dev_type == NODE_PCM) { in snd_utils_open_dev_node()
|
/external/tinyalsa/ |
D | snd_utils.c | 111 unsigned int device, int dev_type) in snd_utils_get_dev_node() argument 134 device, dev_type); in snd_utils_get_dev_node()
|
D | snd_utils.h | 61 unsigned int device, int dev_type);
|
/external/tinycompress/ |
D | snd_utils.c | 111 unsigned int device, int dev_type) in snd_utils_get_dev_node() argument 134 device, dev_type); in snd_utils_get_dev_node()
|
D | snd_utils.h | 62 unsigned int device, int dev_type);
|
/external/tensorflow/tensorflow/python/grappler/ |
D | cluster_wrapper.cc | 187 const tensorflow::DeviceType dev_type(type); in PYBIND11_MODULE() local 189 tensorflow::FindKernelDef(dev_type, node, nullptr, nullptr); in PYBIND11_MODULE() 198 tensorflow::OpRegistry::Global(), dev_type, node, in PYBIND11_MODULE()
|
/external/libiio/src/bindings/matlab/ |
D | libiio_if_daq2.m | 47 dev_type = ''; variable 389 dev_name, dev_type, ... 397 obj.dev_type = dev_type; 440 if(strcmp(dev_type, 'OUT')) 450 if(strcmp(dev_type, 'IN')) 480 if(~strcmp(obj.dev_type, 'IN')) 509 if(~strcmp(obj.dev_type, 'OUT'))
|
D | libiio_if.m | 47 dev_type = ''; variable 385 dev_name, dev_type, ... 393 obj.dev_type = dev_type; 440 if(strcmp(dev_type, 'OUT')) 450 if(strcmp(dev_type, 'IN')) 480 if(~strcmp(obj.dev_type, 'IN')) 509 if(~strcmp(obj.dev_type, 'OUT'))
|
/external/wpa_supplicant_8/wpa_supplicant/dbus/ |
D | dbus_new_handlers_wps.c | 782 u8 *dev_type; in wpas_dbus_setter_wps_device_device_type() local 794 dbus_message_iter_get_fixed_array(&array_iter, &dev_type, &dev_len); in wpas_dbus_setter_wps_device_device_type() 799 os_memcpy(wpa_s->conf->device_type, dev_type, WPS_DEV_TYPE_LEN); in wpas_dbus_setter_wps_device_device_type()
|
/external/kernel-headers/original/uapi/sound/ |
D | skl-tplg-interface.h | 220 __u32 dev_type:4; member
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | wps_supplicant.c | 741 char dev_type[WPS_DEV_TYPE_BUFSIZE]; in wpa_supplicant_wps_event_er_ap_add() local 745 wps_dev_type_bin2str(ap->pri_dev_type, dev_type, in wpa_supplicant_wps_event_er_ap_add() 746 sizeof(dev_type)); in wpa_supplicant_wps_event_er_ap_add() 748 dev_type[0] = '\0'; in wpa_supplicant_wps_event_er_ap_add() 752 uuid_str, MAC2STR(ap->mac_addr), dev_type, ap->wps_state, in wpa_supplicant_wps_event_er_ap_add() 775 char dev_type[WPS_DEV_TYPE_BUFSIZE]; in wpa_supplicant_wps_event_er_enrollee_add() local 779 wps_dev_type_bin2str(enrollee->pri_dev_type, dev_type, in wpa_supplicant_wps_event_er_enrollee_add() 780 sizeof(dev_type)); in wpa_supplicant_wps_event_er_enrollee_add() 782 dev_type[0] = '\0'; in wpa_supplicant_wps_event_er_enrollee_add() 788 enrollee->config_methods, enrollee->dev_passwd_id, dev_type, in wpa_supplicant_wps_event_er_enrollee_add()
|
/external/autotest/client/common_lib/cros/bluetooth/ |
D | bluetooth_socket.py | 1193 ( dev_id, name, address, flags, dev_type, features, pkt_type, 1205 (dev_type & 0x30) >> 4, 1206 dev_type & 0x0f,
|
/external/autotest/server/ |
D | site_linux_router.py | 558 dev_type='ibss')) 890 if instance.dev_type == 'ibss': 892 elif instance.dev_type == 'managed':
|
/external/tensorflow/tensorflow/c/eager/ |
D | c_api_test_util.cc | 344 const string dev_type(TF_DeviceListType(devices, i, status.get())); in GetDeviceName() local 348 if (dev_type == device_type) { in GetDeviceName()
|
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/ |
D | peers.cpp | 525 QString dev_type; in add_p2p_group_client() local 537 else if (str.startsWith("dev_type=") && dev_type.isEmpty()) in add_p2p_group_client() 538 dev_type = str.mid(pos); in add_p2p_group_client() 552 if (!dev_type.isEmpty()) in add_p2p_group_client() 553 item->setData(dev_type, peer_role_pri_dev_type); in add_p2p_group_client()
|
/external/autotest/server/cros/bluetooth/ |
D | bluetooth_adapter_tests.py | 1182 dev_type = device.GetDeviceType() 1183 capability = self.AGENT_CAPABILITY.get(dev_type) 1193 dev_type = device.GetDeviceType() 1194 capability = self.AGENT_CAPABILITY.get(dev_type)
|
/external/tensorflow/tensorflow/python/eager/ |
D | context.py | 494 dev_type = pywrap_tfe.TF_DeviceListType(device_list, i) 495 if dev_type == "GPU":
|
/external/kernel-headers/original/uapi/linux/ |
D | soundcard.h | 519 int dev_type; member
|