Searched refs:section_addr (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/sound/firewire/dice/ |
H A D | dice-extension.c | 50 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 in snd_dice_detect_extension_formats() [all...] |
/kernel/linux/linux-6.6/sound/firewire/dice/ |
H A D | dice-extension.c | 50 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 in snd_dice_detect_extension_formats() [all...] |
/kernel/linux/linux-5.10/kernel/ |
H A D | module.c | 368 static void *section_addr(const struct load_info *info, const char *name) in section_addr() function 3318 mod->crcs = section_addr(info, "__kcrctab"); in find_module_sections() 3322 mod->gpl_crcs = section_addr(info, "__kcrctab_gpl"); in find_module_sections() 3327 mod->gpl_future_crcs = section_addr(info, "__kcrctab_gpl_future"); in find_module_sections() 3333 mod->unused_crcs = section_addr(info, "__kcrctab_unused"); in find_module_sections() 3337 mod->unused_gpl_crcs = section_addr(info, "__kcrctab_unused_gpl"); in find_module_sections() 3418 if (section_addr(info, "__obsparm")) in find_module_sections()
|
/kernel/linux/linux-6.6/kernel/module/ |
H A D | main.c | 197 static void *section_addr(const struct load_info *info, const char *name) in section_addr() function 2108 mod->crcs = section_addr(info, "__kcrctab"); in find_module_sections() 2112 mod->gpl_crcs = section_addr(info, "__kcrctab_gpl"); in find_module_sections() 2207 if (section_addr(info, "__obsparm")) in find_module_sections()
|
Completed in 11 milliseconds