Searched refs:offs (Results 1 – 6 of 6) sorted by relevance
/sound/soc/codecs/ |
D | zl38060.c | 483 u8 offs, page; in zl38_bus_read() local 489 offs = reg_buf8[1] >> 1; in zl38_bus_read() 495 txbuf[len++] = offs; in zl38_bus_read() 498 txbuf[len++] = offs | 0x80; in zl38_bus_read() 511 u8 offs, page; in zl38_bus_write() local 516 offs = data8[1] >> 1; in zl38_bus_write() 522 buf[len++] = offs; in zl38_bus_write() 525 buf[len++] = offs | 0x80; in zl38_bus_write()
|
D | wm_adsp.c | 877 int noffs, unsigned int *offs) in wm_adsp_read_fw_status() argument 883 ret = regmap_read(dsp->regmap, dsp->base + offs[i], &offs[i]); in wm_adsp_read_fw_status() 893 unsigned int offs[] = { in wm_adsp2_show_fw_status() local 897 wm_adsp_read_fw_status(dsp, ARRAY_SIZE(offs), offs); in wm_adsp2_show_fw_status() 900 offs[0], offs[1], offs[2], offs[3]); in wm_adsp2_show_fw_status() 905 unsigned int offs[] = { ADSP2V2_SCRATCH0_1, ADSP2V2_SCRATCH2_3 }; in wm_adsp2v2_show_fw_status() local 907 wm_adsp_read_fw_status(dsp, ARRAY_SIZE(offs), offs); in wm_adsp2v2_show_fw_status() 910 offs[0] & 0xFFFF, offs[0] >> 16, in wm_adsp2v2_show_fw_status() 911 offs[1] & 0xFFFF, offs[1] >> 16); in wm_adsp2v2_show_fw_status() 916 unsigned int offs[] = { in wm_halo_show_fw_status() local [all …]
|
/sound/usb/ |
D | endpoint.c | 276 unsigned int offs = 0; in prepare_silent_urb() local 292 offset = offs * ep->stride + extra * i; in prepare_silent_urb() 302 offs += counts; in prepare_silent_urb() 306 urb->transfer_buffer_length = offs * ep->stride + ctx->packets * extra; in prepare_silent_urb() 367 int i, offs; in prepare_inbound_urb() local 374 offs = 0; in prepare_inbound_urb() 376 urb->iso_frame_desc[i].offset = offs; in prepare_inbound_urb() 378 offs += ep->curpacksize; in prepare_inbound_urb() 381 urb->transfer_buffer_length = offs; in prepare_inbound_urb()
|
/sound/drivers/opl3/ |
D | opl3_oss.c | 14 …atch_seq_oss(struct snd_seq_oss_arg *arg, int format, const char __user *buf, int offs, int count); 177 const char __user *buf, int offs, int count) in snd_opl3_load_patch_seq_oss() argument
|
/sound/pci/echoaudio/ |
D | echoaudio.c | 541 int err, per, rest, page, edge, offs; in init_engine() local 575 for (offs = page = per = 0; offs < params_buffer_bytes(hw_params); in init_engine() 578 if (offs + rest > params_buffer_bytes(hw_params)) in init_engine() 579 rest = params_buffer_bytes(hw_params) - offs; in init_engine() 582 addr = snd_pcm_sgbuf_get_addr(substream, offs); in init_engine() 583 if (rest <= edge - offs) { in init_engine() 586 offs += rest; in init_engine() 590 edge - offs); in init_engine() 591 rest -= edge - offs; in init_engine() 592 offs = edge; in init_engine() [all …]
|
/sound/synth/emux/ |
D | emux_oss.c | 24 const char __user *buf, int offs, int count); 191 const char __user *buf, int offs, int count) in snd_emux_load_patch_seq_oss() argument
|