HomeSort by relevance Sort by last modified time
    Searched refs:dev_list (Results 1 - 10 of 10) sorted by null

  /external/libpcap/
pcap-bt-linux.c 79 struct hci_dev_list_req *dev_list; local
95 dev_list = malloc(HCI_MAX_DEV * sizeof(*dev_req) + sizeof(*dev_list));
96 if (!dev_list)
99 HCI_MAX_DEV * sizeof(*dev_req) + sizeof(*dev_list));
104 dev_list->dev_num = HCI_MAX_DEV;
106 if (ioctl(sock, HCIGETDEVLIST, (void *) dev_list) < 0)
115 dev_req = dev_list->dev_req;
116 for (i = 0; i < dev_list->dev_num; i++, dev_req++) {
132 free(dev_list);
    [all...]
  /external/autotest/server/cros/
dark_resume_utils.py 90 dev_list = dev_contents.split('\n')
91 new_dev_list = filter(lambda dev: dev.find('usb') == -1, dev_list)
  /external/tensorflow/tensorflow/contrib/all_reduce/python/
all_reduce_test.py 119 def _buildInitialVars(self, shape, dev_list):
121 num_devices = len(dev_list)
124 with ops.device(dev_list[d]):
144 dev_list = ["/replica:0/task:0/device:CPU:0"
147 input_tensors = self._buildInitialVars(shape, dev_list)
  /external/ltp/testcases/kernel/device-drivers/usb/tusb/
st_tusb.h 54 struct list_head dev_list; /* devices on this bus */ member in struct:usb_hcd
  /external/libusb-compat/libusb/
core.c 173 libusb_device **dev_list = NULL; local
180 r = libusb_get_device_list(ctx, &dev_list);
187 libusb_free_device_list(dev_list, 1);
198 libusb_device *dev = dev_list[i];
226 libusb_free_device_list(dev_list, 1);
308 static int find_devices(libusb_device **dev_list, int dev_list_len,
316 libusb_device *newlib_dev = dev_list[i];
569 libusb_device **dev_list; local
580 dev_list_len = libusb_get_device_list(ctx, &dev_list);
588 r = find_devices(dev_list, dev_list_len, bus, &new_devices)
    [all...]
  /hardware/qcom/audio/hal/audio_extn/
usb.c 635 struct listnode *dev_list,
643 list_for_each(node_i, dev_list) {
667 struct listnode *dev_list,
676 list_for_each(node_i, dev_list) {
757 struct listnode *dev_list,
775 list_for_each(node_i, dev_list) {
828 static bool usb_audio_backend_apply_policy(struct listnode *dev_list,
835 if (list_empty(dev_list)) {
842 usb_get_best_bit_width(dev_list, *bit_width, bit_width);
843 usb_get_best_match_for_channels(dev_list,
    [all...]
  /cts/apps/CameraITS/tools/
hardware.py 241 def _list_all_tty_devices_callback(self, dev_list, dir_entry):
245 dev_list: Device list to fill
298 dev_list.append(entry)
  /external/tensorflow/tensorflow/contrib/verbs/
rdma.cc 122 ibv_device** dev_list; local
127 dev_list = ibv_get_device_list(&dev_num);
128 CHECK(dev_list) << "No InfiniBand device found";
134 ibv_get_device_name(dev_list[device_index]))) {
135 CHECK(get_dev_active_port_count(dev_list[device_index]) != 0)
136 << "Device " << ibv_get_device_name(dev_list[device_index])
138 return dev_list[device_index];
150 if (get_dev_active_port_count(dev_list[device_index]) > 0) {
161 return dev_list[device_to_open];
    [all...]
  /external/iputils/
arping.c 723 struct dlist *dev_list; local
740 dev_list = sysfs_get_class_devices(cls_net);
741 if (!dev_list) {
748 dlist_for_each_data(dev_list, dev, struct sysfs_class_device) {
  /hardware/qcom/audio/legacy/libalsa-intf/
alsa_ucm.c 960 card_mctrl_t *dev_list, *uc_list; local
1054 card_mctrl_t *dev_list; local
1114 card_mctrl_t *dev_list, *uc_list; local
1311 card_mctrl_t *dev_list; local
    [all...]

Completed in 388 milliseconds