/sound/parisc/ |
D | harmony.c | 95 harmony_read(struct snd_harmony *h, unsigned r) in harmony_read() argument 97 return __raw_readl(h->iobase + r); in harmony_read() 101 harmony_write(struct snd_harmony *h, unsigned r, unsigned long v) in harmony_write() argument 103 __raw_writel(v, h->iobase + r); in harmony_write() 107 harmony_wait_for_control(struct snd_harmony *h) in harmony_wait_for_control() argument 109 while (harmony_read(h, HARMONY_CNTL) & HARMONY_CNTL_C) ; in harmony_wait_for_control() 113 harmony_reset(struct snd_harmony *h) in harmony_reset() argument 115 harmony_write(h, HARMONY_RESET, 1); in harmony_reset() 117 harmony_write(h, HARMONY_RESET, 0); in harmony_reset() 121 harmony_disable_interrupts(struct snd_harmony *h) in harmony_disable_interrupts() argument [all …]
|
/sound/pci/asihpi/ |
D | hpioctl.c | 142 hm->h.size = msg_size; in asihpi_hpi_ioctl() 157 switch (hm->h.function) { in asihpi_hpi_ioctl() 161 hr->h.size = sizeof(hr->h); in asihpi_hpi_ioctl() 162 hr->h.error = HPI_ERROR_INVALID_OPERATION; in asihpi_hpi_ioctl() 163 hr->h.function = hm->h.function; in asihpi_hpi_ioctl() 164 uncopied_bytes = copy_to_user(puhr, hr, hr->h.size); in asihpi_hpi_ioctl() 172 hr->h.size = res_max_size; in asihpi_hpi_ioctl() 173 if (hm->h.object == HPI_OBJ_SUBSYSTEM) { in asihpi_hpi_ioctl() 182 if (hm->h.adapter_index < ARRAY_SIZE(adapters)) in asihpi_hpi_ioctl() 183 pa = &adapters[array_index_nospec(hm->h.adapter_index, in asihpi_hpi_ioctl() [all …]
|
D | hpimsgx.c | 97 struct hpi_response_header h; member 102 struct hpi_response_header h; member 107 struct hpi_response_header h; member 112 struct hpi_response_header h; member 395 [phm->obj_index].h.error) in instream_open() 492 [phm->obj_index].h.error) in outstream_open() 679 rESP_HPI_ADAPTER_OPEN[adapter_index].h.error = in HPIMSGX__reset() 681 rESP_HPI_MIXER_OPEN[adapter_index].h.error = in HPIMSGX__reset() 684 rESP_HPI_OSTREAM_OPEN[adapter_index][i].h.error = in HPIMSGX__reset() 686 rESP_HPI_ISTREAM_OPEN[adapter_index][i].h.error = in HPIMSGX__reset()
|
D | hpifunc.c | 17 struct hpi_handle h; member 26 handle.h.adapter_index = adapter_index; in hpi_indexes_to_handle() 27 handle.h.spare = 0; in hpi_indexes_to_handle() 28 handle.h.read_only = 0; in hpi_indexes_to_handle() 29 handle.h.obj_type = c_object; in hpi_indexes_to_handle() 30 handle.h.obj_index = object_index; in hpi_indexes_to_handle() 34 static u16 hpi_handle_indexes(const u32 h, u16 *p1, u16 *p2) in hpi_handle_indexes() argument 37 if (!h) in hpi_handle_indexes() 40 uhandle.w = h; in hpi_handle_indexes() 42 *p1 = (u16)uhandle.h.adapter_index; in hpi_handle_indexes() [all …]
|
D | hpi_internal.h | 1118 struct hpi_message_header h; member 1122 struct hpi_response_header h; /*v0 */ member 1127 struct hpi_response_header h; member 1139 struct hpi_message_header h; member 1145 struct hpi_message_header h; member 1150 struct hpi_response_header h; member 1176 struct hpi_message_header h; member 1195 struct hpi_response_header h; member 1215 struct hpi_message_header_v1 h; member 1221 struct hpi_response_header_v1 h; member
|
/sound/oss/ |
D | .gitignore | 2 pss_boot.h 3 trix_boot.h
|
/sound/soc/intel/catpt/ |
D | dsp.c | 197 u32 h, l; in catpt_dsp_update_srampge() local 199 h = (res->end - sram->start) / CATPT_MEMBLOCK_SIZE; in catpt_dsp_update_srampge() 201 new |= GENMASK(h, l); in catpt_dsp_update_srampge()
|
/sound/drivers/vx/ |
D | vx_mixer.c | 40 u16 h; member 52 u16 h; member
|
/sound/pci/oxygen/ |
D | xonar_wm87x6.c | 992 #define WM8776_FIELD_CTL_VOLUME(a, b, c, d, e, f, g, h, tlv_p) { \ argument 993 _WM8776_FIELD_CTL(a " Capture Volume", b, c, d, e, f, g, h), \
|
/sound/pci/riptide/ |
D | riptide.c | 251 #define SEND_LSEL(p,b,c,d,e,f,g,h) sendcmd(p,PARM,LSEL|BYTE1(b)|BYTE2(c)|BYTE3(d),BYTE0(e)|BYTE1(f)… argument
|
/sound/soc/codecs/ |
D | rt5677.c | 5475 static int rt5677_irq_map(struct irq_domain *h, unsigned int virq, in rt5677_irq_map() argument 5478 struct rt5677_priv *rt5677 = h->host_data; in rt5677_irq_map()
|