HomeSort by relevance Sort by last modified time
    Searched defs:dev_id (Results 1 - 25 of 51) sorted by null

1 2 3

  /device/google/cuttlefish_common/host/libs/vadb/
virtual_adb_client.cpp 66 uint8_t dev_id = dev.dev_id; local
68 d->handle_attach = [this, bus_id, dev_id]() -> bool {
69 return HandleAttach(bus_id, dev_id);
73 [this, bus_id, dev_id](
77 return HandleDeviceControlRequest(bus_id, dev_id, r, deadline,
82 [this, bus_id, dev_id](
86 return HandleDeviceDataRequest(bus_id, dev_id, endpoint, is_host_to_device,
91 pool_->AddDevice(usbip::DevicePool::BusDevNumber{bus_id, dev_id},
95 HandleAttach(bus_id, dev_id);
    [all...]
  /external/adhd/cras/src/server/
dev_stream.h 25 * dev_id - Index of the hw device.
34 unsigned int dev_id; member in struct:dev_stream
45 unsigned int dev_id,
cras_rstream.h 31 * dev_id - id of the master device.
35 int dev_id; member in struct:master_dev_info
269 unsigned int dev_id,
271 void cras_rstream_dev_detach(struct cras_rstream *rstream, unsigned int dev_id);
276 unsigned int dev_id);
282 unsigned int dev_id);
303 unsigned int dev_id);
cras_alsa_io.c 92 * dev_id - value from snd_pcm_info_get_id
131 char *dev_id; member in struct:alsa_io
846 if (aio->dev_id)
847 free(aio->dev_id);
1961 const char *dev_id; local
    [all...]
  /external/syslinux/core/legacynet/
idle.c 56 return (nic_type.info.pci.Vendor_ID << 16) + nic_type.info.pci.Dev_ID;
83 uint32_t dev_id = pxe_detect_nic_type(); local
95 if (id == dev_id) {
98 } else if (id < dev_id) {
  /external/kernel-headers/original/scsi/
scsi_ioctl.h 34 __u32 dev_id; member in struct:scsi_idlun
  /bionic/libc/kernel/uapi/rdma/
bnxt_re-abi.h 24 __u32 dev_id; member in struct:bnxt_re_uctx_resp
ocrdma-abi.h 25 __u32 dev_id; member in struct:ocrdma_alloc_ucontext_resp
  /device/google/cuttlefish_common/common/libs/usbforward/
protocol.h 110 uint8_t dev_id; member in struct:usb_forward::DeviceInfo
128 uint8_t dev_id; member in struct:usb_forward::AttachRequest
134 uint8_t dev_id; member in struct:usb_forward::ControlTransfer
146 uint8_t dev_id; member in struct:usb_forward::DataTransfer
  /external/kernel-headers/original/uapi/rdma/
bnxt_re-abi.h 48 __u32 dev_id; member in struct:bnxt_re_uctx_resp
ocrdma-abi.h 54 __u32 dev_id; member in struct:ocrdma_alloc_ucontext_resp
  /external/libpcap/
pcap-bt-linux.c 73 int dev_id; /* device ID of device we're bound to */ member in struct:pcap_bt
119 pcap_snprintf(dev_name, 20, BT_IFACE"%d", dev_req->dev_id);
188 int dev_id; local
193 if (sscanf(handle->opt.device, BT_IFACE"%d", &dev_id) != 1)
213 handlep->dev_id = dev_id;
258 addr.hci_dev = handlep->dev_id;
264 "Can't attach to device %d: %s", handlep->dev_id,
384 dev_info.dev_id = handlep->dev_id;
    [all...]
  /external/perfetto/src/ftrace_reader/
cpu_reader.h 131 BlockDeviceID dev_id = TranslateBlockDeviceIDToUserspace<T>(t); local
132 out->AppendVarInt<BlockDeviceID>(field_id, dev_id);
133 metadata->AddDevice(dev_id);
  /hardware/qcom/audio/hal/audio_extn/
hwdep_cal.c 39 audio_devices_t dev_id; member in struct:acdb_audio_cal_cfg
  /external/adhd/cras/src/common/
bluetooth.h 49 uint16_t dev_id; member in struct:hci_dev_info
  /external/autotest/client/profilers/powertop/src/
bluetooth.c 67 __u16 dev_id; member in struct:hci_dev_info
  /external/libbrillo/policy/
device_policy_impl.cc 406 UsbDeviceId dev_id; local
407 dev_id.vendor_id = id.has_vendor_id() ? id.vendor_id() : 0;
408 dev_id.product_id = id.has_product_id() ? id.product_id() : 0;
409 usb_whitelist->push_back(dev_id);
  /hardware/qcom/audio/post_proc/
ma_listener.c 74 uint32_t dev_id; member in struct:ma_listener_context_s
173 if ((context->dev_id & AUDIO_DEVICE_OUT_SPEAKER) ||
174 (context->dev_id & AUDIO_DEVICE_OUT_SPEAKER_SAFE) ||
176 (context->dev_id & AUDIO_DEVICE_OUT_ALL_A2DP) ||
177 (context->dev_id & AUDIO_DEVICE_OUT_ALL_USB)) {
376 __func__, context->dev_id, new_device);
378 context->dev_id = new_device;
536 context->dev_id = AUDIO_DEVICE_NONE;
volume_listener.c 91 uint32_t dev_id; member in struct:vol_listener_context_s
236 context->dev_id, context->state, context->session_id, context->left_vol,context->right_vol);
244 if (context->dev_id == AUDIO_DEVICE_OUT_SPEAKER ||
245 context->dev_id == AUDIO_DEVICE_OUT_SPEAKER_SAFE)
249 (context->dev_id == AUDIO_DEVICE_OUT_EARPIECE ||
250 context->dev_id == AUDIO_DEVICE_OUT_WIRED_HEADSET ||
251 context->dev_id == AUDIO_DEVICE_OUT_WIRED_HEADPHONE))
519 __func__, context->dev_id, new_device);
528 context->dev_id = new_device;
738 context->dev_id = AUDIO_DEVICE_NONE
    [all...]
  /external/adhd/cras/src/tests/
dev_stream_unittest.cc 388 unsigned int dev_id = 9; local
392 rstream_.master_dev.dev_id = 4;
395 dev_stream = dev_stream_create(&rstream_, dev_id, &fmt_s16le_44_1,
417 unsigned int dev_id = 9; local
422 rstream_.master_dev.dev_id = dev_id;
425 dev_stream = dev_stream_create(&rstream_, dev_id, &fmt_s16le_44_1,
517 unsigned int dev_id = 9; local
519 dev_stream = dev_stream_create(&rstream_, dev_id, &fmt_s16le_44_1,
541 unsigned int dev_id = 9 local
634 unsigned int dev_id = 9; local
712 unsigned int dev_id = 9; local
742 unsigned int dev_id = 9; local
    [all...]
  /external/syslinux/gpxe/src/drivers/net/
davicom.c 132 static unsigned short vendor, dev_id;
365 if (vendor == PCI_VENDOR_ID_DAVICOM && dev_id == PCI_DEVICE_ID_DM9009) {
680 dev_id = pci->device;
131 static unsigned short vendor, dev_id; variable
sis900.c 61 static unsigned short vendor, dev_id;
355 dev_id = pci->device;
388 DBG( "sis900_probe: Vendor:%#hX Device:%#hX\n", vendor, dev_id );
60 static unsigned short vendor, dev_id; variable
    [all...]
tlan.c 202 unsigned short dev_id; /* PCI Device code */ member in struct:tlan_private
812 priv->dev_id = pci->device;
    [all...]
mtd80x.c 86 u16 dev_id;
360 u16 dev_id; member in struct:mtd_private
430 if ( mtdx.dev_id == 0x891 ) {
621 mtdx.dev_id = pci->device;
642 if( mtdx.dev_id != 0x803 )
  /hardware/qcom/bt/msm8909/libbt-vendor/src/
hw_ar3k.c 1154 int hci_open_dev(int dev_id)
1167 a.hci_dev = dev_id;
1229 int dev_id, dd; local
1234 dev_id = ioctl(fd, HCIUARTGETDEVICE, 0);
1235 if (dev_id < 0) {
1237 return dev_id;
1240 dd = hci_open_dev(dev_id);
1246 if (ioctl(dd, HCIDEVUP, dev_id) < 0 && errno != EALREADY) {
    [all...]

Completed in 1794 milliseconds

1 2 3