Searched refs:id32 (Results 1 - 8 of 8) sorted by relevance

/linux-master/arch/mips/include/asm/
H A Dgio_device.h17 unsigned id32:1; member in struct:gio_device
/linux-master/sound/pci/emu10k1/
H A Dp16v.c177 runtime->sync.id32[0] = substream->pcm->card->number;
178 runtime->sync.id32[1] = 'P';
179 runtime->sync.id32[2] = 16;
180 runtime->sync.id32[3] = 'V';
/linux-master/net/rxrpc/
H A Drecvmsg.c382 unsigned int id32 = call->user_call_ID; local
385 sizeof(unsigned int), &id32);
/linux-master/drivers/net/dsa/b53/
H A Db53_common.c2747 u32 id32; local
2780 ret = b53_read32(dev, B53_MGMT_PAGE, B53_DEVICE_ID, &id32);
2784 switch (id32) {
2794 dev->chip_id = id32;
2799 id8, id32);
/linux-master/drivers/net/dsa/microchip/
H A Dksz_common.c3228 u32 id32; local
3262 ret = ksz_read32(dev, REG_CHIP_ID0, &id32);
3266 dev->chip_rev = FIELD_GET(SW_REV_ID_M, id32);
3267 id32 &= ~0xFF;
3269 switch (id32) {
3280 dev->chip_id = id32;
3298 "unsupported switch detected %x)\n", id32);
/linux-master/sound/core/
H A Dpcm_lib.c528 runtime->sync.id32[0] = substream->pcm->card->number;
529 runtime->sync.id32[1] = -1;
530 runtime->sync.id32[2] = -1;
531 runtime->sync.id32[3] = -1;
/linux-master/include/uapi/sound/
H A Dasound.h336 unsigned int id32[4]; member in union:snd_pcm_sync_id
/linux-master/tools/include/uapi/sound/
H A Dasound.h336 unsigned int id32[4]; member in union:snd_pcm_sync_id

Completed in 202 milliseconds