Home
last modified time | relevance | path

Searched refs:dev_type (Results 1 – 25 of 29) sorted by relevance

12

/external/llvm-project/openmp/libomptarget/plugins/amdgpu/impl/
Datmi.h110 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 }
Ddata.cpp38 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()
Datmi_interop_hsa.cpp30 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/
Dgpio-mockup.sh16 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/
Dwps_common.c462 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()
Dwps_dev_attr.c356 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()
Dwps.h920 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/
Dsnd_card_plugin.c96 int dev_type) in snd_utils_open_dev_node() argument
118 if (dev_type == NODE_PCM) { in snd_utils_open_dev_node()
/external/tinyalsa/
Dsnd_utils.c111 unsigned int device, int dev_type) in snd_utils_get_dev_node() argument
134 device, dev_type); in snd_utils_get_dev_node()
Dsnd_utils.h61 unsigned int device, int dev_type);
/external/tinycompress/
Dsnd_utils.c111 unsigned int device, int dev_type) in snd_utils_get_dev_node() argument
134 device, dev_type); in snd_utils_get_dev_node()
Dsnd_utils.h62 unsigned int device, int dev_type);
/external/tensorflow/tensorflow/python/grappler/
Dcluster_wrapper.cc187 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/
Dlibiio_if_daq2.m47 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'))
Dlibiio_if.m47 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/
Ddbus_new_handlers_wps.c782 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/
Dskl-tplg-interface.h220 __u32 dev_type:4; member
/external/wpa_supplicant_8/wpa_supplicant/
Dwps_supplicant.c741 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/
Dbluetooth_socket.py1193 ( dev_id, name, address, flags, dev_type, features, pkt_type,
1205 (dev_type & 0x30) >> 4,
1206 dev_type & 0x0f,
/external/autotest/server/
Dsite_linux_router.py558 dev_type='ibss'))
890 if instance.dev_type == 'ibss':
892 elif instance.dev_type == 'managed':
/external/tensorflow/tensorflow/c/eager/
Dc_api_test_util.cc344 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/
Dpeers.cpp525 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/
Dbluetooth_adapter_tests.py1182 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/
Dcontext.py494 dev_type = pywrap_tfe.TF_DeviceListType(device_list, i)
495 if dev_type == "GPU":
/external/kernel-headers/original/uapi/linux/
Dsoundcard.h519 int dev_type; member

12