/openbmc/linux/drivers/net/ethernet/mscc/ |
H A D | ocelot_vsc7514.c | 245 enum ocelot_target id; in mscc_ocelot_probe() member 284 ocelot->targets[io_target[i].id] = NULL; in mscc_ocelot_probe() 291 ocelot->targets[io_target[i].id] = target; in mscc_ocelot_probe()
|
/openbmc/linux/block/ |
H A D | blk-ioc.c | 85 radix_tree_delete(&ioc->icq_tree, icq->q->id); in ioc_destroy_icq() 342 icq = radix_tree_lookup(&ioc->icq_tree, q->id); in ioc_lookup_icq() 389 if (likely(!radix_tree_insert(&ioc->icq_tree, q->id, icq))) { in ioc_create_icq()
|
/openbmc/linux/include/linux/ |
H A D | rio.h | 278 unsigned char id; /* port ID, unique among all ports */ member 326 unsigned char id; /* RIO network ID */ member 459 int (*probe) (struct rio_dev * dev, const struct rio_device_id * id);
|
H A D | input.h | 141 struct input_id id; member 319 …(*connect)(struct input_handler *handler, struct input_dev *dev, const struct input_device_id *id); 511 const struct input_device_id *id);
|
/openbmc/linux/drivers/media/usb/gspca/ |
H A D | jl2005bcd.c | 396 const struct usb_device_id *id) in sd_config() argument 506 const struct usb_device_id *id) in sd_probe() argument 508 return gspca_dev_probe(intf, id, &sd_desc, sizeof(struct sd), in sd_probe()
|
/openbmc/linux/drivers/media/usb/as102/ |
H A D | as102_usb_drv.c | 19 const struct usb_device_id *id); 335 const struct usb_device_id *id) in as102_usb_probe() argument 354 if (id == &as102_usb_id_table[i]) { in as102_usb_probe()
|
/openbmc/linux/drivers/net/ethernet/8390/ |
H A D | zorro8390.c | 70 zorro_id id; member 402 if (z->id == cards[i].id) in zorro8390_init_one()
|
/openbmc/linux/net/nfc/nci/ |
H A D | rsp.c | 298 conn_info->dest_params->id = ndev->cur_params.id; in nci_core_conn_create_rsp_packet() 309 if (ndev->cur_params.id == ndev->hci_dev->nfcee_id) in nci_core_conn_create_rsp_packet()
|
/openbmc/linux/drivers/gpu/drm/nouveau/dispnv50/ |
H A D | base507c.c | 308 .id = head, in base507c_new_() 329 wndw->ntfy = NV50_DISP_BASE_NTFY(wndw->id); in base507c_new_() 330 wndw->sema = NV50_DISP_BASE_SEM0(wndw->id); in base507c_new_()
|
/openbmc/qemu/hw/misc/ |
H A D | mps2-scc.c | 60 return extract32(s->id, 4, 8); in scc_partno() 222 r = s->id; in mps2_scc_read() 465 DEFINE_PROP_UINT32("scc-id", MPS2SCC, id, 0),
|
/openbmc/linux/sound/soc/codecs/ |
H A D | arizona.h | 321 int id; member 341 int arizona_init_fll(struct arizona *arizona, int id, int base, 358 int arizona_init_dai(struct arizona_priv *priv, int id);
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn314/ |
H A D | dcn314_dio_stream_encoder.c | 107 cntl.engine_id = enc1->base.id; in enc314_stream_encoder_dvi_set_stream_attribute() 148 cntl.engine_id = enc1->base.id; in enc314_stream_encoder_hdmi_set_stream_attribute() 487 enc1->base.id = eng_id; in dcn314_dio_stream_encoder_construct()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn32/ |
H A D | dcn32_dio_stream_encoder.c | 74 cntl.engine_id = enc1->base.id; in enc32_stream_encoder_dvi_set_stream_attribute() 115 cntl.engine_id = enc1->base.id; in enc32_stream_encoder_hdmi_set_stream_attribute() 518 enc1->base.id = eng_id; in dcn32_dio_stream_encoder_construct()
|
/openbmc/qemu/linux-headers/asm-s390/ |
H A D | kvm.h | 266 __u32 id; member 353 __u32 id; member 377 __u32 id; member
|
/openbmc/linux/drivers/scsi/ |
H A D | ps3rom.c | 70 __LINE__, scsi_dev->id, scsi_dev->lun, scsi_dev->channel); in ps3rom_slave_configure() 169 dev->regions[dev->region_idx].id, start_sector, in ps3rom_read_request() 192 dev->regions[dev->region_idx].id, start_sector, in ps3rom_write_request()
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-ata | 71 - Z the device id: for PATA, there is usually 2 devices [0,1], only 1 for SATA. 77 What: /sys/class/ata_device/devX[.Y].Z/id 106 id: (RO) Cached result of IDENTIFY command, as
|
/openbmc/webui-vue/src/views/HardwareStatus/Inventory/ |
H A D | InventoryTableFans.vue | 38 data-test-id="hardwareStatus-button-expandFans" 66 <dt>{{ $t('pageInventory.table.id') }}:</dt> 67 <dd>{{ dataFormatter(item.id) }}</dd>
|
/openbmc/linux/arch/s390/kvm/ |
H A D | trace.h | 22 #define VCPU_FIELD_COMMON __field(int, id) \ 26 __entry->id = vcpu->vcpu_id; \ 31 TP_printk("%02d[%016lx-%016lx]: " p_str, __entry->id, \
|
/openbmc/u-boot/drivers/mmc/ |
H A D | mmc-uclass.c | 395 .id = UCLASS_BLK, 409 .id = UCLASS_MMC, 413 .id = UCLASS_MMC,
|
/openbmc/linux/block/partitions/ |
H A D | acorn.c | 256 unsigned char id; in adfspart_check_ADFS() local 272 id = data[0x1fc] & 15; in adfspart_check_ADFS() 281 switch (id) { in adfspart_check_ADFS()
|
/openbmc/linux/drivers/gpu/drm/panfrost/ |
H A D | panfrost_device.c | 295 #define PANFROST_EXCEPTION(id) \ argument 296 [DRM_PANFROST_EXCEPTION_ ## id] = { \ 297 .name = #id, \
|
/openbmc/u-boot/drivers/power/regulator/ |
H A D | tps65910_regulator.c | 424 .id = UCLASS_REGULATOR, 439 .id = UCLASS_REGULATOR, 454 .id = UCLASS_REGULATOR,
|
/openbmc/linux/sound/soc/samsung/ |
H A D | bells.c | 476 bells_cards[pdev->id].dev = &pdev->dev; in bells_probe() 478 ret = devm_snd_soc_register_card(&pdev->dev, &bells_cards[pdev->id]); in bells_probe() 482 bells_cards[pdev->id].name, ret); in bells_probe()
|
/openbmc/linux/drivers/regulator/ |
H A D | ltc3676.c | 150 struct regulator_desc *rdesc = <c3676->regulator_descs[desc->id]; in ltc3676_of_parse_cb() 155 if (desc->id == LTC3676_LDO3) in ltc3676_of_parse_cb() 208 .id = LTC3676_ ## _id, \
|
/openbmc/linux/drivers/mfd/ |
H A D | tps65910.c | 446 const struct i2c_device_id *id = i2c_client_get_device_id(i2c); in tps65910_i2c_probe() local 451 unsigned long chip_id = id->driver_data; in tps65910_i2c_probe() 476 tps65910->id = chip_id; in tps65910_i2c_probe()
|