Home
last modified time | relevance | path

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

/Linux-v4.19/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
167 section_addr = DICE_EXT_APP_SPACE + be32_to_cpu(pointers[12]) * 4; in snd_dice_detect_extension_formats()
[all …]
/Linux-v4.19/kernel/
Dmodule.c360 static void *section_addr(const struct load_info *info, const char *name) in section_addr() function
3053 mod->crcs = section_addr(info, "__kcrctab"); in find_module_sections()
3057 mod->gpl_crcs = section_addr(info, "__kcrctab_gpl"); in find_module_sections()
3062 mod->gpl_future_crcs = section_addr(info, "__kcrctab_gpl_future"); in find_module_sections()
3068 mod->unused_crcs = section_addr(info, "__kcrctab_unused"); in find_module_sections()
3072 mod->unused_gpl_crcs = section_addr(info, "__kcrctab_unused_gpl"); in find_module_sections()
3128 if (section_addr(info, "__obsparm")) in find_module_sections()