Home
last modified time | relevance | path

Searched refs:device_id (Results 51 – 75 of 650) sorted by relevance

12345678910>>...26

/openbmc/linux/drivers/block/rnbd/
H A Drnbd-proto.h117 __le32 device_id; member
145 __le32 device_id; member
172 __le32 device_id; member
/openbmc/linux/include/acpi/
H A Dvideo.h60 int device_id, void **edid);
87 int device_id, void **edid) in acpi_video_get_edid() argument
/openbmc/linux/drivers/net/dsa/sja1105/
H A Dsja1105_ethtool.c567 if (priv->info->device_id == SJA1105E_DEVICE_ID || in sja1105_get_ethtool_stats()
568 priv->info->device_id == SJA1105T_DEVICE_ID) in sja1105_get_ethtool_stats()
594 if (priv->info->device_id == SJA1105E_DEVICE_ID || in sja1105_get_strings()
595 priv->info->device_id == SJA1105T_DEVICE_ID) in sja1105_get_strings()
615 if (priv->info->device_id == SJA1105E_DEVICE_ID || in sja1105_get_sset_count()
616 priv->info->device_id == SJA1105T_DEVICE_ID) in sja1105_get_sset_count()
/openbmc/linux/drivers/scsi/pm8001/
H A Dpm80xx_hwi.h466 __le32 device_id; member
477 __le32 device_id; member
575 __le32 device_id; member
598 __le32 device_id; member
631 __le32 device_id; member
669 __le32 device_id; member
719 __le32 device_id; member
732 __le32 device_id; member
766 __le32 device_id; member
795 __le32 device_id; member
[all …]
/openbmc/linux/drivers/greybus/
H A Dinterface.c130 u8 device_id; in gb_interface_route_create() local
141 device_id = ret; in gb_interface_route_create()
143 ret = gb_svc_intf_device_id(svc, intf_id, device_id); in gb_interface_route_create()
146 device_id, ret); in gb_interface_route_create()
152 intf_id, device_id); in gb_interface_route_create()
158 intf->device_id = device_id; in gb_interface_route_create()
168 ida_simple_remove(&svc->device_id_map, device_id); in gb_interface_route_create()
177 if (intf->device_id == GB_INTERFACE_DEVICE_ID_BAD) in gb_interface_route_destroy()
181 ida_simple_remove(&svc->device_id_map, intf->device_id); in gb_interface_route_destroy()
182 intf->device_id = GB_INTERFACE_DEVICE_ID_BAD; in gb_interface_route_destroy()
[all …]
/openbmc/linux/include/linux/mtd/
H A Donenand.h89 unsigned int device_id; member
161 (this->device_id & DEVICE_IS_FLEXONENAND)
168 (this->device_id & ONENAND_DEVICE_IS_DDP)
/openbmc/linux/sound/pci/echoaudio/
H A Dgina20_dsp.c36 static int init_hw(struct echoaudio *chip, u16 device_id, u16 subdevice_id) in init_hw() argument
50 chip->device_id = device_id; in init_hw()
H A Dmia_dsp.c40 static int init_hw(struct echoaudio *chip, u16 device_id, u16 subdevice_id) in init_hw() argument
54 chip->device_id = device_id; in init_hw()
H A Dlayla20_dsp.c39 static int init_hw(struct echoaudio *chip, u16 device_id, u16 subdevice_id) in init_hw() argument
53 chip->device_id = device_id; in init_hw()
/openbmc/linux/sound/ppc/
H A Dpowermac.c61 card->shortname, chip->device_id, chip->subframe); in snd_pmac_probe()
70 card->shortname, chip->device_id, chip->subframe); in snd_pmac_probe()
81 card->shortname, chip->device_id, chip->subframe); in snd_pmac_probe()
/openbmc/linux/drivers/hwmon/pmbus/
H A Dmax15301.c144 u8 device_id[I2C_SMBUS_BLOCK_MAX + 1]; in max15301_probe() local
153 status = i2c_smbus_read_block_data(client, PMBUS_IC_DEVICE_ID, device_id); in max15301_probe()
159 if (!strncasecmp(mid->name, device_id, strlen(mid->name))) in max15301_probe()
H A Dstpddc60.c199 u8 device_id[I2C_SMBUS_BLOCK_MAX + 1]; in stpddc60_probe() local
208 status = i2c_smbus_read_block_data(client, PMBUS_MFR_MODEL, device_id); in stpddc60_probe()
214 if (!strncasecmp(mid->name, device_id, strlen(mid->name))) in stpddc60_probe()
H A Dzl6100.c323 u8 device_id[I2C_SMBUS_BLOCK_MAX + 1]; in zl6100_probe() local
332 device_id); in zl6100_probe()
337 device_id[ret] = '\0'; in zl6100_probe()
338 dev_info(&client->dev, "Device ID %s\n", device_id); in zl6100_probe()
342 if (!strncasecmp(mid->name, device_id, strlen(mid->name))) in zl6100_probe()
H A Dpim4328.c136 u8 device_id[I2C_SMBUS_BLOCK_MAX + 1]; in pim4328_probe() local
153 status = i2c_smbus_read_block_data(client, PMBUS_MFR_MODEL, device_id); in pim4328_probe()
159 if (!strncasecmp(mid->name, device_id, strlen(mid->name))) in pim4328_probe()
/openbmc/linux/arch/arm64/kvm/vgic/
H A Dvgic-its.c125 u32 device_id; member
215 if (device_id == device->device_id) in find_its_device()
232 device = find_its_device(its, device_id); in find_ite()
856 ite = find_ite(its, device_id, event_id); in vgic_its_cmd_handle_discard()
886 ite = find_ite(its, device_id, event_id); in vgic_its_cmd_handle_movi()
1108 if (find_ite(its, device_id, event_id)) in vgic_its_cmd_handle_mapi()
1185 u32 device_id, gpa_t itt_addr, in vgic_its_alloc_device() argument
1194 device->device_id = device_id; in vgic_its_alloc_device()
2123 next_offset = next->device_id - dev->device_id; in compute_next_devid_offset()
2432 if (deva->device_id < devb->device_id) in vgic_its_device_cmp()
[all …]
/openbmc/u-boot/arch/arm/mach-bcm283x/include/mach/
H A Dmbox.h197 u32 device_id; member
200 u32 device_id; member
215 u32 device_id; member
219 u32 device_id; member
/openbmc/qemu/hw/display/
H A Dcirrus_vga_internal.h95 int device_id; member
100 int device_id, int is_pci,
/openbmc/linux/drivers/net/wan/
H A Dslic_ds26522.c70 u8 device_id; in get_slic_product_code() local
72 device_id = slic_read(spi, DS26522_IDR_ADDR); in get_slic_product_code()
73 if ((device_id & 0xf8) == 0x68) in get_slic_product_code()
/openbmc/phosphor-power/phosphor-regulators/docs/config_file/
H A Dphase_fault_detection.md43 different device using the "device_id" property. If you need to access multiple
51 | device_id | no | string | Unique ID of the [device](devic…
64 "device_id": "io_expander",
72 "device_id": "io_expander",
/openbmc/linux/drivers/net/ethernet/huawei/hinic/
H A Dhinic_devlink.h96 u32 device_id; member
108 u32 device_id; member
/openbmc/linux/sound/soc/codecs/
H A Dmax98396.c746 if (max98396->device_id == CODEC_TYPE_MAX98396) { in max98396_dai_tdm_slot()
767 if (max98396->device_id == CODEC_TYPE_MAX98396) { in max98396_dai_tdm_slot()
962 if (max98396->device_id == CODEC_TYPE_MAX98396) in max98396_mux_get()
991 if (max98396->device_id == CODEC_TYPE_MAX98396) in max98396_mux_put()
1437 if (max98396->device_id == CODEC_TYPE_MAX98396) in max98396_probe()
1446 if (max98396->device_id == CODEC_TYPE_MAX98396) in max98396_probe()
1456 if (max98396->device_id == CODEC_TYPE_MAX98396) in max98396_probe()
1465 if (max98396->device_id == CODEC_TYPE_MAX98396) in max98396_probe()
1748 max98396->device_id = id->driver_data; in max98396_i2c_probe()
1751 if (max98396->device_id == CODEC_TYPE_MAX98396) in max98396_i2c_probe()
[all …]
/openbmc/u-boot/drivers/mtd/
H A Dcfi_flash.c1252 info->device_id); in flash_print_info()
1253 if ((info->device_id & 0xff) == 0x7E) { in flash_print_info()
1516 if (info->device_id == ATM_ID_BV6416) in flash_real_protect()
1727 if (info->device_id == 0x7E) { in cmdset_amd_read_jedec_ids()
1737 info->device_id = flash_read_word(info, in cmdset_amd_read_jedec_ids()
1739 if ((info->device_id & 0xff) == 0x7E) { in cmdset_amd_read_jedec_ids()
1778 info->device_id = 0; in flash_read_jedec_ids()
1833 info->device_id, in flash_detect_legacy()
1976 if ((info->device_id & 0x80) != 0) in flash_fixup_amd()
1998 if (info->device_id == 0xd6 || info->device_id == 0xd2) in flash_fixup_atmel()
[all …]
/openbmc/linux/drivers/hid/intel-ish-hid/
H A Dishtp-hid-client.c224 if (recv_msg->hdr.device_id == in process_recv()
256 if (recv_msg->hdr.device_id == in process_recv()
270 if (recv_msg->hdr.device_id == in process_recv()
296 if (recv_msg->hdr.device_id == in process_recv()
391 msg->hdr.device_id = in hid_ishtp_set_feature()
436 msg.hdr.device_id = in hid_ishtp_get_report()
557 msg.hdr.device_id = client_data->hid_devices[index].dev_id; in ishtp_get_hid_descriptor()
604 msg.hdr.device_id = client_data->hid_devices[index].dev_id; in ishtp_get_report_descriptor()
/openbmc/linux/drivers/comedi/drivers/
H A Dcb_das16_cs.c90 int device_id; member
98 .device_id = 0x0039,
103 .device_id = 0x4009,
106 .device_id = 0x0000, /* unknown */
332 if (board->device_id == link->card_id) in das16cs_find_boardinfo()
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7996/
H A Dmmio.c215 u32 device_id) in mt7996_mmio_init() argument
224 switch (device_id) { in mt7996_mmio_init()
245 mdev->rev = (device_id << 16) | (mt76_rr(dev, MT_HW_REV) & 0xff); in mt7996_mmio_init()
344 void __iomem *mem_base, u32 device_id) in mt7996_mmio_probe() argument
375 ret = mt7996_mmio_init(mdev, mem_base, device_id); in mt7996_mmio_probe()

12345678910>>...26