Searched refs:pos_l (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/sound/oss/ |
D | ad1848_mixer.h | 93 #define MIX_ENT(name, reg_l, pola_l, pos_l, len_l, reg_r, pola_r, pos_r, len_r, mute_bit) \ argument 94 [name] = {{reg_l, pola_l, pos_l, len_l, reg_l, 0, mute_bit, 0, 0, 8}, \ 97 #define MIX_ENT2(name, reg_l, pola_l, pos_l, len_l, mute_reg_l, mute_pola_l, mute_pos_l, \ argument 101 [name] = {{reg_l, pola_l, pos_l, len_l, mute_reg_l, mute_pola_l, mute_pos_l, \
|
/linux-4.4.14/fs/ |
D | read_write.c | 899 unsigned long, vlen, unsigned long, pos_l, unsigned long, pos_h) in SYSCALL_DEFINE5() argument 901 loff_t pos = pos_from_hilo(pos_h, pos_l); in SYSCALL_DEFINE5() 923 unsigned long, vlen, unsigned long, pos_l, unsigned long, pos_h) in SYSCALL_DEFINE5() argument 925 loff_t pos = pos_from_hilo(pos_h, pos_l); in SYSCALL_DEFINE5()
|
/linux-4.4.14/include/linux/ |
D | syscalls.h | 577 unsigned long vlen, unsigned long pos_l, unsigned long pos_h); 579 unsigned long vlen, unsigned long pos_l, unsigned long pos_h);
|