Symbol: mixart_mgr
sound/pci/mixart/mixart.c
1012
static int snd_mixart_create(struct mixart_mgr *mgr, struct snd_card *card, int idx)
sound/pci/mixart/mixart.c
1060
static int snd_mixart_free(struct mixart_mgr *mgr)
sound/pci/mixart/mixart.c
1116
struct mixart_mgr *mgr = entry->private_data;
sound/pci/mixart/mixart.c
1132
struct mixart_mgr *mgr = entry->private_data;
sound/pci/mixart/mixart.c
1216
struct mixart_mgr *mgr;
sound/pci/mixart/mixart.c
157
static int mixart_set_clock(struct mixart_mgr *mgr,
sound/pci/mixart/mixart.c
328
int snd_mixart_kill_ref_pipe(struct mixart_mgr *mgr,
sound/pci/mixart/mixart.c
460
static int mixart_sync_nonblock_events(struct mixart_mgr *mgr)
sound/pci/mixart/mixart.c
58
static int mixart_set_pipe_state(struct mixart_mgr *mgr,
sound/pci/mixart/mixart.c
594
struct mixart_mgr *mgr = chip->mgr;
sound/pci/mixart/mixart.c
704
struct mixart_mgr *mgr = chip->mgr;
sound/pci/mixart/mixart.c
776
struct mixart_mgr *mgr = chip->mgr;
sound/pci/mixart/mixart.c
851
struct mixart_mgr *mgr = chip->mgr;
sound/pci/mixart/mixart.h
154
struct mixart_mgr *mgr;
sound/pci/mixart/mixart.h
205
int snd_mixart_kill_ref_pipe(struct mixart_mgr *mgr, struct mixart_pipe *pipe, int monitoring);
sound/pci/mixart/mixart_core.c
127
static int send_msg( struct mixart_mgr *mgr,
sound/pci/mixart/mixart_core.c
219
int snd_mixart_send_msg(struct mixart_mgr *mgr, struct mixart_msg *request, int max_resp_size, void *resp_data)
sound/pci/mixart/mixart_core.c
266
int snd_mixart_send_msg_wait_notif(struct mixart_mgr *mgr,
sound/pci/mixart/mixart_core.c
306
int snd_mixart_send_msg_nonblock(struct mixart_mgr *mgr, struct mixart_msg *request)
sound/pci/mixart/mixart_core.c
326
static void snd_mixart_process_msg(struct mixart_mgr *mgr)
sound/pci/mixart/mixart_core.c
34
static int retrieve_msg_frame(struct mixart_mgr *mgr, u32 *msg_frame)
sound/pci/mixart/mixart_core.c
391
struct mixart_mgr *mgr = dev_id;
sound/pci/mixart/mixart_core.c
415
struct mixart_mgr *mgr = dev_id;
sound/pci/mixart/mixart_core.c
560
void snd_mixart_init_mailbox(struct mixart_mgr *mgr)
sound/pci/mixart/mixart_core.c
572
void snd_mixart_exit_mailbox(struct mixart_mgr *mgr)
sound/pci/mixart/mixart_core.c
579
void snd_mixart_reset_board(struct mixart_mgr *mgr)
sound/pci/mixart/mixart_core.c
61
static int get_msg(struct mixart_mgr *mgr, struct mixart_msg *resp,
sound/pci/mixart/mixart_core.h
553
void snd_mixart_init_mailbox(struct mixart_mgr *mgr);
sound/pci/mixart/mixart_core.h
554
void snd_mixart_exit_mailbox(struct mixart_mgr *mgr);
sound/pci/mixart/mixart_core.h
556
int snd_mixart_send_msg(struct mixart_mgr *mgr, struct mixart_msg *request, int max_resp_size, void *resp_data);
sound/pci/mixart/mixart_core.h
557
int snd_mixart_send_msg_wait_notif(struct mixart_mgr *mgr, struct mixart_msg *request, u32 notif_event);
sound/pci/mixart/mixart_core.h
558
int snd_mixart_send_msg_nonblock(struct mixart_mgr *mgr, struct mixart_msg *request);
sound/pci/mixart/mixart_core.h
563
void snd_mixart_reset_board(struct mixart_mgr *mgr);
sound/pci/mixart/mixart_hwdep.c
129
static int mixart_enum_connectors(struct mixart_mgr *mgr)
sound/pci/mixart/mixart_hwdep.c
247
static int mixart_enum_physio(struct mixart_mgr *mgr)
sound/pci/mixart/mixart_hwdep.c
303
static int mixart_first_init(struct mixart_mgr *mgr)
sound/pci/mixart/mixart_hwdep.c
337
static int mixart_dsp_load(struct mixart_mgr* mgr, int index, const struct firmware *dsp)
sound/pci/mixart/mixart_hwdep.c
34
static int mixart_wait_nice_for_register_value(struct mixart_mgr *mgr,
sound/pci/mixart/mixart_hwdep.c
557
int snd_mixart_setup_firmware(struct mixart_mgr *mgr)
sound/pci/mixart/mixart_hwdep.c
90
static int mixart_load_elf(struct mixart_mgr *mgr, const struct firmware *dsp )
sound/pci/mixart/mixart_hwdep.h
140
int snd_mixart_setup_firmware(struct mixart_mgr *mgr);
sound/pci/mixart/mixart_mixer.c
1100
int snd_mixart_create_mixer(struct mixart_mgr *mgr)
sound/pci/mixart/mixart_mixer.h
16
int snd_mixart_create_mixer(struct mixart_mgr* mgr);