/linux-4.4.14/drivers/pinctrl/sh-pfc/ |
D | sh_pfc.h | 190 #define PINMUX_IPSR_NOGP(ispr, fn) \ argument 191 PINMUX_DATA(fn##_MARK, FN_##fn) 192 #define PINMUX_IPSR_DATA(ipsr, fn) \ argument 193 PINMUX_DATA(fn##_MARK, FN_##fn, FN_##ipsr) 194 #define PINMUX_IPSR_NOGM(ispr, fn, ms) \ argument 195 PINMUX_DATA(fn##_MARK, FN_##fn, FN_##ms) 196 #define PINMUX_IPSR_NOFN(ipsr, fn, ms) \ argument 197 PINMUX_DATA(fn##_MARK, FN_##ipsr, FN_##ms) 198 #define PINMUX_IPSR_MSEL(ipsr, fn, ms) \ argument 199 PINMUX_DATA(fn##_MARK, FN_##ms, FN_##ipsr, FN_##fn) [all …]
|
D | pfc-r8a73a4.c | 27 #define CPU_ALL_PORT(fn, pfx, sfx) \ argument 29 PORT_10(0, fn, pfx, sfx), \ 30 PORT_10(10, fn, pfx##1, sfx), \ 31 PORT_10(20, fn, pfx##2, sfx), \ 32 PORT_1(30, fn, pfx##30, sfx), \ 34 PORT_1(32, fn, pfx##32, sfx), PORT_1(33, fn, pfx##33, sfx), \ 35 PORT_1(34, fn, pfx##34, sfx), PORT_1(35, fn, pfx##35, sfx), \ 36 PORT_1(36, fn, pfx##36, sfx), PORT_1(37, fn, pfx##37, sfx), \ 37 PORT_1(38, fn, pfx##38, sfx), PORT_1(39, fn, pfx##39, sfx), \ 38 PORT_1(40, fn, pfx##40, sfx), \ [all …]
|
D | pfc-sh73a0.c | 32 #define CPU_ALL_PORT(fn, pfx, sfx) \ argument 33 PORT_10(0, fn, pfx, sfx), PORT_90(0, fn, pfx, sfx), \ 34 PORT_10(100, fn, pfx##10, sfx), \ 35 PORT_1(110, fn, pfx##110, sfx), PORT_1(111, fn, pfx##111, sfx), \ 36 PORT_1(112, fn, pfx##112, sfx), PORT_1(113, fn, pfx##113, sfx), \ 37 PORT_1(114, fn, pfx##114, sfx), PORT_1(115, fn, pfx##115, sfx), \ 38 PORT_1(116, fn, pfx##116, sfx), PORT_1(117, fn, pfx##117, sfx), \ 39 PORT_1(118, fn, pfx##118, sfx), \ 40 PORT_1(128, fn, pfx##128, sfx), PORT_1(129, fn, pfx##129, sfx), \ 41 PORT_10(130, fn, pfx##13, sfx), PORT_10(140, fn, pfx##14, sfx), \ [all …]
|
D | pfc-emev2.c | 15 #define CPU_ALL_PORT(fn, pfx, sfx) \ argument 16 PORT_10(0, fn, pfx, sfx), PORT_90(0, fn, pfx, sfx), \ 17 PORT_10(100, fn, pfx##10, sfx), PORT_10(110, fn, pfx##11, sfx), \ 18 PORT_10(120, fn, pfx##12, sfx), PORT_10(130, fn, pfx##13, sfx), \ 19 PORT_10(140, fn, pfx##14, sfx), PORT_1(150, fn, pfx##150, sfx), \ 20 PORT_1(151, fn, pfx##151, sfx), PORT_1(152, fn, pfx##152, sfx), \ 21 PORT_1(153, fn, pfx##153, sfx), PORT_1(154, fn, pfx##154, sfx), \ 22 PORT_1(155, fn, pfx##155, sfx), PORT_1(156, fn, pfx##156, sfx), \ 23 PORT_1(157, fn, pfx##157, sfx), PORT_1(158, fn, pfx##158, sfx)
|
D | pfc-r8a7795.c | 16 #define PORT_GP_3(bank, fn, sfx) \ argument 17 PORT_GP_1(bank, 0, fn, sfx), PORT_GP_1(bank, 1, fn, sfx), \ 18 PORT_GP_1(bank, 2, fn, sfx), PORT_GP_1(bank, 3, fn, sfx) 20 #define PORT_GP_14(bank, fn, sfx) \ argument 21 PORT_GP_3(bank, fn, sfx), \ 22 PORT_GP_1(bank, 4, fn, sfx), PORT_GP_1(bank, 5, fn, sfx), \ 23 PORT_GP_1(bank, 6, fn, sfx), PORT_GP_1(bank, 7, fn, sfx), \ 24 PORT_GP_1(bank, 8, fn, sfx), PORT_GP_1(bank, 9, fn, sfx), \ 25 PORT_GP_1(bank, 10, fn, sfx), PORT_GP_1(bank, 11, fn, sfx), \ 26 PORT_GP_1(bank, 12, fn, sfx), PORT_GP_1(bank, 13, fn, sfx), \ [all …]
|
D | pfc-r8a7778.c | 29 #define PORT_GP_PUP_1(bank, pin, fn, sfx) \ argument 30 PORT_GP_CFG_1(bank, pin, fn, sfx, SH_PFC_PIN_CFG_PULL_UP) 32 #define PORT_GP_PUP_27(bank, fn, sfx) \ argument 33 PORT_GP_PUP_1(bank, 0, fn, sfx), PORT_GP_PUP_1(bank, 1, fn, sfx), \ 34 PORT_GP_PUP_1(bank, 2, fn, sfx), PORT_GP_PUP_1(bank, 3, fn, sfx), \ 35 PORT_GP_PUP_1(bank, 4, fn, sfx), PORT_GP_PUP_1(bank, 5, fn, sfx), \ 36 PORT_GP_PUP_1(bank, 6, fn, sfx), PORT_GP_PUP_1(bank, 7, fn, sfx), \ 37 PORT_GP_PUP_1(bank, 8, fn, sfx), PORT_GP_PUP_1(bank, 9, fn, sfx), \ 38 PORT_GP_PUP_1(bank, 10, fn, sfx), PORT_GP_PUP_1(bank, 11, fn, sfx), \ 39 PORT_GP_PUP_1(bank, 12, fn, sfx), PORT_GP_PUP_1(bank, 13, fn, sfx), \ [all …]
|
/linux-4.4.14/include/linux/ |
D | init.h | 134 extern int do_one_initcall(initcall_t fn); 182 #define __define_initcall(fn, id) \ argument 183 static initcall_t __initcall_##fn##id __used \ 184 __attribute__((__section__(".initcall" #id ".init"))) = fn; \ 185 LTO_REFERENCE_INITCALL(__initcall_##fn##id) 192 #define early_initcall(fn) __define_initcall(fn, early) argument 201 #define pure_initcall(fn) __define_initcall(fn, 0) argument 203 #define core_initcall(fn) __define_initcall(fn, 1) argument 204 #define core_initcall_sync(fn) __define_initcall(fn, 1s) argument 205 #define postcore_initcall(fn) __define_initcall(fn, 2) argument [all …]
|
D | stop_machine.h | 25 cpu_stop_fn_t fn; member 30 int stop_one_cpu(unsigned int cpu, cpu_stop_fn_t fn, void *arg); 31 int stop_two_cpus(unsigned int cpu1, unsigned int cpu2, cpu_stop_fn_t fn, void *arg); 32 void stop_one_cpu_nowait(unsigned int cpu, cpu_stop_fn_t fn, void *arg, 34 int stop_cpus(const struct cpumask *cpumask, cpu_stop_fn_t fn, void *arg); 35 int try_stop_cpus(const struct cpumask *cpumask, cpu_stop_fn_t fn, void *arg); 45 cpu_stop_fn_t fn; member 49 static inline int stop_one_cpu(unsigned int cpu, cpu_stop_fn_t fn, void *arg) in stop_one_cpu() argument 54 ret = fn(arg); in stop_one_cpu() 64 stwork->fn(stwork->arg); in stop_one_cpu_nowait_workfn() [all …]
|
D | cpu.h | 123 #define cpu_notifier(fn, pri) { \ argument 124 static struct notifier_block fn##_nb = \ 125 { .notifier_call = fn, .priority = pri }; \ 126 register_cpu_notifier(&fn##_nb); \ 129 #define __cpu_notifier(fn, pri) { \ argument 130 static struct notifier_block fn##_nb = \ 131 { .notifier_call = fn, .priority = pri }; \ 132 __register_cpu_notifier(&fn##_nb); \ 135 #define cpu_notifier(fn, pri) do { (void)(fn); } while (0) argument 136 #define __cpu_notifier(fn, pri) do { (void)(fn); } while (0) argument [all …]
|
D | module.h | 107 #define early_initcall(fn) module_init(fn) argument 108 #define core_initcall(fn) module_init(fn) argument 109 #define core_initcall_sync(fn) module_init(fn) argument 110 #define postcore_initcall(fn) module_init(fn) argument 111 #define postcore_initcall_sync(fn) module_init(fn) argument 112 #define arch_initcall(fn) module_init(fn) argument 113 #define subsys_initcall(fn) module_init(fn) argument 114 #define subsys_initcall_sync(fn) module_init(fn) argument 115 #define fs_initcall(fn) module_init(fn) argument 116 #define fs_initcall_sync(fn) module_init(fn) argument [all …]
|
D | irqchip.h | 27 #define IRQCHIP_DECLARE(name, compat, fn) OF_DECLARE_2(irqchip, name, compat, fn) argument 41 #define IRQCHIP_ACPI_DECLARE(name, subtable, validate, data, fn) \ argument 43 subtable, validate, data, fn)
|
D | attribute_container.h | 43 int (*fn)(struct attribute_container *, 47 int (*fn)(struct attribute_container *, 51 void (*fn)(struct attribute_container *, 55 int (*fn)(struct attribute_container *, 59 int (*fn)(struct attribute_container *,
|
D | kthread.h | 85 #define KTHREAD_WORK_INIT(work, fn) { \ argument 87 .func = (fn), \ 93 #define DEFINE_KTHREAD_WORK(work, fn) \ argument 94 struct kthread_work work = KTHREAD_WORK_INIT(work, fn) 118 #define init_kthread_work(work, fn) \ argument 122 (work)->func = (fn); \
|
D | memory.h | 125 #define hotplug_memory_notifier(fn, pri) ({ \ argument 126 static __meminitdata struct notifier_block fn##_mem_nb =\ 127 { .notifier_call = fn, .priority = pri };\ 128 register_memory_notifier(&fn##_mem_nb); \ 133 #define hotplug_memory_notifier(fn, pri) ({ 0; }) argument
|
D | dm-kcopyd.h | 66 unsigned flags, dm_kcopyd_notify_fn fn, void *context); 80 dm_kcopyd_notify_fn fn, void *context); 85 unsigned flags, dm_kcopyd_notify_fn fn, void *context);
|
D | timer.h | 146 #define setup_timer(timer, fn, data) \ argument 147 __setup_timer((timer), (fn), (data), 0) 148 #define setup_timer_on_stack(timer, fn, data) \ argument 149 __setup_timer_on_stack((timer), (fn), (data), 0) 150 #define setup_deferrable_timer_on_stack(timer, fn, data) \ argument 151 __setup_timer_on_stack((timer), (fn), (data), TIMER_DEFERRABLE)
|
D | suspend.h | 418 #define pm_notifier(fn, pri) { \ argument 419 static struct notifier_block fn##_nb = \ 420 { .notifier_call = fn, .priority = pri }; \ 421 register_pm_notifier(&fn##_nb); \ 476 #define pm_notifier(fn, pri) do { (void)(fn); } while (0) argument
|
D | perf_event.h | 1131 #define perf_cpu_notifier(fn) \ argument 1133 static struct notifier_block fn##_nb = \ 1134 { .notifier_call = fn, .priority = CPU_PRI_PERF }; \ 1139 fn(&fn##_nb, (unsigned long)CPU_UP_PREPARE, \ 1142 fn(&fn##_nb, (unsigned long)CPU_STARTING, \ 1145 fn(&fn##_nb, (unsigned long)CPU_ONLINE, \ 1147 __register_cpu_notifier(&fn##_nb); \ 1155 #define __perf_cpu_notifier(fn) \ argument 1157 static struct notifier_block fn##_nb = \ 1158 { .notifier_call = fn, .priority = CPU_PRI_PERF }; \ [all …]
|
D | clocksource.h | 246 #define CLOCKSOURCE_OF_DECLARE(name, compat, fn) \ argument 247 OF_DECLARE_1(clksrc, name, compat, fn) 255 #define CLOCKSOURCE_ACPI_DECLARE(name, table_id, fn) \ argument 256 ACPI_DECLARE_PROBE_ENTRY(clksrc, name, table_id, 0, NULL, 0, fn)
|
D | pm.h | 705 extern void __suspend_report_result(const char *function, void *fn, int ret); 707 #define suspend_report_result(fn, ret) \ argument 709 __suspend_report_result(__func__, fn, ret); \ 713 extern void dpm_for_each_dev(void *data, void (*fn)(struct device *, void *)); 747 #define suspend_report_result(fn, ret) do {} while (0) argument 754 static inline void dpm_for_each_dev(void *data, void (*fn)(struct device *, void *)) in dpm_for_each_dev()
|
D | of.h | 933 #define _OF_DECLARE(table, name, compat, fn, fn_type) \ argument 937 .data = (fn == (fn_type)NULL) ? fn : fn } 939 #define _OF_DECLARE(table, name, compat, fn, fn_type) \ argument 943 .data = (fn == (fn_type)NULL) ? fn : fn } 949 #define OF_DECLARE_1(table, name, compat, fn) \ argument 950 _OF_DECLARE(table, name, compat, fn, of_init_fn_1) 951 #define OF_DECLARE_2(table, name, compat, fn) \ argument 952 _OF_DECLARE(table, name, compat, fn, of_init_fn_2)
|
D | of_iommu.h | 43 #define IOMMU_OF_DECLARE(name, compat, fn) \ argument 44 _OF_DECLARE(iommu, name, compat, fn, of_iommu_init_fn)
|
D | icmpv6.h | 18 extern int inet6_register_icmp_sender(ip6_icmp_send_t *fn); 19 extern int inet6_unregister_icmp_sender(ip6_icmp_send_t *fn);
|
D | kallsyms.h | 23 int kallsyms_on_each_symbol(int (*fn)(void *, const char *, struct module *, 55 static inline int kallsyms_on_each_symbol(int (*fn)(void *, const char *, in kallsyms_on_each_symbol()
|
D | sock_diag.h | 23 void sock_diag_register_inet_compat(int (*fn)(struct sk_buff *skb, struct nlmsghdr *nlh)); 24 void sock_diag_unregister_inet_compat(int (*fn)(struct sk_buff *skb, struct nlmsghdr *nlh));
|
D | workqueue.h | 441 int execute_in_process_context(work_func_t fn, struct execute_work *); 600 static inline long work_on_cpu(int cpu, long (*fn)(void *), void *arg) in work_on_cpu() 602 return fn(arg); in work_on_cpu() 605 long work_on_cpu(int cpu, long (*fn)(void *), void *arg);
|
/linux-4.4.14/arch/um/include/shared/ |
D | init.h | 71 #define __uml_initcall(fn) \ argument 72 static initcall_t __uml_initcall_##fn __uml_init_call = fn 74 #define __uml_exitcall(fn) \ argument 75 static exitcall_t __uml_exitcall_##fn __uml_exit_call = fn 79 #define __uml_postsetup(fn) \ argument 80 static initcall_t __uml_postsetup_##fn __uml_postsetup_call = fn 89 #define __uml_setup(str, fn, help...) \ argument 90 __non_empty_string(fn ##_setup, str); \ 91 __uml_help(fn, help); \ 92 static char __uml_setup_str_##fn[] __initdata = str; \ [all …]
|
/linux-4.4.14/net/ipv6/ |
D | ip6_fib.c | 66 static void fib6_prune_clones(struct net *net, struct fib6_node *fn); 67 static struct rt6_info *fib6_find_prefix(struct net *net, struct fib6_node *fn); 68 static struct fib6_node *fib6_repair_tree(struct net *net, struct fib6_node *fn); 146 struct fib6_node *fn; in node_alloc() local 148 fn = kmem_cache_zalloc(fib6_node_kmem, GFP_ATOMIC); in node_alloc() 150 return fn; in node_alloc() 153 static void node_free(struct fib6_node *fn) in node_free() argument 155 kmem_cache_free(fib6_node_kmem, fn); in node_free() 466 struct fib6_node *fn, *in, *ln; in fib6_add_1() local 476 fn = root; in fib6_add_1() [all …]
|
D | ip6_icmp.c | 13 int inet6_register_icmp_sender(ip6_icmp_send_t *fn) in inet6_register_icmp_sender() argument 15 return (cmpxchg((ip6_icmp_send_t **)&ip6_icmp_send, NULL, fn) == NULL) ? in inet6_register_icmp_sender() 20 int inet6_unregister_icmp_sender(ip6_icmp_send_t *fn) in inet6_unregister_icmp_sender() argument 24 ret = (cmpxchg((ip6_icmp_send_t **)&ip6_icmp_send, fn, NULL) == fn) ? in inet6_unregister_icmp_sender()
|
D | route.c | 684 static struct rt6_info *find_rr_leaf(struct fib6_node *fn, in find_rr_leaf() argument 703 for (rt = fn->leaf; rt && rt != rr_head; rt = rt->dst.rt6_next) { in find_rr_leaf() 721 static struct rt6_info *rt6_select(struct fib6_node *fn, int oif, int strict) in rt6_select() argument 727 rt0 = fn->rr_ptr; in rt6_select() 729 fn->rr_ptr = rt0 = fn->leaf; in rt6_select() 731 match = find_rr_leaf(fn, rt0, rt0->rt6i_metric, oif, strict, in rt6_select() 739 next = fn->leaf; in rt6_select() 742 fn->rr_ptr = next; in rt6_select() 830 static struct fib6_node* fib6_backtrack(struct fib6_node *fn, in fib6_backtrack() argument 835 if (fn->fn_flags & RTN_TL_ROOT) in fib6_backtrack() [all …]
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | machdep.h | 312 #define __define_machine_initcall(mach, fn, id) \ argument 313 static int __init __machine_initcall_##mach##_##fn(void) { \ 314 if (machine_is(mach)) return fn(); \ 317 __define_initcall(__machine_initcall_##mach##_##fn, id); 319 #define machine_early_initcall(mach, fn) __define_machine_initcall(mach, fn, early) argument 320 #define machine_core_initcall(mach, fn) __define_machine_initcall(mach, fn, 1) argument 321 #define machine_core_initcall_sync(mach, fn) __define_machine_initcall(mach, fn, 1s) argument 322 #define machine_postcore_initcall(mach, fn) __define_machine_initcall(mach, fn, 2) argument 323 #define machine_postcore_initcall_sync(mach, fn) __define_machine_initcall(mach, fn, 2s) argument 324 #define machine_arch_initcall(mach, fn) __define_machine_initcall(mach, fn, 3) argument [all …]
|
D | bitops.h | 57 #define DEFINE_BITOP(fn, op, prefix) \ argument 58 static __inline__ void fn(unsigned long mask, \ 102 #define DEFINE_TESTOP(fn, op, prefix, postfix, eh) \ argument 103 static __inline__ unsigned long fn( \
|
D | mpic_timer.h | 31 struct mpic_timer *mpic_request_timer(irq_handler_t fn, void *dev, 38 struct mpic_timer *mpic_request_timer(irq_handler_t fn, void *dev, in mpic_request_timer() argument
|
D | spu_priv1.h | 179 int (*enumerate_spus)(int (*fn)(void *data)); 190 spu_enumerate_spus (int (*fn)(void *data)) in spu_enumerate_spus() 192 return spu_management_ops->enumerate_spus(fn); in spu_enumerate_spus()
|
/linux-4.4.14/kernel/ |
D | stop_machine.c | 121 int stop_one_cpu(unsigned int cpu, cpu_stop_fn_t fn, void *arg) in stop_one_cpu() argument 124 struct cpu_stop_work work = { .fn = fn, .arg = arg, .done = &done }; in stop_one_cpu() 147 cpu_stop_fn_t fn; member 206 err = msdata->fn(msdata->data); in multi_cpu_stop() 255 int stop_two_cpus(unsigned int cpu1, unsigned int cpu2, cpu_stop_fn_t fn, void *arg) in stop_two_cpus() argument 263 .fn = fn, in stop_two_cpus() 270 .fn = multi_cpu_stop, in stop_two_cpus() 306 void stop_one_cpu_nowait(unsigned int cpu, cpu_stop_fn_t fn, void *arg, in stop_one_cpu_nowait() argument 309 *work_buf = (struct cpu_stop_work){ .fn = fn, .arg = arg, }; in stop_one_cpu_nowait() 317 cpu_stop_fn_t fn, void *arg, in queue_stop_cpus_work() argument [all …]
|
/linux-4.4.14/fs/jffs2/ |
D | readinode.c | 33 struct jffs2_raw_node_ref *ref = tn->fn->raw; in check_node_data() 154 BUG_ON(ref_obsolete(tn->fn->raw)); in check_tn_node() 157 if (ref_flags(tn->fn->raw) != REF_UNCHECKED) in check_tn_node() 161 tn->fn->ofs, tn->fn->ofs + tn->fn->size, ref_offset(tn->fn->raw)); in check_tn_node() 169 jffs2_mark_node_obsolete(c, tn->fn->raw); in check_tn_node() 187 if (tn->fn->ofs < offset) in jffs2_lookup_tn() 189 else if (tn->fn->ofs >= offset) in jffs2_lookup_tn() 201 jffs2_mark_node_obsolete(c, tn->fn->raw); in jffs2_kill_tn() 202 jffs2_free_full_dnode(tn->fn); in jffs2_kill_tn() 222 uint32_t fn_end = tn->fn->ofs + tn->fn->size; in jffs2_add_tn_to_tree() [all …]
|
D | write.c | 64 struct jffs2_full_dnode *fn; in jffs2_write_dnode() local 88 fn = jffs2_alloc_full_dnode(); in jffs2_write_dnode() 89 if (!fn) in jffs2_write_dnode() 167 jffs2_free_full_dnode(fn); in jffs2_write_dnode() 182 fn->raw = jffs2_add_physical_node_ref(c, flash_ofs, PAD(sizeof(*ri)+datalen), f->inocache); in jffs2_write_dnode() 183 if (IS_ERR(fn->raw)) { in jffs2_write_dnode() 184 void *hold_err = fn->raw; in jffs2_write_dnode() 186 jffs2_free_full_dnode(fn); in jffs2_write_dnode() 189 fn->ofs = je32_to_cpu(ri->offset); in jffs2_write_dnode() 190 fn->size = je32_to_cpu(ri->dsize); in jffs2_write_dnode() [all …]
|
D | gc.c | 35 struct jffs2_inode_info *f, struct jffs2_full_dnode *fn, 38 struct jffs2_inode_info *f, struct jffs2_full_dnode *fn, 481 struct jffs2_full_dnode *fn = NULL; in jffs2_garbage_collect_live() local 508 fn = f->metadata; in jffs2_garbage_collect_live() 509 ret = jffs2_garbage_collect_metadata(c, jeb, f, fn); in jffs2_garbage_collect_live() 516 fn = frag->node; in jffs2_garbage_collect_live() 524 if (fn) { in jffs2_garbage_collect_live() 537 ret = jffs2_garbage_collect_hole(c, jeb, f, fn, start, end); in jffs2_garbage_collect_live() 540 ret = jffs2_garbage_collect_dnode(c, jeb, f, fn, start, end); in jffs2_garbage_collect_live() 739 struct jffs2_inode_info *f, struct jffs2_full_dnode *fn) in jffs2_garbage_collect_metadata() argument [all …]
|
D | file.c | 155 struct jffs2_full_dnode *fn; in jffs2_write_begin() local 188 fn = jffs2_write_dnode(c, f, &ri, NULL, 0, ALLOC_NORMAL); in jffs2_write_begin() 190 if (IS_ERR(fn)) { in jffs2_write_begin() 191 ret = PTR_ERR(fn); in jffs2_write_begin() 196 ret = jffs2_add_full_dnode_to_inode(c, f, fn); in jffs2_write_begin() 205 jffs2_mark_node_obsolete(c, fn->raw); in jffs2_write_begin() 206 jffs2_free_full_dnode(fn); in jffs2_write_begin()
|
D | nodelist.c | 149 static struct jffs2_node_frag * new_fragment(struct jffs2_full_dnode *fn, uint32_t ofs, uint32_t si… in new_fragment() argument 157 newfrag->node = fn; in new_fragment() 363 …ll_dnode_to_inode(struct jffs2_sb_info *c, struct jffs2_inode_info *f, struct jffs2_full_dnode *fn) in jffs2_add_full_dnode_to_inode() argument 368 if (unlikely(!fn->size)) in jffs2_add_full_dnode_to_inode() 371 newfrag = new_fragment(fn, fn->ofs, fn->size); in jffs2_add_full_dnode_to_inode() 377 fn->ofs, fn->ofs+fn->size, ref_offset(fn->raw), newfrag); in jffs2_add_full_dnode_to_inode() 388 mark_ref_normal(fn->raw); in jffs2_add_full_dnode_to_inode() 398 mark_ref_normal(fn->raw); in jffs2_add_full_dnode_to_inode()
|
D | dir.c | 285 struct jffs2_full_dnode *fn; in jffs2_symlink() local 336 fn = jffs2_write_dnode(c, f, ri, target, targetlen, ALLOC_NORMAL); in jffs2_symlink() 340 if (IS_ERR(fn)) { in jffs2_symlink() 344 ret = PTR_ERR(fn); in jffs2_symlink() 365 f->metadata = fn; in jffs2_symlink() 448 struct jffs2_full_dnode *fn; in jffs2_mkdir() local 495 fn = jffs2_write_dnode(c, f, ri, NULL, 0, ALLOC_NORMAL); in jffs2_mkdir() 499 if (IS_ERR(fn)) { in jffs2_mkdir() 503 ret = PTR_ERR(fn); in jffs2_mkdir() 509 f->metadata = fn; in jffs2_mkdir() [all …]
|
/linux-4.4.14/drivers/sh/intc/ |
D | handle.c | 45 unsigned int fn, mode; in _intc_mask_data() local 56 fn = REG_FN_WRITE_BASE; in _intc_mask_data() 61 fn = REG_FN_MODIFY_BASE; in _intc_mask_data() 73 fn += (mr->reg_width >> 3) - 1; in _intc_mask_data() 74 return _INTC_MK(fn, mode, in _intc_mask_data() 113 unsigned int fn, n, mode, bit; in _intc_prio_data() local 124 fn = REG_FN_WRITE_BASE; in _intc_prio_data() 129 fn = REG_FN_MODIFY_BASE; in _intc_prio_data() 137 fn += (pr->reg_width >> 3) - 1; in _intc_prio_data() 144 return _INTC_MK(fn, mode, in _intc_prio_data() [all …]
|
D | access.c | 167 unsigned long (*fn)(unsigned long, in intc_mode_field() 172 return fn(addr, handle, ((1 << _INTC_WIDTH(handle)) - 1)); in intc_mode_field() 177 unsigned long (*fn)(unsigned long, in intc_mode_zero() 182 return fn(addr, handle, 0); in intc_mode_zero() 187 unsigned long (*fn)(unsigned long, in intc_mode_prio() 192 return fn(addr, handle, intc_get_prio_level(irq)); in intc_mode_prio() 211 unsigned long (*fn)(unsigned long, 224 unsigned long (*fn)(unsigned long, 237 unsigned long (*fn)(unsigned long,
|
D | balancing.c | 45 unsigned int i, j, fn, mode; in intc_dist_data() local 62 fn = REG_FN_MODIFY_BASE; in intc_dist_data() 67 fn += (mr->reg_width >> 3) - 1; in intc_dist_data() 68 return _INTC_MK(fn, mode, in intc_dist_data()
|
D | internals.h | 10 #define _INTC_MK(fn, mode, addr_e, addr_d, width, shift) \ argument 11 ((shift) | ((width) << 5) | ((fn) << 9) | ((mode) << 13) | \ 119 unsigned long (*fn)(unsigned long, 124 unsigned long (*fn)(unsigned long, 129 unsigned long (*fn)(unsigned long,
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb/ |
D | vsc7326_reg.h | 70 #define REG_TEST(ie,fn) CRA(0x2,ie&1,0x00+fn) /* Mode & Test Register */ argument 71 #define REG_TOP_BOTTOM(ie,fn) CRA(0x2,ie&1,0x10+fn) /* FIFO Buffer Top & Bottom */ argument 72 #define REG_TAIL(ie,fn) CRA(0x2,ie&1,0x20+fn) /* FIFO Write Pointer */ argument 73 #define REG_HEAD(ie,fn) CRA(0x2,ie&1,0x30+fn) /* FIFO Read Pointer */ argument 74 #define REG_HIGH_LOW_WM(ie,fn) CRA(0x2,ie&1,0x40+fn) /* Flow Control Water Marks */ argument 75 #define REG_CT_THRHLD(ie,fn) CRA(0x2,ie&1,0x50+fn) /* Cut Through Threshold */ argument 76 #define REG_FIFO_DROP_CNT(ie,fn) CRA(0x2,ie&1,0x60+fn) /* Drop & CRC Error Counter */ argument 77 #define REG_DEBUG_BUF_CNT(ie,fn) CRA(0x2,ie&1,0x70+fn) /* Input Side Debug Counter */ argument 78 #define REG_BUCKI(fn) CRA(0x2,2,0x20+fn) /* Input Side Debug Counter */ argument 79 #define REG_BUCKE(fn) CRA(0x2,3,0x20+fn) /* Input Side Debug Counter */ argument
|
/linux-4.4.14/sound/ |
D | sound_firmware.c | 10 static int do_mod_firmware_load(const char *fn, char **fp) in do_mod_firmware_load() argument 16 filp = filp_open(fn, 0, 0); in do_mod_firmware_load() 19 printk(KERN_INFO "Unable to load '%s'.\n", fn); in do_mod_firmware_load() 25 printk(KERN_INFO "Invalid firmware '%s'\n", fn); in do_mod_firmware_load() 32 printk(KERN_INFO "Out of memory loading '%s'.\n", fn); in do_mod_firmware_load() 38 printk(KERN_INFO "Failed to read '%s'.\n", fn); in do_mod_firmware_load() 65 int mod_firmware_load(const char *fn, char **fp) in mod_firmware_load() argument 71 r = do_mod_firmware_load(fn, fp); in mod_firmware_load()
|
/linux-4.4.14/tools/perf/bench/ |
D | mem-functions.c | 58 } fn; member 213 memcpy_t fn = r->fn.memcpy; in do_memcpy_cycles() local 222 fn(dst, src, size); in do_memcpy_cycles() 226 fn(dst, src, size); in do_memcpy_cycles() 237 memcpy_t fn = r->fn.memcpy; in do_memcpy_gettimeofday() local 247 fn(dst, src, size); in do_memcpy_gettimeofday() 251 fn(dst, src, size); in do_memcpy_gettimeofday() 265 .fn.memcpy = memcpy }, 268 # define MEMCPY_FN(_fn, _name, _desc) {.name = _name, .desc = _desc, .fn.memcpy = _fn}, 303 memset_t fn = r->fn.memset; in do_memset_cycles() local [all …]
|
D | mem-memset-arch.h | 4 #define MEMSET_FN(fn, name, desc) \ argument 5 extern void *fn(void *, int, size_t);
|
D | mem-memcpy-arch.h | 4 #define MEMCPY_FN(fn, name, desc) \ argument 5 extern void *fn(void *, const void *, size_t);
|
/linux-4.4.14/kernel/trace/ |
D | trace_probe.c | 75 #define CHECK_FETCH_FUNCS(method, fn) \ argument 76 (((FETCH_FUNC_NAME(method, u8) == fn) || \ 77 (FETCH_FUNC_NAME(method, u16) == fn) || \ 78 (FETCH_FUNC_NAME(method, u32) == fn) || \ 79 (FETCH_FUNC_NAME(method, u64) == fn) || \ 80 (FETCH_FUNC_NAME(method, string) == fn) || \ 81 (FETCH_FUNC_NAME(method, string_size) == fn)) \ 82 && (fn != NULL)) 151 if (CHECK_FETCH_FUNCS(deref, data->orig.fn)) in update_deref_fetch_param() 153 else if (CHECK_FETCH_FUNCS(symbol, data->orig.fn)) in update_deref_fetch_param() [all …]
|
D | trace_events_filter.c | 533 if (!WARN_ON_ONCE(!pred->fn)) in process_ops() 534 match = pred->fn(pred, rec); in process_ops() 564 if (!WARN_ON_ONCE(!pred->fn)) in filter_match_preds_cb() 565 d->match = pred->fn(pred, d->rec); in filter_match_preds_cb() 878 pred->fn = filter_pred_none; in __alloc_preds() 990 filter_pred_fn_t fn = NULL; in select_comparison_fn() local 995 fn = filter_pred_64; in select_comparison_fn() 997 fn = filter_pred_s64; in select_comparison_fn() 999 fn = filter_pred_u64; in select_comparison_fn() 1003 fn = filter_pred_32; in select_comparison_fn() [all …]
|
D | trace_probe.h | 126 fetch_func_t fn; member 301 return fprm->fn(regs, fprm->data, dest); in call_fetch() 354 if (unlikely(tp->args[i].fetch_size.fn)) { in __get_data_size() 372 if (unlikely(tp->args[i].fetch_size.fn)) { in store_trace_args()
|
/linux-4.4.14/arch/arm/include/asm/ |
D | glue.h | 19 #define ____glue(name,fn) name##fn argument 21 #define ____glue(name,fn) name/**/fn argument 23 #define __glue(name,fn) ____glue(name,fn) argument
|
D | setup.h | 21 #define __tagtable(tag, fn) \ argument 22 static const struct tagtable __tagtable_##fn __tag = { tag, fn }
|
D | bug.h | 79 void hook_fault_code(int nr, int (*fn)(unsigned long, unsigned int, 83 void hook_ifault_code(int nr, int (*fn)(unsigned long, unsigned int,
|
/linux-4.4.14/tools/usb/usbip/src/ |
D | usbip.c | 48 int (*fn)(int argc, char *argv[]); member 56 .fn = usbip_help, 62 .fn = usbip_version, 68 .fn = usbip_attach, 74 .fn = usbip_detach, 80 .fn = usbip_list, 86 .fn = usbip_bind, 92 .fn = usbip_unbind, 98 .fn = usbip_port_show, 142 return cmd->fn(argc, argv); in run_command()
|
/linux-4.4.14/arch/arm/mach-omap2/ |
D | soc.h | 541 #define omap_initcall(level, fn) \ argument 542 static int __init __used __##fn(void) \ 546 return fn(); \ 548 level(__##fn); 550 #define omap_early_initcall(fn) omap_initcall(early_initcall, fn) argument 551 #define omap_core_initcall(fn) omap_initcall(core_initcall, fn) argument 552 #define omap_postcore_initcall(fn) omap_initcall(postcore_initcall, fn) argument 553 #define omap_arch_initcall(fn) omap_initcall(arch_initcall, fn) argument 554 #define omap_subsys_initcall(fn) omap_initcall(subsys_initcall, fn) argument 555 #define omap_device_initcall(fn) omap_initcall(device_initcall, fn) argument [all …]
|
/linux-4.4.14/scripts/coccinelle/misc/ |
D | boolreturn.cocci | 12 identifier fn; 18 bool fn ( ... ) 34 identifier fn; 38 bool fn ( ... ) 54 fn << r2.fn; 57 msg = "WARNING: return of 0/1 in function '%s' with return type bool" % fn
|
/linux-4.4.14/init/ |
D | main.c | 690 ctor_fn_t *fn = (ctor_fn_t *) __ctors_start; in do_ctors() local 692 for (; fn < (ctor_fn_t *) __ctors_end; fn++) in do_ctors() 693 (*fn)(); in do_ctors() 728 static bool __init_or_module initcall_blacklisted(initcall_t fn) in initcall_blacklisted() argument 734 fn_name = kasprintf(GFP_KERNEL, "%pf", fn); in initcall_blacklisted() 757 static bool __init_or_module initcall_blacklisted(initcall_t fn) in initcall_blacklisted() argument 764 static int __init_or_module do_one_initcall_debug(initcall_t fn) in do_one_initcall_debug() argument 770 printk(KERN_DEBUG "calling %pF @ %i\n", fn, task_pid_nr(current)); in do_one_initcall_debug() 772 ret = fn(); in do_one_initcall_debug() 777 fn, ret, duration); in do_one_initcall_debug() [all …]
|
/linux-4.4.14/drivers/md/bcache/ |
D | sysfs.h | 14 #define SHOW(fn) \ argument 15 static ssize_t fn ## _show(struct kobject *kobj, struct attribute *attr,\ 18 #define STORE(fn) \ argument 19 static ssize_t fn ## _store(struct kobject *kobj, struct attribute *attr,\ 22 #define SHOW_LOCKED(fn) \ argument 23 SHOW(fn) \ 27 ret = __ ## fn ## _show(kobj, attr, buf); \ 32 #define STORE_LOCKED(fn) \ argument 33 STORE(fn) \ 37 ret = __ ## fn ## _store(kobj, attr, buf, size); \
|
D | closure.h | 154 closure_fn *fn; member 238 static inline void set_closure_fn(struct closure *cl, closure_fn *fn, in set_closure_fn() argument 243 cl->fn = fn; in set_closure_fn() 256 cl->fn(cl); in closure_queue() 375 static inline void closure_call(struct closure *cl, closure_fn fn, in closure_call() argument 380 continue_at_nobarrier(cl, fn, wq); in closure_call()
|
D | btree.h | 280 struct bkey *from, btree_map_nodes_fn *fn) in bch_btree_map_nodes() argument 282 return __bch_btree_map_nodes(op, c, from, fn, MAP_ALL_NODES); in bch_btree_map_nodes() 288 btree_map_nodes_fn *fn) in bch_btree_map_leaf_nodes() argument 290 return __bch_btree_map_nodes(op, c, from, fn, MAP_LEAF_NODES); in bch_btree_map_leaf_nodes()
|
D | closure.c | 26 if (cl->fn && !(flags & CLOSURE_DESTRUCTOR)) { in closure_put_after_sub() 32 closure_fn *destructor = cl->fn; in closure_put_after_sub() 179 cl, (void *) cl->ip, cl->fn, cl->parent, in debug_seq_show()
|
/linux-4.4.14/drivers/parport/ |
D | ieee1284.c | 615 size_t (*fn) (struct parport *, const void *, size_t, int); in parport_write() 628 fn = port->ops->compat_write_data; in parport_write() 634 fn = port->ops->epp_write_addr; in parport_write() 636 fn = port->ops->epp_write_data; in parport_write() 643 fn = parport_ieee1284_epp_write_addr; in parport_write() 645 fn = parport_ieee1284_epp_write_data; in parport_write() 652 fn = port->ops->ecp_write_addr; in parport_write() 654 fn = port->ops->ecp_write_data; in parport_write() 664 fn = parport_ieee1284_ecp_write_addr; in parport_write() 666 fn = parport_ieee1284_ecp_write_data; in parport_write() [all …]
|
/linux-4.4.14/arch/x86/include/asm/crypto/ |
D | glue_helper.h | 20 #define GLUE_FUNC_CAST(fn) ((common_glue_func_t)(fn)) argument 21 #define GLUE_CBC_FUNC_CAST(fn) ((common_glue_cbc_func_t)(fn)) argument 22 #define GLUE_CTR_FUNC_CAST(fn) ((common_glue_ctr_func_t)(fn)) argument 23 #define GLUE_XTS_FUNC_CAST(fn) ((common_glue_xts_func_t)(fn)) argument 118 extern int glue_cbc_encrypt_128bit(const common_glue_func_t fn, 143 le128 *iv, common_glue_func_t fn);
|
/linux-4.4.14/arch/mips/pci/ |
D | ops-bridge.c | 49 int fn = PCI_FUNC(devfn); in pci_conf0_read_config() local 54 addr = &bridge->b_type0_cfg_dev[slot].f[fn].c[PCI_VENDOR_ID]; in pci_conf0_read_config() 65 addr = &bridge->b_type0_cfg_dev[slot].f[fn].c[where ^ (4 - size)]; in pci_conf0_read_config() 91 addr = &bridge->b_type0_cfg_dev[slot].f[fn].l[where >> 2]; in pci_conf0_read_config() 110 int fn = PCI_FUNC(devfn); in pci_conf1_read_config() local 116 addr = &bridge->b_type1_cfg.c[(fn << 8) | PCI_VENDOR_ID]; in pci_conf1_read_config() 128 addr = &bridge->b_type1_cfg.c[(fn << 8) | (where ^ (4 - size))]; in pci_conf1_read_config() 155 addr = &bridge->b_type1_cfg.c[(fn << 8) | where]; in pci_conf1_read_config() 182 int fn = PCI_FUNC(devfn); in pci_conf0_write_config() local 187 addr = &bridge->b_type0_cfg_dev[slot].f[fn].c[PCI_VENDOR_ID]; in pci_conf0_write_config() [all …]
|
D | pcie-octeon.c | 231 int dev, int fn, int reg) in __cvmx_pcie_build_config_addr() argument 251 pcie_addr.config.func = fn; in __cvmx_pcie_build_config_addr() 268 int fn, int reg) in cvmx_pcie_config_read8() argument 271 __cvmx_pcie_build_config_addr(pcie_port, bus, dev, fn, reg); in cvmx_pcie_config_read8() 290 int fn, int reg) in cvmx_pcie_config_read16() argument 293 __cvmx_pcie_build_config_addr(pcie_port, bus, dev, fn, reg); in cvmx_pcie_config_read16() 312 int fn, int reg) in cvmx_pcie_config_read32() argument 315 __cvmx_pcie_build_config_addr(pcie_port, bus, dev, fn, reg); in cvmx_pcie_config_read32() 332 static void cvmx_pcie_config_write8(int pcie_port, int bus, int dev, int fn, in cvmx_pcie_config_write8() argument 336 __cvmx_pcie_build_config_addr(pcie_port, bus, dev, fn, reg); in cvmx_pcie_config_write8() [all …]
|
/linux-4.4.14/virt/kvm/ |
D | vfio.c | 37 struct vfio_group *(*fn)(struct file *); in kvm_vfio_group_get_external_user() local 39 fn = symbol_get(vfio_group_get_external_user); in kvm_vfio_group_get_external_user() 40 if (!fn) in kvm_vfio_group_get_external_user() 43 vfio_group = fn(filep); in kvm_vfio_group_get_external_user() 52 void (*fn)(struct vfio_group *); in kvm_vfio_group_put_external_user() local 54 fn = symbol_get(vfio_group_put_external_user); in kvm_vfio_group_put_external_user() 55 if (!fn) in kvm_vfio_group_put_external_user() 58 fn(vfio_group); in kvm_vfio_group_put_external_user() 65 long (*fn)(struct vfio_group *, unsigned long); in kvm_vfio_group_is_coherent() local 68 fn = symbol_get(vfio_external_check_extension); in kvm_vfio_group_is_coherent() [all …]
|
/linux-4.4.14/scripts/coccinelle/locks/ |
D | call_kern.cocci | 20 identifier fn; 24 fn(...) { 39 identifier gfp.fn; 71 fn@p2(...) 88 fn << gfp.fn; 99 fn << gfp.fn; 104 msg = "ERROR: function %s called on line %s inside lock on line %s but uses GFP_KERNEL" % (fn,p2[0]…
|
/linux-4.4.14/drivers/firmware/ |
D | psci.c | 135 u32 fn; in psci_cpu_suspend() local 137 fn = psci_function_id[PSCI_FN_CPU_SUSPEND]; in psci_cpu_suspend() 138 err = invoke_psci_fn(fn, state, entry_point, 0); in psci_cpu_suspend() 145 u32 fn; in psci_cpu_off() local 147 fn = psci_function_id[PSCI_FN_CPU_OFF]; in psci_cpu_off() 148 err = invoke_psci_fn(fn, state, 0, 0); in psci_cpu_off() 155 u32 fn; in psci_cpu_on() local 157 fn = psci_function_id[PSCI_FN_CPU_ON]; in psci_cpu_on() 158 err = invoke_psci_fn(fn, cpuid, entry_point, 0); in psci_cpu_on() 165 u32 fn; in psci_migrate() local [all …]
|
/linux-4.4.14/Documentation/ia64/ |
D | err_inject.txt | 124 char fn[MAX_FN_SIZE]; 128 sprintf(fn, "%d.log", cpu); 129 log=fopen(fn, "a+"); 310 char fn[MAX_FN_SIZE]; 313 sprintf(fn, PATH_FORMAT, 0); 314 if ((key = ftok(fn, 's')) == -1) { 375 char fn[MAX_FN_SIZE]; 378 sprintf(fn, PATH_FORMAT, cpu); 379 sprintf(fn, "%s/%s", fn, "err_type_info"); 380 if ((key[cpu] = ftok(fn, 'e')) == -1) { [all …]
|
/linux-4.4.14/tools/lib/traceevent/ |
D | plugin_mac80211.c | 56 #define SF(fn) pevent_print_num_field(s, fn ":%d", event, fn, record, 0) argument 57 #define SFX(fn) pevent_print_num_field(s, fn ":%#x", event, fn, record, 0) argument
|
/linux-4.4.14/arch/mips/include/asm/ |
D | traps.h | 32 #define nmi_notifier(fn, pri) \ argument 34 static struct notifier_block fn##_nb = { \ 35 .notifier_call = fn, \ 39 register_nmi_notifier(&fn##_nb); \
|
D | cop2.h | 62 #define cu2_notifier(fn, pri) \ argument 64 static struct notifier_block fn##_nb = { \ 65 .notifier_call = fn, \ 69 register_cu2_notifier(&fn##_nb); \
|
D | cpu-info.h | 113 #define proc_cpuinfo_notifier(fn, pri) \ argument 115 static struct notifier_block fn##_nb = { \ 116 .notifier_call = fn, \ 120 register_proc_cpuinfo_notifier(&fn##_nb); \
|
/linux-4.4.14/drivers/base/ |
D | attribute_container.c | 143 int (*fn)(struct attribute_container *, in attribute_container_add_device() 171 if (fn) in attribute_container_add_device() 172 fn(cont, dev, &ic->classdev); in attribute_container_add_device() 208 void (*fn)(struct attribute_container *, in attribute_container_remove_device() 229 if (fn) in attribute_container_remove_device() 230 fn(cont, dev, &ic->classdev); in attribute_container_remove_device() 252 int (*fn)(struct attribute_container *, in attribute_container_device_trigger() 267 fn(cont, dev, NULL); in attribute_container_device_trigger() 273 fn(cont, dev, &ic->classdev); in attribute_container_device_trigger() 293 int (*fn)(struct attribute_container *, in attribute_container_trigger() [all …]
|
/linux-4.4.14/net/dccp/ |
D | feat.c | 637 struct list_head *fn = dreq ? &dreq->dreq_featneg : &dp->dccps_featneg; in dccp_feat_insert_opts() local 643 list_for_each_entry_safe_reverse(pos, next, fn, node) { in dccp_feat_insert_opts() 700 static int __feat_register_nn(struct list_head *fn, u8 feat, in __feat_register_nn() argument 713 return dccp_feat_push_change(fn, feat, 1, mandatory, &fval); in __feat_register_nn() 725 static int __feat_register_sp(struct list_head *fn, u8 feat, u8 is_local, in __feat_register_sp() argument 741 return dccp_feat_push_change(fn, feat, is_local, mandatory, &fval); in __feat_register_sp() 803 struct list_head *fn = &dccp_sk(sk)->dccps_featneg; in dccp_feat_signal_nn_change() local 817 entry = dccp_feat_list_lookup(fn, feat, 1); in dccp_feat_signal_nn_change() 826 return dccp_feat_push_change(fn, feat, 1, 0, &fval); in dccp_feat_signal_nn_change() 942 static int dccp_feat_propagate_ccid(struct list_head *fn, u8 id, bool is_local) in dccp_feat_propagate_ccid() argument [all …]
|
/linux-4.4.14/drivers/gpu/drm/nouveau/ |
D | nouveau_ioc32.c | 53 drm_ioctl_compat_t *fn = NULL; in nouveau_compat_ioctl() local 61 fn = nouveau_compat_ioctls[nr - DRM_COMMAND_BASE]; in nouveau_compat_ioctl() 63 if (fn != NULL) in nouveau_compat_ioctl() 64 ret = (*fn)(filp, cmd, arg); in nouveau_compat_ioctl()
|
/linux-4.4.14/drivers/mmc/core/ |
D | sdio_ops.c | 68 static int mmc_io_rw_direct_host(struct mmc_host *host, int write, unsigned fn, in mmc_io_rw_direct_host() argument 75 BUG_ON(fn > 7); in mmc_io_rw_direct_host() 83 cmd.arg |= fn << 28; in mmc_io_rw_direct_host() 114 int mmc_io_rw_direct(struct mmc_card *card, int write, unsigned fn, in mmc_io_rw_direct() argument 118 return mmc_io_rw_direct_host(card->host, write, fn, addr, in, out); in mmc_io_rw_direct() 121 int mmc_io_rw_extended(struct mmc_card *card, int write, unsigned fn, in mmc_io_rw_extended() argument 133 BUG_ON(fn > 7); in mmc_io_rw_extended() 145 cmd.arg |= fn << 28; in mmc_io_rw_extended()
|
D | sdio_ops.h | 18 int mmc_io_rw_direct(struct mmc_card *card, int write, unsigned fn, 20 int mmc_io_rw_extended(struct mmc_card *card, int write, unsigned fn,
|
D | sdio_cis.c | 240 unsigned char x, fn; in sdio_read_cis() local 243 fn = func->num; in sdio_read_cis() 245 fn = 0; in sdio_read_cis() 248 SDIO_FBR_BASE(fn) + SDIO_FBR_CIS + i, 0, &x); in sdio_read_cis()
|
/linux-4.4.14/arch/x86/include/asm/ |
D | nmi.h | 48 #define register_nmi_handler(t, fn, fg, n, init...) \ argument 50 static struct nmiaction init fn##_na = { \ 51 .handler = (fn), \ 55 __register_nmi_handler((t), &fn##_na); \
|
D | pci_64.h | 20 extern int (*pci_config_read)(int seg, int bus, int dev, int fn, 22 extern int (*pci_config_write)(int seg, int bus, int dev, int fn,
|
/linux-4.4.14/arch/powerpc/crypto/ |
D | sha1-powerpc-asm.S | 102 #define STEPUP4(t, fn) \ argument 103 STEP##fn##_UPDATE(t); \ 104 STEP##fn##_UPDATE((t)+1); \ 105 STEP##fn##_UPDATE((t)+2); \ 106 STEP##fn##_UPDATE((t)+3) 108 #define STEPUP20(t, fn) \ argument 109 STEPUP4(t, fn); \ 110 STEPUP4((t)+4, fn); \ 111 STEPUP4((t)+8, fn); \ 112 STEPUP4((t)+12, fn); \ [all …]
|
/linux-4.4.14/fs/ntfs/ |
D | namei.c | 192 FILE_NAME_ATTR *fn; in ntfs_lookup() local 233 fn = (FILE_NAME_ATTR*)((u8*)ctx->attr + le16_to_cpu( in ntfs_lookup() 235 if ((u32)(fn->file_name_length * sizeof(ntfschar) + in ntfs_lookup() 238 } while (fn->file_name_type != FILE_NAME_WIN32); in ntfs_lookup() 242 (ntfschar*)&fn->file_name, fn->file_name_length, in ntfs_lookup() 307 FILE_NAME_ATTR *fn; in ntfs_get_parent() local 337 fn = (FILE_NAME_ATTR *)((u8 *)attr + in ntfs_get_parent() 339 if (unlikely((u8 *)fn + le32_to_cpu(attr->data.resident.value_length) > in ntfs_get_parent() 343 parent_ino = MREF_LE(fn->parent_directory); in ntfs_get_parent()
|
/linux-4.4.14/include/uapi/linux/netfilter/ |
D | x_tables.h | 128 #define XT_MATCH_ITERATE(type, e, fn, args...) \ argument 139 __ret = fn(__m , ## args); \ 147 #define XT_ENTRY_ITERATE_CONTINUE(type, entries, size, n, fn, args...) \ argument 159 __ret = fn(__entry , ## args); \ 167 #define XT_ENTRY_ITERATE(type, entries, size, fn, args...) \ argument 168 XT_ENTRY_ITERATE_CONTINUE(type, entries, size, 0, fn, args)
|
/linux-4.4.14/net/ipv4/ |
D | fou.c | 394 struct fou_net *fn = net_generic(net, fou_net_id); in fou_add_to_port_list() local 397 mutex_lock(&fn->fou_lock); in fou_add_to_port_list() 398 list_for_each_entry(fout, &fn->fou_list, list) { in fou_add_to_port_list() 400 mutex_unlock(&fn->fou_lock); in fou_add_to_port_list() 405 list_add(&fou->list, &fn->fou_list); in fou_add_to_port_list() 406 mutex_unlock(&fn->fou_lock); in fou_add_to_port_list() 525 struct fou_net *fn = net_generic(net, fou_net_id); in fou_destroy() local 530 mutex_lock(&fn->fou_lock); in fou_destroy() 531 list_for_each_entry(fou, &fn->fou_list, list) { in fou_destroy() 538 mutex_unlock(&fn->fou_lock); in fou_destroy() [all …]
|
/linux-4.4.14/drivers/s390/char/ |
D | raw3270.c | 372 rc = view->fn->intv(view, rq, irb); in raw3270_irq() 562 if (view->fn->resize) in raw3270_size_device_done() 563 view->fn->resize(view, rp->model, rp->rows, rp->cols); in raw3270_size_device_done() 567 if (view->fn->activate(view) == 0) in raw3270_size_device_done() 754 rp->init_view.fn = &raw3270_init_fn; in raw3270_setup_device() 897 if (rp->view && rp->view->fn->deactivate) { in raw3270_activate_view() 899 oldview->fn->deactivate(oldview); in raw3270_activate_view() 902 rc = view->fn->activate(view); in raw3270_activate_view() 906 if (!oldview || oldview->fn->activate(oldview) != 0) { in raw3270_activate_view() 911 if (nv->fn->activate(nv) == 0) in raw3270_activate_view() [all …]
|
/linux-4.4.14/scripts/kconfig/ |
D | expr.c | 1073 void expr_print(struct expr *e, void (*fn)(void *, struct symbol *, const char *), void *data, int … in expr_print() 1076 fn(data, NULL, "y"); in expr_print() 1081 fn(data, NULL, "("); in expr_print() 1085 fn(data, e->left.sym, e->left.sym->name); in expr_print() 1087 fn(data, NULL, "<choice>"); in expr_print() 1090 fn(data, NULL, "!"); in expr_print() 1091 expr_print(e->left.expr, fn, data, E_NOT); in expr_print() 1095 fn(data, e->left.sym, e->left.sym->name); in expr_print() 1097 fn(data, NULL, "<choice>"); in expr_print() 1098 fn(data, NULL, "="); in expr_print() [all …]
|
D | lkc_proto.h | 11 void conf_set_changed_callback(void (*fn)(void)); 12 void conf_set_message_callback(void (*fn)(const char *fmt, va_list ap)); 52 void expr_print(struct expr *e, void (*fn)(void *, struct symbol *, const char *), void *data, int …
|
/linux-4.4.14/drivers/gpu/drm/i915/ |
D | i915_ioc32.c | 84 drm_ioctl_compat_t *fn = NULL; in i915_compat_ioctl() local 91 fn = i915_compat_ioctls[nr - DRM_COMMAND_BASE]; in i915_compat_ioctl() 93 if (fn != NULL) in i915_compat_ioctl() 94 ret = (*fn) (filp, cmd, arg); in i915_compat_ioctl()
|
/linux-4.4.14/tools/perf/util/ |
D | config.c | 128 static int get_value(config_fn_t fn, void *data, char *name, unsigned int len) in get_value() argument 156 return fn(name, value, data); in get_value() 215 static int perf_parse_file(config_fn_t fn, void *data) in perf_parse_file() argument 272 if (get_value(fn, data, var, baselen+1) < 0) { in perf_parse_file() 419 static int perf_config_from_file(config_fn_t fn, const char *filename, void *data) in perf_config_from_file() argument 430 ret = perf_parse_file(fn, data); in perf_config_from_file() 461 int perf_config(config_fn_t fn, void *data) in perf_config() argument 468 return perf_config_from_file(fn, config_exclusive_filename, data); in perf_config() 470 ret += perf_config_from_file(fn, perf_etc_perfconfig(), in perf_config() 498 ret += perf_config_from_file(fn, user_config, data); in perf_config()
|
D | record.c | 11 static int perf_do_probe_api(setup_probe_fn_t fn, int cpu, const char *str) in perf_do_probe_api() argument 41 fn(evsel); in perf_do_probe_api() 57 static bool perf_probe_api(setup_probe_fn_t fn) in perf_probe_api() argument 70 ret = perf_do_probe_api(fn, cpu, try[i++]); in perf_probe_api()
|
/linux-4.4.14/arch/arm/kernel/ |
D | suspend.c | 17 int cpu_suspend(unsigned long arg, int (*fn)(unsigned long)) in cpu_suspend() 32 ret = __cpu_suspend(arg, fn, __mpidr); in cpu_suspend() 42 int cpu_suspend(unsigned long arg, int (*fn)(unsigned long)) in cpu_suspend() 45 return __cpu_suspend(arg, fn, __mpidr); in cpu_suspend()
|
D | traps.c | 394 int (*fn)(struct pt_regs *regs, unsigned int instr) = NULL; in call_undef_hook() local 400 fn = hook->fn; in call_undef_hook() 403 return fn ? fn(regs, instr) : 1; in call_undef_hook() 687 .fn = get_tp_trap, 727 void __readwrite_bug(const char *fn) in __readwrite_bug() argument 729 pr_err("%s called, but not implemented\n", fn); in __readwrite_bug()
|
D | sleep.S | 69 add r4, r4, #12 @ Space for pgd, virt sp, phys resume fn 85 ldmfd sp!, {r0, pc} @ call suspend fn 90 ldmia sp!, {r1 - r3} @ pop phys pgd, virt SP, phys resume fn 156 @ load phys pgd, stack, resume fn
|
/linux-4.4.14/drivers/net/wireless/iwlwifi/ |
D | iwl-notif-wait.c | 111 if (!w->fn || w->fn(notif_wait, pkt, w->fn_data)) { in iwl_notification_wait_notify() 142 bool (*fn)(struct iwl_notif_wait_data *notif_wait, in iwl_init_notification_wait() 149 wait_entry->fn = fn; in iwl_init_notification_wait()
|
D | iwl-debug.c | 71 #define __iwl_fn(fn) \ argument 72 void __iwl_ ##fn(struct device *dev, const char *fmt, ...) \ 81 dev_ ##fn(dev, "%pV", &vaf); \ 82 trace_iwlwifi_ ##fn(&vaf); \
|
D | iwl-notif-wait.h | 105 bool (*fn)(struct iwl_notif_wait_data *notif_data, member 126 bool (*fn)(struct iwl_notif_wait_data *notif_data,
|
/linux-4.4.14/include/uapi/linux/netfilter_bridge/ |
D | ebtables.h | 197 #define EBT_MATCH_ITERATE(e, fn, args...) \ argument 209 __ret = fn(__match , ## args); \ 220 #define EBT_WATCHER_ITERATE(e, fn, args...) \ argument 232 __ret = fn(__watcher , ## args); \ 243 #define EBT_ENTRY_ITERATE(entries, size, fn, args...) \ argument 251 __ret = fn(__entry , ## args); \
|
/linux-4.4.14/drivers/usb/gadget/function/ |
D | f_uac2.c | 1002 afunc_bind(struct usb_configuration *cfg, struct usb_function *fn) in afunc_bind() argument 1004 struct audio_dev *agdev = func_to_agdev(fn); in afunc_bind() 1014 uac2_opts = container_of(fn->fi, struct f_uac2_opts, func_inst); in afunc_bind() 1050 ret = usb_interface_id(cfg, fn); in afunc_bind() 1059 ret = usb_interface_id(cfg, fn); in afunc_bind() 1069 ret = usb_interface_id(cfg, fn); in afunc_bind() 1103 ret = usb_assign_descriptors(fn, fs_audio_desc, hs_audio_desc, NULL); in afunc_bind() 1129 usb_free_all_descriptors(fn); in afunc_bind() 1137 afunc_set_alt(struct usb_function *fn, unsigned intf, unsigned alt) in afunc_set_alt() argument 1139 struct usb_composite_dev *cdev = fn->config->cdev; in afunc_set_alt() [all …]
|
/linux-4.4.14/arch/arm64/kvm/ |
D | trace.h | 117 TP_PROTO(const char *fn, int reg, bool is_write, u64 write_value), 118 TP_ARGS(fn, reg, is_write, write_value), 121 __field(const char *, fn) 128 __entry->fn = fn; 134 …TP_printk("%s %s reg %d (0x%08llx)", __entry->fn, __entry->is_write?"write to":"read from", __ent…
|
/linux-4.4.14/drivers/scsi/ |
D | scsi_pm.c | 129 async_func_t fn; in scsi_bus_resume_common() local 132 fn = NULL; in scsi_bus_resume_common() 134 fn = async_sdev_resume; in scsi_bus_resume_common() 136 fn = async_sdev_thaw; in scsi_bus_resume_common() 138 fn = async_sdev_restore; in scsi_bus_resume_common() 140 fn = NULL; in scsi_bus_resume_common() 142 if (fn) { in scsi_bus_resume_common() 143 async_schedule_domain(fn, dev, &scsi_sd_pm_domain); in scsi_bus_resume_common()
|
D | scsi_dh.c | 319 int scsi_dh_activate(struct request_queue *q, activate_complete fn, void *data) in scsi_dh_activate() argument 326 if (fn) in scsi_dh_activate() 327 fn(data, err); in scsi_dh_activate() 343 err = sdev->handler->activate(sdev, fn, data); in scsi_dh_activate() 350 if (fn) in scsi_dh_activate() 351 fn(data, err); in scsi_dh_activate()
|
/linux-4.4.14/drivers/pci/ |
D | search.c | 29 int (*fn)(struct pci_dev *pdev, in pci_for_each_dma_alias() 35 ret = fn(pdev, PCI_DEVID(pdev->bus->number, pdev->devfn), data); in pci_for_each_dma_alias() 44 ret = fn(pdev, PCI_DEVID(pdev->bus->number, in pci_for_each_dma_alias() 75 ret = fn(tmp, in pci_for_each_dma_alias() 82 ret = fn(tmp, in pci_for_each_dma_alias() 91 ret = fn(tmp, in pci_for_each_dma_alias() 95 ret = fn(tmp, in pci_for_each_dma_alias()
|
/linux-4.4.14/arch/x86/kvm/ |
D | mmu_audit.c | 38 inspect_spte_fn fn, int level) in __mmu_spte_walk() argument 45 fn(vcpu, ent + i, level); in __mmu_spte_walk() 52 __mmu_spte_walk(vcpu, child, fn, level - 1); in __mmu_spte_walk() 57 static void mmu_spte_walk(struct kvm_vcpu *vcpu, inspect_spte_fn fn) in mmu_spte_walk() argument 69 __mmu_spte_walk(vcpu, sp, fn, PT64_ROOT_LEVEL); in mmu_spte_walk() 79 __mmu_spte_walk(vcpu, sp, fn, 2); in mmu_spte_walk() 88 static void walk_all_active_sps(struct kvm *kvm, sp_handler fn) in walk_all_active_sps() argument 93 fn(kvm, sp); in walk_all_active_sps()
|
/linux-4.4.14/arch/arm/mm/ |
D | fault.c | 515 int (*fn)(unsigned long addr, unsigned int fsr, struct pt_regs *regs); member 529 hook_fault_code(int nr, int (*fn)(unsigned long, unsigned int, struct pt_regs *), in hook_fault_code() 535 fsr_info[nr].fn = fn; in hook_fault_code() 550 if (!inf->fn(addr, fsr & ~FSR_LNX_PF, regs)) in do_DataAbort() 565 hook_ifault_code(int nr, int (*fn)(unsigned long, unsigned int, struct pt_regs *), in hook_ifault_code() 571 ifsr_info[nr].fn = fn; in hook_ifault_code() 583 if (!inf->fn(addr, ifsr | FSR_LNX_PF, regs)) in do_PrefetchAbort() 613 fsr_info[22].fn = early_abort_handler; in early_abt_enable() 615 fsr_info[22].fn = do_bad; in early_abt_enable()
|
/linux-4.4.14/tools/perf/ |
D | builtin-bench.c | 33 bench_fn_t fn; member 157 static int run_bench(const char *coll_name, const char *bench_name, bench_fn_t fn, in run_bench() argument 174 ret = fn(argc, argv, prefix); in run_bench() 195 if (!bench->fn) in run_collection() 201 run_bench(coll->name, bench->name, bench->fn, 1, argv, NULL); in run_collection() 273 ret = run_bench(coll->name, bench->name, bench->fn, argc-1, argv+1, prefix); in cmd_bench()
|
D | builtin-data.c | 13 data_cmd_fn_t fn; member 116 return cmd->fn(argc, argv, prefix); in cmd_data()
|
/linux-4.4.14/arch/s390/pci/ |
D | pci_insn.c | 60 static inline u8 __rpcit(u64 fn, u64 addr, u64 range, u8 *status) in __rpcit() argument 70 : [cc] "=d" (cc), [fn] "+d" (fn) in __rpcit() 73 *status = fn >> 24 & 0xff; in __rpcit() 77 int zpci_refresh_trans(u64 fn, u64 addr, u64 range) in zpci_refresh_trans() argument 82 cc = __rpcit(fn, addr, range, &status); in zpci_refresh_trans()
|
/linux-4.4.14/arch/arm/mach-pxa/ |
D | irq.c | 147 int (*fn)(struct irq_data *, unsigned int)) in pxa_init_irq_common() 168 pxa_internal_irq_chip.irq_set_wake = fn; in pxa_init_irq_common() 171 void __init pxa_init_irq(int irq_nr, int (*fn)(struct irq_data *, unsigned int)) in pxa_init_irq() 177 pxa_init_irq_common(NULL, irq_nr, fn); in pxa_init_irq() 236 void __init pxa_dt_irq_init(int (*fn)(struct irq_data *, unsigned int)) in pxa_dt_irq_init() 271 pxa_init_irq_common(node, pxa_internal_irq_nr, fn); in pxa_dt_irq_init()
|
D | pxa3xx.c | 44 extern void __init pxa_dt_irq_init(int (*fn)(struct irq_data *, unsigned int)); 72 void (*fn)(unsigned int) = (void __force *)(sram + 0x8000); in pxa3xx_cpu_standby() local 85 fn(pwrmode); in pxa3xx_cpu_standby() 328 static void __init pxa_init_ext_wakeup_irq(int (*fn)(struct irq_data *, in pxa_init_ext_wakeup_irq() 339 pxa_ext_wakeup_chip.irq_set_wake = fn; in pxa_init_ext_wakeup_irq()
|
/linux-4.4.14/arch/x86/xen/ |
D | multicalls.c | 47 void (*fn)(void *); member 123 (*cb->fn)(cb->data); in xen_mc_flush() 193 void xen_mc_callback(void (*fn)(void *), void *data) in xen_mc_callback() 203 trace_xen_mc_callback(fn, data); in xen_mc_callback() 206 cb->fn = fn; in xen_mc_callback()
|
/linux-4.4.14/arch/x86/pci/ |
D | direct.c | 98 int dev, fn; in pci_conf2_read() local 107 fn = PCI_FUNC(devfn); in pci_conf2_read() 114 outb((u8)(0xF0 | (fn << 1)), 0xCF8); in pci_conf2_read() 140 int dev, fn; in pci_conf2_write() local 147 fn = PCI_FUNC(devfn); in pci_conf2_write() 154 outb((u8)(0xF0 | (fn << 1)), 0xCF8); in pci_conf2_write()
|
/linux-4.4.14/include/xen/ |
D | grant_table.h | 60 void (*fn)(void *); member 128 void (*fn)(void *), void *arg, u16 count); 252 xen_grant_fn_t fn, 257 unsigned len, xen_grant_fn_t fn, in gnttab_for_one_grant() argument 264 gnttab_foreach_grant_in_range(page, offset, len, fn, data); in gnttab_for_one_grant() 270 xen_grant_fn_t fn,
|
/linux-4.4.14/drivers/md/ |
D | dm-kcopyd.c | 349 dm_kcopyd_notify_fn fn; member 441 dm_kcopyd_notify_fn fn = job->fn; in run_complete_job() local 452 fn(read_err, write_err, context); in run_complete_job() 503 .notify.fn = complete_io, in run_io_job() 542 int (*fn) (struct kcopyd_job *)) in process_jobs() 549 r = fn(job); in process_jobs() 665 sub_job->fn = segment_complete; in segment_complete() 703 unsigned int flags, dm_kcopyd_notify_fn fn, void *context) in dm_kcopyd_copy() argument 745 job->fn = fn; in dm_kcopyd_copy() 763 unsigned flags, dm_kcopyd_notify_fn fn, void *context) in dm_kcopyd_zero() argument [all …]
|
D | dm-io.c | 116 io_notify_fn fn = io->callback; in complete_io() local 124 fn(error_bits, context); in complete_io() 440 io_notify_fn fn, void *context) in async_io() argument 446 fn(1, context); in async_io() 454 io->callback = fn; in async_io() 519 if (!io_req->notify.fn) in dm_io() 524 &dp, io_req->notify.fn, io_req->notify.context); in dm_io()
|
D | dm-cache-metadata.h | 78 load_discard_fn fn, void *context); 91 load_mapping_fn fn,
|
D | dm-cache-policy.h | 81 policy_lock_fn fn; member 161 int (*walk_mappings)(struct dm_cache_policy *p, policy_walk_fn fn,
|
D | dm-cache-metadata.c | 1026 load_discard_fn fn, void *context) in __load_discards() argument 1042 r = fn(context, cmd->discard_block_size, dblock, discard); in __load_discards() 1051 load_discard_fn fn, void *context) in dm_cache_load_discards() argument 1056 r = __load_discards(cmd, fn, context); in dm_cache_load_discards() 1126 load_mapping_fn fn; member 1197 r = thunk->fn(thunk->context, oblock, to_cblock(cblock), in __load_mapping() 1206 load_mapping_fn fn, void *context) in __load_mappings() argument 1210 thunk.fn = fn; in __load_mappings() 1222 load_mapping_fn fn, void *context) in dm_cache_load_mappings() argument 1227 r = __load_mappings(cmd, policy, fn, context); in dm_cache_load_mappings()
|
/linux-4.4.14/arch/arm/plat-samsung/ |
D | pm-check.c | 50 static void s3c_pm_run_res(struct resource *ptr, run_fn_t fn, u32 *arg) in s3c_pm_run_res() argument 54 s3c_pm_run_res(ptr->child, fn, arg); in s3c_pm_run_res() 61 arg = (fn)(ptr, arg); in s3c_pm_run_res() 68 static void s3c_pm_run_sysram(run_fn_t fn, u32 *arg) in s3c_pm_run_sysram() argument 70 s3c_pm_run_res(&iomem_resource, fn, arg); in s3c_pm_run_sysram()
|
/linux-4.4.14/Documentation/hwmon/ |
D | zl6100 | 8 Datasheet: http://www.intersil.com/data/fn/fn6847.pdf 12 Datasheet: http://www.intersil.com/data/fn/fn6848.pdf 16 Datasheet: http://www.intersil.com/data/fn/fn6850.pdf 20 Datasheet: http://www.intersil.com/data/fn/fn6859.pdf 24 Datasheet: http://www.intersil.com/data/fn/fn6851.pdf 28 Datasheet: http://www.intersil.com/data/fn/fn6852.pdf 32 Datasheet: http://www.intersil.com/data/fn/fn6876.pdf 36 Datasheet: http://www.intersil.com/data/fn/fn6906.pdf 40 Datasheet: http://www.intersil.com/data/fn/fn7669.pdf 44 Datasheet: http://www.intersil.com/data/fn/fn7914.pdf
|
/linux-4.4.14/fs/proc/ |
D | generic.c | 361 const char *fn; in __proc_create() local 364 if (xlate_proc_name(name, parent, &fn) != 0) in __proc_create() 366 qstr.name = fn; in __proc_create() 367 qstr.len = strlen(fn); in __proc_create() 385 memcpy(ent->name, fn, qstr.len + 1); in __proc_create() 549 const char *fn = name; in remove_proc_entry() local 553 if (__xlate_proc_name(name, &parent, &fn) != 0) { in remove_proc_entry() 557 len = strlen(fn); in remove_proc_entry() 559 de = pde_subdir_find(parent, fn, len); in remove_proc_entry() 583 const char *fn = name; in remove_proc_subtree() local [all …]
|
/linux-4.4.14/drivers/s390/cio/ |
D | device_pgid.c | 133 static void spid_build_cp(struct ccw_device *cdev, u8 fn) in spid_build_cp() argument 140 pgid->inf.fc = fn; in spid_build_cp() 171 u8 fn; in pgid_wipeout_start() local 183 fn = SPID_FUNC_DISBAND; in pgid_wipeout_start() 185 fn |= SPID_FUNC_MULTI_PATH; in pgid_wipeout_start() 186 spid_build_cp(cdev, fn); in pgid_wipeout_start() 197 u8 fn; in spid_do() local 205 fn = SPID_FUNC_ESTABLISH; in spid_do() 207 fn = SPID_FUNC_RESIGN; in spid_do() 209 fn |= SPID_FUNC_MULTI_PATH; in spid_do() [all …]
|
/linux-4.4.14/crypto/ |
D | pcbc.c | 49 void (*fn)(struct crypto_tfm *, u8 *, const u8 *) = in crypto_pcbc_encrypt_segment() local 59 fn(crypto_cipher_tfm(tfm), dst, iv); in crypto_pcbc_encrypt_segment() 74 void (*fn)(struct crypto_tfm *, u8 *, const u8 *) = in crypto_pcbc_encrypt_inplace() local 85 fn(crypto_cipher_tfm(tfm), src, iv); in crypto_pcbc_encrypt_inplace() 127 void (*fn)(struct crypto_tfm *, u8 *, const u8 *) = in crypto_pcbc_decrypt_segment() local 136 fn(crypto_cipher_tfm(tfm), dst, src); in crypto_pcbc_decrypt_segment() 154 void (*fn)(struct crypto_tfm *, u8 *, const u8 *) = in crypto_pcbc_decrypt_inplace() local 164 fn(crypto_cipher_tfm(tfm), src, src); in crypto_pcbc_decrypt_inplace()
|
D | cbc.c | 46 void (*fn)(struct crypto_tfm *, u8 *, const u8 *) = in crypto_cbc_encrypt_segment() local 56 fn(crypto_cipher_tfm(tfm), dst, iv); in crypto_cbc_encrypt_segment() 70 void (*fn)(struct crypto_tfm *, u8 *, const u8 *) = in crypto_cbc_encrypt_inplace() local 79 fn(crypto_cipher_tfm(tfm), src, src); in crypto_cbc_encrypt_inplace() 118 void (*fn)(struct crypto_tfm *, u8 *, const u8 *) = in crypto_cbc_decrypt_segment() local 127 fn(crypto_cipher_tfm(tfm), dst, src); in crypto_cbc_decrypt_segment() 144 void (*fn)(struct crypto_tfm *, u8 *, const u8 *) = in crypto_cbc_decrypt_inplace() local 156 fn(crypto_cipher_tfm(tfm), src, src); in crypto_cbc_decrypt_inplace()
|
D | xts.c | 83 void (*fn)(struct crypto_tfm *, u8 *, const u8 *); member 89 s->fn(s->tfm, dst, dst); /* CC <- E(Key1,PP) */ in xts_round() 96 void (*fn)(struct crypto_tfm *, u8 *, const u8 *)) in crypt() 103 .fn = fn in crypt()
|
D | lrw.c | 102 void (*fn)(struct crypto_tfm *, u8 *, const u8 *); member 115 s->fn(s->tfm, dst, dst); /* CC <- E(Key2,PP) */ in lrw_round() 140 void (*fn)(struct crypto_tfm *, u8 *, const u8 *)) in crypt() 147 .fn = fn in crypt()
|
/linux-4.4.14/arch/arm/probes/kprobes/ |
D | actions-arm.c | 95 [fn] "r" (asi->insn_fn) in emulate_ldrdstrd() 122 : "1" (rnv), "r" (rmv), [fn] "r" (asi->insn_fn) in emulate_ldr() 154 : "r" (rtv), "0" (rnv), "r" (rmv), [fn] "r" (asi->insn_fn) in emulate_str() 186 "1" (cpsr), [fn] "r" (asi->insn_fn) in emulate_rd12rn16rm0rs8_rwflags() 216 "1" (cpsr), [fn] "r" (asi->insn_fn) in emulate_rd12rn16rm0_rwflags_nopc() 246 "1" (cpsr), [fn] "r" (asi->insn_fn) in emulate_rd16rn12rm0rs8_rwflags_nopc() 267 : "0" (rdv), "r" (rmv), [fn] "r" (asi->insn_fn) in emulate_rd12rm0_noflags_nopc() 296 "2" (cpsr), [fn] "r" (asi->insn_fn) in emulate_rdlo12rdhi16rn0rm8_rwflags_nopc()
|
D | actions-thumb.c | 177 : "0" (rt1v), "1" (rt2v), "2" (rnv), [fn] "r" (asi->insn_fn) in t32_emulate_ldrdstrd() 202 : "0" (rtv), "1" (rnv), "r" (rmv), [fn] "r" (asi->insn_fn) in t32_emulate_ldrstr() 232 "1" (cpsr), [fn] "r" (asi->insn_fn) in t32_emulate_rd8rn16rm0_rwflags() 253 : "0" (rdv), "r" (rnv), [fn] "r" (asi->insn_fn) in t32_emulate_rd8pc16_noflags() 273 : "0" (rdv), "r" (rnv), [fn] "r" (asi->insn_fn) in t32_emulate_rd8rn16_noflags() 299 [fn] "r" (asi->insn_fn) in t32_emulate_rdlo12rdhi8rn16rm0_noflags() 459 [fn] "r" (asi->insn_fn) in t16_emulate_loregs() 503 : "0" (rdnv), "r" (rmv), "1" (cpsr), [fn] "r" (asi->insn_fn) in t16_emulate_hiregs() 536 : [regs] "r" (regs), [fn] "r" (asi->insn_fn) in t16_emulate_push() 570 : [regs] "r" (regs), [fn] "r" (asi->insn_fn) in t16_emulate_pop_nopc() [all …]
|
D | test-core.c | 562 static int benchmark(void(*fn)(void)) in benchmark() 569 fn(); in benchmark() 577 static int kprobe_benchmark(void(*fn)(void), unsigned offset) in kprobe_benchmark() 580 .addr = (kprobe_opcode_t *)((uintptr_t)fn + offset), in kprobe_benchmark() 590 ret = benchmark(fn); in kprobe_benchmark() 597 void (*fn)(void); member 628 for (b = list; b->fn; ++b) { in run_benchmarks() 629 ret = kprobe_benchmark(b->fn, b->offset); in run_benchmarks() 656 int (*fn)(const struct decode_header *, void *), in table_iter() 668 result = fn(h, args); in table_iter()
|
/linux-4.4.14/drivers/media/pci/cx18/ |
D | cx18-firmware.c | 101 static int load_cpu_fw_direct(const char *fn, u8 __iomem *mem, struct cx18 *cx) in load_cpu_fw_direct() argument 109 if (request_firmware(&fw, fn, &cx->pci_dev->dev)) { in load_cpu_fw_direct() 110 CX18_ERR("Unable to open firmware %s\n", fn); in load_cpu_fw_direct() 133 CX18_INFO("loaded %s firmware (%zu bytes)\n", fn, fw->size); in load_cpu_fw_direct() 140 static int load_apu_fw_direct(const char *fn, u8 __iomem *dst, struct cx18 *cx, in load_apu_fw_direct() argument 153 if (request_firmware(&fw, fn, &cx->pci_dev->dev)) { in load_apu_fw_direct() 154 CX18_ERR("unable to open firmware %s\n", fn); in load_apu_fw_direct() 206 fn, apu_version, fw->size); in load_apu_fw_direct()
|
/linux-4.4.14/drivers/hwmon/ |
D | vt1211.c | 354 int fn = sensor_attr_2->nr; in show_in() local 357 switch (fn) { in show_in() 372 dev_dbg(dev, "Unknown attr fetch (%d)\n", fn); in show_in() 385 int fn = sensor_attr_2->nr; in set_in() local 394 switch (fn) { in set_in() 404 dev_dbg(dev, "Unknown attr fetch (%d)\n", fn); in set_in() 428 int fn = sensor_attr_2->nr; in show_temp() local 431 switch (fn) { in show_temp() 446 dev_dbg(dev, "Unknown attr fetch (%d)\n", fn); in show_temp() 459 int fn = sensor_attr_2->nr; in set_temp() local [all …]
|
D | dme1737.c | 816 int fn = sensor_attr_2->nr; in show_in() local 819 switch (fn) { in show_in() 834 dev_dbg(dev, "Unknown function %d.\n", fn); in show_in() 847 int fn = sensor_attr_2->nr; in set_in() local 856 switch (fn) { in set_in() 868 dev_dbg(dev, "Unknown function %d.\n", fn); in set_in() 894 int fn = sensor_attr_2->nr; in show_temp() local 897 switch (fn) { in show_temp() 918 dev_dbg(dev, "Unknown function %d.\n", fn); in show_temp() 931 int fn = sensor_attr_2->nr; in set_temp() local [all …]
|
/linux-4.4.14/arch/arm64/kernel/ |
D | suspend.c | 13 extern int __cpu_suspend_enter(unsigned long arg, int (*fn)(unsigned long)); 61 int cpu_suspend(unsigned long arg, int (*fn)(unsigned long)) in cpu_suspend() 87 ret = __cpu_suspend_enter(arg, fn); in cpu_suspend()
|
D | debug-monitors.c | 220 retval = hook->fn(regs, esr); in call_step_hook() 297 int (*fn)(struct pt_regs *regs, unsigned int esr) = NULL; in call_break_hook() local 302 fn = hook->fn; in call_break_hook() 305 return fn ? fn(regs, esr) : DBG_HOOK_ERROR; in call_break_hook()
|
D | traps.c | 304 int (*fn)(struct pt_regs *regs, u32 instr) = NULL; in call_undef_hook() local 334 fn = hook->fn; in call_undef_hook() 338 return fn ? fn(regs, instr) : 1; in call_undef_hook() 519 .fn = bug_handler,
|
D | stacktrace.c | 57 int (*fn)(struct stackframe *, void *), void *data) in walk_stackframe() 62 if (fn(frame, data)) in walk_stackframe()
|
D | kgdb.c | 239 .fn = kgdb_brk_fn 245 .fn = kgdb_compiled_brk_fn 249 .fn = kgdb_step_brk_fn
|
D | armv8_deprecated.c | 451 .fn = swp_handler 531 .fn = cp15barrier_handler, 538 .fn = cp15barrier_handler, 603 .fn = a32_setend_handler, 611 .fn = t16_setend_handler,
|
/linux-4.4.14/drivers/scsi/snic/ |
D | snic_trc.h | 34 char *fn; /* Ptr to Function Name */ member 65 snic_trace(char *fn, u16 hno, u32 tag, u64 d1, u64 d2, u64 d3, u64 d4, u64 d5) in snic_trace() argument 72 tr_rec->fn = (char *)fn; in snic_trace()
|
/linux-4.4.14/drivers/pinctrl/meson/ |
D | pinctrl-meson.h | 188 #define FUNCTION(fn) \ argument 190 .name = #fn, \ 191 .groups = fn ## _groups, \ 192 .num_groups = ARRAY_SIZE(fn ## _groups), \
|
/linux-4.4.14/include/uapi/linux/netfilter_ipv4/ |
D | ip_tables.h | 60 #define IPT_MATCH_ITERATE(e, fn, args...) \ argument 61 XT_MATCH_ITERATE(struct ipt_entry, e, fn, ## args) 64 #define IPT_ENTRY_ITERATE(entries, size, fn, args...) \ argument 65 XT_ENTRY_ITERATE(struct ipt_entry, entries, size, fn, ## args)
|
/linux-4.4.14/drivers/pinctrl/freescale/ |
D | pinctrl-mxs.c | 403 const char *fn, *fnull = ""; in mxs_pinctrl_probe_dt() local 415 fn = fnull; in mxs_pinctrl_probe_dt() 423 if (strcmp(fn, child->name)) { in mxs_pinctrl_probe_dt() 424 fn = child->name; in mxs_pinctrl_probe_dt() 440 fn = fnull; in mxs_pinctrl_probe_dt() 447 if (strcmp(fn, child->name)) { in mxs_pinctrl_probe_dt() 467 if (!strcmp(child2->name, fn)) in mxs_pinctrl_probe_dt() 470 fn); in mxs_pinctrl_probe_dt() 474 f->name = fn = child->name; in mxs_pinctrl_probe_dt() 481 fn = fnull; in mxs_pinctrl_probe_dt() [all …]
|
/linux-4.4.14/drivers/gpu/host1x/ |
D | debug.c | 42 o->fn(o->ctx, o->buf, len); in host1x_debug_output() 114 .fn = write_to_seqfile, in host1x_debug_show_all() 124 .fn = write_to_seqfile, in host1x_debug_show() 202 .fn = write_to_printk in host1x_debug_dump() 210 .fn = write_to_printk in host1x_debug_dump_syncpts()
|
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmfmac/ |
D | bcmsdh.c | 253 static int brcmf_sdiod_request_data(struct brcmf_sdio_dev *sdiodev, u8 fn, in brcmf_sdiod_request_data() argument 260 write, fn, addr, regsz); in brcmf_sdiod_request_data() 263 if (WARN_ON(regsz > 1 && !fn)) in brcmf_sdiod_request_data() 265 func = sdiodev->func[fn]; in brcmf_sdiod_request_data() 270 if (fn) in brcmf_sdiod_request_data() 276 if (fn) in brcmf_sdiod_request_data() 301 write ? "write" : "read", fn, addr, ret); in brcmf_sdiod_request_data() 470 static int brcmf_sdiod_buffrw(struct brcmf_sdio_dev *sdiodev, uint fn, in brcmf_sdiod_buffrw() argument 481 err = sdio_memcpy_toio(sdiodev->func[fn], addr, in brcmf_sdiod_buffrw() 483 else if (fn == 1) in brcmf_sdiod_buffrw() [all …]
|
D | debug.c | 103 int brcmf_debugfs_add_entry(struct brcmf_pub *drvr, const char *fn, in brcmf_debugfs_add_entry() argument 108 e = debugfs_create_devm_seqfile(drvr->bus_if->dev, fn, in brcmf_debugfs_add_entry()
|
D | debug.h | 115 int brcmf_debugfs_add_entry(struct brcmf_pub *drvr, const char *fn, 132 int brcmf_debugfs_add_entry(struct brcmf_pub *drvr, const char *fn, in brcmf_debugfs_add_entry() argument
|
/linux-4.4.14/arch/blackfin/kernel/ |
D | pseudodbg.c | 160 int grp, fn, reg; in execute_pseudodbg() local 168 fn = ((opcode >> PseudoDbg_fn_bits) & PseudoDbg_fn_mask); in execute_pseudodbg() 171 if (fn == 3 && (reg == 0 || reg == 1)) { in execute_pseudodbg() 181 } else if (fn == 0) { in execute_pseudodbg()
|
/linux-4.4.14/include/uapi/linux/netfilter_ipv6/ |
D | ip6_tables.h | 55 #define IP6T_MATCH_ITERATE(e, fn, args...) \ argument 56 XT_MATCH_ITERATE(struct ip6t_entry, e, fn, ## args) 57 #define IP6T_ENTRY_ITERATE(entries, size, fn, args...) \ argument 58 XT_ENTRY_ITERATE(struct ip6t_entry, entries, size, fn, ## args)
|
/linux-4.4.14/arch/arm/mach-shmobile/ |
D | platsmp-apmu.c | 70 static int __maybe_unused apmu_wrap(int cpu, int (*fn)(void __iomem *p, int cpu)) in apmu_wrap() 74 return p ? fn(p, apmu_cpus[cpu].bit) : -EINVAL; in apmu_wrap() 88 static void apmu_parse_cfg(void (*fn)(struct resource *res, int cpu, int bit), in apmu_parse_cfg() 114 fn(&apmu_config[k].iomem, index, bit); in apmu_parse_cfg()
|
D | platsmp.c | 22 void shmobile_smp_hook(unsigned int cpu, unsigned long fn, unsigned long arg) in shmobile_smp_hook() argument 28 shmobile_smp_fn[cpu] = fn; in shmobile_smp_hook()
|
/linux-4.4.14/block/ |
D | t10-pi.c | 49 static int t10_pi_generate(struct blk_integrity_iter *iter, csum_fn *fn, in t10_pi_generate() argument 57 pi->guard_tag = fn(iter->data_buf, iter->interval); in t10_pi_generate() 73 static int t10_pi_verify(struct blk_integrity_iter *iter, csum_fn *fn, in t10_pi_verify() argument 104 csum = fn(iter->data_buf, iter->interval); in t10_pi_verify()
|
D | blk-mq-tag.c | 425 busy_iter_fn *fn, void *data, bool reserved) in bt_for_each() argument 438 fn(hctx, rq, data, reserved); in bt_for_each() 447 busy_tag_iter_fn *fn, void *data, bool reserved) in bt_tags_for_each() argument 461 fn(rq, data, reserved); in bt_tags_for_each() 468 void blk_mq_all_tag_busy_iter(struct blk_mq_tags *tags, busy_tag_iter_fn *fn, in blk_mq_all_tag_busy_iter() argument 472 bt_tags_for_each(tags, &tags->breserved_tags, 0, fn, priv, true); in blk_mq_all_tag_busy_iter() 473 bt_tags_for_each(tags, &tags->bitmap_tags, tags->nr_reserved_tags, fn, priv, in blk_mq_all_tag_busy_iter() 478 void blk_mq_queue_tag_busy_iter(struct request_queue *q, busy_iter_fn *fn, in blk_mq_queue_tag_busy_iter() argument 496 bt_for_each(hctx, &tags->breserved_tags, 0, fn, priv, true); in blk_mq_queue_tag_busy_iter() 497 bt_for_each(hctx, &tags->bitmap_tags, tags->nr_reserved_tags, fn, priv, in blk_mq_queue_tag_busy_iter()
|
D | blk-mq-cpu.c | 57 int (*fn)(void *, unsigned long, unsigned int), in blk_mq_init_cpu_notifier() 60 notifier->notify = fn; in blk_mq_init_cpu_notifier()
|
D | blk-settings.c | 56 void blk_queue_softirq_done(struct request_queue *q, softirq_done_fn *fn) in blk_queue_softirq_done() argument 58 q->softirq_done_fn = fn; in blk_queue_softirq_done() 68 void blk_queue_rq_timed_out(struct request_queue *q, rq_timed_out_fn *fn) in blk_queue_rq_timed_out() argument 70 q->rq_timed_out_fn = fn; in blk_queue_rq_timed_out() 74 void blk_queue_lld_busy(struct request_queue *q, lld_busy_fn *fn) in blk_queue_lld_busy() argument 76 q->lld_busy_fn = fn; in blk_queue_lld_busy()
|
/linux-4.4.14/arch/avr32/include/asm/ |
D | setup.h | 121 #define __tagtable(tag, fn) \ argument 122 static struct tagtable __tagtable_##fn __tag = { tag, fn }
|
/linux-4.4.14/net/ieee802154/ |
D | core.c | 56 int (*fn)(struct wpan_phy *phy, void *data); member 65 return wpid->fn(phy, wpid->data); in wpan_phy_iter() 68 int wpan_phy_for_each(int (*fn)(struct wpan_phy *phy, void *data), in wpan_phy_for_each() 72 .fn = fn, in wpan_phy_for_each()
|
/linux-4.4.14/drivers/bus/ |
D | mips_cdmm.c | 143 void *fn; member 157 void (*fn)(struct mips_cdmm_device *) = work->fn; in mips_cdmm_void_work() local 159 fn(work->dev); in mips_cdmm_void_work() 173 int (*fn)(struct mips_cdmm_device *) = work->fn; in mips_cdmm_int_work() local 175 return fn(work->dev); in mips_cdmm_int_work() 196 .fn = cdrv->_name, \
|
/linux-4.4.14/drivers/staging/board/ |
D | board.h | 34 #define board_staging(str, fn) \ argument 38 fn(); \
|
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmsmac/ |
D | debug.c | 200 brcms_debugfs_add_entry(struct brcms_pub *drvr, const char *fn, in brcms_debugfs_add_entry() argument 217 dentry = debugfs_create_file(fn, S_IRUGO, dentry, entry, in brcms_debugfs_add_entry() 232 #define __brcms_fn(fn) \ argument 233 void __brcms_ ##fn(struct device *dev, const char *fmt, ...) \ 242 dev_ ##fn(dev, "%pV", &vaf); \ 243 trace_brcms_ ##fn(&vaf); \
|
D | mac80211_if.h | 39 void (*fn) (void *); /* function called upon expiration */ member 104 void (*fn) (void *arg), void *arg,
|
/linux-4.4.14/arch/tile/include/arch/ |
D | trio.h | 79 uint_reg_t fn : 3; member 102 uint_reg_t fn : 3;
|
/linux-4.4.14/lib/ |
D | test-kstrtox.c | 26 #define TEST_FAIL(fn, type, fmt, test) \ argument 36 rv = fn(t->str, t->base, &tmp); \ 45 #define TEST_OK(fn, type, fmt, test) \ argument 54 rv = fn(t->str, t->base, &res); \
|
/linux-4.4.14/drivers/isdn/hardware/eicon/ |
D | sdp_hdr.h | 72 typedef void (*diva_task_set_prt_proc_t)(diva_prt_proc_t fn); 90 diva_task_get_tick_count_proc_t fn);
|
/linux-4.4.14/arch/arm/mach-omap1/ |
D | lcd_dma.c | 139 unsigned long en, fn; in set_b1_regs() local 187 fn = lcd_dma.yres; in set_b1_regs() 202 fn = lcd_dma.xres; in set_b1_regs() 217 fn = lcd_dma.yres; in set_b1_regs() 232 fn = lcd_dma.xres; in set_b1_regs() 255 omap_writew(fn, OMAP1610_DMA_LCD_SRC_FN_B1); in set_b1_regs()
|
/linux-4.4.14/arch/unicore32/mm/ |
D | fault.c | 405 int (*fn) (unsigned long addr, unsigned int fsr, struct pt_regs *regs); member 448 int (*fn) (unsigned long, unsigned int, struct pt_regs *), in hook_fault_code() 454 fsr_info[nr].fn = fn; in hook_fault_code() 469 if (!inf->fn(addr, fsr & ~FSR_LNX_PF, regs)) in do_DataAbort() 488 if (!inf->fn(addr, ifsr | FSR_LNX_PF, regs)) in do_PrefetchAbort()
|
/linux-4.4.14/arch/um/drivers/ |
D | chan_user.h | 46 #define __channel_help(fn, prefix) \ argument 47 __uml_help(fn, prefix "[0-9]*=<channel description>\n" \
|
/linux-4.4.14/drivers/gpu/drm/r128/ |
D | r128_ioc32.c | 200 drm_ioctl_compat_t *fn = NULL; in r128_compat_ioctl() local 207 fn = r128_compat_ioctls[nr - DRM_COMMAND_BASE]; in r128_compat_ioctl() 209 if (fn != NULL) in r128_compat_ioctl() 210 ret = (*fn) (filp, cmd, arg); in r128_compat_ioctl()
|
/linux-4.4.14/include/scsi/ |
D | scsi_dh.h | 82 activate_complete fn, void *data) in scsi_dh_activate() argument 84 fn(data, 0); in scsi_dh_activate()
|
/linux-4.4.14/arch/s390/include/asm/ |
D | appldata.h | 43 unsigned short fn, void *buffer, in appldata_asm() argument 52 parm_list.function = fn; in appldata_asm()
|
/linux-4.4.14/drivers/md/persistent-data/ |
D | dm-space-map.h | 71 dm_sm_threshold_fn fn, 147 dm_sm_threshold_fn fn, in dm_sm_register_threshold_callback() argument 151 return sm->register_threshold_callback(sm, threshold, fn, context); in dm_sm_register_threshold_callback()
|
D | dm-space-map-metadata.c | 27 dm_sm_threshold_fn fn; member 38 dm_sm_threshold_fn fn, void *context) in set_threshold() argument 42 t->fn = fn; in set_threshold() 60 t->fn(t->context); in check_threshold() 510 dm_sm_threshold_fn fn, in sm_metadata_register_threshold_callback() argument 515 set_threshold(&smm->threshold, threshold, fn, context); in sm_metadata_register_threshold_callback()
|
D | dm-array.c | 111 void (*fn)(void *, const void *)) in on_entries() 116 fn(info->value_type.context, element_at(info, ab, i)); in on_entries() 773 int (*fn)(void *context, uint64_t key, void *leaf); member 796 r = wi->fn(wi->context, keys[0] * max_entries + i, in walk_ablock() 808 int (*fn)(void *, uint64_t key, void *leaf), in dm_array_walk() 814 wi.fn = fn; in dm_array_walk()
|
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmutil/ |
D | utils.c | 153 bool (*fn)(struct sk_buff *, void *), void *arg) in brcmu_pktq_pflush() 160 if (fn == NULL || (*fn) (p, arg)) { in brcmu_pktq_pflush() 170 bool (*fn)(struct sk_buff *, void *), void *arg) in brcmu_pktq_flush() 174 brcmu_pktq_pflush(pq, prec, dir, fn, arg); in brcmu_pktq_flush()
|
/linux-4.4.14/fs/ |
D | read_write.c | 253 loff_t (*fn)(struct file *, loff_t, int); in vfs_llseek() local 255 fn = no_llseek; in vfs_llseek() 258 fn = file->f_op->llseek; in vfs_llseek() 260 return fn(file, offset, whence); in vfs_llseek() 656 loff_t *ppos, iter_fn_t fn) in do_iter_readv_writev() argument 664 ret = fn(&kiocb, iter); in do_iter_readv_writev() 672 loff_t *ppos, io_fn_t fn) in do_loop_readv_writev() argument 680 nr = fn(filp, iovec.iov_base, iovec.iov_len, ppos); in do_loop_readv_writev() 783 io_fn_t fn; in do_readv_writev() local 799 fn = file->f_op->read; in do_readv_writev() [all …]
|
/linux-4.4.14/drivers/gpu/drm/mga/ |
D | mga_ioc32.c | 211 drm_ioctl_compat_t *fn = NULL; in mga_compat_ioctl() local 218 fn = mga_compat_ioctls[nr - DRM_COMMAND_BASE]; in mga_compat_ioctl() 220 if (fn != NULL) in mga_compat_ioctl() 221 ret = (*fn) (filp, cmd, arg); in mga_compat_ioctl()
|
/linux-4.4.14/drivers/gpio/ |
D | gpio-wm831x.c | 115 int ret, fn; in wm831x_gpio_set_debounce() local 131 fn = 0; in wm831x_gpio_set_debounce() 133 fn = 1; in wm831x_gpio_set_debounce() 137 return wm831x_set_bits(wm831x, reg, WM831X_GPN_FN_MASK, fn); in wm831x_gpio_set_debounce()
|
/linux-4.4.14/drivers/media/pci/ivtv/ |
D | ivtv-firmware.c | 52 static int load_fw_direct(const char *fn, volatile u8 __iomem *mem, struct ivtv *itv, long size) in load_fw_direct() argument 58 if (retries && request_firmware(&fw, fn, &itv->pdev->dev) == 0) { in load_fw_direct() 68 IVTV_INFO("Retry: file loaded was not %s (expected size %ld, got %zu)\n", fn, size, fw->size); in load_fw_direct() 79 IVTV_INFO("Loaded %s firmware (%zu bytes)\n", fn, fw->size); in load_fw_direct() 83 IVTV_ERR("Unable to open firmware %s (must be %ld bytes)\n", fn, size); in load_fw_direct()
|
/linux-4.4.14/arch/cris/kernel/ |
D | stacktrace.c | 7 int (*fn)(unsigned long addr, void *data), in walk_stackframe() 18 if (fn(addr, data)) in walk_stackframe()
|
/linux-4.4.14/arch/arm64/include/asm/ |
D | debug-monitors.h | 100 int (*fn)(struct pt_regs *regs, unsigned int esr); member 110 int (*fn)(struct pt_regs *regs, unsigned int esr); member
|
/linux-4.4.14/arch/arm64/mm/ |
D | fault.c | 433 int (*fn)(unsigned long addr, unsigned int esr, struct pt_regs *regs); member 519 if (!inf->fn(addr, esr, regs)) in do_mem_abort() 575 int (*fn)(unsigned long, unsigned int, struct pt_regs *), in hook_debug_fault_code() 580 debug_fault_info[nr].fn = fn; in hook_debug_fault_code() 593 if (!inf->fn(addr, esr, regs)) in do_debug_exception()
|
/linux-4.4.14/arch/x86/crypto/ |
D | glue_helper.c | 92 static unsigned int __glue_cbc_encrypt_128bit(const common_glue_func_t fn, in __glue_cbc_encrypt_128bit() argument 105 fn(ctx, (u8 *)dst, (u8 *)dst); in __glue_cbc_encrypt_128bit() 117 int glue_cbc_encrypt_128bit(const common_glue_func_t fn, in glue_cbc_encrypt_128bit() argument 129 nbytes = __glue_cbc_encrypt_128bit(fn, desc, &walk); in glue_cbc_encrypt_128bit() 383 common_glue_func_t fn) in glue_xts_crypt_128bit_one() argument 394 fn(ctx, (u8 *)dst, (u8 *)dst); in glue_xts_crypt_128bit_one()
|
D | cast5_avx_glue.c | 66 void (*fn)(struct cast5_ctx *ctx, u8 *dst, const u8 *src); in ecb_crypt() local 69 fn = (enc) ? cast5_ecb_enc_16way : cast5_ecb_dec_16way; in ecb_crypt() 83 fn(ctx, wdst, wsrc); in ecb_crypt() 94 fn = (enc) ? __cast5_encrypt : __cast5_decrypt; in ecb_crypt() 98 fn(ctx, wdst, wsrc); in ecb_crypt()
|
/linux-4.4.14/drivers/scsi/device_handler/ |
D | scsi_dh_hp_sw.c | 286 activate_complete fn, void *data) in hp_sw_activate() argument 295 h->callback_fn = fn; in hp_sw_activate() 303 if (fn) in hp_sw_activate() 304 fn(data, ret); in hp_sw_activate()
|
/linux-4.4.14/drivers/video/backlight/ |
D | pm8941-wled.c | 218 u32 (*fn)(u32); member 246 .fn = pm8941_wled_num_strings_values_fn, 256 .fn = pm8941_wled_switch_freq_values_fn, 268 if (cfg->fn) in pm8941_wled_values() 269 return cfg->fn(idx); in pm8941_wled_values()
|
/linux-4.4.14/drivers/of/ |
D | fdt.c | 229 char *fn; in unflatten_dt_node() local 231 np->full_name = fn = ((char *)np) + sizeof(*np); in unflatten_dt_node() 235 strcpy(fn, dad->full_name); in unflatten_dt_node() 237 if ((strlen(fn) + l + 1) != allocl) { in unflatten_dt_node() 239 pathp, (int)strlen(fn), in unflatten_dt_node() 243 fn += strlen(fn); in unflatten_dt_node() 245 *(fn++) = '/'; in unflatten_dt_node() 247 memcpy(fn, pathp, l); in unflatten_dt_node()
|
/linux-4.4.14/samples/bpf/ |
D | test_maps.c | 186 static void run_parallel(int tasks, void (*fn)(int i, void *data), void *data) in run_parallel() 194 fn(i, data); in run_parallel() 218 static void do_work(int fn, void *data) in do_work() argument 225 for (i = fn; i < MAP_SIZE; i += TASKS) { in do_work()
|
/linux-4.4.14/arch/blackfin/include/asm/ |
D | pgtable.h | 60 #define PTE_BIT_FUNC(fn, op) \ argument 61 static inline pte_t pte_##fn(pte_t _pte) { _pte.pte op; return _pte; }
|
/linux-4.4.14/arch/unicore32/kernel/ |
D | stacktrace.c | 58 int (*fn)(struct stackframe *, void *), void *data) in walk_stackframe() 63 if (fn(frame, data)) in walk_stackframe()
|
/linux-4.4.14/include/uapi/linux/netfilter_arp/ |
D | arp_tables.h | 30 #define ARPT_ENTRY_ITERATE(entries, size, fn, args...) \ argument 31 XT_ENTRY_ITERATE(struct arpt_entry, entries, size, fn, ## args)
|
/linux-4.4.14/include/net/ |
D | ip6_fib.h | 74 #define FIB6_SUBTREE(fn) NULL argument 76 #define FIB6_SUBTREE(fn) ((fn)->subtree) argument
|
/linux-4.4.14/arch/xtensa/kernel/ |
D | pci-dma.c | 52 void (*fn)(unsigned long, unsigned long)) in do_cache_op() 59 fn((unsigned long)bus_to_virt(dma_handle), size); in do_cache_op() 65 fn((unsigned long)vaddr + off, sz); in do_cache_op()
|
/linux-4.4.14/drivers/vhost/ |
D | vhost.h | 20 vhost_work_fn_t fn; member 38 void vhost_work_init(struct vhost_work *work, vhost_work_fn_t fn); 41 void vhost_poll_init(struct vhost_poll *poll, vhost_work_fn_t fn,
|
/linux-4.4.14/tools/perf/tests/ |
D | bp_signal.c | 60 static int bp_event(void *fn, int setup_signal) in bp_event() argument 71 pe.bp_addr = (unsigned long) fn; in bp_event()
|
/linux-4.4.14/drivers/staging/lustre/lustre/libcfs/ |
D | debug.c | 371 const char *(*fn)(int bit) = is_subsys ? libcfs_debug_subsys2str : in libcfs_debug_mask2str() local 386 token = fn(i); in libcfs_debug_mask2str() 417 const char *(*fn)(int bit) = is_subsys ? libcfs_debug_subsys2str : in libcfs_debug_str2mask() local 439 return cfs_str2mask(str, fn, mask, is_subsys ? 0 : D_CANTMASK, in libcfs_debug_str2mask()
|
/linux-4.4.14/fs/autofs4/ |
D | dev-ioctl.c | 586 ioctl_fn fn; in lookup_dev_ioctl() member 618 return (idx >= ARRAY_SIZE(_ioctls)) ? NULL : _ioctls[idx].fn; in lookup_dev_ioctl() 628 ioctl_fn fn = NULL; in _autofs_dev_ioctl() local 656 fn = lookup_dev_ioctl(cmd); in _autofs_dev_ioctl() 657 if (!fn) { in _autofs_dev_ioctl() 699 err = fn(fp, sbi, param); in _autofs_dev_ioctl()
|
/linux-4.4.14/drivers/mmc/host/ |
D | vub300.c | 334 } fn[8]; member 536 u8 r = vub300->fn[func].offload_point + vub300->fn[func].offload_count; in __add_offloaded_reg_to_fifo() 537 memcpy(&vub300->fn[func].reg[MAXREGMASK & r], register_access, in __add_offloaded_reg_to_fifo() 539 vub300->fn[func].offload_count += 1; in __add_offloaded_reg_to_fifo() 1082 int fn = 0x7 & (cmd->arg >> 28); in send_command() local 1085 vub300->cmnd.head.block_size[0] = (vub300->fbs[fn] >> 8) & 0xFF; in send_command() 1086 vub300->cmnd.head.block_size[1] = (vub300->fbs[fn] >> 0) & 0xFF; in send_command() 1103 int fn = 0x7 & (cmd->arg >> 28); in send_command() local 1131 if (vub300->datasize < vub300->fbs[fn]) { in send_command() 1809 int first = MAXREGMASK & vub300->fn[Function].offload_point; in examine_cyclic_buffer() [all …]
|
/linux-4.4.14/sound/oss/ |
D | sound_firmware.h | 1 extern int mod_firmware_load(const char *fn, char **fp);
|