Home
last modified time | relevance | path

Searched refs:CS_state_t (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/sun/io/audio/drv/audiocs/
H A Daudio_4231.c103 static void audiocs_destroy(CS_state_t *);
104 static int audiocs_init_state(CS_state_t *);
105 static int audiocs_chip_init(CS_state_t *);
106 static int audiocs_alloc_engine(CS_state_t *, int);
108 static void audiocs_get_ports(CS_state_t *);
109 static void audiocs_configure_input(CS_state_t *);
110 static void audiocs_configure_output(CS_state_t *);
111 static CS_ctrl_t *audiocs_alloc_ctrl(CS_state_t *, uint32_t, uint64_t);
113 static int audiocs_add_controls(CS_state_t *);
114 static void audiocs_del_controls(CS_state_t *);
[all …]
H A Daudio_4231_apcdma.c66 static int apc_map_regs(CS_state_t *);
67 static void apc_unmap_regs(CS_state_t *);
68 static void apc_reset(CS_state_t *);
71 static void apc_power(CS_state_t *, int);
108 apc_map_regs(CS_state_t *state) in apc_map_regs()
140 apc_unmap_regs(CS_state_t *state) in apc_unmap_regs()
162 apc_reset(CS_state_t *state) in apc_reset()
203 CS_state_t *state = eng->ce_state; in apc_start_engine()
269 CS_state_t *state = eng->ce_state; in apc_stop_engine()
321 apc_power(CS_state_t *state, int level) in apc_power()
[all …]
H A Daudio_4231_eb2dma.c72 static int eb2_map_regs(CS_state_t *);
73 static void eb2_unmap_regs(CS_state_t *);
74 static void eb2_reset(CS_state_t *);
77 static void eb2_power(CS_state_t *, int);
114 eb2_map_regs(CS_state_t *state) in eb2_map_regs()
176 eb2_unmap_regs(CS_state_t *state) in eb2_unmap_regs()
201 eb2_reset(CS_state_t *state) in eb2_reset()
250 CS_state_t *state = eng->ce_state; in eb2_start_engine()
365 eb2_power(CS_state_t *state, int level) in eb2_power()
H A Daudio_4231.h76 typedef struct CS_state CS_state_t; typedef
298 CS_state_t *ce_state;
321 CS_state_t *cc_state;
371 int (*cs_dma_map_regs)(CS_state_t *);
372 void (*cs_dma_unmap_regs)(CS_state_t *);
373 void (*cs_dma_reset)(CS_state_t *);
376 void (*cs_dma_power)(CS_state_t *, int);