Searched refs:parm_offset (Results 1 – 4 of 4) sorted by relevance
| /linux/sound/synth/emux/ |
| H A D | emux_effect.c | 21 #define parm_offset(tag) xoffsetof(struct soundfont_voice_parm *, tag) macro 43 {PARM_WORD, 0, 0x8000, parm_offset(moddelay), 0}, /* env1 delay */ 44 {PARM_BYTE_LO, 1, 0x80, parm_offset(modatkhld), 0}, /* env1 attack */ 45 {PARM_BYTE_HI, 0, 0x7e, parm_offset(modatkhld), 0}, /* env1 hold */ 46 {PARM_BYTE_LO, 1, 0x7f, parm_offset(moddcysus), 0}, /* env1 decay */ 47 {PARM_BYTE_LO, 1, 0x7f, parm_offset(modrelease), 0}, /* env1 release */ 48 {PARM_BYTE_HI, 0, 0x7f, parm_offset(moddcysus), 0}, /* env1 sustain */ 49 {PARM_BYTE_HI, 0, 0xff, parm_offset(pefe), 0}, /* env1 pitch */ 50 {PARM_BYTE_LO, 0, 0xff, parm_offset(pefe), 0}, /* env1 fc */ 52 {PARM_WORD, 0, 0x8000, parm_offset(voldelay), 0}, /* env2 delay */ [all …]
|
| /linux/include/scsi/ |
| H A D | fc_frame.h | 252 u32 f_ctl, u32 parm_offset) in __fc_fill_fc_hdr() argument 262 fh->fh_parm_offset = htonl(parm_offset); in __fc_fill_fc_hdr() 270 u32 f_ctl, u32 parm_offset) in fc_fill_fc_hdr() argument 275 __fc_fill_fc_hdr(fh, r_ctl, did, sid, type, f_ctl, parm_offset); in fc_fill_fc_hdr()
|
| H A D | libfc.h | 983 enum fc_rctl, u32 parm_offset); 985 enum fc_rctl, u32 f_ctl, u16 seq_cnt, u32 parm_offset);
|
| /linux/drivers/scsi/libfc/ |
| H A D | fc_libfc.c | 155 enum fc_rctl r_ctl, u32 f_ctl, u16 seq_cnt, u32 parm_offset) in fc_fill_hdr() argument 187 fh->fh_parm_offset = htonl(parm_offset); in fc_fill_hdr() 211 enum fc_rctl r_ctl, u32 parm_offset) in fc_fill_reply_hdr() argument 218 fc_fill_hdr(fp, in_fp, r_ctl, FC_FCTL_RESP, 0, parm_offset); in fc_fill_reply_hdr()
|