| /Linux-v4.19/drivers/gpu/drm/amd/amdgpu/ |
| D | amdgpu_dpm.c | 288 ATOM_PPLIB_Clock_Voltage_Dependency_Record *entry; in amdgpu_parse_clk_voltage_dep_table() local 453 ATOM_PPLIB_PhaseSheddingLimits_Record *entry; in amdgpu_parse_extended_power_table() local 500 ATOM_PPLIB_CAC_Leakage_Record *entry; in amdgpu_parse_extended_power_table() local 551 ATOM_PPLIB_VCE_Clock_Voltage_Limit_Record *entry; in amdgpu_parse_extended_power_table() local 608 ATOM_PPLIB_UVD_Clock_Voltage_Limit_Record *entry; in amdgpu_parse_extended_power_table() local 640 ATOM_PPLIB_SAMClk_Voltage_Limit_Record *entry; in amdgpu_parse_extended_power_table() local 698 ATOM_PPLIB_ACPClk_Voltage_Limit_Record *entry; in amdgpu_parse_extended_power_table() local
|
| /Linux-v4.19/arch/xtensa/include/asm/ |
| D | tlbflush.h | 93 static inline void invalidate_itlb_entry_no_isync (unsigned entry) in invalidate_itlb_entry_no_isync() 99 static inline void invalidate_dtlb_entry_no_isync (unsigned entry) in invalidate_dtlb_entry_no_isync() 130 static inline void write_dtlb_entry (pte_t entry, int way) in write_dtlb_entry() 136 static inline void write_itlb_entry (pte_t entry, int way) in write_itlb_entry()
|
| /Linux-v4.19/tools/perf/util/ |
| D | block-range.c | 21 struct block_range *entry = rb_entry(rb, struct block_range, node); in block_range__debug() local 35 struct block_range *entry; in block_range__find() local 83 struct block_range *next, *entry = NULL; in block_range__create() local
|
| D | mem2node.c | 14 static void phys_entry__insert(struct phys_entry *entry, struct rb_root *root) in phys_entry__insert() 35 phys_entry__init(struct phys_entry *entry, u64 start, u64 bsize, u64 node) in phys_entry__init() 117 struct phys_entry *entry; in mem2node__node() local
|
| /Linux-v4.19/drivers/gpu/drm/ |
| D | drm_vma_manager.c | 270 struct drm_vma_offset_file *new, *entry; in drm_vma_node_allow() local 331 struct drm_vma_offset_file *entry; in drm_vma_node_revoke() local 372 struct drm_vma_offset_file *entry; in drm_vma_node_is_allowed() local
|
| /Linux-v4.19/arch/sh/kernel/ |
| D | perf_callchain.c | 24 struct perf_callchain_entry_ctx *entry = data; in callchain_address() local 36 perf_callchain_kernel(struct perf_callchain_entry_ctx *entry, struct pt_regs *regs) in perf_callchain_kernel()
|
| /Linux-v4.19/arch/mips/kernel/ |
| D | perf_event.c | 29 static void save_raw_perf_callchain(struct perf_callchain_entry_ctx *entry, in save_raw_perf_callchain() 45 void perf_callchain_kernel(struct perf_callchain_entry_ctx *entry, in perf_callchain_kernel()
|
| /Linux-v4.19/sound/synth/emux/ |
| D | emux_proc.c | 28 snd_emux_proc_info_read(struct snd_info_entry *entry, in snd_emux_proc_info_read() 107 struct snd_info_entry *entry; in snd_emux_proc_init() local
|
| /Linux-v4.19/drivers/net/netdevsim/ |
| D | fib.c | 45 struct nsim_fib_entry *entry; in nsim_fib_get_val() local 71 struct nsim_fib_entry *entry; in nsim_fib_set_max() local 104 static int nsim_fib_rule_account(struct nsim_fib_entry *entry, bool add, in nsim_fib_rule_account() 141 static int nsim_fib_account(struct nsim_fib_entry *entry, bool add, in nsim_fib_account()
|
| /Linux-v4.19/arch/m68k/include/asm/ |
| D | sun3mmu.h | 88 register unsigned long entry; in sun3_get_segmap() local 101 static inline void sun3_put_segmap(unsigned long addr, unsigned long entry) in sun3_put_segmap() 116 register unsigned long entry; in sun3_get_pte() local 128 static inline void sun3_put_pte(unsigned long addr, unsigned long entry) in sun3_put_pte()
|
| /Linux-v4.19/sound/pci/ctxfi/ |
| D | ctvmem.c | 35 struct ct_vm_block *block = NULL, *entry; in get_vm_block() local 80 struct ct_vm_block *entry, *pre_ent; in put_vm_block() local 222 struct ct_vm_block *entry; in ct_vm_destroy() local
|
| /Linux-v4.19/drivers/oprofile/ |
| D | cpu_buffer.h | 85 int op_cpu_buffer_add_data(struct op_entry *entry, unsigned long val) in op_cpu_buffer_add_data() 97 int op_cpu_buffer_get_size(struct op_entry *entry) in op_cpu_buffer_get_size() 104 int op_cpu_buffer_get_data(struct op_entry *entry, unsigned long *val) in op_cpu_buffer_get_data()
|
| /Linux-v4.19/include/linux/usb/ |
| D | typec_mux.h | 23 struct list_head entry; member 40 struct list_head entry; member
|
| /Linux-v4.19/kernel/trace/ |
| D | trace_mmiotrace.c | 169 struct trace_entry *entry = iter->ent; in mmio_print_rw() local 214 struct trace_entry *entry = iter->ent; in mmio_print_map() local 248 struct trace_entry *entry = iter->ent; in mmio_print_mark() local 302 struct trace_mmiotrace_rw *entry; in __trace_mmiotrace_rw() local 332 struct trace_mmiotrace_map *entry; in __trace_mmiotrace_map() local
|
| /Linux-v4.19/fs/f2fs/ |
| D | xattr.h | 63 #define ENTRY_SIZE(entry) (XATTR_ALIGN(sizeof(struct f2fs_xattr_entry) + \ argument 66 #define XATTR_NEXT_ENTRY(entry) ((struct f2fs_xattr_entry *)((char *)(entry) +\ argument 69 #define IS_XATTR_LAST_ENTRY(entry) (*(__u32 *)(entry) == 0) argument 71 #define list_for_each_xattr(entry, addr) \ argument
|
| /Linux-v4.19/arch/x86/kernel/ |
| D | asm-offsets_64.c | 37 #define ENTRY(entry) OFFSET(pt_regs_ ## entry, pt_regs, entry) in main() argument 57 #define ENTRY(entry) OFFSET(saved_context_ ## entry, saved_context, entry) in main() argument
|
| /Linux-v4.19/net/atm/ |
| D | clip.c | 75 static void link_vcc(struct clip_vcc *clip_vcc, struct atmarp_entry *entry) in link_vcc() 87 struct atmarp_entry *entry = clip_vcc->entry; in unlink_clip_vcc() local 122 struct atmarp_entry *entry = neighbour_priv(n); in neigh_check_cb() local 291 struct atmarp_entry *entry = neighbour_priv(neigh); in clip_constructor() local 332 struct atmarp_entry *entry; in clip_start_xmit() local 446 struct atmarp_entry *entry; in clip_setentry() local 736 struct atmarp_entry *entry, struct clip_vcc *clip_vcc) in atmarp_info()
|
| /Linux-v4.19/drivers/acpi/ |
| D | pci_root.c | 164 struct pci_osc_bit_struct *entry; in decode_osc_bits() local 684 struct resource_entry *tmp, *entry, *entry2; in acpi_pci_root_validate_resources() local 742 struct resource_entry *entry) in acpi_pci_root_remap_iospace() 777 struct resource_entry *entry, *tmp; in acpi_pci_probe_root_resources() local 812 struct resource_entry *entry, *tmp; in pci_acpi_root_add_resources() local 844 struct resource_entry *entry, *tmp; in __acpi_pci_root_release_info() local 863 struct resource_entry *entry; in acpi_pci_root_release_info() local
|
| /Linux-v4.19/mm/ |
| D | huge_memory.c | 579 pmd_t entry; in __do_huge_pmd_anonymous_page() local 654 pmd_t entry; in set_huge_zero_page() local 733 pmd_t entry; in insert_pfn_pmd() local 799 pud_t entry; in insert_pfn_pud() local 926 swp_entry_t entry = pmd_to_swp_entry(pmd); in copy_huge_pmd() local 1080 pud_t entry; in huge_pud_set_accessed() local 1102 pmd_t entry; in huge_pmd_set_accessed() local 1194 pte_t entry; in do_huge_pmd_wp_page_fallback() local 1278 pmd_t entry; in do_huge_pmd_wp_page() local 1349 pmd_t entry; in do_huge_pmd_wp_page() local [all …]
|
| /Linux-v4.19/samples/mic/mpssd/ |
| D | sysfs.c | 26 readsysfs(char *dir, char *entry) in readsysfs() 68 setsysfs(char *dir, char *entry, char *value) in setsysfs()
|
| /Linux-v4.19/sound/core/ |
| D | pcm_memory.c | 131 static void snd_pcm_lib_preallocate_proc_read(struct snd_info_entry *entry, in snd_pcm_lib_preallocate_proc_read() 143 static void snd_pcm_lib_preallocate_max_proc_read(struct snd_info_entry *entry, in snd_pcm_lib_preallocate_max_proc_read() 155 static void snd_pcm_lib_preallocate_proc_write(struct snd_info_entry *entry, in snd_pcm_lib_preallocate_proc_write() 199 struct snd_info_entry *entry; in preallocate_info_init() local
|
| D | info_oss.c | 89 static void snd_sndstat_proc_read(struct snd_info_entry *entry, in snd_sndstat_proc_read() 113 struct snd_info_entry *entry; in snd_info_minor_register() local
|
| /Linux-v4.19/drivers/firmware/efi/ |
| D | esrt.c | 94 struct esre_entry *entry = to_entry(kobj); in esre_attr_show() local 109 static ssize_t fw_class_show(struct esre_entry *entry, char *buf) in fw_class_show() 150 struct esre_entry *entry = to_entry(kobj); in esre_release() local 168 struct esre_entry *entry; in esre_create_sysfs_entry() local 368 struct esre_entry *entry, *next; in cleanup_entry_list() local
|
| /Linux-v4.19/sound/firewire/digi00x/ |
| D | digi00x-proc.c | 26 static void proc_read_clock(struct snd_info_entry *entry, in proc_read_clock() 71 struct snd_info_entry *root, *entry; in snd_dg00x_proc_init() local
|
| /Linux-v4.19/net/xfrm/ |
| D | xfrm_algo.c | 646 int match(const struct xfrm_algo_desc *entry, const void *data), in xfrm_find_algo() 673 static int xfrm_alg_id_match(const struct xfrm_algo_desc *entry, in xfrm_alg_id_match() 700 static int xfrm_alg_name_match(const struct xfrm_algo_desc *entry, in xfrm_alg_name_match() 735 static int xfrm_aead_name_match(const struct xfrm_algo_desc *entry, in xfrm_aead_name_match()
|