tag | line | file | source code |
right | 373 | drivers/sound/ad1848.c | int right = (value & 0x0000ff00) >> 8; |
right | 381 | drivers/sound/ad1848.c | if (right > 100) |
right | 382 | drivers/sound/ad1848.c | right = 100; |
right | 385 | drivers/sound/ad1848.c | right = left; |
right | 391 | drivers/sound/ad1848.c | right = mix_cvt[right]; |
right | 395 | drivers/sound/ad1848.c | right = mix_cvt[right]; |
right | 427 | drivers/sound/ad1848.c | change_bits (&val, dev, RIGHT_CHN, right); |
right | 113 | drivers/sound/ics2101.c | int right = (vol >> 8) & 0x00ff; |
right | 119 | drivers/sound/ics2101.c | if (right < 0) |
right | 120 | drivers/sound/ics2101.c | right = 0; |
right | 121 | drivers/sound/ics2101.c | if (right > 100) |
right | 122 | drivers/sound/ics2101.c | right = 100; |
right | 125 | drivers/sound/ics2101.c | write_mix (dev, CHN_RIGHT, right); |
right | 127 | drivers/sound/ics2101.c | vol = left + (right << 8); |
right | 92 | drivers/sound/opl3.c | enable_opl3_mode (int left, int right, int both) |
right | 96 | drivers/sound/pas2_mixer.c | int right = right_vol * div / 100; |
right | 104 | drivers/sound/pas2_mixer.c | right |= mixer; |
right | 120 | drivers/sound/pas2_mixer.c | mix_write (right, PARALLEL_MIXER); |
right | 138 | drivers/sound/pas2_mixer.c | int left, right, devmask, changed, i, mixer = 0; |
right | 143 | drivers/sound/pas2_mixer.c | right = (level & 0x7f00) >> 8; |
right | 154 | drivers/sound/pas2_mixer.c | levels[whichDev] = mixer_output (right, left, 63, P_M_MV508_MASTER_A, 0); |
right | 162 | drivers/sound/pas2_mixer.c | levels[whichDev] = mixer_output (right, left, 12, P_M_MV508_BASS, 0); |
right | 165 | drivers/sound/pas2_mixer.c | levels[whichDev] = mixer_output (right, left, 12, P_M_MV508_TREBLE, 0); |
right | 169 | drivers/sound/pas2_mixer.c | levels[whichDev] = mixer_output (right, left, 31, P_M_MV508_MIXER | P_M_MV508_FM, mixer); |
right | 172 | drivers/sound/pas2_mixer.c | levels[whichDev] = mixer_output (right, left, 31, P_M_MV508_MIXER | P_M_MV508_PCM, mixer); |
right | 175 | drivers/sound/pas2_mixer.c | levels[whichDev] = mixer_output (right, left, 31, P_M_MV508_MIXER | P_M_MV508_SB, mixer); |
right | 178 | drivers/sound/pas2_mixer.c | levels[whichDev] = mixer_output (right, left, 31, P_M_MV508_MIXER | P_M_MV508_SPEAKER, mixer); |
right | 181 | drivers/sound/pas2_mixer.c | levels[whichDev] = mixer_output (right, left, 31, P_M_MV508_MIXER | P_M_MV508_LINE, mixer); |
right | 184 | drivers/sound/pas2_mixer.c | levels[whichDev] = mixer_output (right, left, 31, P_M_MV508_MIXER | P_M_MV508_CDROM, mixer); |
right | 187 | drivers/sound/pas2_mixer.c | levels[whichDev] = mixer_output (right, left, 31, P_M_MV508_MIXER | P_M_MV508_MIC, mixer); |
right | 190 | drivers/sound/pas2_mixer.c | levels[whichDev] = mixer_output (right, left, 31, P_M_MV508_MIXER | P_M_MV508_IMIXER, |
right | 194 | drivers/sound/pas2_mixer.c | levels[whichDev] = mixer_output (right, left, 15, P_M_MV508_MASTER_B, 0); |
right | 248 | drivers/sound/sb_mixer.c | int right = (value & 0x0000ff00) >> 8; |
right | 253 | drivers/sound/sb_mixer.c | if (right > 100) |
right | 254 | drivers/sound/sb_mixer.c | right = 100; |
right | 266 | drivers/sound/sb_mixer.c | sb_setmixer (0x0c, 96 - (96 * right / 100)); |
right | 271 | drivers/sound/sb_mixer.c | levels[dev] = left | (right << 8); |
right | 289 | drivers/sound/sb_mixer.c | sb_setmixer (reg + 1, (24 - (24 * right / 100)) | 0x40); |
right | 292 | drivers/sound/sb_mixer.c | levels[dev] = left | (right << 8); |
right | 293 | drivers/sound/sb_mixer.c | return left | (right << 8); |
right | 302 | 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 | 192 | drivers/sound/sound_calls.h | void enable_opl3_mode(int left, int right, int both); |
right | 487 | fs/locks.c | struct file_lock *right = NULL; |
right | 571 | fs/locks.c | right = fl; |
right | 607 | fs/locks.c | if (right) { |
right | 608 | fs/locks.c | if (left == right) { |
right | 613 | fs/locks.c | if ((left = locks_alloc_lock(right)) == NULL) { |
right | 620 | 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); |