HomeSort by relevance Sort by last modified time
    Searched refs:dev_id (Results 101 - 121 of 121) sorted by null

1 2 3 45

  /external/syslinux/gpxe/src/drivers/net/
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 )
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...]
tulip.c 409 unsigned short dev_id; /* PCI card device code */
408 unsigned short dev_id; \/* PCI card device code *\/ member in struct:tulip_private
    [all...]
tlan.c 202 unsigned short dev_id; /* PCI Device code */ member in struct:tlan_private
812 priv->dev_id = pci->device;
    [all...]
forcedeth.c     [all...]
hfa384x.h     [all...]
  /external/wpa_supplicant_8/src/p2p/
p2p_group.c 840 const u8 *dev_id)
845 if (os_memcmp(dev_id, m->dev_addr, ETH_ALEN) == 0)
908 int p2p_group_go_discover(struct p2p_group *group, const u8 *dev_id,
916 m = p2p_group_get_client(group, dev_id);
929 MACSTR, MAC2STR(dev_id));
p2p.h 601 * @dev_id: Device ID to search for or %NULL to find all devices
626 const u8 *req_dev_types, const u8 *dev_id, u16 pw_id);
    [all...]
p2p.c 1163 const u8 *dev_id, unsigned int search_delay,
1185 if (dev_id) {
1186 os_memcpy(p2p->find_dev_id_buf, dev_id, ETH_ALEN);
    [all...]
  /device/google/dragon/sensor_hub/
sensors.cpp 459 char dev_id[40]; local
460 if (cros_ec_sysfs_get_attr(path_device, "id", dev_id))
462 int sensor_id = atoi(dev_id);
  /cts/hostsidetests/security/securityPatch/Bug-35676417/
local_poc.h 419 uint32_t dev_id; member in struct:msm_snd_device_info
447 uint32_t dev_id; member in struct:msm_audio_route_config
  /external/ltp/testcases/kernel/fs/scsi/ltpscsi/
scsimain.c 288 int dev_id; member in struct:my_scsi_idlun
732 (my_idlun.dev_id >> 16) & 0xff, my_idlun.dev_id & 0xff,
733 (my_idlun.dev_id >> 8) & 0xff);
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
p2p_supplicant.h 75 const u8 *dev_id, unsigned int search_delay,
p2p_supplicant.c 353 const u8 *req_dev_types, const u8 *dev_id, u16 pw_id)
442 p2p_scan_ie(wpa_s->global->p2p, ies, dev_id, bands);
    [all...]
ctrl_iface.c 4947 u8 dev_id[ETH_ALEN], *_dev_id = NULL; local
    [all...]
  /external/autotest/client/common_lib/cros/bluetooth/
bluetooth_socket.py     [all...]
  /device/google/dragon/recovery/updater/
ec_commands.h 3251 uint16_t dev_id; member in struct:ec_params_usb_pd_fw_update
3263 uint16_t dev_id; member in struct:ec_params_usb_pd_rw_hash_entry
    [all...]
  /external/valgrind/include/vki/
vki-linux.h 1868 __vki_u32 dev_id; member in struct:vki_scsi_idlun
3120 __vki_u16 dev_id; member in struct:vki_hci_dev_req
3159 __vki_u16 dev_id; member in struct:vki_hci_inquiry_req
    [all...]
  /hardware/intel/img/psb_video/src/
psb_drv_video.c     [all...]
  /hardware/qcom/audio/hal/
audio_hw.c 336 int dev_id = platform_get_pcm_device_id(uc_id, dir == 0 ? local
340 adev->snd_card, dev_id, dir);
    [all...]

Completed in 1196 milliseconds

1 2 3 45