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
79
struct sdca_interrupt *interrupt);
include/sound/sdca_jack.h
13
struct sdca_interrupt;
include/sound/sdca_jack.h
30
int sdca_jack_alloc_state(struct sdca_interrupt *interrupt);
include/sound/sdca_jack.h
31
int sdca_jack_process(struct sdca_interrupt *interrupt);
include/sound/sdca_jack.h
33
int sdca_jack_report(struct sdca_interrupt *interrupt);
sound/soc/sdca/sdca_fdl.c
130
struct sdca_interrupt *interrupt = &info->irqs[j];
sound/soc/sdca/sdca_fdl.c
193
static int fdl_load_file(struct sdca_interrupt *interrupt,
sound/soc/sdca/sdca_fdl.c
277
static struct sdca_fdl_set *fdl_get_set(struct sdca_interrupt *interrupt)
sound/soc/sdca/sdca_fdl.c
310
static void fdl_end(struct sdca_interrupt *interrupt)
sound/soc/sdca/sdca_fdl.c
329
struct sdca_interrupt *interrupt = fdl_state->interrupt;
sound/soc/sdca/sdca_fdl.c
340
static int fdl_status_process(struct sdca_interrupt *interrupt, unsigned int status)
sound/soc/sdca/sdca_fdl.c
398
int sdca_fdl_process(struct sdca_interrupt *interrupt)
sound/soc/sdca/sdca_fdl.c
482
int sdca_fdl_alloc_state(struct sdca_interrupt *interrupt)
sound/soc/sdca/sdca_fdl.c
87
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
165
struct sdca_interrupt *interrupt = data;
sound/soc/sdca/sdca_interrupts.c
188
struct sdca_interrupt *interrupt = data;
sound/soc/sdca/sdca_interrupts.c
223
struct sdca_interrupt *interrupt = data;
sound/soc/sdca/sdca_interrupts.c
369
struct sdca_interrupt *interrupt)
sound/soc/sdca/sdca_interrupts.c
397
static struct sdca_interrupt *get_interrupt_data(struct device *dev, int irq,
sound/soc/sdca/sdca_interrupts.c
442
struct sdca_interrupt *interrupt;
sound/soc/sdca/sdca_interrupts.c
508
struct sdca_interrupt *interrupt;
sound/soc/sdca/sdca_interrupts.c
582
struct sdca_interrupt *interrupt = &info->irqs[i];
sound/soc/sdca/sdca_interrupts.c
645
struct sdca_interrupt *interrupt = &info->irqs[i];
sound/soc/sdca/sdca_interrupts.c
703
struct sdca_interrupt *interrupt = &info->irqs[i];
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
189
struct sdca_interrupt *interrupt = &info->irqs[i];
sound/soc/sdca/sdca_jack.c
232
int sdca_jack_report(struct sdca_interrupt *interrupt)
sound/soc/sdca/sdca_jack.c
35
int sdca_jack_process(struct sdca_interrupt *interrupt)