Home
last modified time | relevance | path

Searched defs:b (Results 1 – 25 of 57) sorted by relevance

123

/sound/drivers/vx/
Dvx_mixer.c43 struct b { struct
44 u8 hh;
45 u8 mh;
46 u8 ml;
47 u8 ll;
48 } b; member
54 struct b { struct
55 u8 ll;
56 u8 ml;
57 u8 mh;
[all …]
/sound/pci/riptide/
Driptide.c228 #define SEND_GETV(p,b) sendcmd(p,RESP,GETV,0,RET(b)) /* get version */ argument
229 #define SEND_GETC(p,b,c) sendcmd(p,PARM|RESP,GETC,c,RET(b)) argument
230 #define SEND_GUNS(p,b) sendcmd(p,RESP,GUNS,0,RET(b)) argument
231 #define SEND_SCID(p,b) sendcmd(p,RESP,SCID,0,RET(b)) argument
232 #define SEND_RMEM(p,b,c,d) sendcmd(p,PARM|RESP,RMEM|BYTE1(b),LONG0(c),RET(d)) /* memory acc… argument
233 #define SEND_SMEM(p,b,c) sendcmd(p,PARM,SMEM|BYTE1(b),LONG0(c),RET(0)) /* memory access f… argument
234 #define SEND_WMEM(p,b,c) sendcmd(p,PARM,WMEM|BYTE1(b),LONG0(c),RET(0)) /* memory access f… argument
235 #define SEND_SDTM(p,b,c) sendcmd(p,PARM|RESP,SDTM|TRINIB1(b),0,RET(c)) /* memory access f… argument
236 #define SEND_GOTO(p,b) sendcmd(p,PARM,GOTO,LONG0(b),RET(0)) /* memory access for firmwa… argument
238 #define SEND_SSTR(p,b,c) sendcmd(p,PARM,SSTR|BYTE3(b),LONG0(c),RET(0)) /* start stream */ argument
[all …]
/sound/firewire/
Dpackets-buffer.c21 int iso_packets_buffer_init(struct iso_packets_buffer *b, struct fw_unit *unit, in iso_packets_buffer_init()
71 void iso_packets_buffer_destroy(struct iso_packets_buffer *b, in iso_packets_buffer_destroy()
Damdtp-am824.c302 u8 *b; in write_midi_messages() local
330 u8 *b; in read_midi_messages() local
/sound/pci/au88x0/
Dau88x0_eq.c99 static void vortex_EqHw_SetLeftStates(vortex_t *vortex, const u16 a[], const u16 b[]) in vortex_EqHw_SetLeftStates()
116 static void vortex_EqHw_SetRightStates(vortex_t *vortex, const u16 a[], const u16 b[]) in vortex_EqHw_SetRightStates()
162 static void vortex_EqHw_SetBypassGain(vortex_t * vortex, u16 a, u16 b) in vortex_EqHw_SetBypassGain()
174 static void vortex_EqHw_SetA3DBypassGain(vortex_t * vortex, u16 a, u16 b) in vortex_EqHw_SetA3DBypassGain()
198 vortex_EqHw_SetLeftGainsSingleTarget(vortex_t * vortex, u16 index, u16 b) in vortex_EqHw_SetLeftGainsSingleTarget()
204 vortex_EqHw_SetRightGainsSingleTarget(vortex_t * vortex, u16 index, u16 b) in vortex_EqHw_SetRightGainsSingleTarget()
595 vortex_Eqlzr_SetA3dBypassGain(vortex_t * vortex, u32 a, u32 b) in vortex_Eqlzr_SetA3dBypassGain()
Dau88x0_a3d.c47 a3dsrc_SetAtmosTarget(a3dsrc_t * a, short aa, short b, short c, short d, in a3dsrc_SetAtmosTarget()
62 a3dsrc_SetAtmosCurrent(a3dsrc_t * a, short aa, short b, short c, short d, in a3dsrc_SetAtmosCurrent()
124 a3dsrc_SetHrtfTarget(a3dsrc_t * a, a3d_Hrtf_t const aa, a3d_Hrtf_t const b) in a3dsrc_SetHrtfTarget()
137 a3dsrc_SetHrtfCurrent(a3dsrc_t * a, a3d_Hrtf_t const aa, a3d_Hrtf_t const b) in a3dsrc_SetHrtfCurrent()
150 a3dsrc_SetHrtfState(a3dsrc_t * a, a3d_Hrtf_t const aa, a3d_Hrtf_t const b) in a3dsrc_SetHrtfState()
/sound/soc/intel/catpt/
Dregisters.h94 #define LPT_VDRTCTL0_DSRAMPGE(b) BIT(16 + (b)) argument
96 #define LPT_VDRTCTL0_ISRAMPGE(b) BIT(6 + (b)) argument
104 #define WPT_VDRTCTL0_DSRAMPGE(b) BIT(12 + (b)) argument
106 #define WPT_VDRTCTL0_ISRAMPGE(b) BIT(2 + (b)) argument
/sound/core/seq/
Dseq_timer.h66 static inline int snd_seq_compare_tick_time(snd_seq_tick_time_t *a, snd_seq_tick_time_t *b) in snd_seq_compare_tick_time()
72 static inline int snd_seq_compare_real_time(snd_seq_real_time_t *a, snd_seq_real_time_t *b) in snd_seq_compare_real_time()
Dseq_prioq.c87 struct snd_seq_event *b) in compare_timestamp()
104 struct snd_seq_event *b) in compare_timestamp_rel()
/sound/soc/samsung/
Ds3c24xx-i2s.h26 #define S3C24XX_PRESCALE(a,b) \ argument
/sound/usb/
Dmixer_s1810c.c86 u32 b; member
136 u32 b, u32 c, u32 d, u32 e) in snd_s1810c_send_ctl_packet()
216 u32 a, b, c, e, n, off; in snd_s1810c_init_mixer_maps() local
/sound/firewire/fireface/
Dff-proc.c38 struct snd_info_buffer *b)) in add_node()
/sound/core/
Dpcm_lib.c514 static inline unsigned int div32(unsigned int a, unsigned int b, in div32()
525 static inline unsigned int div_down(unsigned int a, unsigned int b) in div_down()
532 static inline unsigned int div_up(unsigned int a, unsigned int b) in div_up()
544 static inline unsigned int mul(unsigned int a, unsigned int b) in mul()
553 static inline unsigned int muldiv32(unsigned int a, unsigned int b, in muldiv32()
657 void snd_interval_mul(const struct snd_interval *a, const struct snd_interval *b, struct snd_interv… in snd_interval_mul()
681 void snd_interval_div(const struct snd_interval *a, const struct snd_interval *b, struct snd_interv… in snd_interval_div()
716 void snd_interval_muldivk(const struct snd_interval *a, const struct snd_interval *b, in snd_interval_muldivk()
748 const struct snd_interval *b, struct snd_interval *c) in snd_interval_mulkdiv()
/sound/firewire/tascam/
Dtascam-proc.c55 struct snd_info_buffer *b)) in add_node()
Dtascam-transaction.c256 u8 *b; in handle_midi_tx() local
/sound/firewire/oxfw/
Doxfw-proc.c80 struct snd_info_buffer *b)) in add_node()
/sound/firewire/motu/
Dmotu-proc.c84 struct snd_info_buffer *b)) in add_node()
Dmotu-command-dsp-message-parser.c100 u8 *b = (u8 *)buffer; in snd_motu_command_dsp_message_parser_parse() local
Damdtp-motu.c216 u8 *b; in write_midi_messages() local
242 u8 *b; in read_midi_messages() local
/sound/firewire/fireworks/
Dfireworks_proc.c196 void (*op)(struct snd_info_entry *e, struct snd_info_buffer *b)) in add_node()
/sound/firewire/digi00x/
Damdtp-dot.c254 u8 *b; in write_midi_messages() local
297 u8 *b; in read_midi_messages() local
/sound/pci/asihpi/
Dhpi6205.h54 struct hpi_fifo_buffer b; member
/sound/firewire/bebob/
Dbebob_proc.c160 void (*op)(struct snd_info_entry *e, struct snd_info_buffer *b)) in add_node()
/sound/pci/hda/
Dhda_auto_parser.c37 const struct auto_out_pin *b = bp; in compare_seq() local
71 const struct auto_pin_cfg_item *b = bp; in compare_input_type() local
/sound/soc/intel/avs/
Dboard_selection.c64 #define AVS_SSP_RANGE(a, b) (GENMASK(b, a)) argument

123