tag | line | file | source code |
right | 376 | drivers/sound/ad1848.c | int right = (value & 0x0000ff00) >> 8; |
right | 384 | drivers/sound/ad1848.c | if (right > 100) |
right | 385 | drivers/sound/ad1848.c | right = 100; |
right | 388 | drivers/sound/ad1848.c | right = left; |
right | 394 | drivers/sound/ad1848.c | right = mix_cvt[right]; |
right | 398 | drivers/sound/ad1848.c | right = mix_cvt[right]; |
right | 430 | drivers/sound/ad1848.c | change_bits (&val, dev, RIGHT_CHN, right); |
right | 115 | drivers/sound/ics2101.c | int right = (vol >> 8) & 0x00ff; |
right | 121 | drivers/sound/ics2101.c | if (right < 0) |
right | 122 | drivers/sound/ics2101.c | right = 0; |
right | 123 | drivers/sound/ics2101.c | if (right > 100) |
right | 124 | drivers/sound/ics2101.c | right = 100; |
right | 127 | drivers/sound/ics2101.c | write_mix (dev, CHN_RIGHT, right); |
right | 129 | drivers/sound/ics2101.c | vol = left + (right << 8); |
right | 94 | drivers/sound/opl3.c | enable_opl3_mode (int left, int right, int both) |
right | 98 | drivers/sound/pas2_mixer.c | int right = right_vol * div / 100; |
right | 106 | drivers/sound/pas2_mixer.c | right |= mixer; |
right | 122 | drivers/sound/pas2_mixer.c | mix_write (right, PARALLEL_MIXER); |
right | 140 | drivers/sound/pas2_mixer.c | int left, right, devmask, changed, i, mixer = 0; |
right | 145 | drivers/sound/pas2_mixer.c | right = (level & 0x7f00) >> 8; |
right | 156 | drivers/sound/pas2_mixer.c | levels[whichDev] = mixer_output (right, left, 63, P_M_MV508_MASTER_A, 0); |
right | 164 | drivers/sound/pas2_mixer.c | levels[whichDev] = mixer_output (right, left, 12, P_M_MV508_BASS, 0); |
right | 167 | drivers/sound/pas2_mixer.c | levels[whichDev] = mixer_output (right, left, 12, P_M_MV508_TREBLE, 0); |
right | 171 | drivers/sound/pas2_mixer.c | levels[whichDev] = mixer_output (right, left, 31, P_M_MV508_MIXER | P_M_MV508_FM, mixer); |
right | 174 | drivers/sound/pas2_mixer.c | levels[whichDev] = mixer_output (right, left, 31, P_M_MV508_MIXER | P_M_MV508_PCM, mixer); |
right | 177 | drivers/sound/pas2_mixer.c | levels[whichDev] = mixer_output (right, left, 31, P_M_MV508_MIXER | P_M_MV508_SB, mixer); |
right | 180 | drivers/sound/pas2_mixer.c | levels[whichDev] = mixer_output (right, left, 31, P_M_MV508_MIXER | P_M_MV508_SPEAKER, mixer); |
right | 183 | drivers/sound/pas2_mixer.c | levels[whichDev] = mixer_output (right, left, 31, P_M_MV508_MIXER | P_M_MV508_LINE, mixer); |
right | 186 | drivers/sound/pas2_mixer.c | levels[whichDev] = mixer_output (right, left, 31, P_M_MV508_MIXER | P_M_MV508_CDROM, mixer); |
right | 189 | drivers/sound/pas2_mixer.c | levels[whichDev] = mixer_output (right, left, 31, P_M_MV508_MIXER | P_M_MV508_MIC, mixer); |
right | 192 | drivers/sound/pas2_mixer.c | levels[whichDev] = mixer_output (right, left, 31, P_M_MV508_MIXER | P_M_MV508_IMIXER, |
right | 196 | drivers/sound/pas2_mixer.c | levels[whichDev] = mixer_output (right, left, 15, P_M_MV508_MASTER_B, 0); |
right | 252 | drivers/sound/sb_mixer.c | int right = (value & 0x0000ff00) >> 8; |
right | 257 | drivers/sound/sb_mixer.c | if (right > 100) |
right | 258 | drivers/sound/sb_mixer.c | right = 100; |
right | 270 | drivers/sound/sb_mixer.c | sb_setmixer (0x0c, 96 - (96 * right / 100)); |
right | 275 | drivers/sound/sb_mixer.c | levels[dev] = left | (right << 8); |
right | 293 | drivers/sound/sb_mixer.c | sb_setmixer (reg + 1, (24 - (24 * right / 100)) | 0x40); |
right | 296 | drivers/sound/sb_mixer.c | levels[dev] = left | (right << 8); |
right | 297 | drivers/sound/sb_mixer.c | return left | (right << 8); |
right | 304 | drivers/sound/sb_mixer.c | int right = (value & 0x0000ff00) >> 8; |
right | 314 | drivers/sound/sb_mixer.c | if (right > 100) |
right | 315 | drivers/sound/sb_mixer.c | right = 100; |
right | 354 | drivers/sound/sb_mixer.c | change_bits (&val, dev, RIGHT_CHN, right); |
right | 358 | drivers/sound/sb_mixer.c | levels[dev] = left | (right << 8); |
right | 359 | drivers/sound/sb_mixer.c | return left | (right << 8); |
right | 197 | drivers/sound/sound_calls.h | void enable_opl3_mode(int left, int right, int both); |
right | 561 | fs/locks.c | struct file_lock *right = NULL; |
right | 647 | fs/locks.c | right = fl; |
right | 695 | fs/locks.c | if (right) { |
right | 696 | fs/locks.c | if (left == right) { |
right | 701 | fs/locks.c | if ((left = locks_alloc_lock(right)) == NULL) { |
right | 708 | fs/locks.c | right->fl_start = caller->fl_end + 1; |
right | 33 | fs/ncpfs/file.c | ncp_make_open(struct inode *i, int right) |
right | 72 | fs/ncpfs/file.c | if ( ((right == O_RDONLY) && ( (finfo->access == O_RDONLY) |
right | 74 | fs/ncpfs/file.c | || ((right == O_WRONLY) && ( (finfo->access == O_WRONLY) |
right | 76 | fs/ncpfs/file.c | || ((right == O_RDWR) && (finfo->access == O_RDWR))) |
right | 32 | fs/smbfs/file.c | smb_make_open(struct inode *i, int right) |
right | 57 | fs/smbfs/file.c | if ( ((right == O_RDONLY) && ( (dirent->access == O_RDONLY) |
right | 59 | fs/smbfs/file.c | || ((right == O_WRONLY) && ( (dirent->access == O_WRONLY) |
right | 61 | fs/smbfs/file.c | || ((right == O_RDWR) && (dirent->access == O_RDWR))) |
right | 122 | include/linux/ncp_fs.h | int ncp_make_open(struct inode *i, int right); |
right | 97 | include/linux/smb_fs.h | int smb_make_open(struct inode *i, int right); |
right | 71 | mm/mlock.c | struct vm_area_struct * left, * right; |
right | 76 | mm/mlock.c | right = (struct vm_area_struct *) kmalloc(sizeof(struct vm_area_struct), GFP_KERNEL); |
right | 77 | mm/mlock.c | if (!right) { |
right | 82 | mm/mlock.c | *right = *vma; |
right | 86 | mm/mlock.c | right->vm_start = end; |
right | 88 | mm/mlock.c | right->vm_offset += right->vm_start - left->vm_start; |
right | 94 | mm/mlock.c | vma->vm_ops->open(right); |
right | 97 | mm/mlock.c | insert_vm_struct(current, right); |
right | 145 | mm/mprotect.c | struct vm_area_struct * left, * right; |
right | 150 | mm/mprotect.c | right = (struct vm_area_struct *) kmalloc(sizeof(struct vm_area_struct), GFP_KERNEL); |
right | 151 | mm/mprotect.c | if (!right) { |
right | 156 | mm/mprotect.c | *right = *vma; |
right | 160 | mm/mprotect.c | right->vm_start = end; |
right | 162 | mm/mprotect.c | right->vm_offset += right->vm_start - left->vm_start; |
right | 169 | mm/mprotect.c | vma->vm_ops->open(right); |
right | 172 | mm/mprotect.c | insert_vm_struct(current, right); |