| /sound/soc/sof/ |
| A D | sof-client.c | 31 struct sof_client_dev *cdev; member 43 struct sof_client_dev *cdev; member 51 struct sof_client_dev *cdev = auxiliary_dev_to_sof_client_dev(auxdev); in sof_client_auxdev_release() local 212 struct sof_client_dev *cdev; in sof_client_dev_register() local 266 struct sof_client_dev *cdev; in sof_client_dev_unregister() local 361 struct sof_client_dev *cdev; in sof_suspend_clients() local 384 struct sof_client_dev *cdev; in sof_resume_clients() local 411 struct device *sof_client_get_dma_dev(struct sof_client_dev *cdev) in sof_client_get_dma_dev() 442 int sof_client_core_module_get(struct sof_client_dev *cdev) in sof_client_core_module_get() 453 void sof_client_core_module_put(struct sof_client_dev *cdev) in sof_client_core_module_put() [all …]
|
| A D | sof-client-ipc-msg-injector.c | 35 struct sof_client_dev *cdev = inode->i_private; in sof_msg_inject_dfs_open() local 55 struct sof_client_dev *cdev = file->private_data; in sof_msg_inject_dfs_read() local 76 struct sof_client_dev *cdev = file->private_data; in sof_msg_inject_ipc4_dfs_read() local 122 static int sof_msg_inject_send_message(struct sof_client_dev *cdev) in sof_msg_inject_send_message() 150 struct sof_client_dev *cdev = file->private_data; in sof_msg_inject_dfs_write() local 180 struct sof_client_dev *cdev = file->private_data; in sof_msg_inject_ipc4_dfs_write() local 253 struct sof_client_dev *cdev = auxiliary_dev_to_sof_client_dev(auxdev); in sof_msg_inject_probe() local 308 struct sof_client_dev *cdev = auxiliary_dev_to_sof_client_dev(auxdev); in sof_msg_inject_remove() local
|
| A D | sof-client-probes.c | 37 struct sof_client_dev *cdev = snd_soc_card_get_drvdata(card); in sof_probes_compr_startup() local 63 struct sof_client_dev *cdev = snd_soc_card_get_drvdata(card); in sof_probes_compr_shutdown() local 102 struct sof_client_dev *cdev = snd_soc_card_get_drvdata(card); in sof_probes_compr_set_params() local 132 struct sof_client_dev *cdev = snd_soc_card_get_drvdata(card); in sof_probes_compr_trigger() local 144 struct sof_client_dev *cdev = snd_soc_card_get_drvdata(card); in sof_probes_compr_pointer() local 194 struct sof_client_dev *cdev = file->private_data; in sof_probes_dfs_points_read() local 254 struct sof_client_dev *cdev = file->private_data; in sof_probes_dfs_points_write() local 312 struct sof_client_dev *cdev = file->private_data; in sof_probes_dfs_points_remove_write() local 384 struct sof_client_dev *cdev = auxiliary_dev_to_sof_client_dev(auxdev); in sof_probes_client_probe() local 512 struct sof_client_dev *cdev = auxiliary_dev_to_sof_client_dev(auxdev); in sof_probes_client_remove() local
|
| A D | sof-client-ipc-flood-test.c | 38 struct sof_client_dev *cdev = inode->i_private; in sof_ipc_flood_dfs_open() local 59 static int sof_debug_ipc_flood_test(struct sof_client_dev *cdev, in sof_debug_ipc_flood_test() 156 struct sof_client_dev *cdev = file->private_data; in sof_ipc_flood_dfs_write() local 242 struct sof_client_dev *cdev = file->private_data; in sof_ipc_flood_dfs_read() local 287 struct sof_client_dev *cdev = auxiliary_dev_to_sof_client_dev(auxdev); in sof_ipc_flood_probe() local 347 struct sof_client_dev *cdev = auxiliary_dev_to_sof_client_dev(auxdev); in sof_ipc_flood_remove() local
|
| A D | sof-client-probes-ipc3.c | 63 static int ipc3_probes_init(struct sof_client_dev *cdev, u32 stream_tag, in ipc3_probes_init() 92 static int ipc3_probes_deinit(struct sof_client_dev *cdev) in ipc3_probes_deinit() 102 static int ipc3_probes_info(struct sof_client_dev *cdev, unsigned int cmd, in ipc3_probes_info() 154 static int ipc3_probes_points_info(struct sof_client_dev *cdev, in ipc3_probes_points_info() 175 static int ipc3_probes_points_add(struct sof_client_dev *cdev, in ipc3_probes_points_add() 205 static int ipc3_probes_points_remove(struct sof_client_dev *cdev, in ipc3_probes_points_remove()
|
| A D | sof-client-probes-ipc4.c | 68 static struct sof_man4_module *sof_ipc4_probe_get_module_info(struct sof_client_dev *cdev) in sof_ipc4_probe_get_module_info() 106 static int ipc4_probes_init(struct sof_client_dev *cdev, u32 stream_tag, in ipc4_probes_init() 145 static int ipc4_probes_deinit(struct sof_client_dev *cdev) in ipc4_probes_deinit() 175 static int ipc4_probes_points_info(struct sof_client_dev *cdev, in ipc4_probes_points_info() 195 static int ipc4_probes_points_add(struct sof_client_dev *cdev, in ipc4_probes_points_add() 249 static int ipc4_probes_points_remove(struct sof_client_dev *cdev, in ipc4_probes_points_remove()
|
| A D | sof-client-ipc-kernel-injector.c | 43 struct sof_client_dev *cdev = file->private_data; in sof_kernel_msg_inject_dfs_write() local 93 struct sof_client_dev *cdev = auxiliary_dev_to_sof_client_dev(auxdev); in sof_msg_inject_probe() local 130 struct sof_client_dev *cdev = auxiliary_dev_to_sof_client_dev(auxdev); in sof_msg_inject_remove() local
|
| A D | sof-client.h | 32 #define sof_client_dev_to_sof_dev(cdev) ((cdev)->sdev) argument 42 static inline int sof_client_ipc_tx_message_no_reply(struct sof_client_dev *cdev, void *ipc_msg) in sof_client_ipc_tx_message_no_reply()
|
| /sound/usb/caiaq/ |
| A D | audio.c | 30 #define MAKE_CHECKBYTE(cdev,stream,i) \ argument 51 activate_substream(struct snd_usb_caiaqdev *cdev, in activate_substream() 65 deactivate_substream(struct snd_usb_caiaqdev *cdev, in deactivate_substream() 89 static int stream_start(struct snd_usb_caiaqdev *cdev) in stream_start() 120 static void stream_stop(struct snd_usb_caiaqdev *cdev) in stream_stop() 172 struct snd_usb_caiaqdev *cdev = snd_pcm_substream_chip(sub); in snd_usb_caiaq_pcm_hw_free() local 342 static void read_in_urb_mode0(struct snd_usb_caiaqdev *cdev, in read_in_urb_mode0() 370 static void read_in_urb_mode2(struct snd_usb_caiaqdev *cdev, in read_in_urb_mode2() 473 static void read_in_urb(struct snd_usb_caiaqdev *cdev, in read_in_urb() 600 struct snd_usb_caiaqdev *cdev; in read_completed() local [all …]
|
| A D | input.c | 198 static void snd_caiaq_input_read_analog(struct snd_usb_caiaqdev *cdev, in snd_caiaq_input_read_analog() 232 static void snd_caiaq_input_read_erp(struct snd_usb_caiaqdev *cdev, in snd_caiaq_input_read_erp() 290 static void snd_caiaq_input_read_io(struct snd_usb_caiaqdev *cdev, in snd_caiaq_input_read_io() 327 static void snd_usb_caiaq_tks4_dispatch(struct snd_usb_caiaqdev *cdev, in snd_usb_caiaq_tks4_dispatch() 492 struct snd_usb_caiaqdev *cdev = urb->context; in snd_usb_caiaq_ep4_reply_dispatch() local 534 struct snd_usb_caiaqdev *cdev = input_get_drvdata(idev); in snd_usb_caiaq_input_open() local 553 struct snd_usb_caiaqdev *cdev = input_get_drvdata(idev); in snd_usb_caiaq_input_close() local 567 void snd_usb_caiaq_input_dispatch(struct snd_usb_caiaqdev *cdev, in snd_usb_caiaq_input_dispatch() 587 int snd_usb_caiaq_input_init(struct snd_usb_caiaqdev *cdev) in snd_usb_caiaq_input_init() 832 void snd_usb_caiaq_input_disconnect(struct snd_usb_caiaqdev *cdev) in snd_usb_caiaq_input_disconnect() [all …]
|
| A D | device.c | 135 struct snd_usb_caiaqdev *cdev = urb->context; in usb_ep1_command_reply_dispatch() local 190 int snd_usb_caiaq_send_command(struct snd_usb_caiaqdev *cdev, in snd_usb_caiaq_send_command() 212 int snd_usb_caiaq_send_command_bank(struct snd_usb_caiaqdev *cdev, in snd_usb_caiaq_send_command_bank() 237 int snd_usb_caiaq_set_audio_params (struct snd_usb_caiaqdev *cdev, in snd_usb_caiaq_set_audio_params() 285 int snd_usb_caiaq_set_auto_msg(struct snd_usb_caiaqdev *cdev, in snd_usb_caiaq_set_auto_msg() 293 static void setup_card(struct snd_usb_caiaqdev *cdev) in setup_card() 381 struct snd_usb_caiaqdev *cdev = caiaqdev(card); in card_free() local 397 struct snd_usb_caiaqdev *cdev; in create_card() local 423 static int init_card(struct snd_usb_caiaqdev *cdev) in init_card() 538 struct snd_usb_caiaqdev *cdev; in snd_disconnect() local
|
| A D | midi.c | 28 struct snd_usb_caiaqdev *cdev = substream->rmidi->private_data; in snd_usb_caiaq_midi_input_trigger() local 44 struct snd_usb_caiaqdev *cdev = substream->rmidi->private_data; in snd_usb_caiaq_midi_output_close() local 52 static void snd_usb_caiaq_midi_send(struct snd_usb_caiaqdev *cdev, in snd_usb_caiaq_midi_send() 80 struct snd_usb_caiaqdev *cdev = substream->rmidi->private_data; in snd_usb_caiaq_midi_output_trigger() local 106 void snd_usb_caiaq_midi_handle_input(struct snd_usb_caiaqdev *cdev, in snd_usb_caiaq_midi_handle_input() 152 struct snd_usb_caiaqdev *cdev = urb->context; in snd_usb_caiaq_midi_output_done() local
|
| A D | control.c | 24 struct snd_usb_caiaqdev *cdev = caiaqdev(chip->card); in control_info() local 70 struct snd_usb_caiaqdev *cdev = caiaqdev(chip->card); in control_get() local 87 struct snd_usb_caiaqdev *cdev = caiaqdev(chip->card); in control_put() local 572 struct snd_usb_caiaqdev *cdev) in add_controls() 589 int snd_usb_caiaq_control_init(struct snd_usb_caiaqdev *cdev) in snd_usb_caiaq_control_init()
|
| A D | device.h | 119 struct snd_usb_caiaqdev *cdev; member
|
| /sound/soc/intel/catpt/ |
| A D | dsp.c | 115 int catpt_dmac_probe(struct catpt_dev *cdev) in catpt_dmac_probe() 143 void catpt_dmac_remove(struct catpt_dev *cdev) in catpt_dmac_remove() 217 int catpt_dsp_stall(struct catpt_dev *cdev, bool stall) in catpt_dsp_stall() 229 static int catpt_dsp_reset(struct catpt_dev *cdev, bool reset) in catpt_dsp_reset() 241 void lpt_dsp_pll_shutdown(struct catpt_dev *cdev, bool enable) in lpt_dsp_pll_shutdown() 249 void wpt_dsp_pll_shutdown(struct catpt_dev *cdev, bool enable) in wpt_dsp_pll_shutdown() 313 int catpt_dsp_update_lpclock(struct catpt_dev *cdev) in catpt_dsp_update_lpclock() 325 static void catpt_dsp_set_regs_defaults(struct catpt_dev *cdev) in catpt_dsp_set_regs_defaults() 357 int catpt_dsp_power_down(struct catpt_dev *cdev) in catpt_dsp_power_down() 402 int catpt_dsp_power_up(struct catpt_dev *cdev) in catpt_dsp_power_up() [all …]
|
| A D | registers.h | 140 #define catpt_shim_addr(cdev) \ argument 142 #define catpt_dma_addr(cdev, dma) \ argument 144 #define catpt_ssp_addr(cdev, ssp) \ argument 146 #define catpt_inbox_addr(cdev) \ argument 148 #define catpt_outbox_addr(cdev) \ argument 151 #define catpt_writel_ssp(cdev, ssp, reg, val) \ argument 154 #define catpt_readl_shim(cdev, reg) \ argument 156 #define catpt_writel_shim(cdev, reg, val) \ argument 166 #define catpt_readl_pci(cdev, reg) \ argument 168 #define catpt_writel_pci(cdev, reg, val) \ argument [all …]
|
| A D | ipc.c | 55 static void catpt_dsp_send_tx(struct catpt_dev *cdev, in catpt_dsp_send_tx() 67 static int catpt_wait_msg_completion(struct catpt_dev *cdev, int timeout) in catpt_wait_msg_completion() 85 static int catpt_dsp_do_send_msg(struct catpt_dev *cdev, in catpt_dsp_do_send_msg() 124 int catpt_dsp_send_msg_timeout(struct catpt_dev *cdev, in catpt_dsp_send_msg_timeout() 138 int catpt_dsp_send_msg(struct catpt_dev *cdev, struct catpt_ipc_msg request, in catpt_dsp_send_msg() 146 catpt_dsp_notify_stream(struct catpt_dev *cdev, union catpt_notify_msg msg) in catpt_dsp_notify_stream() 183 static void catpt_dsp_copy_rx(struct catpt_dev *cdev, u32 header) in catpt_dsp_copy_rx() 195 static void catpt_dsp_process_response(struct catpt_dev *cdev, u32 header) in catpt_dsp_process_response() 243 struct catpt_dev *cdev = dev_id; in catpt_dsp_irq_thread() local 266 struct catpt_dev *cdev = dev_id; in catpt_dsp_irq_handler() local
|
| A D | device.c | 33 struct catpt_dev *cdev = dev_get_drvdata(dev); in catpt_suspend() local 77 struct catpt_dev *cdev = dev_get_drvdata(dev); in catpt_resume() local 136 static int catpt_register_board(struct catpt_dev *cdev) in catpt_register_board() 161 static int catpt_probe_components(struct catpt_dev *cdev) in catpt_probe_components() 212 static void catpt_dev_init(struct catpt_dev *cdev, struct device *dev, in catpt_dev_init() 240 struct catpt_dev *cdev; in catpt_acpi_probe() local 298 struct catpt_dev *cdev = platform_get_drvdata(pdev); in catpt_acpi_remove() local
|
| A D | pcm.c | 101 catpt_stream_find(struct catpt_dev *cdev, u8 stream_hw_id) in catpt_stream_find() 127 static u32 catpt_stream_volume(struct catpt_dev *cdev, in catpt_stream_volume() 140 static u32 catpt_mixer_volume(struct catpt_dev *cdev, in catpt_mixer_volume() 264 struct catpt_dev *cdev = dev_get_drvdata(dai->dev); in catpt_dai_startup() local 310 struct catpt_dev *cdev = dev_get_drvdata(dai->dev); in catpt_dai_shutdown() local 334 struct catpt_dev *cdev = dev_get_drvdata(dai->dev); in catpt_dai_apply_usettings() local 382 struct catpt_dev *cdev = dev_get_drvdata(dai->dev); in catpt_dai_hw_params() local 431 struct catpt_dev *cdev = dev_get_drvdata(dai->dev); in catpt_dai_hw_free() local 448 struct catpt_dev *cdev = dev_get_drvdata(dai->dev); in catpt_dai_prepare() local 472 struct catpt_dev *cdev = dev_get_drvdata(dai->dev); in catpt_dai_trigger() local [all …]
|
| A D | loader.c | 145 int catpt_store_memdumps(struct catpt_dev *cdev, struct dma_chan *chan) in catpt_store_memdumps() 238 static int catpt_restore_fwimage(struct catpt_dev *cdev, in catpt_restore_fwimage() 289 static int catpt_load_block(struct catpt_dev *cdev, in catpt_load_block() 328 static int catpt_restore_basefw(struct catpt_dev *cdev, in catpt_restore_basefw() 371 static int catpt_restore_module(struct catpt_dev *cdev, in catpt_restore_module() 412 static int catpt_load_module(struct catpt_dev *cdev, in catpt_load_module() 459 static int catpt_restore_firmware(struct catpt_dev *cdev, in catpt_restore_firmware() 505 static int catpt_load_firmware(struct catpt_dev *cdev, in catpt_load_firmware() 581 static int catpt_load_images(struct catpt_dev *cdev, bool restore) in catpt_load_images() 609 int catpt_boot_firmware(struct catpt_dev *cdev, bool restore) in catpt_boot_firmware() [all …]
|
| A D | messages.c | 13 int catpt_ipc_get_fw_version(struct catpt_dev *cdev, in catpt_ipc_get_fw_version() 45 int catpt_ipc_alloc_stream(struct catpt_dev *cdev, in catpt_ipc_alloc_stream() 106 int catpt_ipc_free_stream(struct catpt_dev *cdev, u8 stream_hw_id) in catpt_ipc_free_stream() 124 int catpt_ipc_set_device_format(struct catpt_dev *cdev, in catpt_ipc_set_device_format() 142 int catpt_ipc_enter_dxstate(struct catpt_dev *cdev, enum catpt_dx_state state, in catpt_ipc_enter_dxstate() 162 int catpt_ipc_get_mixer_stream_info(struct catpt_dev *cdev, in catpt_ipc_get_mixer_stream_info() 180 int catpt_ipc_reset_stream(struct catpt_dev *cdev, u8 stream_hw_id) in catpt_ipc_reset_stream() 197 int catpt_ipc_pause_stream(struct catpt_dev *cdev, u8 stream_hw_id) in catpt_ipc_pause_stream() 214 int catpt_ipc_resume_stream(struct catpt_dev *cdev, u8 stream_hw_id) in catpt_ipc_resume_stream() 238 int catpt_ipc_set_volume(struct catpt_dev *cdev, u8 stream_hw_id, in catpt_ipc_set_volume() [all …]
|
| A D | sysfs.c | 14 struct catpt_dev *cdev = dev_get_drvdata(dev); in fw_version_show() local 37 struct catpt_dev *cdev = dev_get_drvdata(dev); in fw_info_show() local
|
| /sound/soc/sof/amd/ |
| A D | acp-probes.c | 23 static int acp_probes_compr_startup(struct sof_client_dev *cdev, in acp_probes_compr_startup() 45 static int acp_probes_compr_shutdown(struct sof_client_dev *cdev, in acp_probes_compr_shutdown() 68 static int acp_probes_compr_set_params(struct sof_client_dev *cdev, in acp_probes_compr_set_params() 101 static int acp_probes_compr_trigger(struct sof_client_dev *cdev, in acp_probes_compr_trigger() 109 static int acp_probes_compr_pointer(struct sof_client_dev *cdev, in acp_probes_compr_pointer()
|
| /sound/soc/sof/intel/ |
| A D | hda-probes.c | 28 static int hda_probes_compr_startup(struct sof_client_dev *cdev, in hda_probes_compr_startup() 48 static int hda_probes_compr_shutdown(struct sof_client_dev *cdev, in hda_probes_compr_shutdown() 69 static int hda_probes_compr_set_params(struct sof_client_dev *cdev, in hda_probes_compr_set_params() 103 static int hda_probes_compr_trigger(struct sof_client_dev *cdev, in hda_probes_compr_trigger() 113 static int hda_probes_compr_pointer(struct sof_client_dev *cdev, in hda_probes_compr_pointer()
|
| /sound/isa/cs423x/ |
| A D | cs4236.c | 261 struct pnp_dev *cdev) in snd_card_cs423x_pnp() 500 struct pnp_dev *cdev, *iter; in snd_cs423x_pnpbios_detect() local
|