Home
last modified time | relevance | path

Searched refs: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() argument
56 section_addr + offset, buf, len, 0); in read_transaction()
59 static int read_stream_entries(struct snd_dice *dice, u64 section_addr, in read_stream_entries() argument
72 err = read_transaction(dice, section_addr, in read_stream_entries()
84 static int detect_stream_formats(struct snd_dice *dice, u64 section_addr) in detect_stream_formats() argument
112 err = read_transaction(dice, section_addr, in detect_stream_formats()
120 err = read_stream_entries(dice, section_addr, base_offset, in detect_stream_formats()
129 err = read_stream_entries(dice, section_addr, base_offset, in detect_stream_formats()
144 u64 section_addr; in snd_dice_detect_extension_formats() local
170 section_addr = DICE_EXT_APP_SPACE + be32_to_cpu(pointers[12]) * 4; in snd_dice_detect_extension_formats()
[all …]
/linux-5.19.10/kernel/module/
Dmain.c192 static void *section_addr(const struct load_info *info, const char *name) in section_addr() function
2000 mod->crcs = section_addr(info, "__kcrctab"); in find_module_sections()
2004 mod->gpl_crcs = section_addr(info, "__kcrctab_gpl"); in find_module_sections()
2093 if (section_addr(info, "__obsparm")) in find_module_sections()