Symbol: sdca_interrupt
include/sound/sdca_fdl.h
20
struct sdca_interrupt;
include/sound/sdca_fdl.h
39
struct sdca_interrupt *interrupt;
include/sound/sdca_fdl.h
69
int sdca_fdl_alloc_state(struct sdca_interrupt *interrupt);
include/sound/sdca_fdl.h
70
int sdca_fdl_process(struct sdca_interrupt *interrupt);
include/sound/sdca_fdl.h
79
static inline int sdca_fdl_alloc_state(struct sdca_interrupt *interrupt)
include/sound/sdca_fdl.h
84
static inline int sdca_fdl_process(struct sdca_interrupt *interrupt)
include/sound/sdca_hid.h
15
struct sdca_interrupt;
include/sound/sdca_hid.h
21
int sdca_hid_process_report(struct sdca_interrupt *interrupt);
include/sound/sdca_hid.h
31
static inline int sdca_hid_process_report(struct sdca_interrupt *interrupt)
include/sound/sdca_interrupts.h
64
struct sdca_interrupt irqs[SDCA_MAX_INTERRUPTS];
include/sound/sdca_interrupts.h
77
struct sdca_interrupt *interrupt);
include/sound/sdca_jack.h
13
struct sdca_interrupt;
include/sound/sdca_jack.h
27
int sdca_jack_alloc_state(struct sdca_interrupt *interrupt);
include/sound/sdca_jack.h
28
int sdca_jack_process(struct sdca_interrupt *interrupt);
include/sound/sdca_jack.h
30
int sdca_jack_report(struct sdca_interrupt *interrupt);
sound/soc/sdca/sdca_fdl.c
135
struct sdca_interrupt *interrupt = &info->irqs[j];
sound/soc/sdca/sdca_fdl.c
198
static int fdl_load_file(struct sdca_interrupt *interrupt,
sound/soc/sdca/sdca_fdl.c
282
static struct sdca_fdl_set *fdl_get_set(struct sdca_interrupt *interrupt)
sound/soc/sdca/sdca_fdl.c
315
static void fdl_end(struct sdca_interrupt *interrupt)
sound/soc/sdca/sdca_fdl.c
334
struct sdca_interrupt *interrupt = fdl_state->interrupt;
sound/soc/sdca/sdca_fdl.c
345
static int fdl_status_process(struct sdca_interrupt *interrupt, unsigned int status)
sound/soc/sdca/sdca_fdl.c
403
int sdca_fdl_process(struct sdca_interrupt *interrupt)
sound/soc/sdca/sdca_fdl.c
487
int sdca_fdl_alloc_state(struct sdca_interrupt *interrupt)
sound/soc/sdca/sdca_fdl.c
92
struct sdca_interrupt *interrupt = &info->irqs[j];
sound/soc/sdca/sdca_hid.c
133
int sdca_hid_process_report(struct sdca_interrupt *interrupt)
sound/soc/sdca/sdca_interrupts.c
157
struct sdca_interrupt *interrupt = data;
sound/soc/sdca/sdca_interrupts.c
180
struct sdca_interrupt *interrupt = data;
sound/soc/sdca/sdca_interrupts.c
215
struct sdca_interrupt *interrupt = data;
sound/soc/sdca/sdca_interrupts.c
322
struct sdca_interrupt *interrupt)
sound/soc/sdca/sdca_interrupts.c
351
static struct sdca_interrupt *get_interrupt_data(struct device *dev, int irq,
sound/soc/sdca/sdca_interrupts.c
396
struct sdca_interrupt *interrupt;
sound/soc/sdca/sdca_interrupts.c
462
struct sdca_interrupt *interrupt;
sound/soc/sdca/sdca_interrupts.c
567
struct sdca_interrupt *interrupt;
sound/soc/sdca/sdca_interrupts.c
626
struct sdca_interrupt *interrupt;
sound/soc/sdca/sdca_interrupts.c
83
struct sdca_interrupt *interrupt = data;
sound/soc/sdca/sdca_interrupts.c
93
struct sdca_interrupt *interrupt = data;
sound/soc/sdca/sdca_jack.c
133
int sdca_jack_alloc_state(struct sdca_interrupt *interrupt)
sound/soc/sdca/sdca_jack.c
162
struct sdca_interrupt *interrupt = &info->irqs[i];
sound/soc/sdca/sdca_jack.c
189
int sdca_jack_report(struct sdca_interrupt *interrupt)
sound/soc/sdca/sdca_jack.c
35
int sdca_jack_process(struct sdca_interrupt *interrupt)