Home
last modified time | relevance | path

Searched refs:sarg (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/drivers/media/video/
Dmsp3400.c1433 __u16 *sarg = arg; in msp_command() local
1444 dprintk(KERN_DEBUG "msp34xx: AUDC_SET_INPUT(%d)\n",*sarg); in msp_command()
1445 if (*sarg == msp->input) in msp_command()
1447 msp->input = *sarg; in msp_command()
1448 switch (*sarg) { in msp_command()
1468 if (*sarg & AUDIO_MUTE) in msp_command()
Dtvaudio.c1551 __u16 *sarg = arg; in chip_command() local
1560 if (*sarg & 0x80) in chip_command()
1563 chip_write_masked(chip,desc->inputreg,desc->inputmap[*sarg],desc->inputmask); in chip_command()