Home
last modified time | relevance | path

Searched defs:section_addr (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/sound/firewire/dice/
Ddice-extension.c50 static inline int read_transaction(struct snd_dice *dice, u64 section_addr, in read_transaction()
59 static int read_stream_entries(struct snd_dice *dice, u64 section_addr, in read_stream_entries()
84 static int detect_stream_formats(struct snd_dice *dice, u64 section_addr) in detect_stream_formats()
144 u64 section_addr; in snd_dice_detect_extension_formats() local
/linux-5.19.10/kernel/module/
Dmain.c192 static void *section_addr(const struct load_info *info, const char *name) in section_addr() function