Searched refs:w16 (Results 1 – 2 of 2) sorted by relevance
/linux-3.4.99/sound/isa/gus/ |
D | gus_pcm.c | 306 int w16, int invert) in snd_gf1_pcm_poke_block() argument 325 if (w16) { in snd_gf1_pcm_poke_block() 336 if (w16) { in snd_gf1_pcm_poke_block() 378 int err, w16, invert; in snd_gf1_pcm_playback_copy() local 380 w16 = (snd_pcm_format_width(runtime->format) == 16); in snd_gf1_pcm_playback_copy() 382 …if ((err = snd_gf1_pcm_poke_block(gus, runtime->dma_area + bpos, pcmp->memory + bpos, len, w16, in… in snd_gf1_pcm_playback_copy() 408 int err, w16, invert; in snd_gf1_pcm_playback_silence() local 410 w16 = (snd_pcm_format_width(runtime->format) == 16); in snd_gf1_pcm_playback_silence() 412 …if ((err = snd_gf1_pcm_poke_block(gus, runtime->dma_area + bpos, pcmp->memory + bpos, len, w16, in… in snd_gf1_pcm_playback_silence()
|
/linux-3.4.99/drivers/net/usb/ |
D | pegasus.c | 490 __u16 w16; in get_node_id() local 493 read_eprom_word(pegasus, i, &w16); in get_node_id() 494 ((__le16 *) id)[i] = cpu_to_le16(w16); in get_node_id()
|