Searched refs:tmpid (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/sound/core/ |
H A D | init.c | 922 char tmpid[sizeof(card->id)]; in snd_card_register() local 923 memcpy(tmpid, card->id, sizeof(card->id)); in snd_card_register() 924 snd_card_set_id_no_lock(card, tmpid, tmpid); in snd_card_register()
|
/openbmc/linux/drivers/net/can/slcan/ |
H A D | slcan-core.c | 176 u32 tmpid; in slcan_bump_frame() local 211 if (kstrtou32(sl->rbuff + SLCAN_CMD_LEN, 16, &tmpid)) in slcan_bump_frame() 214 cf->can_id |= tmpid; in slcan_bump_frame()
|
/openbmc/linux/sound/pci/mixart/ |
H A D | mixart.c | 1316 char tmpid[16]; in snd_mixart_probe() local 1323 snprintf(tmpid, sizeof(tmpid), "%s-%d", id[dev] ? id[dev] : "MIXART", i); in snd_mixart_probe() 1324 err = snd_card_new(&pci->dev, idx, tmpid, THIS_MODULE, in snd_mixart_probe()
|
/openbmc/u-boot/drivers/ata/ |
H A D | ahci.c | 705 ALLOC_CACHE_ALIGN_BUFFER(u16, tmpid, ATA_ID_WORDS); in ata_scsiop_inquiry() 726 (u8 *)tmpid, ATA_ID_WORDS * 2, 0)) { in ata_scsiop_inquiry() 741 memcpy(idbuf, tmpid, ATA_ID_WORDS * 2); in ata_scsiop_inquiry()
|
/openbmc/linux/drivers/scsi/ |
H A D | nsp32.c | 811 unsigned char tmpid, newid; in nsp32_reselection() local 818 tmpid = nsp32_read1(base, RESELECT_ID); in nsp32_reselection() 819 tmpid &= (~BIT(host_id)); in nsp32_reselection() 821 while (tmpid) { in nsp32_reselection() 822 if (tmpid & 1) { in nsp32_reselection() 825 tmpid >>= 1; in nsp32_reselection()
|
/openbmc/linux/sound/pci/pcxhr/ |
H A D | pcxhr.c | 1585 char tmpid[16]; in pcxhr_probe() local 1597 snprintf(tmpid, sizeof(tmpid), "%s-%d", in pcxhr_probe() 1599 err = snd_card_new(&pci->dev, idx, tmpid, THIS_MODULE, in pcxhr_probe()
|