Searched refs:id32 (Results 1 – 8 of 8) sorted by relevance
| /linux/sound/pci/emu10k1/ |
| A D | p16v.c | 201 runtime->sync.id32[0] = substream->pcm->card->number; in snd_p16v_pcm_open_playback_channel() 202 runtime->sync.id32[1] = 'P'; in snd_p16v_pcm_open_playback_channel() 203 runtime->sync.id32[2] = 16; in snd_p16v_pcm_open_playback_channel() 204 runtime->sync.id32[3] = 'V'; in snd_p16v_pcm_open_playback_channel()
|
| /linux/arch/mips/include/asm/ |
| A D | gio_device.h | 17 unsigned id32:1; member
|
| /linux/drivers/net/dsa/microchip/ |
| A D | ksz9477.c | 1377 u32 id32; in ksz9477_switch_detect() local 1391 ret = ksz_read32(dev, REG_CHIP_ID0__1, &id32); in ksz9477_switch_detect() 1404 dev_dbg(dev->dev, "Switch detect: ID=%08x%02x\n", id32, data8); in ksz9477_switch_detect() 1405 id_hi = (u8)(id32 >> 16); in ksz9477_switch_detect() 1406 id_lo = (u8)(id32 >> 8); in ksz9477_switch_detect() 1427 id32 = (id_hi << 16) | (id_lo << 8); in ksz9477_switch_detect() 1429 dev->chip_id = id32; in ksz9477_switch_detect()
|
| /linux/net/rxrpc/ |
| A D | recvmsg.c | 578 unsigned int id32 = call->user_call_ID; in rxrpc_recvmsg() local 581 sizeof(unsigned int), &id32); in rxrpc_recvmsg()
|
| /linux/drivers/net/dsa/b53/ |
| A D | b53_common.c | 2700 u32 id32; in b53_switch_detect() local 2733 ret = b53_read32(dev, B53_MGMT_PAGE, B53_DEVICE_ID, &id32); in b53_switch_detect() 2737 switch (id32) { in b53_switch_detect() 2746 dev->chip_id = id32; in b53_switch_detect() 2751 id8, id32); in b53_switch_detect()
|
| /linux/sound/core/ |
| A D | pcm_lib.c | 503 runtime->sync.id32[0] = substream->pcm->card->number; in snd_pcm_set_sync() 504 runtime->sync.id32[1] = -1; in snd_pcm_set_sync() 505 runtime->sync.id32[2] = -1; in snd_pcm_set_sync() 506 runtime->sync.id32[3] = -1; in snd_pcm_set_sync()
|
| /linux/tools/include/uapi/sound/ |
| A D | asound.h | 341 unsigned int id32[4]; member
|
| /linux/include/uapi/sound/ |
| A D | asound.h | 341 unsigned int id32[4]; member
|
Completed in 36 milliseconds